0byt3m1n1
Path:
/
data
/
17
/
3
/
19
/
59
/
3508711
/
meta
/
3908024
/
mysql.backup
/
[
Home
]
File: wordprec_lovely_forever.mysqlv113.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv113 Database: wordprec_lovely_forever -- ------------------------------------------------------ -- Server version 5.0.91 /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2014-08-08 09:01:34','2014-08-08 09:01:34','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_newsletter` -- DROP TABLE IF EXISTS `wp_newsletter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_newsletter` ( `id` int(11) NOT NULL auto_increment, `email` varchar(100) NOT NULL default '', `name` varchar(100) NOT NULL default '', `surname` varchar(100) NOT NULL default '', `sex` char(1) NOT NULL default 'n', `status` char(1) NOT NULL default 'S', `created` timestamp NOT NULL default CURRENT_TIMESTAMP, `token` varchar(50) NOT NULL default '', `feed` tinyint(4) NOT NULL default '0', `feed_time` bigint(20) NOT NULL default '0', `country` varchar(4) NOT NULL default '', `list_1` tinyint(4) NOT NULL default '0', `list_2` tinyint(4) NOT NULL default '0', `list_3` tinyint(4) NOT NULL default '0', `list_4` tinyint(4) NOT NULL default '0', `list_5` tinyint(4) NOT NULL default '0', `list_6` tinyint(4) NOT NULL default '0', `list_7` tinyint(4) NOT NULL default '0', `list_8` tinyint(4) NOT NULL default '0', `list_9` tinyint(4) NOT NULL default '0', `list_10` tinyint(4) NOT NULL default '0', `list_11` tinyint(4) NOT NULL default '0', `list_12` tinyint(4) NOT NULL default '0', `list_13` tinyint(4) NOT NULL default '0', `list_14` tinyint(4) NOT NULL default '0', `list_15` tinyint(4) NOT NULL default '0', `list_16` tinyint(4) NOT NULL default '0', `list_17` tinyint(4) NOT NULL default '0', `list_18` tinyint(4) NOT NULL default '0', `list_19` tinyint(4) NOT NULL default '0', `list_20` tinyint(4) NOT NULL default '0', `profile_1` varchar(255) NOT NULL default '', `profile_2` varchar(255) NOT NULL default '', `profile_3` varchar(255) NOT NULL default '', `profile_4` varchar(255) NOT NULL default '', `profile_5` varchar(255) NOT NULL default '', `profile_6` varchar(255) NOT NULL default '', `profile_7` varchar(255) NOT NULL default '', `profile_8` varchar(255) NOT NULL default '', `profile_9` varchar(255) NOT NULL default '', `profile_10` varchar(255) NOT NULL default '', `profile_11` varchar(255) NOT NULL default '', `profile_12` varchar(255) NOT NULL default '', `profile_13` varchar(255) NOT NULL default '', `profile_14` varchar(255) NOT NULL default '', `profile_15` varchar(255) NOT NULL default '', `profile_16` varchar(255) NOT NULL default '', `profile_17` varchar(255) NOT NULL default '', `profile_18` varchar(255) NOT NULL default '', `profile_19` varchar(255) NOT NULL default '', `profile_20` varchar(255) NOT NULL default '', `referrer` varchar(50) NOT NULL default '', `http_referer` varchar(255) NOT NULL default '', `wp_user_id` int(11) NOT NULL default '0', `ip` varchar(50) NOT NULL default '', `test` tinyint(4) NOT NULL default '0', `flow` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `email` (`email`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_newsletter` -- LOCK TABLES `wp_newsletter` WRITE; /*!40000 ALTER TABLE `wp_newsletter` DISABLE KEYS */; INSERT INTO `wp_newsletter` VALUES (1,'dfvhdgfyjgf@mail.com','','','n','S','2014-08-12 08:47:57','4bb448dabe',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://wordpress.markupbox.com/lovely_forever/',0,'103.14.127.74',0,0),(2,'lfadsf@gmail.com','','','n','S','2014-08-12 08:49:35','454696babe',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://wordpress.markupbox.com/lovely_forever/',0,'103.14.127.74',0,0),(3,'lfadsf@mail.com','','','n','S','2014-08-12 08:49:46','1b225d5a3b',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://wordpress.markupbox.com/lovely_forever/',0,'103.14.127.74',0,0),(4,'fgyudsfgy@mail.com','','','n','S','2014-08-12 09:03:45','6545732ff2',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://wordpress.markupbox.com/lovely_forever/',0,'103.14.127.74',0,0),(5,'jfjke@asdas.com','','','n','S','2014-08-13 03:39:53','4883a1260a',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://wordpress.markupbox.com/lovely_forever/',0,'74.111.111.183',0,0),(6,'jim@jim.com','','','n','S','2014-08-19 18:54:23','0b32f31524',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://wordpress.markupbox.com/lovely_forever/',0,'74.111.111.183',0,0); /*!40000 ALTER TABLE `wp_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_emails` -- DROP TABLE IF EXISTS `wp_newsletter_emails`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_newsletter_emails` ( `id` int(11) NOT NULL auto_increment, `message` longtext, `message_text` longtext, `subject` varchar(255) NOT NULL default '', `type` varchar(50) NOT NULL default '', `created` timestamp NOT NULL default CURRENT_TIMESTAMP, `status` enum('new','sending','sent','paused') NOT NULL default 'new', `total` int(11) NOT NULL default '0', `last_id` int(11) NOT NULL default '0', `sent` int(11) NOT NULL default '0', `send_on` int(11) NOT NULL default '0', `track` tinyint(4) NOT NULL default '0', `editor` tinyint(4) NOT NULL default '0', `sex` char(1) NOT NULL default '', `query` mediumtext, `preferences` mediumtext, `options` longtext, `token` varchar(10) NOT NULL default '', `private` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_newsletter_emails` -- LOCK TABLES `wp_newsletter_emails` WRITE; /*!40000 ALTER TABLE `wp_newsletter_emails` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_newsletter_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_stats` -- DROP TABLE IF EXISTS `wp_newsletter_stats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_newsletter_stats` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `email_id` int(11) NOT NULL default '0', `link_id` int(11) NOT NULL default '0', `created` timestamp NOT NULL default CURRENT_TIMESTAMP, `url` varchar(255) NOT NULL default '', `anchor` varchar(200) NOT NULL default '', `ip` varchar(20) NOT NULL default '', `country` varchar(4) NOT NULL default '', PRIMARY KEY (`id`), KEY `email_id` (`email_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_newsletter_stats` -- LOCK TABLES `wp_newsletter_stats` WRITE; /*!40000 ALTER TABLE `wp_newsletter_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_newsletter_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=637 DEFAULT CHARSET=utf8; 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://lovelyforevermore.com/','yes'),(2,'blogname','Lovely Forever','yes'),(3,'blogdescription','Just another WordPress site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','test@mail.vinove.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%postname%/','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:4:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:35:\"display-widgets/display-widgets.php\";i:2;s:21:\"newsletter/plugin.php\";i:3;s:31:\"wp-php-widget/wp-php-widget.php\";}','yes'),(33,'home','http://lovelyforevermore.com/','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:2:{i:0;s:84:\"/home/wordprec/public_html/lovely_forever/wp-content/themes/lovely_forever/style.css\";i:2;s:0:\"\";}','no'),(41,'template','lovely_forever','yes'),(42,'stylesheet','lovely_forever','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','27916','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:7:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<p>We have a wide range of health care options, from health trreatments to surgery procedures<a href=\"#\">Learn More</a></p>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:13:\"NEED A QUOTE?\";s:4:\"text\";s:205:\"<p>Please use the form inside the contact page. Make sure you include<br /> some personal information as well as your travel destination and<br /> available budget./p><p><a href=\"#\">Book your tour </a></p>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<p>We have a wide range of health care options, from health trreatments to surgery procedures<a href=\"#\">Learn More</a></p>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:5:\"ABOUT\";s:4:\"text\";s:130:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, \r\nsed do eiusmod tempor incididunt ut labore et dolore \r\nmagna aliqua.\r\n\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:122:\"<p>We have a wide range of health care options, from health trreatments to surgery procedures<a href=\"\">Learn More</a></p>\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<h3>NEED A QUOTE?</h3>\r\n<p>Please use the form inside the contact page. Make sure you include<br /> some personal information as well as your travel destination and<br />available budget.</p>\r\n<a href=\"\">\r\nGet a free quote </a>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','8','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:14:{s:19:\"wp_inactive_widgets\";a:13:{i:0;s:18:\"newsletterwidget-2\";i:1;s:12:\"php_widget-8\";i:2;s:12:\"php_widget-5\";i:3;s:12:\"php_widget-6\";i:4;s:12:\"php_widget-7\";i:5;s:12:\"php_widget-3\";i:6;s:12:\"php_widget-4\";i:7;s:6:\"text-5\";i:8;s:6:\"text-6\";i:9;s:6:\"text-7\";i:10;s:6:\"text-3\";i:11;s:6:\"text-4\";i:12;s:6:\"text-2\";}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:8:\"health-3\";a:1:{i:0;s:12:\"php_widget-9\";}s:7:\"quote-3\";a:1:{i:0;s:13:\"php_widget-10\";}s:7:\"about-4\";a:1:{i:0;s:13:\"php_widget-11\";}s:10:\"customMenu\";a:1:{i:0;s:10:\"nav_menu-3\";}s:14:\"address_widget\";a:1:{i:0;s:13:\"php_widget-12\";}s:17:\"newsletter_widget\";a:1:{i:0;s:18:\"newsletterwidget-3\";}s:9:\"copyright\";a:1:{i:0;s:13:\"php_widget-13\";}s:11:\"social-link\";a:1:{i:0;s:13:\"php_widget-14\";}s:6:\"banner\";a:1:{i:0;s:13:\"php_widget-15\";}s:9:\"surgeries\";a:1:{i:0;s:13:\"php_widget-16\";}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:7:{i:1408474521;a:1:{s:10:\"newsletter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"newsletter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1408476420;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1408482101;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:1408525360;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:1408526238;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:1408980621;a:1:{s:25:\"newsletter_check_versions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:17:\"newsletter_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(98,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.9.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.9.2\";s:7:\"version\";s:5:\"3.9.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1408474300;s:15:\"version_checked\";s:5:\"3.9.2\";s:12:\"translations\";a:0:{}}','yes'),(110,'can_compress_scripts','1','yes'),(634,'_site_transient_timeout_theme_roots','1408476100','yes'),(635,'_site_transient_theme_roots','a:4:{s:14:\"lovely_forever\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(103,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1408474302;s:7:\"checked\";a:4:{s:14:\"lovely_forever\";s:3:\"1.2\";s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(104,'_site_transient_timeout_browser_48249c808fd6667d37bfc0e0b286867c','1408093309','yes'),(105,'_site_transient_browser_48249c808fd6667d37bfc0e0b286867c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"30.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(521,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1407931490','no'),(522,'_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:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Aug 2014 04:36: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: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:42:\"http://wordpress.org/?v=4.0-beta3-20140812\";s:7:\"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:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 3.9.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/08/wordpress-3-9-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/08/wordpress-3-9-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 19:04:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3269\";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:377:\"WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s: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:2352:\"<p>WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.</p>\n<p>This release fixes a possible denial of service issue in PHP’s XML processing, reported by <a href=\"https://twitter.com/nirgoldshlager\">Nir Goldshlager</a> of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal security team</a>. This is the first time our two projects have coordinated joint security releases.</p>\n<p>WordPress 3.9.2 also contains other security changes:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href=\"http://www.buayacorp.com/\">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href=\"http://onsec.ru/en/\">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href=\"http://systemoverlord.com/\">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>We appreciated responsible disclosure of these issues directly to our security team. For more information, see the <a href=\"http://codex.wordpress.org/Version_3.9.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?stop_rev=29383&rev=29411\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 3.9.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)</p>\n<p>Already testing WordPress 4.0? The third beta is <a href=\"https://wordpress.org/wordpress-4.0-beta3.zip\">now available</a> (zip) and it contains these security fixes.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/08/wordpress-3-9-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/07/wordpress-4-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Jul 2014 21:15: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3261\";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:374:\"WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.0, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Helen Hou-Sandi\";s: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:1738:\"<p>WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-4.0-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.0, <a href=\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">check out the Beta 1 blog post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Further refinements for the the plugin installation and media library experiences.</li>\n<li>Updated TinyMCE, which now includes better indentation for lists and the restoration of the color picker.</li>\n<li>Cookies are now tied to a session internally, so if you have trouble logging in, <a href=\"https://core.trac.wordpress.org/ticket/20276\">#20276</a> may be the culprit.</li>\n<li>Various bug fixes (there were <a href=\"https://core.trac.wordpress.org/log?rev=29228&stop_rev=29060&limit=200\">nearly 170 changes</a> since last week).</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.0\">everything we’ve fixed</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.0 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:55:\"http://wordpress.org/news/2014/07/wordpress-4-0-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Jul 2014 10:17:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3248\";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.0 Beta 1 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.0, 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:15:\"Helen Hou-Sandi\";s: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:4025:\"<p>WordPress 4.0 Beta 1 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.0, try the <a href=\"http://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.0-beta1.zip\">download the beta here</a> (zip).</p>\n<p>4.0 is due out next month, but to get there, we need your help testing what we’ve been working on:</p>\n<ul>\n<li><strong>Previews of <a href=\"http://codex.wordpress.org/Embeds\">embedding via URLs</a></strong> in the visual editor and the “Insert from URL” tab in the media modal. Try pasting a URL (such as a <a href=\"http://wordpress.tv/\">WordPress.tv</a> or YouTube video) onto its own line in the visual editor. (<a href=\"https://core.trac.wordpress.org/ticket/28195\">#28195</a>, <a href=\"https://core.trac.wordpress.org/ticket/15490\">#15490</a>)</li>\n<li>The <strong>Media Library</strong> now has a “grid” view in addition to the existing list view. Clicking on an item takes you into a modal where you can see a larger preview and edit information about that attachment, and you can navigate between items right from the modal without closing it. (<a href=\"https://core.trac.wordpress.org/ticket/24716\">#24716</a>)</li>\n<li>We’re freshening up the <strong>plugin install experience</strong>. You’ll see some early visual changes as well as more information when searching for plugins and viewing details. (<a href=\"https://core.trac.wordpress.org/ticket/28785\">#28785</a>, <a href=\"https://core.trac.wordpress.org/ticket/27440\">#27440</a>)</li>\n<li><strong>Selecting a language</strong> when you run the installation process. (<a href=\"https://core.trac.wordpress.org/ticket/28577\">#28577</a>)</li>\n<li>The <strong>editor</strong> intelligently resizes and its top and bottom bars pin when needed. Browsers don’t like to agree on where to put things like cursors, so if you find a bug here, please also let us know your browser and operating system. (<a href=\"https://core.trac.wordpress.org/ticket/28328\">#28328</a>)</li>\n<li>We’ve made some improvements to how your keyboard and cursor interact with <strong>TinyMCE views</strong> such as the gallery preview. Much like the editor resizing and scrolling improvements, knowing about your setup is particularly important for bug reports here. (<a href=\"https://core.trac.wordpress.org/ticket/28595\">#28595</a>)</li>\n<li><strong>Widgets in the Customizer</strong> are now loaded in a separate panel. (<a href=\"https://core.trac.wordpress.org/ticket/27406\">#27406</a>)</li>\n<li>We’ve also made some changes to some <strong>formatting</strong> functions, so if you see quotes curling in the wrong direction, please file a bug report.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://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 the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.0\">everything we’ve fixed</a> so far.</p>\n<p><strong>Developers:</strong> Never fear, we haven’t forgotten you. There’s plenty for you, too – more on that in upcoming posts. In the meantime, check out the <a href=\"http://make.wordpress.org/core/2014/07/08/customizer-improvements-in-4-0/#customizer-panels\">API for panels in the Customizer</a>.</p>\n<p>Happy testing!</p>\n<p><em>Plugins, editor</em><br />\n<em>Media, things in between</em><br />\n<em>Please help look for bugs</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 3.9.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/05/wordpress-3-9-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/05/wordpress-3-9-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 May 2014 18:40:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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:33:\"http://wordpress.org/news/?p=3241\";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:385:\"After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Andrew Nacin\";s: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:3077:\"<p>After three weeks and more than 9 million downloads of <a title=\"WordPress 3.9 “Smith”\" href=\"http://wordpress.org/news/2014/04/smith/\">WordPress 3.9</a>, we’re pleased to announce that WordPress 3.9.1 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video playlists feature and made some adjustments to improve performance. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?milestone=3.9.1\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?rev=28353&stop_rev=28154\">changelog</a>.</p>\n<p>If you are one of the millions already running WordPress 3.9, we’ve started rolling out automatic background updates for 3.9.1. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.9.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.9.1: <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/imath\">imath</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"http://profiles.wordpress.org/clorith\">Marius Jensen</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, and <a href=\"http://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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/05/wordpress-3-9-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:42:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.9 “Smith”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.org/news/2014/04/smith/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2014/04/smith/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Apr 2014 18:33:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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:33:\"http://wordpress.org/news/?p=3154\";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:411:\"Version 3.9 of WordPress, named “Smith” in honor of jazz organist Jimmy Smith, is available for download or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love. A smoother media editing experience Improved visual editing The updated visual editor has improved speed, accessibility, and mobile support. You can paste into 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: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:23297:\"<p>Version 3.9 of WordPress, named “Smith” in honor of jazz organist <a href=\"http://en.wikipedia.org/wiki/Jimmy_Smith_(musician)\">Jimmy Smith</a>, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love.</p>\n<embed src=\"//v0.wordpress.com/player.swf?v=1.03\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\" flashvars=\"guid=sAiXhCfV&isDynamicSeeking=true\" title=\"\"></embed>\n<h2 class=\"about-headline-callout\" style=\"text-align: center\">A smoother media editing experience</h2>\n<div>\n<p><img class=\"alignright wp-image-3168\" src=\"//wordpress.org/news/files/2014/04/editor1-300x233.jpg\" alt=\"editor\" width=\"228\" height=\"177\" /></p>\n<h3>Improved visual editing</h3>\n<p>The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the visual editor from your word processor without wasting time to clean up messy styling. (Yeah, we’re talking about you, Microsoft Word.)</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3170\" src=\"//wordpress.org/news/files/2014/04/image1-300x233.jpg\" alt=\"image\" width=\"228\" height=\"178\" /></p>\n<h3>Edit images easily</h3>\n<p>With quicker access to crop and rotation tools, it’s now much easier to edit your images while editing posts. You can also scale images directly in the editor to find just the right fit.</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3187\" src=\"//wordpress.org/news/files/2014/04/dragdrop1-300x233.jpg\" alt=\"dragdrop\" width=\"228\" height=\"178\" /></p>\n<h3>Drag and drop your images</h3>\n<p>Uploading your images is easier than ever. Just grab them from your desktop and drop them in the editor.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align: center\">Gallery previews</h2>\n<p><img class=\"aligncenter size-full wp-image-3169\" src=\"//wordpress.org/news/files/2014/04/gallery1.jpg\" alt=\"gallery\" width=\"980\" height=\"550\" /></p>\n<p>Galleries display a beautiful grid of images right in the editor, just like they do in your published post.</p>\n<hr />\n<h2 style=\"text-align: center\">Do more with audio and video</h2>\n\n<a href=\'http://wordpress.org/news/files/2014/04/AintMisbehavin.mp3\'>Ain\'t Misbehavin\'</a>\n<a href=\'http://wordpress.org/news/files/2014/04/DavenportBlues.mp3\'>Davenport Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/JellyRollMorton-BuddyBoldensBlues.mp3\'>Buddy Bolden\'s Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Johnny_Hodges_Orchestra-Squaty_Roo-1941.mp3\'>Squaty Roo</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Louisiana_Five-Dixie_Blues-1919.mp3\'>Dixie Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/WolverineBlues.mp3\'>Wolverine Blues</a>\n\n<p>Images have galleries; now we’ve added simple audio and video playlists, so you can showcase your music and clips.</p>\n<hr />\n<h2 style=\"text-align: center\">Live widget and header previews</h2>\n<div style=\"width: 692px; height: 448px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3154-1\" width=\"692\" height=\"448\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//wordpress.org/news/files/2014/04/widgets.mp4?_=1\" /><a href=\"//wordpress.org/news/files/2014/04/widgets.mp4\">//wordpress.org/news/files/2014/04/widgets.mp4</a></video></div>\n<p>Add, edit, and rearrange your site’s widgets right in the theme customizer. No “save and surprise” — preview your changes live and only save them when you’re ready.</p>\n<p>The improved header image tool also lets you upload, crop, and manage headers while customizing your theme.</p>\n<hr />\n<h2 style=\"text-align: center\">Stunning new theme browser</h2>\n<p><img class=\"aligncenter size-full wp-image-3172\" src=\"//wordpress.org/news/files/2014/04/theme1.jpg\" alt=\"theme\" width=\"1003\" height=\"558\" /><br />\nLooking for a new theme should be easy and fun. Lose yourself in the boundless supply of free WordPress.org themes with the beautiful new theme browser.</p>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p>This release was led by <a href=\"http://nacin.com/\">Andrew Nacin</a> and <a href=\"http://www.getsource.net/\">Mike Schroder</a>, with the help of these fine individuals. There are 267 contributors with props in this release, a new high:</p>\n<p><a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"http://profiles.wordpress.org/adelval\">adelval</a>, <a href=\"http://profiles.wordpress.org/ajay\">Ajay</a>, <a href=\"http://profiles.wordpress.org/akeda\">Akeda Bagus</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"http://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"http://profiles.wordpress.org/andykeith\">Andy Keith</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/toszcze\">Bartosz Romanowski</a>, <a href=\"http://profiles.wordpress.org/bassgang\">bassgang</a>, <a href=\"http://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"http://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bramd\">bramd</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brasofilo\">brasofilo</a>, <a href=\"http://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/cgaffga\">cgaffga</a>, <a href=\"http://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/chrisscott\">Chris Scott</a>, <a href=\"http://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"http://profiles.wordpress.org/chrisguitarguy\">chrisguitarguy</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/ciantic\">ciantic</a>, <a href=\"http://profiles.wordpress.org/antorome\">Comparativa de Bancos</a>, <a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"http://profiles.wordpress.org/cramdesign\">cramdesign</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/eightface\">Dave Kellam (eightface)</a>, <a href=\"http://profiles.wordpress.org/dpe415\">DaveE</a>, <a href=\"http://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"http://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"http://profiles.wordpress.org/davidmarichal\">David Marichal</a>, <a href=\"http://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>, <a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"http://profiles.wordpress.org/eatingrules\">eatingrules</a>, <a href=\"http://profiles.wordpress.org/plocha\">edik</a>, <a href=\"http://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"http://profiles.wordpress.org/enej\">enej</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evarlese\">Erica Varlese</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"http://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"http://profiles.wordpress.org/fboender\">fboender</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/genkisan\">genkisan</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"http://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hanni\">hanni</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"http://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"http://profiles.wordpress.org/_jameslee\">jameslee</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>, <a href=\"http://profiles.wordpress.org/jaycc\">JayCC</a>, <a href=\"http://profiles.wordpress.org/jeffsebring\">Jeff Sebring</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/jnielsendotnet\">jnielsendotnet</a>, <a href=\"http://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"http://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"http://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"http://profiles.wordpress.org/jstraitiff\">jstraitiff</a>, <a href=\"http://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"http://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/kasparsd\">Kaspars</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/kerikae\">kerikae</a>, <a href=\"http://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"http://profiles.wordpress.org/klihelp\">klihelp</a>, <a href=\"http://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/drozdz\">Krzysiek Drozdz</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"http://profiles.wordpress.org/lpointet\">lpointet</a>, <a href=\"http://profiles.wordpress.org/ldebrouwer\">Luc De Brouwer</a>, <a href=\"http://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"http://profiles.wordpress.org/lkwdwrd\">Luke Woodward</a>, <a href=\"http://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/marventus\">Marventus</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt (Thomas) Miklic</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/mattonomics\">mattonomics</a>, <a href=\"http://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/mcadwell\">mcadwell</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"http://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"http://profiles.wordpress.org/michelwppi\">Michel - xiligroup dev</a>, <a href=\"http://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">Mike Burns</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/mikecorkum\">mikecorkum</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"http://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/nendeb55\">nendeb55</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nicolealleyinteractivecom\">Nicole Arnold</a>, <a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"http://profiles.wordpress.org/nivijah\">Nivi Jah</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nunomorgadinho\">Nuno Morgadinho</a>, <a href=\"http://profiles.wordpress.org/olivm\">olivM</a>, <a href=\"http://profiles.wordpress.org/jbkkd\">Omer Korner</a>, <a href=\"http://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"http://profiles.wordpress.org/oso96_2000\">oso96_2000</a>, <a href=\"http://profiles.wordpress.org/patricknami\">patricknami</a>, <a href=\"http://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"http://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"http://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"http://profiles.wordpress.org/raamdev\">Raam Dev</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"http://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>, <a href=\"http://profiles.wordpress.org/ramonchiara\">ramonchiara</a>, <a href=\"http://profiles.wordpress.org/ounziw\">Rescuework Support</a>, <a href=\"http://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"http://profiles.wordpress.org/ricardocorreia\">Ricardo Correia</a>, <a href=\"http://profiles.wordpress.org/theorboman\">Richard Sweeney</a>, <a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"http://profiles.wordpress.org/richard2222\">richard2222</a>, <a href=\"http://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/robmiller\">robmiller</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/romaimperator\">romaimperator</a>, <a href=\"http://profiles.wordpress.org/roothorick\">roothorick</a>, <a href=\"http://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"http://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"http://profiles.wordpress.org/sandyr\">Sandeep</a>, <a href=\"http://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/sdasse\">sdasse</a>, <a href=\"http://profiles.wordpress.org/bootsz\">Sean Butze</a>, <a href=\"http://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"http://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shahpranaf\">shahpranaf</a>, <a href=\"http://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>, <a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"http://profiles.wordpress.org/spencerfinnell\">Spencer Finnell</a>, <a href=\"http://profiles.wordpress.org/piontkowski\">Spencer Piontkowski</a>, <a href=\"http://profiles.wordpress.org/stephcook22\">stephcook22</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/sbruner\">Steve Bruner</a>, <a href=\"http://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/tbrams\">tbrams</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"http://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"http://profiles.wordpress.org/topquarky\">topquarky</a>, <a href=\"http://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"http://profiles.wordpress.org/toru\">Toru</a>, <a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"http://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, <a href=\"http://profiles.wordpress.org/varunagw\">VarunAgw</a>, <a href=\"http://profiles.wordpress.org/wawco\">wawco</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/wokamoto\">wokamoto</a>, <a href=\"http://profiles.wordpress.org/xsonic\">xsonic</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>, <a href=\"http://profiles.wordpress.org/zbtirrell\">Zach Tirrell</a>, and <a href=\"http://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video.</p>\n<p>If you want to follow along or help out, check out <a href=\"http://make.wordpress.org/\">Make WordPress</a> and our <a href=\"http://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.0!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2014/04/smith/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.9 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:68:\"http://wordpress.org/news/2014/04/wordpress-3-9-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Apr 2014 09:47: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3151\";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:356:\"The second release candidate for WordPress 3.9 is now available for testing. If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the first release candidate, and those changes are all helpfully summarized in our weekly post on the development blog. Probably the biggest fixes are to live […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s: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:2273:\"<p>The second release candidate for WordPress 3.9 is now available for testing.</p>\n<p>If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the <a title=\"WordPress 3.9 Release Candidate\" href=\"//wordpress.org/news/2014/04/wordpress-3-9-release-candidate/\">first release candidate</a>, and those changes are all helpfully summarized <a href=\"//make.wordpress.org/core/?p=10237\">in our weekly post</a> on the development blog. Probably the biggest fixes are to live widget previews and the new theme browser, along with some extra TinyMCE compatibility and some RTL fixes.</p>\n<p><strong>Plugin authors:</strong> Could you test your plugins against 3.9, and if they’re compatible, make sure they are marked as tested up to 3.9? It only takes a few minutes and this really helps make launch easier. Be sure to follow along the core development blog; we’ve been posting <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example: <a href=\"//make.wordpress.org/core/2014/04/15/html5-galleries-captions-in-wordpress-3-9/\">HTML5</a>, <a href=\"//make.wordpress.org/core/2014/04/14/symlinked-plugins-in-wordpress-3-9/\">symlinks</a>, <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">MySQL</a>, <a href=\"//make.wordpress.org/core/2014/04/11/plupload-2-x-in-wordpress-3-9/\">Plupload</a>.)</p>\n<p>To test WordPress 3.9 RC2, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC2.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the nearly complete About screen in your dashboard (<strong><img src=\"//i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and also check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><em>This is for testing,</em><br />\n<em>so not recommended for<br />\nproduction sites—yet.</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 3.8.3 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:50:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Apr 2014 19:29: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: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:33:\"http://wordpress.org/news/?p=3145\";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:338:\"WordPress 3.8.3 is now available to fix a small but unfortunate bug in the WordPress 3.8.2 security release. The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s: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:2339:\"<p>WordPress 3.8.3 is now available to fix a small but unfortunate bug in the <a title=\"WordPress 3.8.2 Security Release\" href=\"http://wordpress.org/news/2014/04/wordpress-3-8-2/\">WordPress 3.8.2 security release</a>.</p>\n<p>The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using this tool, <em>any</em> loss of content is unacceptable to us.</p>\n<p>We recognize how much trust you place in us to safeguard your content, and we take this responsibility very seriously. We’re sorry we let you down.</p>\n<p>We’ve all lost words we’ve written before, like an email thanks to a cat on the keyboard or a term paper to a blue screen of death. Over the last few WordPress releases, we’ve made a number of improvements to features like autosaves and revisions. With revisions, an old edit can always be restored. We’re trying our hardest to save your content somewhere even if your power goes out or your browser crashes. We even monitor your internet connection and prevent you from hitting that “Publish” button at the exact moment the coffee shop Wi-Fi has a hiccup.</p>\n<p>It’s <em>possible</em> that the quick draft you lost last week is still in the database, and just hidden from view. As an added complication, these “discarded drafts” normally get deleted after seven days, and it’s already been six days since the release. If we were able to rescue your draft, you’ll see it on the “All Posts” screen after you update to 3.8.3. (We’ll also be pushing 3.8.3 out as a background update, so you may just see a draft appear.)</p>\n<p>So, if you tried to jot down a quick idea last week, I hope WordPress has recovered it for you. Maybe it’ll turn into that novella.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.3</a> or click “Update Now” on Dashboard → Updates.</p>\n<p><em>This affected version 3.7.2 as well, so we’re pushing a 3.7.3 to these installs, but we’d encourage you to update to the latest and greatest.</em></p>\n<hr />\n<p><em>Now for some good news:<br />\nWordPress 3.9 is near.<br />\nExpect it this week</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.9 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:66:\"http://wordpress.org/news/2014/04/wordpress-3-9-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Apr 2014 21:05:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3129\";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:338:\"As teased earlier, the first release candidate for WordPress 3.9 is now available for testing! We hope to ship WordPress 3.9 next week, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.) To test WordPress 3.9 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Andrew Nacin\";s: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:2967:\"<p><a href=\"//wordpress.org/news/2014/04/wordpress-3-8-2/\">As teased earlier</a>, the first release candidate for WordPress 3.9 is now available for testing!</p>\n<p>We hope to ship WordPress 3.9 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>To test WordPress 3.9 RC1, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the work-in-progress About screen in your dashboard (<strong><img src=\"//i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"//wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"//core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>If you’re a plugin author</strong>, there are two important changes in particular to be aware of:</p>\n<ul>\n<li>TinyMCE received a major update, to version 4.0. Any editor plugins written for TinyMCE 3.x might require some updates. (If things broke, we’d like to hear about them so we can make adjustments.) For more, see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">migration guide</a> and <a href=\"http://www.tinymce.com/wiki.php/api4:index\">API documentation</a>, and the notes on the <a href=\"//make.wordpress.org/core/2014/01/18/tinymce-4-0-is-in-core/\">core development blog</a>.</li>\n<li>WordPress 3.9 now uses the MySQLi Improved extension for sites running PHP 5.5. Any plugins that made direct calls to <code>mysql_*</code> functions will experience some problems on these sites. For more information, see the notes on the <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">core development blog</a>.</li>\n</ul>\n<p>Be sure to follow along the core development blog, where we will be continuing to post <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example, read <a href=\"//make.wordpress.org/core/2014/03/27/masonry-in-wordpress-3-9/\">this</a> if you are using Masonry in your theme.) And please, please update your plugin’s <em>Tested up to</em> version in the readme to 3.9 before April 16.</p>\n<p><em>Release candidate<br />\nThis haiku’s the easy one<br />\n3.9 is near</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 3.8.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Apr 2014 19:04:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3124\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"WordPress 3.8.2 is now available. This is an important security release for all previous versions and we strongly encourage you to update your sites immediately. This releases fixes a weakness that could let an attacker force their way into your site by forging authentication cookies. This was discovered and fixed by Jon Cave of the WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s: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:2272:\"<p>WordPress 3.8.2 is now available. This is an important security release for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This releases fixes a weakness that could let an attacker force their way into your site by forging authentication cookies. This was discovered and fixed by <a href=\"http://joncave.co.uk/\">Jon Cave</a> of the WordPress security team.</p>\n<p>It also contains a fix to prevent a user with the Contributor role from improperly publishing posts. Reported by <a href=\"http://edik.ch/\">edik</a>.</p>\n<p>This release also fixes nine bugs and contains three other security hardening changes:</p>\n<ul>\n<li>Pass along additional information when processing pingbacks to help hosts identify potentially abusive requests.</li>\n<li>Fix a low-impact SQL injection by trusted users. Reported by <a href=\"http://www.dxw.com/\">Tom Adams</a> of dxw.</li>\n<li>Prevent possible cross-domain scripting through Plupload, the third-party library WordPress uses for uploading files. Reported by <a href=\"http://szgru.website.pl/\">Szymon Gruszecki</a>.</li>\n</ul>\n<p>We appreciated <a href=\"http://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these security issues directly to our security team. For more information on all of the changes, see the <a href=\"http://codex.wordpress.org/Version_3.8.2\">release notes</a> or consult <a href=\"https://core.trac.wordpress.org/log/branches/3.8?rev=28057&stop_rev=27024\">the list of changes</a>.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.8.2 within 12 hours. If you are still on WordPress 3.7.1, you will be updated to 3.7.2, which contains the same security fixes as 3.8.2. We don’t support older versions, so please update to 3.8.2 for the latest and greatest.</p>\n<p>Already testing WordPress 3.9? The first release candidate is <a href=\"https://wordpress.org/wordpress-3.9-RC1.zip\">now available</a> (zip) and it contains these security fixes. Look for a full announcement later today; we expect to release 3.9 next week.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/04/wordpress-3-8-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.9 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 Mar 2014 13: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3106\";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:\"The third (and maybe last) beta of WordPress 3.9 is now available for download. Beta 3 includes more than 200 changes, including: New features like live widget previews and the new theme installer are now more ready for prime time, so check ‘em out. UI refinements when editing images and when working with media in the editor. We’ve also brought […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Andrew Nacin\";s: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:2668:\"<p>The third (and maybe last) beta of WordPress 3.9 is now available for download.</p>\n<p>Beta 3 includes more than 200 <a href=\"https://core.trac.wordpress.org/log?rev=27850&stop_rev=27639&limit=300\">changes</a>, including:</p>\n<ul>\n<li>New features like live widget previews and the new theme installer are now more ready for prime time, so check ‘em out.</li>\n<li>UI refinements when editing images and when working with media in the editor. We’ve also brought back some of the advanced display settings for images.</li>\n<li>If you want to test out audio and video playlists, the links will appear in the media manager once you’ve uploaded an audio or video file.</li>\n<li>For theme developers, we’ve added HTML5 caption support (<a class=\"reopened ticket\" title=\"task (blessed): HTML5 captions (reopened)\" href=\"https://core.trac.wordpress.org/ticket/26642\">#26642</a>) to match the new gallery support (<a class=\"closed ticket\" title=\"enhancement: HTML5 Galleries (closed: fixed)\" href=\"https://core.trac.wordpress.org/ticket/26697\">#26697</a>).</li>\n<li>The formatting function that turns straight quotes into smart quotes (among other things) underwent some changes to drastically speed it up, so let us know if you see anything weird.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for an April release, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see <a href=\"https://wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 announcement post</a> for what to look out for.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven’t tested WordPress 3.9 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 3.9.</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 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta3.zip\">download the beta here</a> (zip).</p>\n<p><em>WordPress 3.9<br />\nLet’s make the date official<br />\nIt’s April 16</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://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:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 13 Aug 2014 00:04:51 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 07 Aug 2014 04:36:52 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20140812073543\";}','no'),(523,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1407931490','no'),(524,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1407888290','no'),(533,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1407931491','no'),(534,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2014/08/wordpress-3-9-2/\'>WordPress 3.9.2 Security Release</a> <span class=\"rss-date\">August 6, 2014</span><div class=\"rssSummary\">WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress [</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/theme-checklist-helps-prepare-developers-to-submit-a-theme-to-the-wordpress-theme-directory?utm_source=rss&utm_medium=rss&utm_campaign=theme-checklist-helps-prepare-developers-to-submit-a-theme-to-the-wordpress-theme-directory\' title=\'Theme Checklist is a new plugin by Greg Priday of SiteOrigin. The plugin provides a checklist of items to go through before submitting a theme to the WordPress theme directory. Once activated, you’ll find the checklist under Tools > Theme Checklist. Theme developers check off each item that successfully passes a test. Themes need to pass all tests before\'>WPTavern: Theme Checklist Helps Prepare Developers To Submit A Theme To The WordPress Theme Directory</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/right-meow-plugin-puts-the-super-troopers-cat-game-into-your-wordpress-comments?utm_source=rss&utm_medium=rss&utm_campaign=right-meow-plugin-puts-the-super-troopers-cat-game-into-your-wordpress-comments\' title=\'Broken Lizard’s 2001 comedy “Super Troopers” introduced millions of viewers to the “cat game.” In the scene, a highway patrolman pulls Jim Gaffigan over and then tries to insert the word “meow” casually into the conversation as many times as possible. You remember that scene, right? If not, check it out here: Am I Saying Meow?! Now, you can also have sublimi\'>WPTavern: Right Meow Plugin Puts The Super Troopers Cat Game Into Your WordPress Comments</a></li><li><a class=\'rsswidget\' href=\'http://alexking.org/blog/2014/08/12/race-to-bottom-platforms\' title=\'There’s been a ton of recent conversation in the iOS world about the inability for most indie developers to create sustainable businesses through the iOS app store. In particular, these devs are talking about apps that require larger development efforts – they want to charge more than “impulse purchase” prices for these, and thus want trials, upgrade pricing\'>Alex King: The Race to the Bottom Benefits Platforms (not Developers)</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'http://wordpress.org/plugins/better-wp-security/\' class=\'dashboard-news-plugin-link\'>iThemes Security (formerly Better WP Security)</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=better-wp-security&_wpnonce=78b9f9c30f&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'iThemes Security (formerly Better WP Security)\'>Install</a>)</span></li></ul></div>','no'),(529,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1407931491','no'),(530,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";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:72:\"\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:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.org/plugins/browse/popular/\";s: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:39:\"WordPress Plugins » View: Most Popular\";s: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 23:37: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";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:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";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:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";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:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:18:\"Wordfence 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 Sep 2011 03:13: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";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:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";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:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 10 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"MailPoet Newsletters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wysija-newsletters/#post-32629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Dec 2011 17:09: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"32629@http://wordpress.org/plugins/\";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:94:\"Send newsletters, post notifications or autoresponders from WordPress easily, and beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"MailPoet Staff\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:14:\"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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";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:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2007 22:31: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";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:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"arnee\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:\"Fast Secure Contact Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.org/plugins/si-contact-form/#post-12636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 Aug 2009 01:20: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12636@http://wordpress.org/plugins/\";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:131:\"An easy and powerful form builder that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mike Challis\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";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:63:\"The easiest, most effective way to secure WordPress in seconds.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Chris Wiegman\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:\"WPtouch Mobile Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2008 04:58: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5468@http://wordpress.org/plugins/\";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:63:\"Create a slick mobile WordPress website with just a few clicks.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"BraveNewCode Inc.\";s: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:45:\"http://wordpress.org/plugins/rss/view/popular\";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:4:\"type\";i:128;s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 13 Aug 2014 00:04:51 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:7:\"expires\";s:29:\"Wed, 13 Aug 2014 00:12:38 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Tue, 12 Aug 2014 23:37:38 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20140812073543\";}','no'),(531,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1407931491','no'),(532,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1407888291','no'),(152,'_transient_timeout_plugin_slugs','1407975486','no'),(153,'_transient_plugin_slugs','a:6:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:35:\"display-widgets/display-widgets.php\";i:3;s:9:\"hello.php\";i:4;s:21:\"newsletter/plugin.php\";i:5;s:31:\"wp-php-widget/wp-php-widget.php\";}','no'),(124,'_transient_twentyfourteen_category_count','1','yes'),(126,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1407488565;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'),(127,'current_theme','Lovely Forever','yes'),(128,'theme_mods_lovely_forever','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:9:\"secondary\";i:3;}}','yes'),(129,'theme_switched','','yes'),(131,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(527,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1407931491','no'),(528,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1407888291','no'),(551,'_transient_is_multi_author','0','yes'),(585,'rewrite_rules','a:108:{s:9:\"banner/?$\";s:26:\"index.php?post_type=banner\";s:39:\"banner/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=banner&feed=$matches[1]\";s:34:\"banner/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=banner&feed=$matches[1]\";s:26:\"banner/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=banner&paged=$matches[1]\";s:21:\"Surgeries we offer/?$\";s:36:\"index.php?post_type=surgeriesweoffer\";s:51:\"Surgeries we offer/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=surgeriesweoffer&feed=$matches[1]\";s:46:\"Surgeries we offer/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=surgeriesweoffer&feed=$matches[1]\";s:38:\"Surgeries we offer/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=surgeriesweoffer&paged=$matches[1]\";s:34:\"banner/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"banner/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"banner/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"banner/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"banner/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"banner/([^/]+)/trackback/?$\";s:33:\"index.php?banner=$matches[1]&tb=1\";s:47:\"banner/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?banner=$matches[1]&feed=$matches[2]\";s:42:\"banner/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?banner=$matches[1]&feed=$matches[2]\";s:35:\"banner/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?banner=$matches[1]&paged=$matches[2]\";s:42:\"banner/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?banner=$matches[1]&cpage=$matches[2]\";s:27:\"banner/([^/]+)(/[0-9]+)?/?$\";s:45:\"index.php?banner=$matches[1]&page=$matches[2]\";s:23:\"banner/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"banner/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"banner/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"banner/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"banner/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"Surgeries we offer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"Surgeries we offer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"Surgeries we offer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"Surgeries we offer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"Surgeries we offer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"Surgeries we offer/([^/]+)/trackback/?$\";s:43:\"index.php?surgeriesweoffer=$matches[1]&tb=1\";s:59:\"Surgeries we offer/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?surgeriesweoffer=$matches[1]&feed=$matches[2]\";s:54:\"Surgeries we offer/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?surgeriesweoffer=$matches[1]&feed=$matches[2]\";s:47:\"Surgeries we offer/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?surgeriesweoffer=$matches[1]&paged=$matches[2]\";s:54:\"Surgeries we offer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?surgeriesweoffer=$matches[1]&cpage=$matches[2]\";s:39:\"Surgeries we offer/([^/]+)(/[0-9]+)?/?$\";s:55:\"index.php?surgeriesweoffer=$matches[1]&page=$matches[2]\";s:35:\"Surgeries we offer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"Surgeries we offer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"Surgeries we offer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"Surgeries we offer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"Surgeries we offer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=8&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:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(156,'recently_activated','a:0:{}','yes'),(318,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1407838298','yes'),(319,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"4587\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2848\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2785\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2284\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2189\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1792\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1587\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1563\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1529\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1519\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1448\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1411\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1350\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1209\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1153\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1121\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1044\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1001\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"995\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"823\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"811\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"798\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"793\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"789\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"730\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"693\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"691\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"661\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"638\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"618\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"609\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"607\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"601\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"593\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"587\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"546\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"544\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"543\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"536\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"534\";}}','yes'),(161,'acf_version','4.3.8','yes'),(183,'widget_php_widget','a:15:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:4:\"body\";s:231:\"<h3>NEED A QUOTE?</h3>\r\n<p>Please use the form inside the contact page. Make sure you include<br /> some personal information as well as your travel destination and <br />available budget.\r\n</p>\r\n<a href=\"#\">Get a free quote </a>\";}i:4;a:2:{s:5:\"title\";s:5:\"ABOUT\";s:4:\"body\";s:128:\"Lorem ipsum dolor sit amet, consectetur dipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\";}i:5;a:2:{s:5:\"title\";s:0:\"\";s:4:\"body\";s:123:\"<p>We have a wide range of health care options, from health trreatments to surgery procedures<a href=\"#\">Learn More</a></p>\";}i:6;a:2:{s:5:\"title\";s:0:\"\";s:4:\"body\";s:229:\"<h3>NEED A QUOTE?</h3>\r\n<p>Please use the form inside the contact page. Make sure you include <br />some personal information as well as your travel destination and<br /> available budget.</p>\r\n\r\n<a href=\"#\">Get a free quote </a>\";}i:7;a:2:{s:5:\"title\";s:5:\"ABOUT\";s:4:\"body\";s:128:\"Lorem ipsum dolor sit amet, consectetur dipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\";}i:8;a:2:{s:5:\"title\";s:12:\"GET IN TOUCH\";s:4:\"body\";s:169:\"<address>Phone: 1-000-000-0000<br />Email: <a href=\"#\">info@yourdomain.com</a> </address>\r\n<address>Your Company LTD.<br /> Street Name, 000000, City Name </address>\";}i:9;a:2:{s:5:\"title\";s:0:\"\";s:4:\"body\";s:123:\"<p>We have a wide range of health care options, from health trreatments to surgery procedures<a href=\"#\">Learn More</a></p>\";}i:10;a:2:{s:5:\"title\";s:13:\"NEED A QUOTE?\";s:4:\"body\";s:203:\"<p>Please use the form inside the contact page. Make sure you include<br /> some personal information as well as your travel destination and<br /> available budget.</p>\r\n<a href=\"#\">Get a free quote </a>\";}i:11;a:2:{s:5:\"title\";s:5:\"ABOUT\";s:4:\"body\";s:132:\"Lorem ipsum dolor sit amet,\r\nconsectetur adipisicing elit, \r\nsed do eiusmod tempor\r\nincididunt ut labore et dolore \r\nmagna aliqua.\r\n\";}i:12;a:2:{s:5:\"title\";s:12:\"GET IN TOUCH\";s:4:\"body\";s:224:\"<address>\r\n<strong>Phone:</strong> 1-000-000-0000<br /><strong>Email:</strong> <a href=\"#\">info@yourdomain.com</a></address>\r\n<address>\r\n<strong>Your Company LTD.</strong><br />Street Name, 000000, City Name\r\n </address>\";}i:13;a:2:{s:5:\"title\";s:0:\"\";s:4:\"body\";s:65:\"<p>Copyright © 2014. LovelyForeverMore. All Rights Reserved.</p>\";}i:14;a:2:{s:5:\"title\";s:0:\"\";s:4:\"body\";s:573:\"<ul>\r\n <li><a href=\"#\"><img src=\"<?php echo bloginfo(\'template_url\'); ?>/images/facebook.png\" alt=\"\" /></a><li>\r\n <li><a href=\"#\"><img src=\"<?php echo bloginfo(\'template_url\'); ?>/images/twitter.png\" alt=\"\" /></a><li>\r\n <li><a href=\"#\"><img src=\"<?php echo bloginfo(\'template_url\'); ?>/images/google-plus.png\" alt=\"\" /></a><li>\r\n <li><a href=\"#\"><img src=\"<?php echo bloginfo(\'template_url\'); ?>/images/rss.png\" alt=\"\" /></a><li>\r\n <li><a href=\"#\"><img src=\"<?php echo bloginfo(\'template_url\'); ?>/images/you-tube.png\" alt=\"\" /></a><li>\r\n </ul>\";}i:15;a:7:{s:5:\"title\";s:0:\"\";s:4:\"body\";s:515:\"<ul class=\"bannerSlider\">\r\n<?php query_posts(\'post_type=Banner&posts_per_page=8\'); ?> \r\n<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php\r\n$image_id = get_post_thumbnail_id();\r\n$image_url = wp_get_attachment_image_src($image_id, \'large\', true);\r\n$thumburl = $image_url[0];\r\n?>\r\n<li class=\"item\">\r\n<?php the_post_thumbnail(full); ?>\r\n<div class=\"itemText\">\r\n<h3><?php the_title(); ?></h3>\r\n<?php the_excerpt(); ?>\r\n</div>\r\n</li>\r\n<?php endwhile;\r\n endif;\r\nwp_reset_query(); ?>\r\n</ul>\";s:9:\"dw_logged\";s:0:\"\";s:10:\"dw_include\";i:1;s:10:\"page-front\";i:1;s:6:\"page-8\";i:1;s:9:\"other_ids\";s:0:\"\";}i:16;a:7:{s:5:\"title\";s:0:\"\";s:4:\"body\";s:495:\"<h2>Surgeries we offer</h2>\r\n<ul class=\"sliderI\">\r\n<?php query_posts(\'post_type=Surgeries we offer&posts_per_page=8\'); ?>\r\n<?php if (have_posts()) : while (have_posts()) : the_post(); ?>\r\n<?php $image_id = get_post_thumbnail_id();\r\n$image_url = wp_get_attachment_image_src($image_id, \'large\', true);\r\n$thumburl = $image_url[0];\r\n?>\r\n<li>\r\n<?php the_post_thumbnail(full); ?>\r\n<h3><?php the_title(); ?></h3>\r\n<?php the_excerpt (); ?>\r\n</li> \r\n<?php endwhile;\r\n endif;\r\nwp_reset_query(); ?>\r\n</ul>\";s:9:\"dw_logged\";s:0:\"\";s:10:\"dw_include\";i:1;s:10:\"page-front\";i:1;s:6:\"page-8\";i:1;s:9:\"other_ids\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(185,'widget_nav_menu','a:2:{i:3;a:2:{s:5:\"title\";s:11:\"INFORMATION\";s:8:\"nav_menu\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(189,'newsletter_logger_secret','cc225865','yes'),(190,'newsletter_main','a:9:{s:12:\"smtp_enabled\";i:0;s:11:\"return_path\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"sender_email\";s:20:\"newsletter@localhost\";s:11:\"sender_name\";s:14:\"Lovely Forever\";s:6:\"editor\";i:0;s:13:\"scheduler_max\";i:100;s:12:\"lock_message\";s:120:\"<p>This content is protected, only newsletter subscribers can access it. Subscribe now!</p>\r\n {subscription_form}\";s:7:\"api_key\";s:10:\"2354c276f1\";}','yes'),(191,'newsletter_main_version','1.2.2','yes'),(192,'newsletter','a:14:{s:12:\"profile_text\";s:104:\"{profile_form}<p>To cancel your subscription, <a href=\'{unsubscription_confirm_url}\'>click here</a>.</p>\";s:10:\"error_text\";s:173:\"<p>This subscription can\'t be completed, sorry. The email address is blocked or already subscribed. You should contact the owner to unlock that email address. Thank you.</p>\";s:22:\"already_confirmed_text\";s:99:\"<p>This email address is already subscribed, anyway a welcome email has been resent. Thank you.</p>\";s:17:\"subscription_text\";s:19:\"{subscription_form}\";s:17:\"confirmation_text\";s:271:\"<p>You have successfully subscribed to the newsletter. You\'ll\r\nreceive a confirmation email in few minutes. Please follow the\r\nlink in it to confirm your subscription. If the email takes\r\nmore than 15 minutes to appear in your mailbox, please check\r\nyour spam folder.</p>\";s:20:\"confirmation_subject\";s:53:\"Please confirm subscription - {blog_title} newsletter\";s:20:\"confirmation_message\";s:376:\"<p>Hi {name},</p>\r\n<p>A newsletter subscription request for this email address was\r\nreceived. Please confirm it by clicking here. If you cannot\r\nclick the link, please use the following link.</p>\r\n\r\n<p>{subscription_confirm_url}</p>\r\n\r\n<p>If you did not make this subscription request, just ignore this\r\nmessage.</p>\r\n<p>Thank you!<br>\r\n<a href=\'{blog_url}\'>{blog_url}</a></p>\";s:14:\"confirmed_text\";s:62:\"<p>Your subscription has been confirmed! Thank you {name}!</p>\";s:17:\"confirmed_subject\";s:22:\"Welcome aboard, {name}\";s:17:\"confirmed_message\";s:281:\"<p>This message confirms your subscription to the {blog_title} newsletter.</p>\r\n<p>Thank you!<br>\r\n<a href=\'{blog_url}\'>{blog_url}</a></p>\r\n<p>To unsubscribe, <a href=\'{unsubscription_url}\'>click here</a>. To change subscriber options,\r\n<a href=\'{profile_url}\'>click here</a>.</p>\";s:19:\"unsubscription_text\";s:111:\"<p>Please confirm that you want to unsubscribe by <a href=\'{unsubscription_confirm_url}\'>clicking here</a>.</p>\";s:17:\"unsubscribed_text\";s:53:\"<p>Your subscription has been deleted. Thank you.</p>\";s:20:\"unsubscribed_subject\";s:15:\"Goodbye, {name}\";s:20:\"unsubscribed_message\";s:198:\"<p>This message confirms that you have unsubscribed from the {blog_title} newsletter.</p>\r\n<p>You\'re welcome to sign up again anytime.</p>\r\n<p>Thank you!<br>\r\n<a href=\'{blog_url}\'>{blog_url}</a></p>\";}','yes'),(194,'newsletter_subscription_version','1.1.1','yes'),(195,'newsletter_emails','a:1:{s:5:\"theme\";s:7:\"default\";}','yes'),(196,'newsletter_emails_theme_default','a:0:{}','no'),(197,'newsletter_emails_version','1.1.1','yes'),(198,'newsletter_users','a:0:{}','yes'),(199,'newsletter_users_version','1.0.4','yes'),(200,'newsletter_statistics','a:0:{}','yes'),(201,'newsletter_statistics_version','1.1.0','yes'),(202,'newsletter_feed','a:2:{s:5:\"theme\";s:7:\"default\";s:12:\"subscription\";i:0;}','yes'),(203,'newsletter_feed_theme_default','a:0:{}','no'),(204,'newsletter_feed_version','1.0.0','yes'),(193,'newsletter_profile','a:166:{s:5:\"email\";s:18:\"Your email address\";s:11:\"email_error\";s:24:\"The email is not correct\";s:4:\"name\";s:4:\"Name\";s:11:\"name_status\";s:1:\"0\";s:10:\"name_rules\";s:1:\"0\";s:10:\"name_error\";s:23:\"The name is not correct\";s:7:\"surname\";s:9:\"Last name\";s:14:\"surname_status\";s:1:\"0\";s:13:\"surname_rules\";s:1:\"0\";s:13:\"surname_error\";s:28:\"The last name is not correct\";s:3:\"sex\";s:3:\"I\'m\";s:10:\"sex_status\";s:1:\"0\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_male\";s:3:\"Man\";s:8:\"sex_none\";s:4:\"None\";s:10:\"title_male\";s:3:\"Mr.\";s:12:\"title_female\";s:4:\"Mrs.\";s:10:\"title_none\";s:4:\"Dear\";s:9:\"subscribe\";s:6:\"Submit\";s:4:\"save\";s:4:\"Save\";s:14:\"privacy_status\";s:1:\"0\";s:7:\"privacy\";s:51:\"Subscribing I accept the privacy rules of this site\";s:13:\"privacy_error\";s:37:\"You must accept the privacy statement\";s:11:\"privacy_url\";s:0:\"\";s:9:\"profile_1\";s:0:\"\";s:16:\"profile_1_status\";s:1:\"0\";s:14:\"profile_1_type\";s:4:\"text\";s:17:\"profile_1_options\";s:0:\"\";s:9:\"profile_2\";s:0:\"\";s:16:\"profile_2_status\";s:1:\"0\";s:14:\"profile_2_type\";s:4:\"text\";s:17:\"profile_2_options\";s:0:\"\";s:9:\"profile_3\";s:0:\"\";s:16:\"profile_3_status\";s:1:\"0\";s:14:\"profile_3_type\";s:4:\"text\";s:17:\"profile_3_options\";s:0:\"\";s:9:\"profile_4\";s:0:\"\";s:16:\"profile_4_status\";s:1:\"0\";s:14:\"profile_4_type\";s:4:\"text\";s:17:\"profile_4_options\";s:0:\"\";s:9:\"profile_5\";s:0:\"\";s:16:\"profile_5_status\";s:1:\"0\";s:14:\"profile_5_type\";s:4:\"text\";s:17:\"profile_5_options\";s:0:\"\";s:9:\"profile_6\";s:0:\"\";s:16:\"profile_6_status\";s:1:\"0\";s:14:\"profile_6_type\";s:4:\"text\";s:17:\"profile_6_options\";s:0:\"\";s:9:\"profile_7\";s:0:\"\";s:16:\"profile_7_status\";s:1:\"0\";s:14:\"profile_7_type\";s:4:\"text\";s:17:\"profile_7_options\";s:0:\"\";s:9:\"profile_8\";s:0:\"\";s:16:\"profile_8_status\";s:1:\"0\";s:14:\"profile_8_type\";s:4:\"text\";s:17:\"profile_8_options\";s:0:\"\";s:9:\"profile_9\";s:0:\"\";s:16:\"profile_9_status\";s:1:\"0\";s:14:\"profile_9_type\";s:4:\"text\";s:17:\"profile_9_options\";s:0:\"\";s:10:\"profile_10\";s:0:\"\";s:17:\"profile_10_status\";s:1:\"0\";s:15:\"profile_10_type\";s:4:\"text\";s:18:\"profile_10_options\";s:0:\"\";s:10:\"profile_11\";s:0:\"\";s:17:\"profile_11_status\";s:1:\"0\";s:15:\"profile_11_type\";s:4:\"text\";s:18:\"profile_11_options\";s:0:\"\";s:10:\"profile_12\";s:0:\"\";s:17:\"profile_12_status\";s:1:\"0\";s:15:\"profile_12_type\";s:4:\"text\";s:18:\"profile_12_options\";s:0:\"\";s:10:\"profile_13\";s:0:\"\";s:17:\"profile_13_status\";s:1:\"0\";s:15:\"profile_13_type\";s:4:\"text\";s:18:\"profile_13_options\";s:0:\"\";s:10:\"profile_14\";s:0:\"\";s:17:\"profile_14_status\";s:1:\"0\";s:15:\"profile_14_type\";s:4:\"text\";s:18:\"profile_14_options\";s:0:\"\";s:10:\"profile_15\";s:0:\"\";s:17:\"profile_15_status\";s:1:\"0\";s:15:\"profile_15_type\";s:4:\"text\";s:18:\"profile_15_options\";s:0:\"\";s:10:\"profile_16\";s:0:\"\";s:17:\"profile_16_status\";s:1:\"0\";s:15:\"profile_16_type\";s:4:\"text\";s:18:\"profile_16_options\";s:0:\"\";s:10:\"profile_17\";s:0:\"\";s:17:\"profile_17_status\";s:1:\"0\";s:15:\"profile_17_type\";s:4:\"text\";s:18:\"profile_17_options\";s:0:\"\";s:10:\"profile_18\";s:0:\"\";s:17:\"profile_18_status\";s:1:\"0\";s:15:\"profile_18_type\";s:4:\"text\";s:18:\"profile_18_options\";s:0:\"\";s:10:\"profile_19\";s:0:\"\";s:17:\"profile_19_status\";s:1:\"0\";s:15:\"profile_19_type\";s:4:\"text\";s:18:\"profile_19_options\";s:0:\"\";s:10:\"profile_20\";s:0:\"\";s:17:\"profile_20_status\";s:1:\"0\";s:15:\"profile_20_type\";s:4:\"text\";s:18:\"profile_20_options\";s:0:\"\";s:13:\"list_1_status\";s:1:\"0\";s:6:\"list_1\";s:0:\"\";s:14:\"list_1_checked\";s:1:\"0\";s:13:\"list_2_status\";s:1:\"0\";s:6:\"list_2\";s:0:\"\";s:14:\"list_2_checked\";s:1:\"0\";s:13:\"list_3_status\";s:1:\"0\";s:6:\"list_3\";s:0:\"\";s:14:\"list_3_checked\";s:1:\"0\";s:13:\"list_4_status\";s:1:\"0\";s:6:\"list_4\";s:0:\"\";s:14:\"list_4_checked\";s:1:\"0\";s:13:\"list_5_status\";s:1:\"0\";s:6:\"list_5\";s:0:\"\";s:14:\"list_5_checked\";s:1:\"0\";s:13:\"list_6_status\";s:1:\"0\";s:6:\"list_6\";s:0:\"\";s:14:\"list_6_checked\";s:1:\"0\";s:13:\"list_7_status\";s:1:\"0\";s:6:\"list_7\";s:0:\"\";s:14:\"list_7_checked\";s:1:\"0\";s:13:\"list_8_status\";s:1:\"0\";s:6:\"list_8\";s:0:\"\";s:14:\"list_8_checked\";s:1:\"0\";s:13:\"list_9_status\";s:1:\"0\";s:6:\"list_9\";s:0:\"\";s:14:\"list_9_checked\";s:1:\"0\";s:14:\"list_10_status\";s:1:\"0\";s:7:\"list_10\";s:0:\"\";s:15:\"list_10_checked\";s:1:\"0\";s:14:\"list_11_status\";s:1:\"0\";s:7:\"list_11\";s:0:\"\";s:15:\"list_11_checked\";s:1:\"0\";s:14:\"list_12_status\";s:1:\"0\";s:7:\"list_12\";s:0:\"\";s:15:\"list_12_checked\";s:1:\"0\";s:14:\"list_13_status\";s:1:\"0\";s:7:\"list_13\";s:0:\"\";s:15:\"list_13_checked\";s:1:\"0\";s:14:\"list_14_status\";s:1:\"0\";s:7:\"list_14\";s:0:\"\";s:15:\"list_14_checked\";s:1:\"0\";s:14:\"list_15_status\";s:1:\"0\";s:7:\"list_15\";s:0:\"\";s:15:\"list_15_checked\";s:1:\"0\";s:14:\"list_16_status\";s:1:\"0\";s:7:\"list_16\";s:0:\"\";s:15:\"list_16_checked\";s:1:\"0\";s:14:\"list_17_status\";s:1:\"0\";s:7:\"list_17\";s:0:\"\";s:15:\"list_17_checked\";s:1:\"0\";s:14:\"list_18_status\";s:1:\"0\";s:7:\"list_18\";s:0:\"\";s:15:\"list_18_checked\";s:1:\"0\";s:14:\"list_19_status\";s:1:\"0\";s:7:\"list_19\";s:0:\"\";s:15:\"list_19_checked\";s:1:\"0\";s:14:\"list_20_status\";s:1:\"0\";s:7:\"list_20\";s:0:\"\";s:15:\"list_20_checked\";s:1:\"0\";s:5:\"style\";s:0:\"\";s:12:\"widget_style\";s:0:\"\";}','yes'),(216,'widget_newsletterwidget','a:3:{i:2;a:2:{s:5:\"title\";s:10:\"NEWSLETTER\";s:4:\"text\";s:0:\"\";}i:3;a:2:{s:5:\"title\";s:10:\"NEWSLETTER\";s:4:\"text\";s:37:\"<p>Sign me up for the newsletter!</p>\";}s:12:\"_multiwidget\";i:1;}','yes'),(209,'newsletter_feed_available_version','1.2.2','yes'),(208,'newsletter_reports_available_version','1.0.7','yes'),(210,'newsletter_followup_available_version','1.1.1','yes'),(211,'newsletter_facebook_available_version','1.1.3','yes'),(212,'newsletter_sendgrid_available_version','1.1.0','yes'),(213,'newsletter_popup_available_version','1.0.5','yes'),(214,'newsletter_mandrill_available_version','1.1.2','yes'),(215,'newsletter_mailjet_available_version','1.0.0','yes'),(525,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1407931491','no'),(526,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: Theme Checklist Helps Prepare Developers To Submit A Theme To The WordPress Theme Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:246:\"http://wptavern.com/theme-checklist-helps-prepare-developers-to-submit-a-theme-to-the-wordpress-theme-directory?utm_source=rss&utm_medium=rss&utm_campaign=theme-checklist-helps-prepare-developers-to-submit-a-theme-to-the-wordpress-theme-directory\";s: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:4406:\"<p><a title=\"http://wordpress.org/plugins/theme-checklist/\" href=\"http://wordpress.org/plugins/theme-checklist/\">Theme Checklist</a> is a new plugin by <a title=\"http://profiles.wordpress.org/gpriday/\" href=\"http://profiles.wordpress.org/gpriday/\">Greg Priday</a> of <a title=\"http://siteorigin.com/\" href=\"http://siteorigin.com/\">SiteOrigin</a>. The plugin provides a checklist of items to go through before submitting a theme to the WordPress theme directory. Once activated, you’ll find the checklist under <strong>Tools > Theme Checklist.</strong> Theme developers check off each item that successfully passes a test. Themes need to pass all tests before they can be accepted into the <a title=\"http://wordpress.org/themes/\" href=\"http://wordpress.org/themes/\">WordPress theme directory</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeChecklist.png\" rel=\"prettyphoto[28095]\"><img class=\"size-full wp-image-28195\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeChecklist.png?resize=790%2C461\" alt=\"Check List Of Items To Go Through\" /></a>Check List Of Items To Go Through\n<p>If a test doesn’t pass, you can select the X and a small text area appears allowing you to write and save notes to that item. There are a total of 31 different tests ranging from Code Quality to Security. Each item has a link that takes users to a page on <a title=\"http://themechecklist.org/\" href=\"http://themechecklist.org/\">Themechecklist.org</a> with more information. Theme Checklist also contains the ability to import or export tests enabling users to collaborate on testing themes in different environments.</p>\n<p>I used Theme Checklist to review the WP Tavern theme and it passed with flying colors.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeChecklistResults.png\" rel=\"prettyphoto[28095]\"><img class=\"size-full wp-image-28199\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeChecklistResults.png?resize=844%2C186\" alt=\"Ravel Passes Tests With Flying Colors\" /></a>WP Tavern Theme Passes With Flying Colors\n<h2>Theme Checklist Is An Alternative Learning Experience</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeCheckListFeaturedImage.png\" rel=\"prettyphoto[28095]\"><img class=\"size-full wp-image-28218\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeCheckListFeaturedImage.png?resize=638%2C298\" alt=\"Theme Check List Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/justin_case/6089119290/\">Dr Case</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>Although the plugin is not an exact match, Priday will do his best to keep the checklist in line with the official <a title=\"https://make.wordpress.org/docs/theme-developer-handbook/part-four-releasing-your-theme/theme-review-guidelines/\" href=\"https://make.wordpress.org/docs/theme-developer-handbook/part-four-releasing-your-theme/theme-review-guidelines/\">WordPress.org Theme Review Guidelines</a>. “My goal is to make a kind of Dummies Guide to The Theme Review Guidelines” Priday said. “I’ve generally found that the theme review guidelines are really difficult for new theme developers to understand. I’ve tried to make something that makes all the requirements easier to understand.”</p>\n<p>Theme Checklist is not meant to be a replacement for the <a title=\"https://wordpress.org/plugins/theme-check/\" href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin. Instead, it’s a collection of the most common snag points witnessed by Priday in the theme review queue. According to Priday, the queue has a five-week backlog. He hopes Theme Checklist helps decrease the queue and gets more theme developers to pass the initial review.</p>\n<p>I understand why the theme review guidelines need to be thorough and specific. It’s the WordPress.org theme directory and they help create a consistent user experience. Plugins like Theme Checklist provide an alternative learning experience to accomplish the same goal. However, it has to remain on par with the official guidelines or else it could end up doing more harm than good.</p>\n<p>Theme developers, is this a tool you see yourself using? What other tools do you use to increase the likelihood of passing a review on the first try?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 22:45:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:89:\"WPTavern: Right Meow Plugin Puts The Super Troopers Cat Game Into Your WordPress Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:222:\"http://wptavern.com/right-meow-plugin-puts-the-super-troopers-cat-game-into-your-wordpress-comments?utm_source=rss&utm_medium=rss&utm_campaign=right-meow-plugin-puts-the-super-troopers-cat-game-into-your-wordpress-comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1976:\"<p>Broken Lizard’s 2001 comedy “<a href=\"http://www.imdb.com/title/tt0247745/\" target=\"_blank\">Super Troopers</a>” introduced millions of viewers to the “cat game.” In the scene, a highway patrolman pulls Jim Gaffigan over and then tries to insert the word “meow” casually into the conversation as many times as possible. You remember that scene, right? If not, check it out here:</p>\n<p><span class=\"embed-youtube\"></span></p>\n<h3>Am I Saying Meow?!</h3>\n<p>Now, you can also have subliminal meow fun with <a href=\"http://wordpress.org/plugins/right-meow/\" target=\"_blank\">Right Meow</a>, a WordPress plugin that changes your comments section so that the word “now” automatically becomes “meow,” as shown below:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/meow.jpg\" rel=\"prettyphoto[28201]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/meow.jpg?resize=766%2C461\" alt=\"meow\" class=\"aligncenter size-full wp-image-28205\" /></a></p>\n<p>The plugin was created by <a href=\"http://www.thomasleen.com/\" target=\"_blank\">Thomas Leen</a> and is his first submission on WordPress.org. It’s also available on <a href=\"https://github.com/tleen/wp-right-meow\" target=\"_blank\">GitHub</a>, should you want to suggest any changes. After testing it, I can confirm that it works as advertised to transform all instances of “now” to “meow” in the comments.</p>\n<p>This may not be the most productive tool in the shed but it definitely adds a dash of frivolity and fun to your site by automatically trolling commenters with meows on your behalf. Please note that de-activating the plugin will return all your “meows” back to “nows.” If you want your comments to have a little more entertainment value, I recommend you <a href=\"http://wordpress.org/plugins/right-meow/\" target=\"_blank\">download</a> this plugin right meow.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 22:20:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"Alex King: The Race to the Bottom Benefits Platforms (not Developers)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=20713\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://alexking.org/blog/2014/08/12/race-to-bottom-platforms\";s: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:3773:\"<p>There’s been a ton of recent conversation in the iOS world about the inability for most indie developers to create sustainable businesses through the iOS app store. In particular, these devs are talking about apps that require larger development efforts – they want to charge more than “impulse purchase” prices for these, and thus want trials, upgrade pricing, etc. to support that model. They want things to work they way they always have – I don’t blame them.</p>\n<p>I think it’s worth considering who wins in this “race to the bottom”. In general, more stuff for free benefits consumers, which in turn benefits the platform.</p>\n<p>“But wait!” the developers cry. “When the platform doesn’t support building more sophisticated apps, the consumers ultimately lose!” I know this argument, I’ve made it myself regarding the WordPress ecosystem. I was wrong.</p>\n<p>Consumers have been well trained that they can expect incredible value for free. Sure, they may trade off their privacy and be subjected to ads, but they aren’t asked to fork over their cash directly.</p>\n<p>VC-backed companies often contribute to the problem as well. As they clamor for users to their platforms, they give everything away – it’s so easy to flip the switch in the future and start the money pouring in. Or if that doesn’t work, they fold up shop and call it a day. Oops!</p>\n<p>More complex apps <em>will get made</em>. They just won’t be built using the model that indie developers are used to.</p>\n<p>There will be apps supported by alternative revenue streams. Some might have ads or sponsorships, some might mine and sell the data they produce, some (like Evernote and Dropbox) will be a gateway to a commercial service. People will figure out ways to get money out of a large enough user base, and apps will get built.</p>\n<p>I’ve seen this happen in the WordPress ecosystem already. It’s a different beast because it’s an Open Source community, but it’s still an interesting parallel.</p>\n<p>Basically this happened:</p>\n<ol>\n<li>A bunch of folks built stuff and released it all for free to a small community, largely consisting of fellow developers and tinkerers</li>\n<li>A whole bunch more folks started using the platform and the community grew – it wasn’t just developers anymore, it was end users with expectations of support, etc.</li>\n<li>Devs wanted to start monetizing the products they were providing</li>\n<li>The platform didn’t provide the tools to make money in the way that the devs wanted -instead it invested in tools to promote free products</li>\n<li>Eventually a variety of patterns arose to monetize both commercial and “free” products (subscription clubs with access to a bunch of different plugins/themes, free products with commercial add-ons, sponsorships and ads, products that were created to support hosting services, etc.)</li>\n</ol>\n<p>It’s not the <img src=\"http://alexking.org/wp-content/themes/alexking.org-v3/smilies/ak_scare1.gif\" alt=\":scare:\" class=\"wp-smiley\" /> pure <img src=\"http://alexking.org/wp-content/themes/alexking.org-v3/smilies/ak_scare2.gif\" alt=\":/scare:\" class=\"wp-smiley\" /> and direct approach of charging directly for the software, but it’s still developers writing code and making money.</p>\n<p>The same thing is happening for iOS. There is money to be made. The platform and consumers are winning.</p>\n<p>“Adapt or die” is our mantra for those business who are threatened by technology. We have little sympathy for newspapers, the music industry, etc. Perhaps it’s time to include software companies in that list.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 21:53: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:4:\"Alex\";s: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:110:\"WPTavern: Sprout Apps to Launch a Suite of WordPress-Powered Apps Targeted at Freelancers and Small Businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:264:\"http://wptavern.com/sprout-apps-to-launch-a-suite-of-wordpress-powered-apps-targeted-at-freelancers-and-small-businesses?utm_source=rss&utm_medium=rss&utm_campaign=sprout-apps-to-launch-a-suite-of-wordpress-powered-apps-targeted-at-freelancers-and-small-businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6601:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-apps.png\" rel=\"prettyphoto[28141]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-apps.png?resize=1025%2C464\" alt=\"sprout-apps\" class=\"aligncenter size-full wp-image-28152\" /></a></p>\n<p><a href=\"https://sproutapps.co/\" target=\"_blank\">Sprout Apps</a> will soon be launching a suite of business apps targeted at WordPress freelancers and small businesses. WordPress developer <a href=\"http://dancameron.org/\" target=\"_blank\">Daniel Cameron</a> is behind the project, which is centered around creating plugins that help business owners work more efficiently with WordPress. Sprout Apps aims to bring tasks like invoicing, estimates, and client tracking into the admin.</p>\n<p>Cameron is the creator of <a href=\"http://smartecart.com/\" target=\"_blank\">Smart eCart</a>, a popular solution for daily deals, crowdfunding and social commerce. For five years he has supported and maintained the plugin, which was originally created for a client project. With the desire to venture out and create something new, Cameron has soft-launched Sprout Apps, starting with <a href=\"https://sproutapps.co/sprout-invoices/\" target=\"_blank\">Sprout Invoices</a>, now available for purchase.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-apps-invoices.png\" rel=\"prettyphoto[28141]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-apps-invoices.png?resize=500%2C387\" alt=\"sprout-apps-invoices\" class=\"aligncenter size-large wp-image-28154\" /></a></p>\n<p>Sprout Invoicing is an idea that Cameron had cooked up year ago but was hesitant about, due to the fact that other plugin developers had explored it without much success.</p>\n<p>“I went back to my original idea that I had years ago, which was a new invoicing app that solved all the problems I’ve had with Freshbooks and Harvest,” he said. “I knew there were already plugins out there which made me reluctant to pursue it further, regardless if their approach was wrong in my opinion.”</p>\n<h3>Sprout Invoicing Aims to Help Streamline and Brand All Client Communications</h3>\n<p>In order to sell his product, Cameron will have to convince business owners of the value in using a WordPress-powered invoicing system instead of the many standalone services. He’s counting on customers’ desire to <a href=\"https://sproutapps.co/news/what-sprout-invoices-solves-for-freelancers-and-wordpress-sites/\" target=\"_blank\">streamline all aspects of their businesses</a>.</p>\n<p>“Those other standalone services are silo’d, expensive, limiting and offer limited customization for brand integrity,” Cameron contends. “I want to streamline the estimate and invoicing process. Integrating it within the site that already has the estimate request (contact form) helps tremendously.”</p>\n<p>In addition to fully automating estimating and invoicing, the app is designed to help business owners overcome the branding limitations of popular invoicing services, which generally only let you upload a logo to a subdomain. The freedom to fully brand all client communications is a big win for small businesses.</p>\n<p>“Sprout Invoice notification emails are sent from your server and your from address,” Cameron said. “No more http://yoursite.harvestbooks.com with a ‘Powered by A Service I Pay For’.”</p>\n<p>The invoicing app is built with business owner’s needs in mind. It’s packed full of dashboards and charts, summaries, and dynamic reporting that can be easily sorted and filtered in the WordPress admin.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-invoicing-charts.gif\" rel=\"prettyphoto[28141]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-invoicing-charts.gif?resize=606%2C342\" alt=\"sprout-invoicing-charts\" class=\"aligncenter size-full wp-image-28159\" /></a></p>\n<p>Under the hood, Sprout Invoices is a WordPress plugin that uses custom post types, post meta and taxonomies for its data structure. “There are no additional tables created. The entire code base adheres to WordPress coding practices,” Cameron told the Tavern. “There’s hundreds of hooks and filters in SI, I want the entire app to be customizable and I anticipate it’s users to want more control than traditional WP users.”</p>\n<p>The apps he <a href=\"https://sproutapps.co/coming-soon/\" target=\"_blank\">plans to build</a> are actually WordPress plugins, though he felt that apps was a more applicable term. “I didn’t want to go with ‘Sprout plugins,’ for example, because I do have ideas that aren’t plugins and I didn’t want to box myself in,” he said. “I also think ‘Apps’ is a better term for these larger premium plugins since they offer more than a traditional plugin that might filter post content.”</p>\n<p>Sprout’s next app will be a CRM, followed by a team-based app. Cameron is also considering a PM app and a time tracker, depending on how sales go with the invoicing app. <a href=\"https://sproutapps.co/sprout-invoices/purchase/\" target=\"_blank\">Pricing</a> for Sprouts Invoicing is similar to that of popular invoicing services, with both monthly and yearly subscription rates at $5 and $9 respectively. Subscribers will receive updates, support and <a href=\"https://sproutapps.co/marketplace/\" target=\"_blank\">add-on</a> discounts. Cameron also plans to launch a free version of the invoicing app later this year.</p>\n<p>Sprout Apps is built on the bold premise that your WordPress site can be more than just the marketing face of your business. It can also power the daily tasks of estimating work, billing clients, and charting progress. Cameron is aiming to provide all the business essentials with the added benefit of brand independence, a streamlined workflow, and total control. He’s got a big vision to create a superior suite of apps that will support the many freelancers and small businesses that make up a large segment of the WordPress ecosystem.</p>\n<p><a href=\"https://sproutapps.co/\" target=\"_blank\">Sprout Apps</a> is currently in pre-launch mode and will officially launch at <a href=\"http://2014.la.wordcamp.org/\" target=\"_blank\">WordCamp LA</a> in early September. A <a href=\"https://sproutapps.co/demos/\" target=\"_blank\">live demo</a> of the app is available to preview and pre-launch subscribers will receive a discount at purchase.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 20:54:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WPTavern: WP Site Care Acquires Audit WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28140\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"http://wptavern.com/wp-site-care-acquires-audit-wp?utm_source=rss&utm_medium=rss&utm_campaign=wp-site-care-acquires-audit-wp\";s: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:1996:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MergeFeaturedImage.png\" rel=\"prettyphoto[28140]\"><img class=\"size-full wp-image-28143\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MergeFeaturedImage.png?resize=678%2C252\" alt=\"Merge Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/rutlo/3743291132/\">rutlo</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p><a title=\"http://auditwp.com/\" href=\"http://auditwp.com/\">Audit WP</a> has been acquired by <a title=\"http://www.wpsitecare.com\" href=\"http://www.wpsitecare.com\">WP Site Care</a>. According to <a title=\"http://www.wpsitecare.com/rob-neu-auditwp-join-wp-site-care/\" href=\"http://www.wpsitecare.com/rob-neu-auditwp-join-wp-site-care/\">the announcement</a>, Audit WP will operate under WP Site Care while continuing to offer specialized SEO services. Rob Neu, who owned and operated Audit WP, will become WP Site Care’s Director of Digital Strategy.</p>\n<blockquote><p>Rob will oversee product development as well as making sure that our brand, services, and content align with our ultimate goal of providing top-tier WordPress support, and making WordPress an asset for our clients and people who are new to the platform.</p></blockquote>\n<p>Neu hints that new SEO training packages are being worked on and a new plugin is being developed that will make it easier for WP Site Care customers to receive support from the WordPress dashboard.</p>\n<p>Neu cites his passion for wanting to help businesses and individuals as one of the primary reasons for merging with WP Site Care. “At my core, the thing I like the most about everything that I do is that I’m able help people,” Neu said. “I want to help people improve their businesses, make more money, and be more successful.”</p>\n<p>By joining WP Site Care, a business dedicated to helping people solve WordPress problems, he’s in a great position to do just that.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 18:26:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:22:\"Matt: The Great Filter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2014/08/thegreatfilter/\";s: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:423:\"<p><span class=\"embed-youtube\"></span></p>\n<p>This is about the Great Filter. (No, not <a href=\"http://akismet.com/\">Akismet</a>.) It’s <a href=\"http://www.overcomingbias.com/2014/07/adam-ford-i-on-great-filter.html\">Adam Ford and Robert Hanson</a> on existential risks to humanity, a continuation of the Fermi Paradox discussion I <a href=\"http://ma.tt/2014/07/the-fermi-paradox/\">posted about the other day</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 16:39:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"Post Status: Audit WP to become part of WP Site Care with acquihire of Rob Neu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=7078\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.poststat.us/wp-site-care-rob-neu/?utm_source=rss&utm_medium=rss&utm_campaign=wp-site-care-rob-neu\";s: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:3669:\"<p><img class=\"aligncenter size-large wp-image-7081\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/wp-site-care-752x341.jpg\" alt=\"wp-site-care\" width=\"627\" height=\"284\" /></p>\n<p>Audit WP had a short, but interesting life span. Started by <a href=\"https://twitter.com/rob_neu\">Rob Neu</a> and <a href=\"http://jacobking.com\">Jacob King</a>, the site launched in February, and <a href=\"http://www.wpsitecare.com/rob-neu-auditwp-join-wp-site-care/\">today it’s been acquired by WP Site Care</a>.</p>\n<p>They made an early splash after their launch when Jacob <a href=\"http://auditwp.com/wp-engine-seo-failboat/\">wrote a provocative post</a> about WP Engine’s SEO policies. Aside from that, they set out to productize technical SEO and general website strategy.</p>\n<p>Their product was fairly successful, but they learned a valuable lesson; they were limiting their consulting opportunities for larger contracts by productizing — and therefore bracketing themselves at a relatively low price — their entry level services. That said, the product was quite good, and will now be part of WP Site Care’s offering in the form of a la carte SEO consulting, reports, and tools.</p>\n<p>I had a call with Rob and Jacob a couple of months ago to demo their product, and because I needed real help from them. I’d been getting clobbered by Google, and they helped me identify some of the reasons why and set about a plan to fix it. I’m still working on it, and was very pleased with what they offered.</p>\n<p><img class=\"aligncenter size-large wp-image-7079\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/audit-wp-overview-752x488.jpg\" alt=\"audit-wp-overview\" width=\"627\" height=\"406\" /></p>\n<p>This and other tools were quite nice, and the value I got from a short call and report were pretty enormous. I think this will be a compelling product for WP Site Care’s services, and it will fit in well with their other offerings.</p>\n<p>If you know Rob Neu and WP Site Care’s owner, Ryan Sullivan, then you already know they are friends. Rob joining WP Site Care doesn’t come as a shock, and seems to make sense all around. The two are already working on a separate side project together, called <a href=\"http://flagshipwp.com/\">Flagship</a>, a theme company. Additionally, WP Site Care was a sponsor and often attendee on WP Bacon, Rob’s old podcast that also unfortunately bit the dust.</p>\n<p>Rob and Ryan’s partnership for Flagship will remain separate, and Rob will be the Director of Digital Strategy for WP Site Care, now a team of five full time employees. Rob is a technical guy, and in addition to running strategy and marketing for WP Site Care, he’ll be working on refining some of their product offerings as well.</p>\n<h3>What is WP Site Care anyway?</h3>\n<p>I talked about WP Site Care and other <a title=\"The rise of WordPress maintenance services\" href=\"http://www.poststat.us/rise-wordpress-maintenance-services/\">WordPress maintenance services</a> earlier this year. Essentially it’s a combination of monthly maintenance and support, and a la carte services. It’s been a wildly successful and growing niche in the WordPress market, and there seem to be new companies popping up every day.</p>\n<p>While I don’t know the degree of professionalism and expertise all of them have, I know that at least a few are very good at what they do. <a href=\"http://www.wpsitecare.com\">WP Site Care</a> adding Rob and the variety of tools he brings to the table is a smart move for them to help set themselves apart in what is quickly becoming a crowded market.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 15:59: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:15:\"Brian Krogsgard\";s: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:57:\"WordPress.tv: Andrew Nacin: Keynote WordCamp Seattle 2014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37318\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/12/andrew-nacin-keynote-wordcamp-seattle-2014/\";s: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:634:\"<div id=\"v-zRdcUwIL-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37318/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37318/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37318&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/12/andrew-nacin-keynote-wordcamp-seattle-2014/\"><img alt=\"Andrew Nacin: Keynote\" src=\"http://videos.videopress.com/zRdcUwIL/video-29a2a6e399_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, 12 Aug 2014 15:40:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"WordPress.tv\";s: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:49:\"WordPress.tv: WordCamp.org Site Tools Orientation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36428\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/12/wordcamp-org-site-tools-orientation/\";s: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:647:\"<div id=\"v-GHzuucx2-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36428/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36428/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36428&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/12/wordcamp-org-site-tools-orientation/\"><img alt=\"WordCamp.org Site Tools Orientation\" src=\"http://videos.videopress.com/GHzuucx2/video-072a616795_scruberthumbnail_1.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, 12 Aug 2014 15:20:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:52:\"WordPress.tv: Fish Bowl Interactive Group Discussion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/12/fish-bowl-interactive-group-discussion/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:653:\"<div id=\"v-eYcA9xgt-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37400/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37400/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37400&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/12/fish-bowl-interactive-group-discussion/\"><img alt=\"Fish Bowl Interactive Group Discussion\" src=\"http://videos.videopress.com/eYcA9xgt/video-8612b0f944_scruberthumbnail_0.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, 12 Aug 2014 15:15: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:12:\"WordPress.tv\";s: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:85:\"WPTavern: Add Reddit Style Commenting to WordPress With the Comment Popularity Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:214:\"http://wptavern.com/add-reddit-style-commenting-to-wordpress-with-the-comment-popularity-plugin?utm_source=rss&utm_medium=rss&utm_campaign=add-reddit-style-commenting-to-wordpress-with-the-comment-popularity-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5010:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/comments.png\" rel=\"prettyphoto[28045]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/comments.png?resize=984%2C455\" alt=\"comments\" class=\"aligncenter size-full wp-image-28128\" /></a></p>\n<p>Comments are an important aspect of your content and can serve as a vehicle for building community. WordPress site admins put in a hefty amount of work moderating comments and combating spam, just to <a href=\"http://wptavern.com/why-comments-still-matter\" target=\"_blank\">keep the conversation going</a> with comments open. With all that work invested, admins are looking for new ways to make comment interaction more valuable to those who are participating.</p>\n<p>WordPress.com recently<a href=\"http://en.blog.wordpress.com/2014/08/07/introducing-comment-likes/\" target=\"_blank\"> added comment likes</a> to the delight of its users. Self-hosted WordPress site admins are hopeful that comment likes will find their way into Jetpack as well. If you’re interested in doing something more with comments, there are many plugins that help to promote interaction on your site.</p>\n<p><a href=\"http://wordpress.org/plugins/comment-popularity/\" target=\"_blank\">Comment Popularity</a> is a new one that caught my eye. The plugin, created by <a href=\"https://twitter.com/paul_wp\" target=\"_blank\">Paul de Wouters</a> and his colleagues at <a href=\"http://hmn.md/\" target=\"_blank\">Human Made</a>, adds Reddit style commenting to WordPress. Registered site members can vote comments up or down to increase or decrease comment visibility.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/comment-popularity.jpg\" rel=\"prettyphoto[28045]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/comment-popularity.jpg?resize=785%2C613\" alt=\"comment-popularity\" class=\"aligncenter size-full wp-image-28093\" /></a></p>\n<p>When the plugin is active, comments are sorted by weight (number of votes) in a descending order. Site members receive karma each time one of their comments is upvoted. Administrators have the option to attribute more weight to “expert” commenters by adding an expert label and additional points on user profiles.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/user-profile-comment-popularity-settings.jpg\" rel=\"prettyphoto[28045]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/user-profile-comment-popularity-settings.jpg?resize=503%2C234\" alt=\"user-profile-comment-popularity-settings\" class=\"aligncenter size-full wp-image-28102\" /></a></p>\n<p>There’s also an option in the discussion panel for setting a default expert karma.</p>\n<p>De Wouters and the folks at Human Made plan to support and maintain the plugin via the forums on WordPress.org. It was originally created for their client, CFO Publishing, who will be listed as a contributor on the next release.</p>\n<p><strong>“I have a few ideas for integration with other plugins such as Stream, and our SaaS product WP Remote,”</strong> de Wouters said. I asked if he plans to add a UI for showing users their aggregate upvotes/ranks, and he confirmed that this is a possibility. “We’re already storing users voting activity, so it makes sense to offer an admin view for it,” he said. “Maybe a dashboard widget. Also, this is the kind of data we’d send to WP Remote or Stream.”</p>\n<p>The plugin is currently restricted to registered users, as it doesn’t make much sense to leave it open for anonymous users to vote. “I do however plan to develop a drop in class that will allow users to authenticate themselves via social networks, which will reduce friction and still provide a way to identify a user with relative reliabilty,” de Wouters commented regarding future development plans. Although he wants to keep it simple and focused on one particular functionality, he is open to suggestions and contributions via the plugin’s <a href=\"https://github.com/humanmade/comment-popularity\" target=\"_blank\">GitHub repository</a>.</p>\n<p>Comment Popularity gives registered users a way to weigh in on discussions without having to comment. Consequently, there is a greater incentive for readers to register for your site. It gives everyone a chance to influence the conversation. As users attribute value to comments they like, the best comments will float to the top. This saves readers from having to scroll through all the mediocre comments in order to find the highest quality responses.</p>\n<p>If you’re looking for a new way to encourage interaction in your comments, the Comment Popularity plugin is simple and intuitive to use. It should work automatically with most standard comment forms. <a href=\"http://wordpress.org/plugins/comment-popularity/\" target=\"_blank\">Download</a> the plugin for free from WordPress.org and watch the GitHub repository for updates in development.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 00:14: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:\"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:77:\"WPTavern: Interview With Siobhan McKeown On The Future Of The WordPress Codex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28089\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"http://wptavern.com/interview-with-siobhan-mckeown-on-the-future-of-the-wordpress-codex?utm_source=rss&utm_medium=rss&utm_campaign=interview-with-siobhan-mckeown-on-the-future-of-the-wordpress-codex\";s: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:6798:\"<p>If you use WordPress, chances are that you’ve run into the <a title=\"http://codex.wordpress.org/\" href=\"http://codex.wordpress.org/\">WordPress Codex</a>. The Codex is a community maintained collection of documentation, hooks, filters, best practices, and other information related to WordPress. With various <a title=\"http://make.wordpress.org/docs/handbook/projects/handbooks/\" href=\"http://make.wordpress.org/docs/handbook/projects/handbooks/\">handbook projects</a> underway, I’ve been wondering what the future of the Codex is. To find out, I got in touch with <a title=\"http://siobhanmckeown.com/\" href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a>, who is a member of the <a title=\"http://make.wordpress.org/docs/\" href=\"http://make.wordpress.org/docs/\">documentation team</a>.</p>\n<h2>Interview With Siobhan McKeown</h2>\n<p><strong>Is the <a title=\"http://make.wordpress.org/docs/2013/06/19/docs-sprint-results-and-roadmap/\" href=\"http://make.wordpress.org/docs/2013/06/19/docs-sprint-results-and-roadmap/\">roadmap outlined here</a> still accurate and is it being followed? Is it still on time?</strong></p>\n<p>The roadmap is still fairly accurate but it’s not on time. The number of contributors to docs is quite small and we’ve faced challenges around getting development work done and finding people to write. That said, the people who are involved are very dedicated and we’re slowly chipping away at things. We have made big strides forward, particularly in the area of inline docs (thanks <a title=\"http://profiles.wordpress.org/drewapicture\" href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a> and <a title=\"https://profiles.wordpress.org/kpdesign\" href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>) and in building <a title=\"https://developer.wordpress.org/reference/\" href=\"https://developer.wordpress.org/reference/\">developer.wordpress.org</a>.</p>\n<p><strong>Ultimately, is the future of the Codex for it to disappear in favor of all the other documentation resources outlined in the roadmap?</strong></p>\n<p>I would like for that to happen, but the decision doesn’t ultimately lie with me and it’s a discussion that we’ll have to return to once new documentation is in place.</p>\n<p>Many free software projects in the early stages of their life use a wiki for their documentation. Over time, this can become out-of-date and inaccurate. As a project grows, it often out-grows a wiki, requiring more targeted documentation for both users and developers. <a href=\"https://support.mozilla.org/en-US/products/firefox\">Firefox</a> and <a href=\"http://guides.rubyonrails.org/getting_started.html\">Ruby on Rails</a> are good examples of FOSS projects that provide the types of targeted documentation that WordPress should be providing. I would hope that we can eventually get there ourselves, and keep the Codex as a historical archive.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/MozillaFireFoxTargetedSupport.png\" rel=\"prettyphoto[28089]\"><img class=\"size-full wp-image-28100\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/MozillaFireFoxTargetedSupport.png?resize=966%2C690\" alt=\"Mozilla FireFox Targeted Documentation\" /></a>Mozilla FireFox Targeted Documentation\n<p><strong>Is it a waste of effort and energy for folks to continue to edit and update the Codex?</strong></p>\n<p>No. For two reasons: First of all, while all of the docs work is going on, we need to ensure that the Codex stays up-to-date and accurate. It remains WordPress’ primary source of documentation and will be for some time, so contributions are still valuable there. When a new version of WordPress is released, the docs team usually does a sprint to get the Codex up-to-date.</p>\n<p>Secondly, the main problem with the Codex is its navigation and structure. There’s a lot of good content in there mixed with a lot of out-of-date content. As we create new resources, we look at the content in the Codex and migrate good-quality content. If you fix a page in the Codex, then it’s likely that will end up somewhere in a new documentation resource.</p>\n<p><strong>How can folks get involved with helping the roadmap move along?</strong></p>\n<p>We particularly need help in two areas:</p>\n<ol>\n<li>Someone to help with ongoing development of <a title=\"http://wptavern.com/help-contribute-to-the-official-wordpress-developer-resource-by-testing-code-references\" href=\"http://wptavern.com/help-contribute-to-the-official-wordpress-developer-resource-by-testing-code-references\">WP-Parser</a> (the parser used to generate the Code Reference). A lot of things are on hold until we get someone helping there.</li>\n<li>Writing the <a title=\"https://make.wordpress.org/docs/theme-developer-handbook/\" href=\"https://make.wordpress.org/docs/theme-developer-handbook/\">theme</a> and <a title=\"https://make.wordpress.org/docs/plugin-developer-handbook/\" href=\"https://make.wordpress.org/docs/plugin-developer-handbook/\">plugin developer</a> handbooks. These have been around for a long time and we really want to get them finished off so that we can move on to focusing on user support.</li>\n</ol>\n<h2>To Some, Google Is The WordPress Codex</h2>\n<p>It may be the largest collection of WordPress documentation but I bet it doesn’t compare to the amount of WordPress content published on sites across the web. The paradox of publishing content on the Codex for the benefit of everyone versus a personal site for the benefit of a small audience has existed since it was created.</p>\n<p>I think it would be awesome if content from sites like <a title=\"http://justintadlock.com/\" href=\"http://justintadlock.com/\">Justin Tadlock</a> found a home on the Codex but perhaps we don’t need one at all. Maybe all we need is Google. When I asked the Tavern’s Twitter followers what <a title=\"http://wptavern.com/7-aspects-of-wordpress-i-take-for-granted\" href=\"http://wptavern.com/7-aspects-of-wordpress-i-take-for-granted\">aspect of WordPress do they take for granted</a>, Jared Novack submitted the following answer:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/wptavern\">@wptavern</a> You can type anything into google followed by \"WordPress\" and someone has already asked (and answered) it</p>\n<p>— Jared Novack (@jaredNova) <a href=\"https://twitter.com/jaredNova/statuses/494322903739936768\">July 30, 2014</a></p></blockquote>\n<p></p>\n<p>If the Codex ever goes offline, it will be a sad day. However, if it’s replaced with easy to navigate, skill level targeted documentation, with a solid code reference, I think a lot of users and developers will be happy with its replacement. Has the Codex saved your bacon once or twice? Let us know in the comments.</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, 11 Aug 2014 22:20:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:57:\"WPTavern: WPWeekly Episode 157 – Jeffro Tells His Story\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=28075&preview_id=28075\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"http://wptavern.com/wpweekly-episode-157-jeffro-tells-his-story?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-157-jeffro-tells-his-story\";s: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:2274:\"<p>The past 156 episodes of WordPress Weekly are filled with stories of people who are doing exciting things with WordPress. For this episode, I decided to try something a little different. I handed the show over to <a href=\"http://marcuscouch.com/\" title=\"http://marcuscouch.com/\">Marcus Couch</a>, who interviewed me. In the show, I describe how I became interested in computers and the events that lead me to where I am today. It’s a lengthy episode but one I hope you enjoy.</p>\n<p>A reminder that beginning this week, WordPress Weekly will be recorded live on <strong>Wednesdays at 9:30 PM Eastern</strong>. The change better accommodates my schedule and the new day and time is also more compatible with guests.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-3-9-2-fixes-security-vulnerabilities-users-strongly-encouraged-to-update\" title=\"http://wptavern.com/wordpress-3-9-2-fixes-security-vulnerabilities-users-strongly-encouraged-to-update\">WordPress 3.9.2 Fixes Security Vulnerabilities, Users Strongly Encouraged To Update</a><br />\n<a href=\"http://wptavern.com/crowd-favorite-announces-chris-lema-as-new-cto\" title=\"http://wptavern.com/crowd-favorite-announces-chris-lema-as-new-cto\">Crowd Favorite Announces Chris Lema As New CTO</a><br />\n<a href=\"http://wptavern.com/how-to-change-jetpack-accounts-without-losing-your-stats-or-subscribers\" title=\"http://wptavern.com/how-to-change-jetpack-accounts-without-losing-your-stats-or-subscribers\">How to Change Jetpack Accounts Without Losing Your Stats or Subscribers</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 13th 3 P.M. Eastern – Special Guest, Pippin Williamson</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">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\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #157:</strong><br />\n</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, 11 Aug 2014 20:05: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: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:67:\"WPTavern: Underscores WordPress Starter Theme Adds Support for Sass\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28061\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"http://wptavern.com/underscores-wordpress-starter-theme-adds-support-for-sass?utm_source=rss&utm_medium=rss&utm_campaign=underscores-wordpress-starter-theme-adds-support-for-sass\";s: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:3186:\"<p><a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> community project contributors <a href=\"http://themeshaper.com/2014/08/11/sass-comes-to-_s/\" target=\"_blank\">announced</a> today that the theme now includes support for <a href=\"http://sass-lang.com/\" target=\"_blank\">Sass</a>. The popular WordPress starter theme is an open source project maintained by Automattic, and many of its users requested Sass support, according to contributor Tammie Lister. “The community firstly asked for Sass. As Sass is in core, this makes sense. It was already part of most themers’ workflow.”</p>\n<p>If you visit <a href=\"http://underscores.me/\" target=\"_blank\">Underscores.me</a> and click on “Advanced Options”, you’ll now find that you can check a box to add Sass support:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/add-sass.jpg\" rel=\"prettyphoto[28061]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/add-sass.jpg?resize=968%2C355\" alt=\"add-sass\" class=\"aligncenter size-full wp-image-28068\" /></a></p>\n<p>Lister emphasized in the announcement that support for Sass is included in a way that gives developers the freedom to use it as they please:</p>\n<blockquote><p>Not everyone compiles or uses Sass the same, so _s shouldn’t force anyone to follow one path or another. In this sense, the Sass provided takes a pure approach, not requiring Compass or any other scripts.</p></blockquote>\n<p>Sass support came about from a combination of numerous pull requests and forks of the project on GitHub. However, the project’s contributors do not wish to limit everyone to Sass and are open to other CSS preprocessors. <strong>“I’d still love to see a fork of Less for _s. We’re keen it opens up the way to other preprocessors,”</strong> Lister told the Tavern regarding the Sass support announced today.</p>\n<p>Earlier this year, <a href=\"http://wptavern.com/wordpress-com-formally-opens-its-marketplace-to-theme-developers\" target=\"_blank\">WordPress.com formally opened up its marketplace to theme developers</a>. Theme submission <a href=\"http://developer.wordpress.com/themes/\" target=\"_blank\">guidelines</a> are fairly strict and developers are encouraged to use the _s theme for a head start. While many theme authors appreciate the ability to save time with mixins and variables, using a preprocessor is not required for submitting to WordPress.com.</p>\n<p>Every WordPress themer has a unique workflow that may or may not involve a preprocessor, and the Underscores project contributors plan to respect that. <strong>“_s doesn’t tell you how to do things, it gives you a start. Anything we add to it should also do that,”</strong> Lister said.</p>\n<p>The addition of Sass support marks another turning point for the project, as Lister notes that the <a href=\"https://github.com/Automattic/_s\" target=\"_blank\">GitHub repository</a> will now be used solely for development. If you want to use Underscores in a project, the team encourages you to download it directly from <a href=\"http://underscores.me/\" target=\"_blank\">Underscores.me</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Aug 2014 19:00:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:93:\"Post Status: Week in review: theme shops, hub and spoke, you can’t afford me, and much more\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=7070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"http://www.poststat.us/week-review-theme-shops-hub-spoke-cant-afford-much/?utm_source=rss&utm_medium=rss&utm_campaign=week-review-theme-shops-hub-spoke-cant-afford-much\";s: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:10330:\"<p><img class=\"aligncenter size-large wp-image-6769\" src=\"http://www.poststat.us/wp-content/uploads/2014/06/week-in-review1-752x300.jpg\" alt=\"week-in-review\" width=\"627\" height=\"250\" /></p>\n<p>Welcome to the seventh “<a href=\"http://www.poststat.us/category/week-in-review/\">Week in Review</a>” on Post Status, where I hope to offer up some of the things you may have missed in the last week or so. A whole bunch of good stuff to read from the last week, so let’s get to it:</p>\n<h3>Theme shops sorted by their Alexa rank</h3>\n<p>Devin Price has updated his <a href=\"http://wptheming.com/2014/08/theme-shop-directory-2014/\">list of WordPress theme shops</a>, sorted by Alexa rank, for 2014. This is a really interesting list that’s sure to enlighten you to some theme shops that you’ve never heard of. I’ve referenced the 2013 version many times in the past. I’m glad Devin put time into doing this again.</p>\n<p>Alexa isn’t a perfect way to rank theme shops, obviously, but it does offer good insight to see what average Joes unfamiliar with the WordPress theme landscape probably stumble upon as they search for WordPress themes. As Devin notes, the order of the top shops haven’t changed a whole lot in the past year, though pretty much all have gained ground, and WPMU Dev jumped all the way to number 1 from number 6.</p>\n<h3>Hub and spoke versus distributed teams</h3>\n<p>Jeff Chandler blogged about <a href=\"http://wptavern.com/how-crowd-favorite-utilizes-multiple-offices-and-a-distributed-work-force\">Crowd Favorite’s <del>hub and spoke office</del> (<em>edit</em>: it’s actually a constellation model; no “hub”) model</a> (a central office + many smaller offices). Jake Goldman responded with his <a href=\"http://jakegoldman.me/2014/08/hub-and-spoke-vs-distributed/\">case for a fully distributed team</a> (10up’s model). Both offer quality insight into how some of the larger WordPress consultancies operate.</p>\n<h3>You can’t afford the plugin you want</h3>\n<p>Chris Lema has written <a href=\"http://chrislema.com/cant-afford-wordpress-plugin-want/\">an excellent post about custom plugin development</a>, and why you just can’t get the exact thing you want off the shelf (unless you get real lucky).</p>\n<blockquote><p>That plugin that does everything you ever wanted? It doesn’t exist. And if it did, if someone built it, it would cost you thousands and thousands of dollars.</p>\n<p>Because what you often describe isn’t a plugin. It’s a system.</p>\n<p>And since you don’t want to connect several focused plugins, that each do the one thing they were made to do, you won’t really find the perfect plugin sitting there waiting for you.</p></blockquote>\n<h3>SSL all the things</h3>\n<p><span id=\"more-7070\"></span></p>\n<p><a href=\"http://searchengineland.com/google-starts-giving-ranking-boost-secure-httpsssl-sites-199446\">Google spoke from on high</a>, declaring SSL to be a portion of their ranking algorithm. The SEOs and the SSL sellers rejoiced. Tim Nash has a nice<a href=\"https://timnash.co.uk/guessing-ssl-questions/\"> primer on the nerdy details of SSL</a>. Joost de Valk also has some <a href=\"https://yoast.com/move-website-https-ssl/\">practical tips for switching over to SSL</a>. And Zack Tollman has a great performance post over at The Theme Foundry <a href=\"https://thethemefoundry.com/blog/why-we-dont-use-a-cdn-spdy-ssl/\">about SPDY and SSL</a>.</p>\n<p>Now, all that said, seriously don’t freak out about SSL. It is great, that’s true, but just because Google says it’s part of their algorithm doesn’t mean you have to have it no matter what. Still though, having SSL enabled is probably a good thing for most sites, if you can afford it. Just be smart about it, and not purely reactionary to Google’s whims.</p>\n<h3>Some hosts start to support Clef, the password-less login app</h3>\n<p>SiteGround and three other hosts announced <a href=\"http://blog.getclef.com/protecting-users-default/\">default support for Clef last week</a>. New installs on those platforms will enable the password-less login app. Clef works as a form of two-factor authentication, since you have to have your phone on you and scan the login screen to access the site.</p>\n<p>It’s obviously past time to rely purely on passwords, so it’s good to see folks supporting Clef and other two-factor methods out of the box.</p>\n<h3>WordPress-based portfolio templates, with Semplice</h3>\n<p><a href=\"http://semplicelabs.com/\">Semplice</a> is a WordPress portfolio template product, that’s still in development, but it’s definitely outside of the normal WordPress themes you see. I got in touch with the folks behind Semplice and they expect to have something ready in a few weeks for beta testing. It seems you can already buy it though, so I don’t know what that’s about. Either way, this may be a product to keep an eye on.</p>\n<h3>The WordPress security “delimma”</h3>\n<p>Tony Perez, CEO of Sucuri, write about <a href=\"http://tonyonsecurity.com/2014/08/09/the-dilemma-that-is-wordpress-security/\">what he considers to be a delimma with WordPress security</a>. I don’t personally agree with some of Tony’s conclusions here, but they are worth reading, as your mileage may vary. He takes some folks’ words to task (including my own), but I think in the end there is a more a difference in opinion on how to delivery the security message versus actual differences in implementing security measures.</p>\n<p>I believe the Drupal vs WordPress method for highlighting last week’s security release was a reflection of how WordPress and Drupal communicate in general; WordPress said it as if speaking to regular site owners and Drupal spoke to developers. To me, making WordPress accessible to regular people is paramount — related to security issues or not.</p>\n<p>I have a lot more I can say about this, but I have no desire to get in a pointless battle when I think we mostly agree on the goal, just not the message. But I do have one more note. Tony finishes his post with this:</p>\n<blockquote><p>You can’t own 22% of the market and not expect issues. Is it best to fight it and blindly convince yourself that they don’t exist, or is it better to embrace it?</p></blockquote>\n<p>I take exception to this. I don’t know anyone in a significant position within the WordPress project that takes such a “blind” stance. You can’t say WordPress core developers don’t take security seriously, because they absolutely do.</p>\n<h3>Stellar and international payments</h3>\n<p><a href=\"https://www.stellar.org/blog/introducing-stellar/\">Stellar</a> is a “a decentralized protocol for sending and receiving money in any pair of currencies” with some big backers, like Stripe. Brent and Kirby, at Prospress, nerded out over Stellar when it launched, and then wrote up a <a href=\"http://prospress.com/will-stellar-finally-fix-international-payments/\">great post about what this could mean for big savings in international eCommerce</a>.</p>\n<h3>Tablesaw: responsive tables, by Filament Group</h3>\n<p>Responsive tables are a pain. The Filament Group really attacked them with <a href=\"http://filamentgroup.com/lab/tablesaw.html\">Tablesaw</a>. This is a really nice solution that you may consider for implementation with certain types of themes and websites.</p>\n<h3>Comment likes on WordPress.com</h3>\n<p><a href=\"http://en.blog.wordpress.com/2014/08/07/introducing-comment-likes/\">WordPress.com has introduced comment likes</a>. This could be great for some sites with heavy amounts of comments, especially if they add some sorting options to bring good comments to the top. It might be a while before this one hits Jetpack though; apparently there are some technical challenges there.</p>\n<h3>Get news of new WordPress.com themes</h3>\n<p>Also in WordPress.com land, it turns out they aren’t really blogging about every theme release any more. So Luke McDonald put together a Twitter account to help keep you informed.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"http://t.co/unxO0Vbjaz\">http://t.co/unxO0Vbjaz</a> no longer promotes or announces Premium theme releases, so I spent some time to do this: <a href=\"https://t.co/Cenf4RW0Ed\">https://t.co/Cenf4RW0Ed</a></p>\n<p>— Luke McDonald (@thelukemcdonald) <a href=\"https://twitter.com/thelukemcdonald/statuses/497817557529665536\">August 8, 2014</a></p></blockquote>\n<p></p>\n<h3>Why attend WordPress conferences (and updates on some of them)</h3>\n<p>Andy Leverenz puts some good reasons together on the Elegant Themes blog about <a href=\"http://www.elegantthemes.com/blog/tips-tricks/wordpress-conferences-are-on-the-rise-why-you-should-attend\">why you should attend WordPress conferences</a>, and he highlights some of those coming up.</p>\n<p>Speaking of, if you want to go to PressNomics (the attendee list is awesome so far), <a href=\"http://pressnomics.com/2014/08/players-came-far-wide-attendees/\">you better act soon</a>; that conference could sell out really soon.</p>\n<p>The <a href=\"http://2014.sf.wordcamp.org/2014/08/04/say-hello-to-the-first-group-of-wordcamp-san-francisco-speakers/\">first</a> and <a href=\"http://2014.sf.wordcamp.org/2014/08/07/our-second-group-of-wordcamp-san-francisco-speakers/\">second</a> batches of WordCamp San Francisco speakers have been announced.</p>\n<p><a href=\"http://2014.europe.wordcamp.org/\">WordCamp Europe’s</a> speaker list is also dripping out, and it’s pretty amazing; that’s going to be an incredible event in Sofia.</p>\n<p>Finally, if you’re in the south, WordCamp Birmingham (my local camp — #WPYall!) is this Saturday. It’s going to be a great time, and I hope I get to meet some of you there. You can still register, <a href=\"http://2014.birmingham.wordcamp.org/\">so do that and come learn with us</a>.</p>\n<hr />\n<p>Have a great week, y’all. Make some news, and I’ll write it. Be on the lookout too, I’ve got my own news to share in the next month or so. Which means it’s probably a good time to subscribe to my <a title=\"Newsletter\" href=\"http://www.poststat.us/newsletter/\">newsletter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Aug 2014 17:22:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s: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:59:\"WordPress.tv: Kailey Lampert: Hidden Treasures of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.tv/2014/08/11/kailey-lampert-hidden-treasures-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:666:\"<div id=\"v-rF09mHB3-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37206/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37206/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37206&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/11/kailey-lampert-hidden-treasures-of-wordpress/\"><img alt=\"Kailey Lampert: Hidden Treasures of WordPress\" src=\"http://videos.videopress.com/rF09mHB3/video-92a0f142f5_scruberthumbnail_1.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:\"Mon, 11 Aug 2014 15:24: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:12:\"WordPress.tv\";s: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:69:\"WordPress.tv: WordCamp Organizers’ Orientation Hangout Mar 19, 2014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36465\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/11/wordcamp-organizers-orientation-hangout-mar-19-2014/\";s: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:687:\"<div id=\"v-RWT5wtrZ-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36465/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36465/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36465&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/11/wordcamp-organizers-orientation-hangout-mar-19-2014/\"><img alt=\"WordCamp Organizers’ Orientation Hangout Mar 19, 2014\" src=\"http://videos.videopress.com/RWT5wtrZ/video-f088d9ed3d_scruberthumbnail_0.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:\"Mon, 11 Aug 2014 15:17:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:66:\"WordPress.tv: Peter Baran: Optimalizácia WordPress pre rýchlosť\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37425\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/11/peter-baran-optimalizacia-wordpress-pre-rychlost-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:673:\"<div id=\"v-zO6njcbX-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37425/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37425/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37425&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/11/peter-baran-optimalizacia-wordpress-pre-rychlost-2/\"><img alt=\"Peter Baran: Optimalizácia WordPress pre rýchlosť\" src=\"http://videos.videopress.com/zO6njcbX/video-97d1c51b93_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:\"Mon, 11 Aug 2014 15: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:12:\"WordPress.tv\";s: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:26:\"Matt: Mosquito Preferences\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43977\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://ma.tt/2014/08/mosquito-preferences/\";s: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:340:\"<p><a href=\"http://www.smithsonianmag.com/science-nature/why-do-mosquitoes-bite-some-people-more-than-others-10255934/?no-ist\">Why Do Mosquitoes Bite Some People More Than Others?</a> I’m pretty lucky in the mosquito-biting department, they tend to go for others around me. So this article is for those that take one for the team.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Aug 2014 14:10:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"Lorelle on WP: Find, Search, Replace, and Delete in the WordPress Database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://lorelle.wordpress.com/?p=11808\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://lorelle.wordpress.com/2014/08/10/find-search-replace-and-delete-in-the-wordpress-database/\";s: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:545:\"The following was originally published on WordCast and authored by Lorelle VanFossen. It is reprinted here as a reference guide. You’ve moved your WordPress installation from one server to another. You’ve changed domain names. You’ve moved images around on your server and now they don’t load. You’ve changed your WordPress installation and now images show […]<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=lorelle.wordpress.com&blog=72&post=11808&subd=lorelle&ref=&feed=1\" width=\"1\" height=\"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:\"Sun, 10 Aug 2014 23:36: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:17:\"Lorelle VanFossen\";s: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:49:\"WordPress.tv: WordCamp Program and Guidelines AMA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/10/wordcamp-program-and-guidelines-ama/\";s: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:641:\"<div id=\"v-GpOXhwFM-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36468/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36468/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36468&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/10/wordcamp-program-and-guidelines-ama/\"><img alt=\"WordCamp Program and Guidelines AMA\" src=\"http://videos.videopress.com/GpOXhwFM/video-04332ce530_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:\"Sun, 10 Aug 2014 15:43: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:12:\"WordPress.tv\";s: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:69:\"WordPress.tv: Nancy West Johnson: Create Your First WordPress Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37125\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wordpress.tv/2014/08/10/nancy-west-johnson-create-your-first-wordpress-website/\";s: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:686:\"<div id=\"v-sOK3Xmvm-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37125/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37125/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37125&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/10/nancy-west-johnson-create-your-first-wordpress-website/\"><img alt=\"Nancy West Johnson: Create Your First WordPress Website\" src=\"http://videos.videopress.com/sOK3Xmvm/video-fe44872092_scruberthumbnail_0.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:\"Sun, 10 Aug 2014 15:11:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:81:\"WordPress.tv: Brennen Byrne: Passwords – The Weakest Link in WordPress 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:28:\"http://wordpress.tv/?p=37133\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wordpress.tv/2014/08/10/brennen-byrne-passwords-the-weakest-link-in-wordpress-security-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:712:\"<div id=\"v-zHKcIQfo-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37133/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37133/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37133&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/10/brennen-byrne-passwords-the-weakest-link-in-wordpress-security-3/\"><img alt=\"Brennen Byrne: Passwords – The Weakest Link in WordPress Security\" src=\"http://videos.videopress.com/zHKcIQfo/video-4a4789c1c2_scruberthumbnail_1.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:\"Sun, 10 Aug 2014 15:02:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:24:\"Matt: Exploring Ubiquiti\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2014/08/exploring-ubiquiti/\";s: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:5846:\"<p>I was looking for something else when I stumbled across <a href=\"http://www.amazon.com/dp/B00CPRVF5K/\">a little $95 router</a> that claimed it could do 1M packets per second, multi-WAN, was tiny, and had 80 5-star reviews. Huh? The reviews had some left-handed compliments (“for advanced users only”) but one mentioned getting hooked on the company’s other products as well. Next thing I know I’m looking at a <a href=\"http://amazon.com/dp/B004XXMUCQ/\">$67 access point</a> that has everyone raving about its range and extensibility. These things were too cheap — my assumption was it was a Chinese OEM like <a href=\"http://www.zyxel.com/\">Zyxel</a> that makes novel but ultimately not the best quality products.</p>\n<p>At this point I should confess I’m a bit of a consumer networking geek — it’s a hobby of mine. I really enjoy upgrading people’s routers so they have better range in parts of the house they didn’t before, getting them a <a href=\"http://www.amazon.com/gp/product/B007IMPMW4/\">DOCSIS 3.0 modem</a> so their connection is faster (and buying it so they don’t pay an exorbitant rental fee to their cable company), everything about <a href=\"http://sonos.com/\">Sonos</a>, <a href=\"http://www.sonos.com/airplay/\">hooking up an Airport Express to Sonos so you can Airplay things</a>, showing how you can set up two APs with the same SSID and clients will just connect to whatever they’re closest to, you don’t need each one to have a unique SSID, you can give the 2.4ghz and 5ghz networks the same SSID, Time Machine for backups, setting up failover internet with multiple connections or a USB LTE stick… I redo all my home stuff about once every 18 months, and then take the best of what I’ve learned and set up friends. I’m constantly updating firmware. My current best practice setup is <a href=\"http://www.sonos.com/\">Sonos</a> for all audio, usually streaming from <a href=\"http://spotify.com/\">Spotify</a> or <a href=\"http://siriusxm.com/\">SiriusXM</a>, a <a href=\"http://www.amazon.com/dp/B00I9RQOR4/\">Peplink Balance One router</a>, <a href=\"http://www.amazon.com/dp/B00F0DD0I6/\">Netgear Nighthawk R9000 access points</a> (though I liked the <a href=\"http://www.amazon.com/dp/B008ABOJKS/\">ASUS AC66U just as much</a>), if I need a switch I’ll go for <a href=\"http://www.amazon.com/gp/product/B004GHMU5Q/\">a higher-end managed one</a> that support spanning tree protocol (STP) properly because otherwise the way the Sonos does bridging can spaz out and overload your network, <a href=\"https://nest.com/\">Nest themostat and smoke detectors</a>, <a href=\"http://www.smartthings.com/\">Smartthings</a> for everything else. I’m <a href=\"http://august.com/\">waiting for August</a> for smart locks.</p>\n<p>At the <a href=\"http://automattic.com/\">Automattic</a> office we run <a href=\"https://meraki.cisco.com/\">Meraki</a>, which was pretty solid until we upgraded to the MR34 to get 802.11AC, but it’s expensive, and you need to subscribe to a per-device yearly license fee for everything to work. They also have <a href=\"https://meraki.cisco.com/blog/\">a great WP-powered blog</a>, and generally the cleanest site of anyone out there. That said, they’re impossible to buy without going through a terrible reseller, so I’ve never been able to justify using it at home.</p>\n<p>Back to Ubiquiti. First I come across their <a href=\"http://community.ubnt.com/\">forums/community sites</a>, which are ugly and sprawling and full of amazing info from people who do wireless deployments across all of the top companies like <a href=\"http://www.arubanetworks.com/\">Aruba</a>, <a href=\"http://www.ruckuswireless.com/\">Ruckus</a>, <a href=\"http://www.aerohive.com/\">Aerohive</a>, <a href=\"http://www.xirrus.com/\">Xirrus</a>, Meraki. You see people making builds for <a href=\"http://community.ubnt.com/t5/EdgeMAX/EdgeRouter-and-Xbox-LIVE/m-p/640951#M18782\">alternative UPNP packages</a> and that going into their core release months later. (Everything is Debian based, from what I can tell.) The company is based in San Jose that went public a few years ago, and is <a href=\"https://www.google.com/finance?q=NASDAQ%3AUBNT\">now worth about 3.7B</a>, and the founder (formerly of Apple) <a href=\"http://www.businessweek.com/articles/2013-04-24/robert-pera-the-kid-that-bought-the-grizzlies\">bought the Memphis Grizzlies</a>. They seem to have gotten their start with long-haul point-to-point wireless radios <a href=\"http://www.ubnt.com/airfiber/airfiber5/\">that can go dozens of kilometers</a>, which makes sense why their APs would be known for their range. You can buy direct from them, or like I mentioned most of their stuff is available on Amazon. And it’s inexpensive! Even Ubiquiti’s <a href=\"http://amazon.com/gp/product/B00D80J2XU/\">AC product, which is $300,</a> is much, much cheaper than the Meraki MR34 which costs $1,400 and requires a yearly license <em>or it stops working</em>.</p>\n<p>Plus they make these wonderfully cheesy product promo videos:</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>Normally I wouldn’t post about something until I’ve tried it in-person, but I was excited to find this whole new (to me) world of high-performance, reasonable-cost devices. John Pozazidides, long-time WP community member, did <a href=\"https://www.youtube.com/watch?v=vj_nlSWGkb8\">an overview of the Unifi devices on Youtube</a>. At Automattic our once-a-year grand meetup is coming up in Utah, and every year wireless is an issue, especially the first day or two. I ordered some of the Ubiquiti equipment to test when I’m in Houston next week, looking forward to playing around with it.</p>\n<p>Any Ma.tt readers with experience with any of these or big WLAN deployments?</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, 09 Aug 2014 19: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WordPress.tv: Panel Discussion: How to Become a Better WordPress Developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37123\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/09/panel-discussion-how-to-become-a-better-wordpress-developer/\";s: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:696:\"<div id=\"v-r1C30AUX-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37123/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37123/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37123&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/09/panel-discussion-how-to-become-a-better-wordpress-developer/\"><img alt=\"Panel Discussion: How to Become a Better WordPress Developer\" src=\"http://videos.videopress.com/r1C30AUX/video-4cabba6b28_scruberthumbnail_1.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:\"Sat, 09 Aug 2014 15:46:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:56:\"WordPress.tv: WordCamp Organizers’ Orientation Hangout\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36435\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/09/wordcamp-organizers-orientation-hangout/\";s: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:662:\"<div id=\"v-6N4zGbcR-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36435/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36435/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36435&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/09/wordcamp-organizers-orientation-hangout/\"><img alt=\"WordCamp Organizers’ Orientation Hangout\" src=\"http://videos.videopress.com/6N4zGbcR/video-66135d2449_scruberthumbnail_0.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:\"Sat, 09 Aug 2014 15:39:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:64:\"WordPress.tv: Kronda Adair: Planning a Successful WordPress Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.tv/2014/08/09/kronda-adair-planning-a-successful-wordpress-site/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:676:\"<div id=\"v-v6aZbeBB-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37129/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37129/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37129&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/09/kronda-adair-planning-a-successful-wordpress-site/\"><img alt=\"Kronda Adair: Planning a Successful WordPress Site\" src=\"http://videos.videopress.com/v6aZbeBB/video-20b89e8534_scruberthumbnail_0.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:\"Sat, 09 Aug 2014 15:13: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:12:\"WordPress.tv\";s: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:67:\"WordPress.tv: How to add subtitles and translations to WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37740\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/08/how-to-add-subtitles-and-translations-to-wordpress-tv-videos/\";s: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:690:\"<div id=\"v-AhRoo4R8-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37740/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37740/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37740&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/08/how-to-add-subtitles-and-translations-to-wordpress-tv-videos/\"><img alt=\"How to add subtitles and translations to WordPress.tv\" src=\"http://videos.videopress.com/AhRoo4R8/video-6c101845a3_scruberthumbnail_1.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:\"Sat, 09 Aug 2014 02:33:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:65:\"WPTavern: WordPress cdnjs Plugin Makes It Easy to Offload Scripts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28012\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:174:\"http://wptavern.com/wordpress-cdnjs-plugin-makes-it-easy-to-offload-scripts?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-cdnjs-plugin-makes-it-easy-to-offload-scripts\";s: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:3173:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-cdnjs.png\" rel=\"prettyphoto[28012]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-cdnjs.png?resize=772%2C250\" alt=\"wp-cdnjs\" class=\"aligncenter size-full wp-image-28020\" /></a></p>\n<p>The <a href=\"http://cdnjs.com/\" target=\"_blank\">cdnjs</a> service is used by hundreds of thousands of websites to offload static files for performance. It’s an open source community-driven project that hosts a variety of different file types, including JavaScript, CSS, SWF, and images, thanks to help from sponsors UserApp and CloudFlare.</p>\n<p><a href=\"http://wordpress.org/plugins/wp-cdnjs/\" target=\"_blank\">WP cdnjs</a> is a new plugin that allows users to easily include any CSS or JavaScript library hosted at cdnjs. Once installed, you can search all cdnjs libraries directly within the plugin’s settings.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/search-cdnjs.png\" rel=\"prettyphoto[28012]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/search-cdnjs.png?resize=1025%2C586\" alt=\"search-cdnjs\" class=\"aligncenter size-full wp-image-28026\" /></a></p>\n<p>Once you locate a script you want to use, you have the option to choose secondary assets and select the minified/non-minified version. Scripts can be enabled and even re-ordered on the settings page.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/add-scripts.png\" rel=\"prettyphoto[28012]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/add-scripts.png?resize=1025%2C582\" alt=\"add-scripts\" class=\"aligncenter size-full wp-image-28028\" /></a></p>\n<p>The plugin adds the libraries using <a href=\"http://paulirish.com/2010/the-protocol-relative-url/\" target=\"_blank\">protocol-relative URLs</a> which means that it will support both http and https sites.</p>\n<p>Although the settings page looks very simple, WP cdnjs packs in a solid set of features:</p>\n<ul>\n<li>Builtin cdnjs.com search</li>\n<li>Reorder included files with an intuitive drag-and-drop interface</li>\n<li>Integrates seamlessly with WordPress (no developer up-sells or donation requests)</li>\n<li>Choose the secondary assets you want to include</li>\n<li>Selects the minified version or non-minified version</li>\n<li>Optionally select any additional assets you’d like</li>\n<li>Specify where to include files (header / footer)</li>\n<li>Options to globally or individually enable and disable included libraries</li>\n<li>SSL support\n</ul>\n<p>I tested the plugin and was impressed by how easy it was to find and use libraries. cdnjs is a useful and dependable service that generally operates with <a href=\"http://stats.pingdom.com/htbkuegtgycv\" target=\"_blank\">99.9% uptime</a>. This plugin makes it easy and convenient for WordPress admins take advantage of the free CDN. If you want to offload some commonly used scripts, chances are that you’ll find them at cdnjs. Download <a href=\"http://wordpress.org/plugins/wp-cdnjs/\" target=\"_blank\">WP cdnjs</a> from WordPress.org and start searching for libraries that you can offload to improve performance.</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, 08 Aug 2014 23:55:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WordPress.tv: How to upload your WordCamp videos to WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37731\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/08/how-to-upload-your-wordcamp-videos-to-wordpress-tv/\";s: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:677:\"<div id=\"v-88YRYWc5-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37731/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37731/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37731&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/08/how-to-upload-your-wordcamp-videos-to-wordpress-tv/\"><img alt=\"How to upload your WordCamp videos to WordPress.tv\" src=\"http://videos.videopress.com/88YRYWc5/video-d78811a062_scruberthumbnail_0.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:\"Fri, 08 Aug 2014 22:56:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:78:\"WPTavern: Heroku WP: A Template for Installing and Running WordPress on Heroku\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"http://wptavern.com/heroku-wp-a-template-for-installing-and-running-wordpress-on-heroku?utm_source=rss&utm_medium=rss&utm_campaign=heroku-wp-a-template-for-installing-and-running-wordpress-on-heroku\";s: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:3724:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-and-heroku.jpg\" rel=\"prettyphoto[27968]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-and-heroku.jpg?resize=715%2C302\" alt=\"wp-and-heroku\" class=\"aligncenter size-full wp-image-28002\" /></a></p>\n<p>Over the past few months, WordPress developers have been experimenting with speeding up PHP execution with HHVM (HipHop Virtual Machine) and have achieved some <a href=\"https://twitter.com/markjaquith/statuses/458294601129144320\" target=\"_blank\">amazingly fast load times</a>. HHVM <a href=\"http://hhvm.com/blog/3095/getting-wordpress-running-on-hhvm\" target=\"_blank\">compatibility with WordPress</a> is gradually improving and more hosting companies are moving to adopt it, as many believe that HHVM will soon revolutionize PHP.</p>\n<p>Changes in WordPress 3.9 helped to improve compatibility with HHVM and, as a result, a few WP + HHVM templates have popped up, including a new one for Heroku fans. <a href=\"https://github.com/xyu/heroku-wp\" target=\"_blank\">Heroku WP</a> is a template for installing and running WordPress on the <a href=\"http://www.heroku.com/\" target=\"_blank\">Heroku</a> cloud application platform with the official Heroku stack.</p>\n<p>Automattic engineer <a href=\"http://www.xyu.io/\" target=\"_blank\">Xiao Yu</a> created Heroku WP with the goal of keeping it simple, fast, secure, and scalable. He used Heroku’s new <a href=\"https://blog.heroku.com/archives/2014/4/29/introducing_the_new_php_on_heroku\" target=\"_blank\">PHP buildpack</a> which incorporates nginx and HHVM. Heroku WP is built on top of the following:</p>\n<ul>\n<li><a href=\"http://nginx.org/\" target=\"_blank\">nginx</a> – For serving web content</li>\n<li><a href=\"http://hhvm.com/\" target=\"_blank\">HHVM</a> – A virtual machine designed to serve Hack and PHP</li>\n<li><a href=\"http://www.mysql.com/\" target=\"_blank\">MySQL</a> – Provided by the ClearDB add-on</li>\n<li><a href=\"http://memcached.org/\" target=\"_blank\">Memcached</a> – Provided by the MemCachier add-on</li>\n<li><a href=\"https://getcomposer.org/\" target=\"_blank\">Composer</a> – A dependency manager to make installing and managing plugins easier</li>\n</ul>\n<p>The Heroku WP template also bundles Jetpack, SendGrid, caching plugins, <a href=\"http://wordpress.stackexchange.com/questions/38902\" target=\"_blank\">SSL Domain Alias</a> to send WP admin traffic to Heroku over SSL directly, and a couple of other plugins. You can include additional plugins and/or upgrade versions by updating the <code>composer.json</code> file.</p>\n<h3>2.5X Improvement in WordPress Response Times with Heroku WP</h3>\n<p>Yu <a href=\"http://www.xyu.io/2014/06/wordpress-on-nginx-hhvm-with-heroku-buildpacks/\" target=\"_blank\">reports</a> that with the new nginx + HHVM Heroku buildpack, his updated template for WordPress has seen more than 2.5X improvement in response times when compared to the old Heroku LAMP stack. His personal <a href=\"http://www.xyu.io/\" target=\"_blank\">site</a> is actually running on the template. “It feels a lot faster navigating WP admin and page generation times look much better,” he said.</p>\n<p>The template is not just for small blogs. Yu built Heroku WP with cloud architecture in mind, so that <a href=\"https://www.heroku.com/pricing\" target=\"_blank\">the number of Dynos can scale</a> without breaking. If you’ve been looking for a quick way to experiment with WordPress on NGINX + HHVM, the Heroku WP template is an excellent starting point. Follow Yu’s <a href=\"https://github.com/xyu/heroku-wp#installation\" target=\"_blank\">instructions</a> for installing, configuring and deploying WordPress to Heroku.</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, 08 Aug 2014 21:20: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: How Crowd Favorite Utilizes Multiple Offices and a Distributed Work Force\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:210:\"http://wptavern.com/how-crowd-favorite-utilizes-multiple-offices-and-a-distributed-work-force?utm_source=rss&utm_medium=rss&utm_campaign=how-crowd-favorite-utilizes-multiple-offices-and-a-distributed-work-force\";s: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:7086:\"<p>As I was listening to an <a title=\"http://www.poststat.us/chris-lema-interview/\" href=\"http://www.poststat.us/chris-lema-interview/\">interview with Chris Lema</a>, I was surprised to hear how Crowd Favorite has offices setup across the world. Many of the WordPress agencies I’m familiar with are 100% distributed with one physical office. This is the first time I’ve heard of a WordPress development agency with multiple offices throughout the world. I contacted the CTO of <a title=\"http://crowdfavorite.com\" href=\"http://crowdfavorite.com\">Crowd Favorite</a>, Chris Lema, to learn why the company is structured this way and what practical benefits and drawbacks it offers.</p>\n<h2>The Crowd Favorite Approach To Offices</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/CrowdFavoriteOfficesAcrossTheWorld.jpg\" rel=\"prettyphoto[27870]\"><img class=\"size-full wp-image-27963\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/CrowdFavoriteOfficesAcrossTheWorld.jpg?resize=1025%2C332\" alt=\"Crowd Favorite Office Locations Across The World\" /></a>Crowd Favorite Office Locations Across The World\n<p>Crowd Favorite takes an entirely different approach to having an office. Instead of one or two locations, they have small, satellite offices spread across the world. This approach allows the company to merge the benefits of a distributed work force with having physical locations. Each office is staffed by a group of people who excel at a specific skill. Lema describes the offices as <em>communities of practice</em>.</p>\n<blockquote><p>For example, there’s an office in Phoenix that we have that is dedicated to design work and branding, and they’re fantastic at that. That’s a very different dynamic than if you had three designers across the country, four designers across the country, or two brand people across the country.</p>\n<p>Sure, if they were really phenomenal people, you could hire them and you’d get a bang for your buck, but if you put a whole group of them together in one place, you’ll discover that they go further faster.</p></blockquote>\n<p>Regional and localized offices enable people to work together to accelerate their progress. The offices are also used to focus on disciplines. For example, the Las Vegas, NV office is focused on video and promotion, the office in Arizona is focused on design, and the office in Denver, CO is focused on advanced development. Crowd Favorite even has a small office in New York focused on .net and Ruby development.</p>\n<h2>Offices Have Different Purposes Depending On The Region</h2>\n<p>Offices outside the US have a unique business dynamic associated with them. They’re used as the final component of a business deal after establishing trust and a relationship with a customer. “As Karim Marucchi worked in several different countries, it became a cornerstone of the way he works, that he would have an office, and that’s the office that would drive the business in that region.” Lema said. “It’s especially effective when you think about it on the international stage because you want to be able to make sure that your presence is physically felt in the areas where you’re doing business. We have an office in Italy for example, specifically for that reason.”</p>\n<h2>The Lone Rangers Of A Distributed Workforce</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/TheLongRangerWorker.png\" rel=\"prettyphoto[27870]\"><img class=\"size-full wp-image-27961\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/TheLongRangerWorker.png?resize=637%2C279\" alt=\"The Lone Ranger Developer\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/eschipul/2296528916/\">eschipul</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>One of the benefits of having several office locations is the increased opportunity for employees to work together. However, one of the biggest drawbacks is that some employees end up working alone. For example, Crowd Favorite has an office in Seattle, WA that handles development operations that is staffed by one person. This is why Crowd Favorite and other companies with a distributed work force organize company wide meetups once or twice a year. It gives individuals a chance to meet their co-workers and strengthen their connection to the company.</p>\n<h2>How Other WordPress Companies Handle Offices</h2>\n<p>One of the benefits of working with WordPress is that it can be done from anywhere in the world, as long as an internet connection is available. <a title=\"http://automattic.com/\" href=\"http://automattic.com/\">Automattic</a> is a leading example of how employees can accomplish anything without having to spend eight hours in a cubicle. Despite having a distributed work force, the company maintains a physical presence with an office in San Francisco, CA. The office is used as a co-working space, to host shareholder meetings, or to just hang out.</p>\n<p>Web development firm <a title=\"http://10up.com/\" href=\"http://10up.com/\">10up </a>has an office in <a title=\"http://10up.com/blog/2013/portland-office-opening/\" href=\"http://10up.com/blog/2013/portland-office-opening/\">Portland, OR</a>. The office hosts speakers, out-of-town guests, and the occasional workshop. <a title=\"http://webdevstudios.com/\" href=\"http://webdevstudios.com/\">WebDevStudios</a> is another large web development firm with a 100% distributed work force. Unlike 10up and Automattic, the company has two office locations, one in <a title=\"http://webdevstudios.com/about/webdevstudios/new-jersey-location/\" href=\"http://webdevstudios.com/about/webdevstudios/new-jersey-location/\">New Jersey</a> and the other in <a title=\"http://webdevstudios.com/about/webdevstudios/philadelphia-location/\" href=\"http://webdevstudios.com/about/webdevstudios/philadelphia-location/\">Philadelphia, PA</a>.</p>\n<h2>Copy The Motivation, Not The Model</h2>\n<p>Going with a 100% distributed work force has drawbacks as does everyone working in the same physical space. Crowd Favorite believes they have figured out a way to reap the benefits of both methods. “When you say we’re only going to have one office, there are drawbacks. When you say we’re going to be 100% remote, there are going to be drawbacks. I think we’ve tried to thread the needle on this to find the situation that gives us the least amount of drawbacks with the most amount of potential.” Lema said.</p>\n<p>Is the way Crowd Favorite uses offices a model for other WordPress development firms to follow? “Copying someone’s model is a really poor approach to anything. Copying someone’s motivation may be a more helpful approach to think about.” Lema told the Tavern. Every company is different and has to satisfy its own needs and requirements.</p>\n<p>Crowd Favorite has found success using offices not only for co-working spaces, but as a way to build trust and establish relationships with clients in other parts of the world.</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, 08 Aug 2014 20:25:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:49:\"Post Status: How has WordPress changed your life?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=6995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://www.poststat.us/wordpress-changed-life/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-changed-life\";s: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:6142:\"<p><img class=\"aligncenter size-large wp-image-7067\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/wc-nyc-752x272.jpg\" alt=\"wc-nyc\" width=\"627\" height=\"226\" />Last week, I was in New York City for WordCamp and some client meetings. The event was a huge success, with four full tracks of expert designers, developers, and WordPress professionals sharing what they’ve learned.</p>\n<p>I had a great time with everyone there. I saw old friends, and met new friends.</p>\n<p>I had my recording equipment with me, and I asked a question to some folks there: how has WordPress changed your life?</p>\n<p>Here are their answers:</p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"http://s3.amazonaws.com/PostStatus/DraftPodcast/how-has-wordpress-changed-your-life.mp3\">http://s3.amazonaws.com/PostStatus/DraftPodcast/how-has-wordpress-changed-your-life.mp3</a>\n<p><a href=\"http://s3.amazonaws.com/PostStatus/DraftPodcast/how-has-wordpress-changed-your-life.mp3\">Direct Download</a></p>\n<p>And here are just a few of the pictures I took, from WordCamp and some just from around the city. I’m not much of a photographer, but feel free to use any of these however you wish:<span id=\"more-6995\"></span></p>\n\n<a href=\"http://www.poststat.us/wordpress-changed-life/this-is-a-busy-town/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/this-is-a-busy-town-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"this-is-a-busy-town\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/nyc-tunnel/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/nyc-tunnel-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"nyc-tunnel\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/nyc-street-tower/\"><img width=\"150\" height=\"100\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/nyc-street-tower-150x100.jpg\" class=\"attachment-thumbnail\" alt=\"nyc-street-tower\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/wcnyc-tshirt/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/wcnyc-tshirt-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"wcnyc-tshirt\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/lema-on-membership/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/lema-on-membership-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"lema-on-membership\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/boon-keynote-pie-chart/\"><img width=\"150\" height=\"100\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/boon-keynote-pie-chart-150x100.jpg\" class=\"attachment-thumbnail\" alt=\"boon-keynote-pie-chart\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/sara-cannon-design-talk/\"><img width=\"150\" height=\"100\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/sara-cannon-design-talk-150x100.jpg\" class=\"attachment-thumbnail\" alt=\"sara-cannon-design-talk\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/ryan-wp-json-api-talk/\"><img width=\"150\" height=\"100\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/ryan-wp-json-api-talk-150x100.jpg\" class=\"attachment-thumbnail\" alt=\"ryan-wp-json-api-talk\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/jenn-php-lol/\"><img width=\"150\" height=\"100\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/jenn-php-lol-150x100.jpg\" class=\"attachment-thumbnail\" alt=\"jenn-php-lol\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/mike-heartbeat-api-fun/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/mike-heartbeat-api-fun-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"mike-heartbeat-api-fun\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/pippin-is-always-working/\"><img width=\"100\" height=\"150\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/pippin-is-always-working-100x150.jpg\" class=\"attachment-thumbnail\" alt=\"pippin-is-always-working\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/everyone-is-hiring/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/everyone-is-hiring-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"everyone-is-hiring\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/freedom-tower/\"><img width=\"99\" height=\"150\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/freedom-tower-99x150.jpg\" class=\"attachment-thumbnail\" alt=\"freedom-tower\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/september-11-memorial/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/september-11-memorial-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"september-11-memorial\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/flower-in-911-victims-name/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/flower-in-911-victims-name-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"flower-in-911-victims-name\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/nyc-from-the-plane/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/nyc-from-the-plane-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"nyc-from-the-plane\" /></a>\n\n<p>I’d like to thank the organizers for their efforts, the sponsors for their investment in the WordPress community, the speakers for their wisdom, and the attendees for their hunger to learn and connect with like-minded individuals.</p>\n<p>If you’ve never attended a WordCamp — especially one outside of your own city — I highly encourage you do. They are so fun. There are a number of events coming up that I’ll be at as well, so I hope you’ll say hi there: <a href=\"http://wpyall.com\">WordCamp Birmingham</a> (August 16th), <a title=\"The WordPress community summit is back\" href=\"http://www.poststat.us/wordpress-community-summit-back/\">WordCamp San Francisco</a> (October 25-26th), and <a href=\"http://www.poststat.us/pressnomics-3-dates/\">PressNomics</a> (January 22nd-24th).</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, 08 Aug 2014 16: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WordPress.tv: Morten Rand-Hendriksen: Web Design is a Process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37105\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.tv/2014/08/08/morten-rand-hendriksen-web-design-is-a-process/\";s: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:670:\"<div id=\"v-dYueyfUb-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37105/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37105/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37105&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/08/morten-rand-hendriksen-web-design-is-a-process/\"><img alt=\"Morten Rand-Hendriksen: Web Design is a Process\" src=\"http://videos.videopress.com/dYueyfUb/video-91140fd7f1_scruberthumbnail_0.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:\"Fri, 08 Aug 2014 15:53: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:12:\"WordPress.tv\";s: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:58:\"WordPress.tv: Matt Banks: Strawberry Custom Fields Forever\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37050\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/08/matt-banks-strawberry-custom-fields-forever/\";s: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:664:\"<div id=\"v-boRWXo4z-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37050/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37050/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37050&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/08/matt-banks-strawberry-custom-fields-forever/\"><img alt=\"Matt Banks: Strawberry Custom Fields Forever\" src=\"http://videos.videopress.com/boRWXo4z/video-e83871d941_scruberthumbnail_6.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:\"Fri, 08 Aug 2014 15:31: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:\"WordPress.tv\";s: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:76:\"WordPress.tv: Stacey Lane: How To Pick a WordPress Theme That Doesn’t Suck\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wordpress.tv/2014/08/08/stacey-lane-how-to-pick-a-wordpress-theme-that-doesnt-suck/\";s: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:701:\"<div id=\"v-rcIC0zXI-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37121/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37121&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/08/stacey-lane-how-to-pick-a-wordpress-theme-that-doesnt-suck/\"><img alt=\"Stacey Lane: How To Pick a WordPress Theme That Doesn’t Suck\" src=\"http://videos.videopress.com/rcIC0zXI/video-f420b5a692_scruberthumbnail_1.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:\"Fri, 08 Aug 2014 15:24: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:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Mobile ShareBar Adds a WhatsApp Sharing Button to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24066\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"http://wptavern.com/mobile-sharebar-adds-a-whatsapp-sharing-button-to-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=mobile-sharebar-adds-a-whatsapp-sharing-button-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3635:\"<p>Earlier this year, Facebook <a href=\"http://newsroom.fb.com/news/2014/02/facebook-to-acquire-whatsapp/\" target=\"_blank\">acquired WhatsApp</a> for $19 billion dollars. With 450+ million users per month and 70% of them active per day, Facebook is betting on the the app’s massive user base and continued growth.</p>\n<p>Although <a href=\"http://www.whatsapp.com/\" target=\"_blank\">WhatsApp</a> is enormously popular, very few WordPress sharing plugins have prioritized adding the service to the list of supported sharing options. Depending on the demographic of your site’s readership, you may stand to strongly benefit from making it easy for WhatsApp users to share your content with each other via the app.</p>\n<p><a href=\"http://wordpress.org/plugins/mobile-sharebar/\" target=\"_blank\">Mobile ShareBar</a> is one of the first plugins to add a WhatsApp sharing button, right up there with the same preeminence of Facebook and Twitter. The sharebar only appears to visitors when they are browsing your site on a mobile site, and you can remove the Facebook and Twitter buttons if you just want to include WhatsApp.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/mobile-sharebar-example.jpg\" rel=\"prettyphoto[24066]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/mobile-sharebar-example.jpg?resize=450%2C694\" alt=\"mobile-sharebar-example\" class=\"aligncenter size-full wp-image-27928\" /></a></p>\n<p>The plugin allows you to select specific post types where you want the sharebar to appear, i.e. frontpage, posts, pages, categories, archives, tags, and even specific custom post types. You can also change the position of the bar to appear on the bottom of the screen. All text for the sharing buttons is customizable in the plugin’s settings page:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/mobile-sharebar-options.png\" rel=\"prettyphoto[24066]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/mobile-sharebar-options.png?resize=659%2C558\" alt=\"mobile-sharebar-options\" class=\"aligncenter size-full wp-image-27941\" /></a></p>\n<p>A real-time preview of the sharebar appears in the settings page as you edit it, so you know what it’s going to look like on mobile devices. After testing the plugin, my only complaint is that the sharebar is sticky as you scroll down the page, taking up valuable mobile real estate. Having the option to remove that would be preferable, as stickiness might be a deal breaker for some users.</p>\n<p>While WhatsApp is available for iPhone, BlackBerry, Android, Windows Phone and Nokia, the sharing button only works with iPhones at the moment. This is because the iPhone app is the only one that works with the <a href=\"https://www.whatsapp.com/faq/iphone/23559013\" target=\"_blank\">URL scheme</a>.</p>\n<p>Facebook CEO Mark Zuckerberg commented on the WhatsApp acquisition: <strong>“WhatsApp is on a path to connect 1 billion people. The services that reach that milestone are all incredibly valuable.”</strong> When <a href=\"http://recode.net/2014/02/20/before-facebook-deal-whatsapp-was-helping-buzzfeed-and-shazam-go-viral-with-new-platform-tools/?_ga=1.172310307.1038543520.1407428466\" target=\"_blank\">Buzzfeed added a WhatsApp</a> sharing button, they found that readers on iOS clicked it more often than the Twitter button. It might be worth finding out if your readers are using WhatsApp so you can prioritize it among your sharing options. You can get the <a href=\"http://wordpress.org/plugins/mobile-sharebar/\" target=\"_blank\">Mobile ShareBar</a> from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Aug 2014 23:06:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:81:\"WPTavern: How to Change Jetpack Accounts Without Losing Your Stats or Subscribers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"http://wptavern.com/how-to-change-jetpack-accounts-without-losing-your-stats-or-subscribers?utm_source=rss&utm_medium=rss&utm_campaign=how-to-change-jetpack-accounts-without-losing-your-stats-or-subscribers\";s: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:1732:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/JetpackWordPressStatsFeaturedImage.png\" rel=\"prettyphoto[27914]\"><img class=\"aligncenter wp-image-27924 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/JetpackWordPressStatsFeaturedImage.png?resize=669%2C339\" alt=\"Jetpack Stats Featured Image\" /></a></p>\n<p>If you’re using Jetpack and need to reconnect it to a site but don’t have access to the WordPress.com account associated with it, you can switch accounts without losing your stats or subscribers. Just follow these simple steps.</p>\n<ol>\n<li>Login to your self-hosted WordPress site and disconnect Jetpack.</li>\n<li>Create a new WordPress.com account.</li>\n<li>Connect your self-hosted WordPress site to Jetpack using the new account.</li>\n</ol>\n<p>I asked George Stephanis, who is on the Jetpack development team, if users should be worried about stats and subscribers being lost in the process.</p>\n<blockquote><p>Ideally it should be smooth, and the stats should transfer automatically. Sites are indexed by domain and path, so as long as those don’t change and still match up with what we have on file, it’ll just work.</p>\n<p>If they do change and the user winds up connected to a clean site, it’s just a quick five-minute operation for one of our Happiness Engineers to transfer stats over to the new site, so nothing is ever lost.</p></blockquote>\n<p>In most cases, Jetpack will continue to hum along after switching WordPress.com user accounts. However, if you notice stats missing or weird behavior, you should contact the <a title=\"http://jetpack.me/contact-support/\" href=\"http://jetpack.me/contact-support/\">Jetpack support team</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, 07 Aug 2014 21:57: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: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:87:\"WPTavern: Color Posts Plugin Extends Jetpack to Add Intuitive Background Color Matching\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27889\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:218:\"http://wptavern.com/color-posts-plugin-extends-jetpack-to-add-intuitive-background-color-matching?utm_source=rss&utm_medium=rss&utm_campaign=color-posts-plugin-extends-jetpack-to-add-intuitive-background-color-matching\";s: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:4410:\"<p>Automatically changing the background color of a post based on its images is a fancy effect that you may have noticed on WordPress.com’s <a href=\"http://theme.wordpress.com/themes/ryu/\">Ryu</a> theme. It’s currently WordPress.com’s 7th most popular theme and is also <a href=\"https://wordpress.org/themes/ryu\" target=\"_blank\">available for self-hosted sites</a> with the same intuitive background changing feature built in.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/color-posts.png\" rel=\"prettyphoto[27889]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/color-posts.png?resize=687%2C597\" alt=\"color-posts\" class=\"aligncenter size-full wp-image-27907\" /></a></p>\n<p>Jetpack developer <a href=\"http://jeremy.hu/\" target=\"_blank\">Jeremy Herve</a> just released an independent plugin version of the feature cut out of the theme. <a href=\"http://wordpress.org/plugins/color-posts/\" target=\"_blank\">Color Posts</a> does the following:</p>\n<ol>\n<li>Grabs an image from the post</li>\n<li>Samples it</li>\n<li>Creates a matching color and a contrast value (black or white)</li>\n<li>Changes the post’s background color to match the image</li>\n</ol>\n<p><a href=\"http://wordpress.org/plugins/jetpack/\" target=\"_blank\">Jetpack</a> must be active in order for Color Posts to do its magic, as it utilizes the <code>Tonesque</code> and <code>Jetpack_PostImages</code> classes.</p>\n<p>Here’s how it works: Color Posts uses the <code>Jetpack_PostImages</code> class to run through a few different methods to select an image representative of the post. <a href=\"https://github.com/Automattic/jetpack/blob/3.1/_inc/lib/tonesque.php\" target=\"_blank\">Tonesque</a> grabs the color index for each of five sample points of the image and then finds the average color of the image based on those five sample points. It creates a color object and checks the contrast against the main color, giving either black or white for use with opacity.</p>\n<p>The result is beautifully matching backgrounds for each post. The <a href=\"http://ryudemo.wordpress.com/\" target=\"_blank\">Ryu theme demo</a> is a good example of this feature in action.</p>\n<h3>Extend Color Posts to Color Match Other Elements on Your Site</h3>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/color-matching.png\" rel=\"prettyphoto[27889]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/color-matching.png?resize=1025%2C468\" alt=\"photo credit: Telstar Logistics - cc\" class=\"size-full wp-image-27917\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/telstar/2903029/\">Telstar Logistics</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>Herve explains in the plugin’s <a href=\"http://wordpress.org/plugins/color-posts/faq/\" target=\"_blank\">FAQ</a> how it can be used for more than just matching the background of a post to an image. The color matching feature can be applied to post links, image borders, title, etc. He includes example code for building your own CSS from the colors grabbed by the plugin to change other elements on your site.</p>\n<p>Herve’s <a href=\"http://jeremy.hu/color-posts-jetpack-plugin/\" target=\"_blank\">post</a> gives you an example of how he changes the color and contrast of the title on his site based on the values retrieved by the plugin. If you want to use your own image, instead of letting Jetpack pick, Color Posts lets you do that via the <code>colorposts_image_output</code> filter. The plugin also lets you change the default color assigned to posts without an image using the <code>jetpack_open_graph_image_default</code> filter.</p>\n<p>Theme developers who already support Jetpack can add color matching to their themes using this method or by offering support for the plugin. Color Posts brings post designs alive with self-aware color matching capabilities. You’d be hard-pressed to do a better job matching your background colors manually each time – but who would want to? This plugin does it all automatically with a little bit of magic.</p>\n<p><a href=\"http://wordpress.org/plugins/color-posts/\" target=\"_blank\">Color Posts</a> can be downloaded from WordPress.org but be advised that it’s still a work in progress. You can contribute feedback and code on <a href=\"https://github.com/jeherve/color-posts/\" target=\"_blank\">GitHub</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, 07 Aug 2014 20:26: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.tv: Nick Pelton: WP-to-JS and Back Again\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/07/nick-pelton-wp-to-js-and-back-again-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:650:\"<div id=\"v-EPghHKUx-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36507/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36507/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36507&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/07/nick-pelton-wp-to-js-and-back-again-2/\"><img alt=\"Nick Pelton: WP-to-JS and Back Again\" src=\"http://videos.videopress.com/EPghHKUx/video-5149ef4234_scruberthumbnail_7.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:\"Thu, 07 Aug 2014 15:23: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:12:\"WordPress.tv\";s: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:43:\"WordPress.tv: Trimming Videos with Avidemux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37335\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/07/trimming-videos-with-avidemux/\";s: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:635:\"<div id=\"v-r0mCJ7Q4-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37335/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37335/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37335&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/07/trimming-videos-with-avidemux/\"><img alt=\"Trimming Videos with Avidemux\" src=\"http://videos.videopress.com/r0mCJ7Q4/video-13dfb0e852_scruberthumbnail_0.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:\"Thu, 07 Aug 2014 15:13: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:12:\"WordPress.tv\";s: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:54:\"WordPress.tv: Monika Zbínová: Blogujeme na 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:28:\"http://wordpress.tv/?p=37302\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/08/07/monika-zbinova-blogujeme-na-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:648:\"<div id=\"v-fk7GsLte-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37302/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37302/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37302&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/07/monika-zbinova-blogujeme-na-wordpress/\"><img alt=\"Monika Zbínová: Blogujeme na WordPress\" src=\"http://videos.videopress.com/fk7GsLte/video-6fda7662ce_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:\"Thu, 07 Aug 2014 15:05:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:31:\"Matt: The Future of Iced Coffee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://ma.tt/2014/08/the-future-of-iced-coffee/\";s: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:451:\"<blockquote><p>Somehow, Freeman had scaled perfection.</p>\n<p>On behalf of all craftspeople, including writers, I had to know how.\n</p></blockquote>\n<p>Read the whole article on the Atlantic: <a href=\"http://www.theatlantic.com/features/archive/2014/08/the-future-of-iced-coffee/375114/\">The Future of Iced Coffee</a>. (Blue Bottle is an <a href=\"http://audrey.co/\">Audrey company</a>.) Hat tip: <a href=\"http://nickgernert.com/\">Nick Gernert</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, 07 Aug 2014 11:29:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:94:\"WPTavern: WPCore Plugin Manager Adds Update Notifications, Plans to Implement Pro Subscription\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:230:\"http://wptavern.com/wpcore-plugin-manager-adds-update-notifications-plans-to-implement-pro-subscription?utm_source=rss&utm_medium=rss&utm_campaign=wpcore-plugin-manager-adds-update-notifications-plans-to-implement-pro-subscription\";s: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:3213:\"<p>WPCore <a href=\"http://wptavern.com/wpcore-create-wordpress-plugin-collections-and-install-them-in-one-click\" target=\"_blank\">launched</a> less than a month ago and has already gone through several rounds of improvement. The <a href=\"https://wpcore.com/\" target=\"_blank\">app</a> allows WordPress users to create plugin collections and install them in one click. Most recently, WPCore added <a href=\"http://wptavern.com/wpcore-plugin-manager-adds-favoriting-and-custom-plugins-to-collections\" target=\"_blank\">favoriting and the ability to include custom plugins</a> hosted outside of WordPress.org.</p>\n<p>Today, WPCore creator <a href=\"http://stueynet.com/\" target=\"_blank\">Stuart Starr</a> announced a new update notifications feature which allows users to receive email notices when one of their collections has a plugin with an update.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/update-notifications.png\" rel=\"prettyphoto[27827]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/update-notifications.png?resize=1025%2C512\" alt=\"update-notifications\" class=\"aligncenter size-full wp-image-27858\" /></a></p>\n<p>The feature is still in development so it currently sends a separate email for each collection where you have subscriptions enabled. Starr is working on creating a digest email instead. This is a handy feature if you have a site using a collection that includes a plugin you’re watching for updates. Perhaps you’re looking for a bug fix or a particular improvement that’s coming down the line. Turn on email notifications for a collection including the plugin you’re watching and you’ll get a notice in your inbox when it’s time to update.</p>\n<h3>WPCore Pro Subscription Plan Coming August 31</h3>\n<p>The WPCore site is now SSL secured in preparation for a new paid subscription plan that will be in place on August 31. Starr is electing to thank WPCore’s early adopters by grandfathering them into the pro account level, which includes all the features currently in place.</p>\n<p>Anyone who registers before the end of August will be a WPCore Pro member for life. Once the pro subscription plan is in place, new free users will be on a basic plan, which doesn’t include custom plugins or the new update notifications feature. Starr told the Tavern that pricing for the pro account level will be in the range of a few cups of coffee per month.</p>\n<h3>WPCore Plugin Manager Plugin Rewritten</h3>\n<p>The <a href=\"http://wordpress.org/plugins/wpcore/\" target=\"_blank\">plugin</a> that accompanies WPCore has been completely rewritten to perform better and minimize communication with the app. Starr rebuilt the way the plugin pulls in collections to WordPress sites, so the older version of the plugin will no longer return plugins. If you want to be able to add new collections, you’ll need to update to the latest version.</p>\n<p>Starr has been adding improvements based on user feedback and welcomes feature requests and thoughts on the new subscription model. Follow <a href=\"https://twitter.com/wpcoreapp\" target=\"_blank\">@wpcoreapp</a> on Twitter to send any feedback and stay up to date.</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, 06 Aug 2014 22:07:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:93:\"WPTavern: WordPress 3.9.2 Fixes Security Vulnerabilities, Users Strongly Encouraged To Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27834\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:228:\"http://wptavern.com/wordpress-3-9-2-fixes-security-vulnerabilities-users-strongly-encouraged-to-update?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-3-9-2-fixes-security-vulnerabilities-users-strongly-encouraged-to-update\";s: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:2845:\"<p>WordPress users are strongly encouraged to update their sites to 3.9.2 as it’s a security focused release. According to <a title=\"http://wordpress.org/news/2014/08/wordpress-3-9-2/\" href=\"http://wordpress.org/news/2014/08/wordpress-3-9-2/\">the announcement</a>, 3.9.2 fixes a possible denial of service issue in PHP’s XML processing. The bug was first reported by <a href=\"https://twitter.com/nirgoldshlager\">Nir Goldshlager</a> of the Salesforce.com Product Security Team and was fixed by Michael Adams and Andrew Nacin of the WordPress security team. The release was also coordinated with the <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal security team</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/WordPressVersionsInUse.png\" rel=\"prettyphoto[27834]\"><img class=\"size-full wp-image-27861\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/WordPressVersionsInUse.png?resize=323%2C267\" alt=\"18.8% Of WordPress Sites Are Running On Version 3.5\" /></a>18.8% Of WordPress Sites Are Running On Version 3.5\n<p>Since the vulnerability is present in WordPress 3.5 to 3.9.1, there are several sites that need to be manually updated in order to be protected. Automatic updates for security releases was introduced in WordPress 3.7, leaving users of 3.6 and 3.5 especially vulnerable. According to <a title=\"https://wordpress.org/about/stats/\" href=\"https://wordpress.org/about/stats/\">stats on WordPress.org</a>, 26.8% of all WordPress sites will not be auto updated. Among those sites, 18.8% are still using WordPress 3.5.</p>\n<p>WordPress 3.9.2 has a few other security updates as well:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href=\"http://www.buayacorp.com/\">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href=\"http://onsec.ru/en/\">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href=\"http://systemoverlord.com/\">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>You can update to 3.9.2 immediately by browsing to <strong>Dashboard > Updates </strong>in the backend of WordPress. Sites that have automatic updates configured will be updated within 12 hours. Sites using WordPress 3.8.3 or 3.7.3 will be updated to 3.8.4 or 3.7.4. Older versions of WordPress are not supported, so please update to 3.9.2 for the latest and greatest.</p>\n<p>It’s awesome to see the security teams from both WordPress and Drupal working together to keep users safe.</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, 06 Aug 2014 20:07:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:86:\"Post Status: WordPress and Drupal teams collaborate for simultaneous security 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:30:\"http://www.poststat.us/?p=7020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:174:\"http://www.poststat.us/wordpress-and-drupal-collaborate-for-security-release/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-and-drupal-collaborate-for-security-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3367:\"<p><img class=\"aligncenter size-large wp-image-7024\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/wordpress-drupal-security1-752x353.jpg\" alt=\"wordpress-drupal-security\" width=\"752\" height=\"353\" />WordPress and Drupal are both releasing security updates today that affect all supported versions of the two popular CMS platforms.</p>\n<p><a href=\"https://twitter.com/Nirgoldshlager\">Nir Goldshlager</a>, a security researcher and part of the Salesforce.com Product Security Team, discovered a PHP-level vulnerability that could result in denial of service (DoS) attacks. Goldshlager notified the PHP, WordPress, and Drupal security teams all at once.</p>\n<p>The vulnerability is within a PHP XML parser used by XML-RPC, and is “vulnerable to an XML entity expansion attach which can cause CPU and memory exhaustion, and MySQL to reach the maximum amount of open connections.”</p>\n<p>The bug itself is relatively minor, but of interest is the collaboration between the WordPress and Drupal teams to create a fix. WordPress lead developer Andrew Nacin and Mike Adams of the WordPress security team collaborated on a fix for the vulnerability and offered to coordinate with the Drupal security team.</p>\n<p>The fix devised by Nacin and Adams prevents the XML-RPC vulnerability while keeping the feature active. Turning off XML-RPC would have left the burden of handling the fix on the site owner or host and would have harmed clients such as the mobile apps.</p>\n<p>So, interestingly enough, two WordPress core developers are getting props today for both WordPress and Drupal releases. The respective security teams and Goldshlager have been working together for a couple of weeks now to appropriately address the situation and refine the patch included in today’s updates. The patch itself is for an external library that WordPress has always used, called the Incutio XML-RPC Library. Drupal uses a derivative of the same library, making the collaboration between the two teams quite logical and straightforward.<span id=\"more-7020\"></span></p>\n<p>Andrew Nacin tells me that this is the first time he knows of that the WordPress and Drupal security teams have collaborated. It certainly goes to show just how beneficial open source is, that two completely different CMS platforms are able to quickly close such security holes.</p>\n<p>The WordPress security release includes a few other minor security patches as well, but the collaboration between the WordPress and Drupal security teams is what makes this release most noteworthy, in my opinion.</p>\n<p>WordPress will be automatically upgrading all eligible websites from WordPress 3.7 to WordPress 3.9 major versions to include these fixes, as well as the WordPress 4.0 beta. The latest stable branch is now WordPress 3.9.2, and the WordPress 4.0 development branch is in beta 3. The release of WordPress 4.0 is still on target for the week of August 25th.</p>\n<p>If you have automatic updates enabled for WordPress, you’ll see those roll out shortly; otherwise, you can download it from <a href=\"http://wordpress.org/download/\">WordPress.org</a>. You can also check out the official release posts for both <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal</a> and <a href=\"http://wordpress.org/news/2014/08/wordpress-3-9-2/\">WordPress</a> on their respective blogs.</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, 06 Aug 2014 19:05: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:15:\"Brian Krogsgard\";s: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:42:\"Dev Blog: WordPress 3.9.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/08/wordpress-3-9-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:2347:\"<p>WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.</p>\n<p>This release fixes a possible denial of service issue in PHP’s XML processing, reported by <a href=\"https://twitter.com/nirgoldshlager\">Nir Goldshlager</a> of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal security team</a>. This is the first time our two projects have coordinated joint security releases.</p>\n<p>WordPress 3.9.2 also contains other security changes:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href=\"http://www.buayacorp.com/\">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href=\"http://onsec.ru/en/\">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href=\"http://systemoverlord.com/\">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>We appreciated responsible disclosure of these issues directly to our security team. For more information, see the <a href=\"http://codex.wordpress.org/Version_3.9.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?stop_rev=29383&rev=29411\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 3.9.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)</p>\n<p>Already testing WordPress 4.0? The third beta is <a href=\"https://wordpress.org/wordpress-4.0-beta3.zip\">now available</a> (zip) and it contains these security fixes.</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, 06 Aug 2014 19:04:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s: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:79:\"WPTavern: MarkPress Plugin Transforms WordPress into a Markdown-Powered Journal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27815\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:202:\"http://wptavern.com/markpress-plugin-transforms-wordpress-into-a-markdown-powered-journal?utm_source=rss&utm_medium=rss&utm_campaign=markpress-plugin-transforms-wordpress-into-a-markdown-powered-journal\";s: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:3092:\"<p>Over the past year, WordPress plugin developers have created some unique implementations of the post editor that add <a href=\"http://daringfireball.net/projects/markdown/\" target=\"_blank\">Markdown</a> editing with a side-by-side preview. Both the <a href=\"http://wptavern.com/gust-plugin-adds-support-for-categories-featured-images-and-custom-post-types\" target=\"_blank\">Gust</a> and <a href=\"http://wptavern.com/splitdown-a-free-ghost-style-markdown-editor-for-wordpress\" target=\"_blank\">Splitdown</a> plugins were inspired by the <a href=\"https://ghost.org/\" target=\"_blank\">Ghost</a> editor and attempt to recreate that experience in WordPress.</p>\n<p><a href=\"http://wordpress.org/plugins/markpress/\" target=\"_blank\">MarkPress</a> is the newest to join the ranks of Markdown-powered editors. The plugin adds an interesting twist in that it completely transforms your WordPress site to support writing journal notes without being in the admin. The new editor gives a live preview of notes as you compose.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MarkPress-editor.png\" rel=\"prettyphoto[27815]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MarkPress-editor.png?resize=1025%2C601\" alt=\"MarkPress-editor\" class=\"aligncenter size-full wp-image-27822\" /></a></p>\n<p>MarkPress automatically saves as you are writing and naturally only works if the user is logged in. The plugin was designed to work nicely on mobile devices as well. When used on mobile, the top bar displays a button that allows you to toggle back and forth between the compose screen and the preview:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/view-mode.png\" rel=\"prettyphoto[27815]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/view-mode.png?resize=400%2C652\" alt=\"view-mode\" class=\"aligncenter size-full wp-image-27830\" /></a></p>\n<p>It’s important to note that MarkPress takes over your WordPress install on activation and repurposes the frontend for quickly composing journal notes. This isn’t a plugin that you can use to simply replace the default post editor, as it wasn’t designed to do that.</p>\n<p>After testing MarkPress I was impressed with its beautiful implementation of the Markdown editor and simplified writing experience. However, finding your way back to the admin after reaching the frontend editor is quite difficult. Additionally, posts are automatically marked as published as you compose them. I understand that MarkPress is focused around journal notes but wish that its beautiful editor could also be used for writing regular blog posts.</p>\n<p>Overall, the plugin is nicely done and provides an interesting new take on the WordPress post editor. If you want to create a Markdown-powered journal with WordPress as the sole purpose of your website, then MarkPress is an excellent option that will help you to write more efficiently. <a href=\"http://wordpress.org/plugins/markpress/\" target=\"_blank\">Download</a> it for free from WordPress.org and take it for a test drive.</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, 06 Aug 2014 18:50: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: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:56:\"WPTavern: Crowd Favorite Announces Chris Lema As New CTO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"http://wptavern.com/crowd-favorite-announces-chris-lema-as-new-cto?utm_source=rss&utm_medium=rss&utm_campaign=crowd-favorite-announces-chris-lema-as-new-cto\";s: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:4039:\"<p>Crowd Favorite <a title=\"http://crowdfavorite.com/blog/2014/08/crowd-favorite-welcomes-chris-lema/\" href=\"http://crowdfavorite.com/blog/2014/08/crowd-favorite-welcomes-chris-lema/\">has appointed Chris Lema</a> as the company’s new CTO. Alex King, the current CTO, will move into the Chief Software Architect role, allowing him to focus his expertise in product development and deep-level technical leadership with the company’s teams. Lema will begin in mid-September and use his product development experience to help bring the WordPress platform and WordPress products into Fortune 500 enterprises.</p>\n<h2>How Chris Lema Quickly Became A Leading Figure In The WordPress Community</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/ChrisLemaFeaturedImage.png\" rel=\"prettyphoto[27800]\"><img class=\"size-full wp-image-27802\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/ChrisLemaFeaturedImage.png?resize=650%2C200\" alt=\"Chris Lema Featured Image\" /></a>Image Courtesy Of The <a title=\"http://2014.miami.wordcamp.org/speaker-submission-update/\" href=\"http://2014.miami.wordcamp.org/speaker-submission-update/\">WordCamp Miami Website</a>\n<p>PostStat.us has a <a title=\"http://www.poststat.us/chris-lema-interview/\" href=\"http://www.poststat.us/chris-lema-interview/\">great article covering the move</a>, including a special one hour interview with Lema. I’ve jokingly said that Lema has come out of nowhere. Although I still hold to that notion, he explains in the interview, the circumstances that have helped him be successful in the WordPress community.</p>\n<p>Lema has years of experience starting, managing, and selling startups especially within the Software as a Service market. With 20 years of experience under his belt, he decided to help others in the WordPress community by sharing stories of the lessons he’s learned from the mistakes he’s made <a title=\"http://chrislema.com/\" href=\"http://chrislema.com/\">using his blog</a>.</p>\n<p>Since the SaSS and product market in WordPress is so young, his voice and blog quickly became a leading authority. A combination of luck, experience, passion, personality, and timing helped him become an authority in the product space. Writing about the business of WordPress from a perspective not many people have is also a contributing factor.</p>\n<h2>A Few Predictions</h2>\n<p>Near the end of the interview, Lema makes a few predictions, all of which make sense to me. The first is that WordPress is growing on the edge. These are the people who have heard of WordPress and want to start a website but have no idea where to start. Lema predicts more out of the box solutions for these users. <a title=\"http://evermo.re/\" href=\"http://evermo.re/\">Evermore</a>, <a title=\"http://newrainmaker.com/platform/\" href=\"http://newrainmaker.com/platform/\">Rain Maker</a>, and <a title=\"http://oboxthemes.com/instant\" href=\"http://oboxthemes.com/instant\">Obox Instant</a> are just some of the platforms already catering to that segment of the market.</p>\n<p>The second is that WordPress businesses will continue to consolidate. Last but not least, product vendors will need to up their game to remain competitive. An example is WordPress hosting. What was once a <strong>wow</strong> feature two years ago is now a standard feature across most of the basic plans.</p>\n<h2>The Voice Of Crowd Favorite</h2>\n<p>With Lema’s ability to inspire crowds and motivate people with his speaking engagements, I can see him becoming the voice of Crowd Favorite. The announcement post mentions this possibility as well.</p>\n<blockquote><p>You will continue to hear from us through Chris with his valuable online presence. As a popular speaker at conferences and work with our sales and marketing teams, we know his voice will be a great addition to the Crowd Favorite brand.</p></blockquote>\n<p>I’ve had the pleasure to speak with Lema at various WordCamps and I can’t think of a better person to be the voice of a company.</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, 06 Aug 2014 18:05: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: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:119:\"WordPress.tv: Branislav Pokrivčák: Keď Google Analytics nestačí- pokročilá analytika pre WordPress a WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36675\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"http://wordpress.tv/2014/08/06/branislav-pokrivcak-ked-google-analytics-nestaci-pokrocila-analytika-pre-wordpress-a-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:778:\"<div id=\"v-PL3hdE07-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36675/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36675/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36675&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/06/branislav-pokrivcak-ked-google-analytics-nestaci-pokrocila-analytika-pre-wordpress-a-woocommerce/\"><img alt=\"Branislav Pokrivčák: Keď Google Analytics nestačí- pokročilá analytika pre WordPress a WooCommerce\" src=\"http://videos.videopress.com/PL3hdE07/video-841d50f286_scruberthumbnail_0.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:\"Wed, 06 Aug 2014 15:54:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"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\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 13 Aug 2014 00:04:51 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"162902\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 12 Aug 2014 23:45:18 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20140812073543\";}','no'),(297,'category_children','a:0:{}','yes'),(324,'_transient_dw_details','a:4:{s:5:\"pages\";a:12:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:61;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-11 14:38:25\";s:13:\"post_date_gmt\";s:19:\"2014-08-11 14:38:25\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:8:\"About us\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:8:\"about-us\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-11 14:38:25\";s:17:\"post_modified_gmt\";s:19:\"2014-08-11 14:38:25\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:57:\"http://wordpress.markupbox.com/lovely_forever/?page_id=61\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:20;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-08 09:19:38\";s:13:\"post_date_gmt\";s:19:\"2014-08-08 09:19:38\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:10:\"Contact Us\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:10:\"contact-us\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-08 09:20:25\";s:17:\"post_modified_gmt\";s:19:\"2014-08-08 09:20:25\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:57:\"http://wordpress.markupbox.com/lovely_forever/?page_id=20\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Post\":24:{s:2:\"ID\";i:14;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-08 09:18:29\";s:13:\"post_date_gmt\";s:19:\"2014-08-08 09:18:29\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:12:\"Destinations\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:12:\"destinations\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-08 09:18:29\";s:17:\"post_modified_gmt\";s:19:\"2014-08-08 09:18:29\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:57:\"http://wordpress.markupbox.com/lovely_forever/?page_id=14\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Post\":24:{s:2:\"ID\";i:12;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-08 09:18:11\";s:13:\"post_date_gmt\";s:19:\"2014-08-08 09:18:11\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:17:\"Doctors & Clinics\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:15:\"doctors-clinics\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-08 09:18:11\";s:17:\"post_modified_gmt\";s:19:\"2014-08-08 09:18:11\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:57:\"http://wordpress.markupbox.com/lovely_forever/?page_id=12\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Post\":24:{s:2:\"ID\";i:16;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-08 09:19:03\";s:13:\"post_date_gmt\";s:19:\"2014-08-08 09:19:03\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:16:\"Flights & Hotels\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:14:\"flights-hotels\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-08 09:19:03\";s:17:\"post_modified_gmt\";s:19:\"2014-08-08 09:19:03\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:57:\"http://wordpress.markupbox.com/lovely_forever/?page_id=16\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:5;O:7:\"WP_Post\":24:{s:2:\"ID\";i:8;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-08 09:17:26\";s:13:\"post_date_gmt\";s:19:\"2014-08-08 09:17:26\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:4:\"Home\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:4:\"home\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-11 09:24:03\";s:17:\"post_modified_gmt\";s:19:\"2014-08-11 09:24:03\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:56:\"http://wordpress.markupbox.com/lovely_forever/?page_id=8\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:6;O:7:\"WP_Post\":24:{s:2:\"ID\";i:18;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-08 09:19:21\";s:13:\"post_date_gmt\";s:19:\"2014-08-08 09:19:21\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:7:\"Join Us\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:7:\"join-us\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-08 09:19:21\";s:17:\"post_modified_gmt\";s:19:\"2014-08-08 09:19:21\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:57:\"http://wordpress.markupbox.com/lovely_forever/?page_id=18\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:7;O:7:\"WP_Post\":24:{s:2:\"ID\";i:63;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-11 14:38:43\";s:13:\"post_date_gmt\";s:19:\"2014-08-11 14:38:43\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:14:\"Privacy Policy\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:14:\"privacy-policy\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-11 14:38:43\";s:17:\"post_modified_gmt\";s:19:\"2014-08-11 14:38:43\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:57:\"http://wordpress.markupbox.com/lovely_forever/?page_id=63\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:8;O:7:\"WP_Post\":24:{s:2:\"ID\";i:10;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-08 09:17:43\";s:13:\"post_date_gmt\";s:19:\"2014-08-08 09:17:43\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:10:\"Procedures\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:10:\"procedures\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-08 09:17:43\";s:17:\"post_modified_gmt\";s:19:\"2014-08-08 09:17:43\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:57:\"http://wordpress.markupbox.com/lovely_forever/?page_id=10\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:9;O:7:\"WP_Post\":24:{s:2:\"ID\";i:2;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-08 09:01:34\";s:13:\"post_date_gmt\";s:19:\"2014-08-08 09:01:34\";s:12:\"post_content\";s:979:\"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 blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\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://wordpress.markupbox.com/lovely_forever/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!\";s:10:\"post_title\";s:11:\"Sample Page\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:11:\"sample-page\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-08 09:01:34\";s:17:\"post_modified_gmt\";s:19:\"2014-08-08 09:01:34\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:56:\"http://wordpress.markupbox.com/lovely_forever/?page_id=2\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:10;O:7:\"WP_Post\":24:{s:2:\"ID\";i:67;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-11 14:39:00\";s:13:\"post_date_gmt\";s:19:\"2014-08-11 14:39:00\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:7:\"Sitemap\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:7:\"sitemap\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-11 14:39:00\";s:17:\"post_modified_gmt\";s:19:\"2014-08-11 14:39:00\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:57:\"http://wordpress.markupbox.com/lovely_forever/?page_id=67\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:11;O:7:\"WP_Post\":24:{s:2:\"ID\";i:65;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2014-08-11 14:38:53\";s:13:\"post_date_gmt\";s:19:\"2014-08-11 14:38:53\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:18:\"Terms & Conditions\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:4:\"open\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:16:\"terms-conditions\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2014-08-11 14:38:53\";s:17:\"post_modified_gmt\";s:19:\"2014-08-11 14:38:53\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:57:\"http://wordpress.markupbox.com/lovely_forever/?page_id=65\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}s:4:\"cats\";a:1:{i:0;O:8:\"stdClass\":15:{s:7:\"term_id\";s:1:\"1\";s:4:\"name\";s:13:\"Uncategorized\";s:4:\"slug\";s:13:\"uncategorized\";s:10:\"term_group\";s:1:\"0\";s:16:\"term_taxonomy_id\";s:1:\"1\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";s:1:\"0\";s:5:\"count\";s:1:\"1\";s:6:\"cat_ID\";R:305;s:14:\"category_count\";R:313;s:20:\"category_description\";R:311;s:8:\"cat_name\";R:306;s:17:\"category_nicename\";R:307;s:15:\"category_parent\";R:312;}}s:6:\"cposts\";a:2:{s:6:\"banner\";O:8:\"stdClass\":26:{s:6:\"labels\";O:8:\"stdClass\":14:{s:4:\"name\";s:6:\"banner\";s:13:\"singular_name\";s:6:\"banner\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:6:\"banner\";s:9:\"menu_name\";s:6:\"banner\";s:14:\"name_admin_bar\";s:6:\"banner\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:13:\"menu_position\";N;s:9:\"menu_icon\";N;s:15:\"capability_type\";s:4:\"post\";s:12:\"map_meta_cap\";b:1;s:20:\"register_meta_box_cb\";N;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:1;s:7:\"rewrite\";a:5:{s:4:\"slug\";s:6:\"banner\";s:10:\"with_front\";b:1;s:5:\"pages\";b:1;s:5:\"feeds\";b:1;s:7:\"ep_mask\";i:1;}s:9:\"query_var\";s:6:\"banner\";s:10:\"can_export\";b:1;s:16:\"delete_with_user\";N;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";s:5:\"label\";s:6:\"banner\";s:4:\"name\";s:6:\"banner\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}}s:16:\"surgeriesweoffer\";O:8:\"stdClass\":26:{s:6:\"labels\";O:8:\"stdClass\":14:{s:4:\"name\";s:15:\"surgeries offer\";s:13:\"singular_name\";s:15:\"surgeries offer\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:15:\"surgeries offer\";s:9:\"menu_name\";s:15:\"surgeries offer\";s:14:\"name_admin_bar\";s:15:\"surgeries offer\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:13:\"menu_position\";N;s:9:\"menu_icon\";N;s:15:\"capability_type\";s:4:\"post\";s:12:\"map_meta_cap\";b:1;s:20:\"register_meta_box_cb\";N;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:1;s:7:\"rewrite\";a:5:{s:4:\"slug\";s:18:\"Surgeries we offer\";s:10:\"with_front\";b:1;s:5:\"pages\";b:1;s:5:\"feeds\";b:1;s:7:\"ep_mask\";i:1;}s:9:\"query_var\";s:16:\"surgeriesweoffer\";s:10:\"can_export\";b:1;s:16:\"delete_with_user\";N;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";s:5:\"label\";s:15:\"surgeries offer\";s:4:\"name\";s:16:\"surgeriesweoffer\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}}}s:5:\"taxes\";a:0:{}}','no'),(323,'_transient_timeout_dw_details','1408509349','no'),(519,'_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','1408493088','yes'),(520,'_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(636,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1408474301;s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.0.2.zip\";}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"8171\";s:4:\"slug\";s:10:\"newsletter\";s:6:\"plugin\";s:21:\"newsletter/plugin.php\";s:11:\"new_version\";s:5:\"3.6.3\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/newsletter/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/newsletter.zip\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=284 DEFAULT CHARSET=utf8; 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,'_menu_item_type','custom'),(3,4,'_menu_item_menu_item_parent','0'),(4,4,'_menu_item_object_id','4'),(5,4,'_menu_item_object','custom'),(6,4,'_menu_item_target',''),(7,4,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8,4,'_menu_item_xfn',''),(9,4,'_menu_item_url','http://wordpress.markupbox.com/lovely_forever/'),(10,4,'_menu_item_orphaned','1407489430'),(11,5,'_menu_item_type','post_type'),(12,5,'_menu_item_menu_item_parent','0'),(13,5,'_menu_item_object_id','2'),(14,5,'_menu_item_object','page'),(15,5,'_menu_item_target',''),(16,5,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17,5,'_menu_item_xfn',''),(18,5,'_menu_item_url',''),(19,5,'_menu_item_orphaned','1407489430'),(20,6,'_menu_item_type','custom'),(21,6,'_menu_item_menu_item_parent','0'),(22,6,'_menu_item_object_id','6'),(23,6,'_menu_item_object','custom'),(24,6,'_menu_item_target',''),(25,6,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(26,6,'_menu_item_xfn',''),(27,6,'_menu_item_url','http://wordpress.markupbox.com/lovely_forever/'),(28,6,'_menu_item_orphaned','1407489432'),(29,7,'_menu_item_type','post_type'),(30,7,'_menu_item_menu_item_parent','0'),(31,7,'_menu_item_object_id','2'),(32,7,'_menu_item_object','page'),(33,7,'_menu_item_target',''),(34,7,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(35,7,'_menu_item_xfn',''),(36,7,'_menu_item_url',''),(37,7,'_menu_item_orphaned','1407489432'),(38,8,'_edit_last','1'),(39,8,'_edit_lock','1407765649:1'),(40,10,'_edit_last','1'),(41,10,'_edit_lock','1407489327:1'),(42,12,'_edit_last','1'),(43,12,'_edit_lock','1407489348:1'),(44,14,'_edit_last','1'),(45,14,'_edit_lock','1407489372:1'),(46,16,'_edit_last','1'),(47,16,'_edit_lock','1407489405:1'),(48,18,'_edit_last','1'),(49,18,'_edit_lock','1407489422:1'),(50,20,'_edit_last','1'),(51,20,'_edit_lock','1407489626:1'),(52,22,'_menu_item_type','custom'),(53,22,'_menu_item_menu_item_parent','0'),(54,22,'_menu_item_object_id','22'),(55,22,'_menu_item_object','custom'),(56,22,'_menu_item_target',''),(57,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(58,22,'_menu_item_xfn',''),(59,22,'_menu_item_url','http://wordpress.markupbox.com/lovely_forever/'),(60,22,'_menu_item_orphaned','1407489803'),(61,23,'_menu_item_type','post_type'),(62,23,'_menu_item_menu_item_parent','0'),(63,23,'_menu_item_object_id','20'),(64,23,'_menu_item_object','page'),(65,23,'_menu_item_target',''),(66,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(67,23,'_menu_item_xfn',''),(68,23,'_menu_item_url',''),(133,8,'_wp_page_template','homepage.php'),(70,24,'_menu_item_type','post_type'),(71,24,'_menu_item_menu_item_parent','0'),(72,24,'_menu_item_object_id','14'),(73,24,'_menu_item_object','page'),(74,24,'_menu_item_target',''),(75,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(76,24,'_menu_item_xfn',''),(77,24,'_menu_item_url',''),(79,25,'_menu_item_type','post_type'),(80,25,'_menu_item_menu_item_parent','0'),(81,25,'_menu_item_object_id','12'),(82,25,'_menu_item_object','page'),(83,25,'_menu_item_target',''),(84,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(85,25,'_menu_item_xfn',''),(86,25,'_menu_item_url',''),(88,26,'_menu_item_type','post_type'),(89,26,'_menu_item_menu_item_parent','0'),(90,26,'_menu_item_object_id','16'),(91,26,'_menu_item_object','page'),(92,26,'_menu_item_target',''),(93,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(94,26,'_menu_item_xfn',''),(95,26,'_menu_item_url',''),(135,31,'field_53e883e8094e7','a:11:{s:3:\"key\";s:19:\"field_53e883e8094e7\";s:5:\"label\";s:31:\"BOOK YOUR ULTIMATE TOUR WITH US\";s:4:\"name\";s:31:\"book_your_ultimate_tour_with_us\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";s:3:\"yes\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(97,27,'_menu_item_type','post_type'),(98,27,'_menu_item_menu_item_parent','0'),(99,27,'_menu_item_object_id','8'),(100,27,'_menu_item_object','page'),(101,27,'_menu_item_target',''),(102,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(103,27,'_menu_item_xfn',''),(104,27,'_menu_item_url',''),(106,28,'_menu_item_type','post_type'),(107,28,'_menu_item_menu_item_parent','0'),(108,28,'_menu_item_object_id','18'),(109,28,'_menu_item_object','page'),(110,28,'_menu_item_target',''),(111,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(112,28,'_menu_item_xfn',''),(113,28,'_menu_item_url',''),(134,31,'_edit_last','1'),(115,29,'_menu_item_type','post_type'),(116,29,'_menu_item_menu_item_parent','0'),(117,29,'_menu_item_object_id','10'),(118,29,'_menu_item_object','page'),(119,29,'_menu_item_target',''),(120,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(121,29,'_menu_item_xfn',''),(122,29,'_menu_item_url',''),(124,30,'_menu_item_type','post_type'),(125,30,'_menu_item_menu_item_parent','0'),(126,30,'_menu_item_object_id','2'),(127,30,'_menu_item_object','page'),(128,30,'_menu_item_target',''),(129,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(130,30,'_menu_item_xfn',''),(131,30,'_menu_item_url',''),(132,30,'_menu_item_orphaned','1407489803'),(141,31,'rule','a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"8\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(137,31,'position','normal'),(138,31,'layout','no_box'),(139,31,'hide_on_screen',''),(140,31,'_edit_lock','1407889257:1'),(142,32,'book_your_ultimate_tour_with_us','<h3>BOOK YOUR ULTIMATE TOUR WITH US</h3>\r\nQuite simply wherever you are travelling from, we provide a free introductory service and will match you to medical providers all around the world\r\n\r\n<a href=\"#\">Book your tour </a>'),(143,32,'_book_your_ultimate_tour_with_us','field_53e883e8094e7'),(144,8,'book_your_ultimate_tour_with_us','<h3>BOOK YOUR ULTIMATE TOUR WITH US</h3>\r\nQuite simply wherever you are travelling from, we provide a free\r\nintroductory service and will match you to medical providers all\r\naround the world\r\n\r\n<a href=\"#\">Book your tour </a>'),(145,8,'_book_your_ultimate_tour_with_us','field_53e883e8094e7'),(146,33,'book_your_ultimate_tour_with_us','<h3>BOOK YOUR ULTIMATE TOUR WITH US</h3>\r\nQuite simply wherever you are travelling from, we provide a free introductory service and will match you to medical providers all around the world\r\n\r\n<a href=\"#\">Book your tour </a>'),(147,33,'_book_your_ultimate_tour_with_us','field_53e883e8094e7'),(148,34,'book_your_ultimate_tour_with_us','<h3>BOOK YOUR ULTIMATE TOUR WITH US</h3>\r\nQuite simply wherever you are travelling from, we provide a free\r\nintroductory service and will match you to medical providers all<b> around the world</b>\r\n\r\n<a href=\"#\">Book your tour </a>'),(149,34,'_book_your_ultimate_tour_with_us','field_53e883e8094e7'),(150,35,'book_your_ultimate_tour_with_us','<h3>BOOK YOUR ULTIMATE TOUR WITH US</h3>\r\nQuite simply wherever you are travelling from, we provide a free\r\nintroductory service and will match you to medical providers all\r\naround the world\r\n\r\n<a href=\"#\">Book your tour </a>'),(151,35,'_book_your_ultimate_tour_with_us','field_53e883e8094e7'),(152,36,'_edit_last','1'),(153,36,'_edit_lock','1407752926:1'),(154,38,'_wp_attached_file','2014/08/img1.png'),(155,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:135;s:4:\"file\";s:16:\"2014/08/img1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img1-150x135.png\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(156,36,'_thumbnail_id','38'),(157,39,'_edit_last','1'),(158,39,'_edit_lock','1407752713:1'),(159,41,'_wp_attached_file','2014/08/img2.png'),(160,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:135;s:4:\"file\";s:16:\"2014/08/img2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img2-150x135.png\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(161,39,'_thumbnail_id','41'),(162,42,'_edit_last','1'),(163,42,'_edit_lock','1407752729:1'),(164,44,'_wp_attached_file','2014/08/img3.png'),(165,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:135;s:4:\"file\";s:16:\"2014/08/img3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img3-150x135.png\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(166,42,'_thumbnail_id','44'),(167,45,'_edit_last','1'),(168,45,'_edit_lock','1407752804:1'),(169,46,'_wp_attached_file','2014/08/img4.png'),(170,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:135;s:4:\"file\";s:16:\"2014/08/img4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img4-150x135.png\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(171,45,'_thumbnail_id','46'),(172,46,'_edit_lock','1407752663:1'),(173,46,'_edit_last','1'),(177,49,'_thumbnail_id','46'),(175,49,'_edit_last','1'),(176,49,'_edit_lock','1407753870:1'),(178,54,'_edit_last','1'),(179,54,'_edit_lock','1407753942:1'),(180,54,'_thumbnail_id','44'),(181,56,'_edit_last','1'),(182,56,'_edit_lock','1407753981:1'),(183,56,'_thumbnail_id','41'),(184,58,'_edit_last','1'),(185,58,'_edit_lock','1407762696:1'),(186,58,'_thumbnail_id','38'),(187,60,'_edit_last','1'),(188,60,'field_53e8cc0fe6d59','a:11:{s:3:\"key\";s:19:\"field_53e8cc0fe6d59\";s:5:\"label\";s:13:\"NEED A QUOTE?\";s:4:\"name\";s:12:\"need_a_quote\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";s:3:\"yes\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(195,60,'rule','a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"8\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(190,60,'position','normal'),(191,60,'layout','no_box'),(192,60,'hide_on_screen',''),(193,60,'_edit_lock','1407765504:1'),(196,60,'_wp_trash_meta_status','publish'),(197,60,'_wp_trash_meta_time','1407765652'),(198,61,'_edit_last','1'),(199,61,'_wp_page_template','default'),(200,61,'_edit_lock','1407889047:1'),(201,63,'_edit_last','1'),(202,63,'_wp_page_template','default'),(203,63,'_edit_lock','1407767785:1'),(204,65,'_edit_last','1'),(205,65,'_wp_page_template','default'),(206,65,'_edit_lock','1407767793:1'),(207,67,'_edit_last','1'),(208,67,'_wp_page_template','default'),(209,67,'_edit_lock','1407767797:1'),(210,69,'_menu_item_type','post_type'),(211,69,'_menu_item_menu_item_parent','0'),(212,69,'_menu_item_object_id','61'),(213,69,'_menu_item_object','page'),(214,69,'_menu_item_target',''),(215,69,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(216,69,'_menu_item_xfn',''),(217,69,'_menu_item_url',''),(258,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:961;s:6:\"height\";i:330;s:4:\"file\";s:22:\"2014/08/banner-img.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner-img-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:22:\"banner-img-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"banner-img-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(219,70,'_menu_item_type','post_type'),(220,70,'_menu_item_menu_item_parent','0'),(221,70,'_menu_item_object_id','20'),(222,70,'_menu_item_object','page'),(223,70,'_menu_item_target',''),(224,70,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(225,70,'_menu_item_xfn',''),(226,70,'_menu_item_url',''),(228,71,'_menu_item_type','post_type'),(229,71,'_menu_item_menu_item_parent','0'),(230,71,'_menu_item_object_id','63'),(231,71,'_menu_item_object','page'),(232,71,'_menu_item_target',''),(233,71,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(234,71,'_menu_item_xfn',''),(235,71,'_menu_item_url',''),(257,75,'_wp_attached_file','2014/08/banner-img.jpg'),(275,83,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(274,83,'_menu_item_target',''),(273,83,'_menu_item_object','page'),(272,83,'_menu_item_object_id','2'),(271,83,'_menu_item_menu_item_parent','29'),(270,83,'_menu_item_type','post_type'),(256,74,'_edit_lock','1407828431:1'),(246,73,'_menu_item_type','post_type'),(247,73,'_menu_item_menu_item_parent','0'),(248,73,'_menu_item_object_id','67'),(249,73,'_menu_item_object','page'),(250,73,'_menu_item_target',''),(251,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(252,73,'_menu_item_xfn',''),(253,73,'_menu_item_url',''),(255,74,'_edit_last','1'),(260,74,'_thumbnail_id','75'),(261,82,'_menu_item_type','post_type'),(262,82,'_menu_item_menu_item_parent','0'),(263,82,'_menu_item_object_id','65'),(264,82,'_menu_item_object','page'),(265,82,'_menu_item_target',''),(266,82,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(267,82,'_menu_item_xfn',''),(268,82,'_menu_item_url',''),(276,83,'_menu_item_xfn',''),(277,83,'_menu_item_url',''),(279,84,'_edit_last','1'),(280,84,'_edit_lock','1407889541:1'),(281,85,'_wp_attached_file','2014/08/img21.png'),(282,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:135;s:4:\"file\";s:17:\"2014/08/img21.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img21-150x135.png\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(283,84,'_thumbnail_id','85'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=87 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2014-08-08 09:01:34','2014-08-08 09:01:34','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-08-08 09:01:34','2014-08-08 09:01:34','',0,'http://wordpress.markupbox.com/lovely_forever/?p=1',0,'post','',1),(2,1,'2014-08-08 09:01:34','2014-08-08 09:01:34','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 blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\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://wordpress.markupbox.com/lovely_forever/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page','','','2014-08-08 09:01:34','2014-08-08 09:01:34','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=2',0,'page','',0),(4,1,'2014-08-08 09:17:10','0000-00-00 00:00:00','','Home','','draft','open','open','','','','','2014-08-08 09:17:10','0000-00-00 00:00:00','',0,'http://wordpress.markupbox.com/lovely_forever/?p=4',1,'nav_menu_item','',0),(5,1,'2014-08-08 09:17:10','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-08-08 09:17:10','0000-00-00 00:00:00','',0,'http://wordpress.markupbox.com/lovely_forever/?p=5',1,'nav_menu_item','',0),(6,1,'2014-08-08 09:17:12','0000-00-00 00:00:00','','Home','','draft','open','open','','','','','2014-08-08 09:17:12','0000-00-00 00:00:00','',0,'http://wordpress.markupbox.com/lovely_forever/?p=6',1,'nav_menu_item','',0),(7,1,'2014-08-08 09:17:12','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-08-08 09:17:12','0000-00-00 00:00:00','',0,'http://wordpress.markupbox.com/lovely_forever/?p=7',1,'nav_menu_item','',0),(8,1,'2014-08-08 09:17:26','2014-08-08 09:17:26','','Home','','publish','open','open','','home','','','2014-08-11 09:24:03','2014-08-11 09:24:03','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=8',0,'page','',0),(9,1,'2014-08-08 09:17:26','2014-08-08 09:17:26','','Home','','inherit','open','open','','8-revision-v1','','','2014-08-08 09:17:26','2014-08-08 09:17:26','',8,'http://wordpress.markupbox.com/lovely_forever/?p=9',0,'revision','',0),(10,1,'2014-08-08 09:17:43','2014-08-08 09:17:43','','Procedures','','publish','open','open','','procedures','','','2014-08-08 09:17:43','2014-08-08 09:17:43','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=10',0,'page','',0),(11,1,'2014-08-08 09:17:43','2014-08-08 09:17:43','','Procedures','','inherit','open','open','','10-revision-v1','','','2014-08-08 09:17:43','2014-08-08 09:17:43','',10,'http://wordpress.markupbox.com/lovely_forever/?p=11',0,'revision','',0),(12,1,'2014-08-08 09:18:11','2014-08-08 09:18:11','','Doctors & Clinics','','publish','open','open','','doctors-clinics','','','2014-08-08 09:18:11','2014-08-08 09:18:11','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=12',0,'page','',0),(13,1,'2014-08-08 09:18:11','2014-08-08 09:18:11','','Doctors & Clinics','','inherit','open','open','','12-revision-v1','','','2014-08-08 09:18:11','2014-08-08 09:18:11','',12,'http://wordpress.markupbox.com/lovely_forever/?p=13',0,'revision','',0),(14,1,'2014-08-08 09:18:29','2014-08-08 09:18:29','','Destinations','','publish','open','open','','destinations','','','2014-08-08 09:18:29','2014-08-08 09:18:29','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=14',0,'page','',0),(15,1,'2014-08-08 09:18:29','2014-08-08 09:18:29','','Destinations','','inherit','open','open','','14-revision-v1','','','2014-08-08 09:18:29','2014-08-08 09:18:29','',14,'http://wordpress.markupbox.com/lovely_forever/?p=15',0,'revision','',0),(16,1,'2014-08-08 09:19:03','2014-08-08 09:19:03','','Flights & Hotels','','publish','open','open','','flights-hotels','','','2014-08-08 09:19:03','2014-08-08 09:19:03','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=16',0,'page','',0),(17,1,'2014-08-08 09:19:03','2014-08-08 09:19:03','','Flights & Hotels','','inherit','open','open','','16-revision-v1','','','2014-08-08 09:19:03','2014-08-08 09:19:03','',16,'http://wordpress.markupbox.com/lovely_forever/?p=17',0,'revision','',0),(18,1,'2014-08-08 09:19:21','2014-08-08 09:19:21','','Join Us','','publish','open','open','','join-us','','','2014-08-08 09:19:21','2014-08-08 09:19:21','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=18',0,'page','',0),(19,1,'2014-08-08 09:19:21','2014-08-08 09:19:21','','Join Us','','inherit','open','open','','18-revision-v1','','','2014-08-08 09:19:21','2014-08-08 09:19:21','',18,'http://wordpress.markupbox.com/lovely_forever/?p=19',0,'revision','',0),(20,1,'2014-08-08 09:19:38','2014-08-08 09:19:38','','Contact Us','','publish','open','open','','contact-us','','','2014-08-08 09:20:25','2014-08-08 09:20:25','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=20',0,'page','',0),(21,1,'2014-08-08 09:19:38','2014-08-08 09:19:38','','Contact Us','','inherit','open','open','','20-revision-v1','','','2014-08-08 09:19:38','2014-08-08 09:19:38','',20,'http://wordpress.markupbox.com/lovely_forever/?p=21',0,'revision','',0),(22,1,'2014-08-08 09:23:23','0000-00-00 00:00:00','','Home','','draft','open','open','','','','','2014-08-08 09:23:23','0000-00-00 00:00:00','',0,'http://wordpress.markupbox.com/lovely_forever/?p=22',1,'nav_menu_item','',0),(23,1,'2014-08-08 09:24:35','2014-08-08 09:24:35',' ','','','publish','open','open','','23','','','2014-08-13 00:14:03','2014-08-13 00:14:03','',0,'http://wordpress.markupbox.com/lovely_forever/?p=23',8,'nav_menu_item','',0),(24,1,'2014-08-08 09:24:35','2014-08-08 09:24:35',' ','','','publish','open','open','','24','','','2014-08-13 00:14:03','2014-08-13 00:14:03','',0,'http://wordpress.markupbox.com/lovely_forever/?p=24',5,'nav_menu_item','',0),(25,1,'2014-08-08 09:24:35','2014-08-08 09:24:35',' ','','','publish','open','open','','25','','','2014-08-13 00:14:03','2014-08-13 00:14:03','',0,'http://wordpress.markupbox.com/lovely_forever/?p=25',4,'nav_menu_item','',0),(26,1,'2014-08-08 09:24:35','2014-08-08 09:24:35',' ','','','publish','open','open','','26','','','2014-08-13 00:14:03','2014-08-13 00:14:03','',0,'http://wordpress.markupbox.com/lovely_forever/?p=26',6,'nav_menu_item','',0),(27,1,'2014-08-08 09:24:35','2014-08-08 09:24:35',' ','','','publish','open','open','','27','','','2014-08-13 00:14:03','2014-08-13 00:14:03','',0,'http://wordpress.markupbox.com/lovely_forever/?p=27',1,'nav_menu_item','',0),(28,1,'2014-08-08 09:24:35','2014-08-08 09:24:35',' ','','','publish','open','open','','28','','','2014-08-13 00:14:03','2014-08-13 00:14:03','',0,'http://wordpress.markupbox.com/lovely_forever/?p=28',7,'nav_menu_item','',0),(29,1,'2014-08-08 09:24:35','2014-08-08 09:24:35',' ','','','publish','open','open','','29','','','2014-08-13 00:14:03','2014-08-13 00:14:03','',0,'http://wordpress.markupbox.com/lovely_forever/?p=29',2,'nav_menu_item','',0),(30,1,'2014-08-08 09:23:23','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-08-08 09:23:23','0000-00-00 00:00:00','',0,'http://wordpress.markupbox.com/lovely_forever/?p=30',1,'nav_menu_item','',0),(31,1,'2014-08-11 08:51:01','2014-08-11 08:51:01','','BOOK YOUR ULTIMATE TOUR WITH US','','publish','closed','closed','','acf_book-your-ultimate-tour-with-us','','','2014-08-11 08:51:10','2014-08-11 08:51:10','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=acf&p=31',0,'acf','',0),(32,1,'2014-08-11 08:52:18','2014-08-11 08:52:18','','Home','','inherit','open','open','','8-revision-v1','','','2014-08-11 08:52:18','2014-08-11 08:52:18','',8,'http://wordpress.markupbox.com/lovely_forever/?p=32',0,'revision','',0),(33,1,'2014-08-11 08:52:31','2014-08-11 08:52:31','','Home','','inherit','open','open','','8-revision-v1','','','2014-08-11 08:52:31','2014-08-11 08:52:31','',8,'http://wordpress.markupbox.com/lovely_forever/?p=33',0,'revision','',0),(34,1,'2014-08-11 09:23:44','2014-08-11 09:23:44','','Home','','inherit','open','open','','8-revision-v1','','','2014-08-11 09:23:44','2014-08-11 09:23:44','',8,'http://wordpress.markupbox.com/lovely_forever/?p=34',0,'revision','',0),(35,1,'2014-08-11 09:24:03','2014-08-11 09:24:03','','Home','','inherit','open','open','','8-revision-v1','','','2014-08-11 09:24:03','2014-08-11 09:24:03','',8,'http://wordpress.markupbox.com/lovely_forever/?p=35',0,'revision','',0),(36,1,'2014-08-11 09:53:33','2014-08-11 09:53:33','','Orthopedic Surgery','Orthopedic surgery at our accredited hospitals can save you up to 80% of the costs of surgery.','publish','open','open','','orthopedic-surgery','','','2014-08-11 10:29:23','2014-08-11 10:29:23','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=surgeriesweoffer&p=36',0,'surgeriesweoffer','',0),(37,1,'2014-08-11 09:53:33','2014-08-11 09:53:33','','Orthopedic Surgery','Orthopedic surgery at our accredited hospitals can save you up to 80% of the costs of surgery.','inherit','open','open','','36-revision-v1','','','2014-08-11 09:53:33','2014-08-11 09:53:33','',36,'http://wordpress.markupbox.com/lovely_forever/?p=37',0,'revision','',0),(38,1,'2014-08-11 09:54:45','2014-08-11 09:54:45','','img1','','inherit','open','open','','img1','','','2014-08-11 09:54:45','2014-08-11 09:54:45','',36,'http://wordpress.markupbox.com/lovely_forever/wp-content/uploads/2014/08/img1.png',0,'attachment','image/png',0),(39,1,'2014-08-10 09:55:09','2014-08-10 09:55:09','','Obesity Surgery','Obesity is defined as a BMI of greater than 30 and is strongly implicated in the development of a number of health conditions.','publish','open','open','','obesity-surgery','','','2014-08-11 10:27:36','2014-08-11 10:27:36','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=surgeriesweoffer&p=39',0,'surgeriesweoffer','',0),(40,1,'2014-08-11 09:55:09','2014-08-11 09:55:09','','Obesity Surgery','Obesity is defined as a BMI of greater than 30 and is strongly implicated in the development of a number of health conditions.','inherit','open','open','','39-revision-v1','','','2014-08-11 09:55:09','2014-08-11 09:55:09','',39,'http://wordpress.markupbox.com/lovely_forever/?p=40',0,'revision','',0),(41,1,'2014-08-11 09:55:36','2014-08-11 09:55:36','','img2','','inherit','open','open','','img2','','','2014-08-11 09:55:36','2014-08-11 09:55:36','',39,'http://wordpress.markupbox.com/lovely_forever/wp-content/uploads/2014/08/img2.png',0,'attachment','image/png',0),(42,1,'2014-08-10 09:56:06','2014-08-10 09:56:06','','Kidney Transplant Surgery','We provide access to affordable kidney transplant surgery at top tier hospitals with U.S. trained surgeons for patients with End Stage Renal Disease (ESRD)','publish','open','open','','kidney-transplant-surgery','','','2014-08-11 10:27:50','2014-08-11 10:27:50','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=surgeriesweoffer&p=42',0,'surgeriesweoffer','',0),(43,1,'2014-08-11 09:56:06','2014-08-11 09:56:06','','Kidney Transplant Surgery','We provide access to affordable kidney transplant surgery at top tier hospitals with U.S. trained surgeons for patients with End Stage Renal Disease (ESRD)','inherit','open','open','','42-revision-v1','','','2014-08-11 09:56:06','2014-08-11 09:56:06','',42,'http://wordpress.markupbox.com/lovely_forever/?p=43',0,'revision','',0),(44,1,'2014-08-11 09:56:32','2014-08-11 09:56:32','','img3','','inherit','open','open','','img3','','','2014-08-11 09:56:32','2014-08-11 09:56:32','',42,'http://wordpress.markupbox.com/lovely_forever/wp-content/uploads/2014/08/img3.png',0,'attachment','image/png',0),(45,1,'2014-08-10 09:57:30','2014-08-10 09:57:30','','Dental Surgery','Our dental centers in both Mexico and Costa Rica offer restorative dentistry, cosmetic dentistry and general dentistry.','publish','open','open','','dental-surgery','','','2014-08-11 10:28:17','2014-08-11 10:28:17','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=surgeriesweoffer&p=45',0,'surgeriesweoffer','',0),(46,1,'2014-08-11 09:57:27','2014-08-11 09:57:27','','img4','','inherit','open','open','','img4','','','2014-08-11 09:57:27','2014-08-11 09:57:27','',45,'http://wordpress.markupbox.com/lovely_forever/wp-content/uploads/2014/08/img4.png',0,'attachment','image/png',0),(47,1,'2014-08-11 09:57:30','2014-08-11 09:57:30','','Dental Surgery','Our dental centers in both Mexico and Costa Rica offer restorative dentistry, cosmetic dentistry and general dentistry.','inherit','open','open','','45-revision-v1','','','2014-08-11 09:57:30','2014-08-11 09:57:30','',45,'http://wordpress.markupbox.com/lovely_forever/?p=47',0,'revision','',0),(49,1,'2014-08-11 10:46:10','2014-08-11 10:46:10','','Dental Surgery','Our dental centers in both Mexico and Costa Rica offer restorative dentistry, cosmetic dentistry and general dentistry.','publish','open','open','','obesity-surgery-2','','','2014-08-11 10:46:53','2014-08-11 10:46:53','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=surgeriesweoffer&p=49',0,'surgeriesweoffer','',0),(50,1,'2014-08-11 10:46:10','2014-08-11 10:46:10','','Obesity Surgery','Obesity is defined as a BMI of greater than 30 and is strongly implicated in the development of a number of health conditions.','inherit','open','open','','49-revision-v1','','','2014-08-11 10:46:10','2014-08-11 10:46:10','',49,'http://wordpress.markupbox.com/lovely_forever/?p=50',0,'revision','',0),(52,1,'2014-08-11 10:46:35','2014-08-11 10:46:35','','Dental Surgery','Obesity is defined as a BMI of greater than 30 and is strongly implicated in the development of a number of health conditions.','inherit','open','open','','49-revision-v1','','','2014-08-11 10:46:35','2014-08-11 10:46:35','',49,'http://wordpress.markupbox.com/lovely_forever/?p=52',0,'revision','',0),(53,1,'2014-08-11 10:46:53','2014-08-11 10:46:53','','Dental Surgery','Our dental centers in both Mexico and Costa Rica offer restorative dentistry, cosmetic dentistry and general dentistry.','inherit','open','open','','49-revision-v1','','','2014-08-11 10:46:53','2014-08-11 10:46:53','',49,'http://wordpress.markupbox.com/lovely_forever/?p=53',0,'revision','',0),(54,1,'2014-08-11 10:47:13','2014-08-11 10:47:13','','Kidney Transplant Surgery','We provide access to affordable kidney transplant surgery at top tier hospitals with U.S. trained surgeons for patients with End Stage Renal Disease (ESRD)','publish','open','open','','kidney-transplant-surgery-2','','','2014-08-11 10:48:02','2014-08-11 10:48:02','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=surgeriesweoffer&p=54',0,'surgeriesweoffer','',0),(55,1,'2014-08-11 10:47:13','2014-08-11 10:47:13','','Kidney Transplant Surgery','We provide access to affordable kidney transplant surgery at top tier hospitals with U.S. trained surgeons for patients with End Stage Renal Disease (ESRD)','inherit','open','open','','54-revision-v1','','','2014-08-11 10:47:13','2014-08-11 10:47:13','',54,'http://wordpress.markupbox.com/lovely_forever/?p=55',0,'revision','',0),(56,1,'2014-08-11 10:48:44','2014-08-11 10:48:44','','Obesity Surgery','Obesity is defined as a BMI of greater than 30 and is strongly implicated in the development of a number of health conditions.','publish','open','open','','obesity-surgery-3','','','2014-08-11 10:48:44','2014-08-11 10:48:44','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=surgeriesweoffer&p=56',0,'surgeriesweoffer','',0),(57,1,'2014-08-11 10:48:44','2014-08-11 10:48:44','','Obesity Surgery','Obesity is defined as a BMI of greater than 30 and is strongly implicated in the development of a number of health conditions.','inherit','open','open','','56-revision-v1','','','2014-08-11 10:48:44','2014-08-11 10:48:44','',56,'http://wordpress.markupbox.com/lovely_forever/?p=57',0,'revision','',0),(58,1,'2014-08-11 10:49:02','2014-08-11 10:49:02','','Orthopedic Surgery','Orthopedic surgery at our accredited hospitals can save you up to 80% of the costs of surgery.','publish','open','open','','orthopedic-surgery-2','','','2014-08-11 10:49:02','2014-08-11 10:49:02','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=surgeriesweoffer&p=58',0,'surgeriesweoffer','',0),(59,1,'2014-08-11 10:49:02','2014-08-11 10:49:02','','Orthopedic Surgery','Orthopedic surgery at our accredited hospitals can save you up to 80% of the costs of surgery.','inherit','open','open','','58-revision-v1','','','2014-08-11 10:49:02','2014-08-11 10:49:02','',58,'http://wordpress.markupbox.com/lovely_forever/?p=59',0,'revision','',0),(60,1,'2014-08-11 13:58:42','2014-08-11 13:58:42','','NEED A QUOTE?','','trash','closed','closed','','acf_need-a-quote','','','2014-08-11 14:00:52','2014-08-11 14:00:52','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=acf&p=60',0,'acf','',0),(61,1,'2014-08-11 14:38:25','2014-08-11 14:38:25','','About us','','publish','open','open','','about-us','','','2014-08-11 14:38:25','2014-08-11 14:38:25','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=61',0,'page','',0),(62,1,'2014-08-11 14:38:25','2014-08-11 14:38:25','','About us','','inherit','open','open','','61-revision-v1','','','2014-08-11 14:38:25','2014-08-11 14:38:25','',61,'http://wordpress.markupbox.com/lovely_forever/?p=62',0,'revision','',0),(63,1,'2014-08-11 14:38:43','2014-08-11 14:38:43','','Privacy Policy','','publish','open','open','','privacy-policy','','','2014-08-11 14:38:43','2014-08-11 14:38:43','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=63',0,'page','',0),(64,1,'2014-08-11 14:38:43','2014-08-11 14:38:43','','Privacy Policy','','inherit','open','open','','63-revision-v1','','','2014-08-11 14:38:43','2014-08-11 14:38:43','',63,'http://wordpress.markupbox.com/lovely_forever/?p=64',0,'revision','',0),(65,1,'2014-08-11 14:38:53','2014-08-11 14:38:53','','Terms & Conditions','','publish','open','open','','terms-conditions','','','2014-08-11 14:38:53','2014-08-11 14:38:53','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=65',0,'page','',0),(66,1,'2014-08-11 14:38:53','2014-08-11 14:38:53','','Terms & Conditions','','inherit','open','open','','65-revision-v1','','','2014-08-11 14:38:53','2014-08-11 14:38:53','',65,'http://wordpress.markupbox.com/lovely_forever/?p=66',0,'revision','',0),(67,1,'2014-08-11 14:39:00','2014-08-11 14:39:00','','Sitemap','','publish','open','open','','sitemap','','','2014-08-11 14:39:00','2014-08-11 14:39:00','',0,'http://wordpress.markupbox.com/lovely_forever/?page_id=67',0,'page','',0),(68,1,'2014-08-11 14:39:00','2014-08-11 14:39:00','','Sitemap','','inherit','open','open','','67-revision-v1','','','2014-08-11 14:39:00','2014-08-11 14:39:00','',67,'http://wordpress.markupbox.com/lovely_forever/?p=68',0,'revision','',0),(69,1,'2014-08-11 14:40:25','2014-08-11 14:40:25',' ','','','publish','open','open','','69','','','2014-08-12 09:03:14','2014-08-12 09:03:14','',0,'http://wordpress.markupbox.com/lovely_forever/?p=69',1,'nav_menu_item','',0),(70,1,'2014-08-11 14:40:25','2014-08-11 14:40:25',' ','','','publish','open','open','','70','','','2014-08-12 09:03:14','2014-08-12 09:03:14','',0,'http://wordpress.markupbox.com/lovely_forever/?p=70',2,'nav_menu_item','',0),(71,1,'2014-08-11 14:40:25','2014-08-11 14:40:25',' ','','','publish','open','open','','71','','','2014-08-12 09:03:14','2014-08-12 09:03:14','',0,'http://wordpress.markupbox.com/lovely_forever/?p=71',3,'nav_menu_item','',0),(83,1,'2014-08-13 00:14:03','2014-08-13 00:14:03',' ','','','publish','open','open','','83','','','2014-08-13 00:14:03','2014-08-13 00:14:03','',0,'http://wordpress.markupbox.com/lovely_forever/?p=83',3,'nav_menu_item','',0),(73,1,'2014-08-11 14:40:25','2014-08-11 14:40:25',' ','','','publish','open','open','','73','','','2014-08-12 09:03:14','2014-08-12 09:03:14','',0,'http://wordpress.markupbox.com/lovely_forever/?p=73',5,'nav_menu_item','',0),(74,1,'2014-08-12 07:18:36','2014-08-12 07:18:36','','Surgery Information ','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet ligula at tellus scelerisque','publish','open','open','','surgery-information','','','2014-08-12 07:27:01','2014-08-12 07:27:01','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=banner&p=74',0,'banner','',0),(75,1,'2014-08-12 07:18:31','2014-08-12 07:18:31','','banner-img','','inherit','open','open','','banner-img','','','2014-08-12 07:18:31','2014-08-12 07:18:31','',74,'http://wordpress.markupbox.com/lovely_forever/wp-content/uploads/2014/08/banner-img.jpg',0,'attachment','image/jpeg',0),(77,1,'2014-08-12 07:20:56','2014-08-12 07:20:56','','Surgery Information ','','inherit','open','open','','74-revision-v1','','','2014-08-12 07:20:56','2014-08-12 07:20:56','',74,'http://wordpress.markupbox.com/lovely_forever/?p=77',0,'revision','',0),(76,1,'2014-08-12 07:18:36','2014-08-12 07:18:36','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet ligula at tellus scelerisque','Surgery Information ','','inherit','open','open','','74-revision-v1','','','2014-08-12 07:18:36','2014-08-12 07:18:36','',74,'http://wordpress.markupbox.com/lovely_forever/?p=76',0,'revision','',0),(78,1,'2014-08-12 07:21:13','2014-08-12 07:21:13','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet ligula at tellus scelerisque</p>','Surgery Information ','','inherit','open','open','','74-revision-v1','','','2014-08-12 07:21:13','2014-08-12 07:21:13','',74,'http://wordpress.markupbox.com/lovely_forever/?p=78',0,'revision','',0),(80,1,'2014-08-12 07:22:23','2014-08-12 07:22:23','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet ligula at tellus scelerisque</p>','Surgery Information ','','inherit','open','open','','74-revision-v1','','','2014-08-12 07:22:23','2014-08-12 07:22:23','',74,'http://wordpress.markupbox.com/lovely_forever/?p=80',0,'revision','',0),(79,1,'2014-08-12 07:22:12','2014-08-12 07:22:12','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet ligula at tellus scelerisque</p>','Surgery Information ','','inherit','open','open','','74-revision-v1','','','2014-08-12 07:22:12','2014-08-12 07:22:12','',74,'http://wordpress.markupbox.com/lovely_forever/?p=79',0,'revision','',0),(81,1,'2014-08-12 07:25:58','2014-08-12 07:25:58','','Surgery Information ','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet ligula at tellus scelerisque','inherit','open','open','','74-revision-v1','','','2014-08-12 07:25:58','2014-08-12 07:25:58','',74,'http://wordpress.markupbox.com/lovely_forever/?p=81',0,'revision','',0),(82,1,'2014-08-12 09:03:14','2014-08-12 09:03:14',' ','','','publish','open','open','','82','','','2014-08-12 09:03:14','2014-08-12 09:03:14','',0,'http://wordpress.markupbox.com/lovely_forever/?p=82',4,'nav_menu_item','',0),(84,1,'2014-08-13 00:25:41','2014-08-13 00:25:41','This is just a test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test','Test Addition','','publish','closed','closed','','test-addition','','','2014-08-13 00:25:41','2014-08-13 00:25:41','',0,'http://wordpress.markupbox.com/lovely_forever/?post_type=surgeriesweoffer&p=84',0,'surgeriesweoffer','',0),(85,1,'2014-08-13 00:25:07','2014-08-13 00:25:07','','img2','','inherit','open','open','','img2-2','','','2014-08-13 00:25:07','2014-08-13 00:25:07','',84,'http://wordpress.markupbox.com/lovely_forever/wp-content/uploads/2014/08/img21.png',0,'attachment','image/png',0),(86,1,'2014-08-13 00:25:41','2014-08-13 00:25:41','This is just a test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test','Test Addition','','inherit','open','open','','84-revision-v1','','','2014-08-13 00:25:41','2014-08-13 00:25:41','',84,'http://wordpress.markupbox.com/lovely_forever/?p=86',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(27,2,0),(29,2,0),(25,2,0),(24,2,0),(26,2,0),(28,2,0),(23,2,0),(69,3,0),(70,3,0),(71,3,0),(83,2,0),(73,3,0),(82,3,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,8),(3,3,'nav_menu','',0,5); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; 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,'Menu 1','menu-1',0),(3,'footer menu','footer-menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(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','false'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','0'),(14,1,'wp_dashboard_quick_press_last_post_id','3'),(15,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(16,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(17,1,'wp_user-settings','hidetb=1&libraryContent=browse&editor=html'),(18,1,'wp_user-settings-time','1407828139'),(19,1,'closedpostboxes_surgeriesweoffer','a:0:{}'),(20,1,'metaboxhidden_surgeriesweoffer','a:2:{i:0;s:6:\"acf_31\";i:1;s:7:\"slugdiv\";}'),(21,1,'nav_menu_recently_edited','3'),(22,1,'closedpostboxes_dashboard','a:3:{i:0;s:18:\"dashboard_activity\";i:1;s:21:\"dashboard_quick_press\";i:2;s:17:\"dashboard_primary\";}'),(23,1,'metaboxhidden_dashboard','a:0:{}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; 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$BNC9rr7Npwddabsyh.mnkm4v7mYsD7.','admin','test@mail.vinove.com','','2014-08-08 09:01:34','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'wordprec_lovely_forever' -- DELIMITER ;; DELIMITER ; /*!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 2014-08-27 23:33:34