0byt3m1n1
Path:
/
data
/
17
/
3
/
46
/
71
/
3372234
/
meta
/
3761200
/
mysql.backup
/
[
Home
]
File: 1_03927be_8.mysqlv111.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv111 Database: 1_03927be_8 -- ------------------------------------------------------ -- 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 AUTO_INCREMENT=12 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 */; INSERT INTO `wp_commentmeta` VALUES (5,3,'akismet_error','1392613429'),(6,3,'akismet_history','a:4:{s:4:\"time\";d:1392613429.896688;s:7:\"message\";s:92:\"Akismet was unable to check this comment (response: ), will automatically retry again later.\";s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:0:\"\";}'),(8,4,'is_customer_note','0'),(9,5,'akismet_error','1393320354'),(10,5,'akismet_history','a:4:{s:4:\"time\";d:1393320354.52109;s:7:\"message\";s:92:\"Akismet was unable to check this comment (response: ), will automatically retry again later.\";s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:0:\"\";}'); /*!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=6 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 (3,129,'mubashir','mubashir273@gmail.com','http://xlxx','68.68.96.212','2014-02-17 05:03:49','2014-02-17 05:03:49','i love u se4x',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','',0,0),(4,73,'WooCommerce','woocommerce@hotsexpostures.com','','','2014-02-19 19:00:50','2014-02-19 19:00:50','Unpaid order cancelled - time limit reached. Order status changed from pending to cancelled.',0,'1','WooCommerce','order_note',0,0),(5,197,'Adejoke motunrayo','Adejoke@yahoo.com','','41.190.3.170','2014-02-25 09:25:54','2014-02-25 09:25:54','I like dis site',0,'0','Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.15082/34.1309; U; en) Presto/2.8.119 Version/11.10','',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 AUTO_INCREMENT=8 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 */; INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/support/','Support Forums','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/support/forum/requests-and-feedback','Feedback','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; 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=2055 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://www.hotsexpostures.com/wordpress2','yes'),(2,'blogname','HOTSEXPOSTURES','yes'),(3,'blogdescription','SOLVING YOUR SEX AND RELATIONSHIP PROBLEMS','yes'),(4,'users_can_register','1','yes'),(5,'admin_email','xtwoxtwo3@gmail.com','yes'),(6,'start_of_week','0','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'),(112,'db_upgraded','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'links_recently_updated_prepend','<em>','yes'),(27,'links_recently_updated_append','</em>','yes'),(28,'links_recently_updated_time','120','yes'),(29,'comment_moderation','','yes'),(30,'moderation_notify','','yes'),(31,'permalink_structure','','yes'),(32,'gzipcompression','0','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:10:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:49:\"facebook-button-plugin/facebook-button-plugin.php\";i:3;s:21:\"facebook/facebook.php\";i:4;s:25:\"profile-builder/index.php\";i:5;s:28:\"spider-facebook/facebook.php\";i:6;s:65:\"woocommerce-admin-bar-addition/woocommerce-admin-bar-addition.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:29:\"wp-recaptcha/wp-recaptcha.php\";i:9;s:70:\"wp-ultra-simple-paypal-shopping-cart/wp_ultra_simple_shopping_cart.php\";}','yes'),(37,'home','http://www.hotsexpostures.com/wordpress2','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'advanced_edit','0','yes'),(41,'comment_max_links','1','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:4:{i:0;s:113:\"\\\\WDP\\DFS\\30\\2\\6\\5\\3077556562\\user\\sites\\3761200.site\\www\\wordpress2/wp-content/plugins/profile-builder/index.php\";i:1;s:111:\"\\\\WDP\\DFS\\30\\2\\6\\5\\3077556562\\user\\sites\\3761200.site\\www\\wordpress2/wp-content/themes/twentyfourteen/style.css\";i:2;s:112:\"\\\\WDP\\DFS\\30\\2\\6\\5\\3077556562\\user\\sites\\3761200.site\\www\\wordpress2/wp-content/themes/twentyfourteen/footer.php\";i:3;s:0:\"\";}','no'),(45,'template','almasi','yes'),(46,'stylesheet','almasi','yes'),(47,'comment_whitelist','','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','','yes'),(50,'html_type','text/html','yes'),(51,'use_trackback','0','yes'),(52,'default_role','subscriber','yes'),(53,'db_version','26691','yes'),(54,'uploads_use_yearmonth_folders','1','yes'),(55,'upload_path','','yes'),(56,'blog_public','1','yes'),(57,'default_link_category','2','yes'),(58,'show_on_front','posts','yes'),(59,'tag_base','','yes'),(60,'show_avatars','1','yes'),(61,'avatar_rating','R','yes'),(62,'upload_url_path','','yes'),(63,'thumbnail_size_w','150','yes'),(64,'thumbnail_size_h','150','yes'),(65,'thumbnail_crop','1','yes'),(66,'medium_size_w','300','yes'),(67,'medium_size_h','300','yes'),(68,'avatar_default','mystery','yes'),(71,'large_size_w','1024','yes'),(72,'large_size_h','1024','yes'),(73,'image_default_link_type','file','yes'),(74,'image_default_size','','yes'),(75,'image_default_align','','yes'),(76,'close_comments_for_old_posts','','yes'),(77,'close_comments_days_old','14','yes'),(78,'thread_comments','1','yes'),(79,'thread_comments_depth','5','yes'),(80,'page_comments','','yes'),(81,'comments_per_page','50','yes'),(82,'default_comments_page','newest','yes'),(83,'comment_order','asc','yes'),(84,'sticky_posts','a:0:{}','yes'),(85,'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'),(86,'widget_text','a:0:{}','yes'),(87,'widget_rss','a:0:{}','yes'),(88,'uninstall_plugins','a:1:{s:49:\"facebook-button-plugin/facebook-button-plugin.php\";s:19:\"fcbk_delete_options\";}','no'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','0','yes'),(94,'page_on_front','0','yes'),(95,'default_post_format','0','yes'),(96,'initial_db_version','20596','yes'),(97,'wp_user_roles','a:11:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:120:{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:22:\"access_s2member_level0\";b:1;s:22:\"access_s2member_level1\";b:1;s:22:\"access_s2member_level2\";b:1;s:22:\"access_s2member_level3\";b:1;s:22:\"access_s2member_level4\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:39:{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:22:\"access_s2member_level0\";b:1;s:22:\"access_s2member_level1\";b:1;s:22:\"access_s2member_level2\";b:1;s:22:\"access_s2member_level3\";b:1;s:22:\"access_s2member_level4\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:15:{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:22:\"access_s2member_level0\";b:1;s:22:\"access_s2member_level1\";b:1;s:22:\"access_s2member_level2\";b:1;s:22:\"access_s2member_level3\";b:1;s:22:\"access_s2member_level4\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:10:{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:22:\"access_s2member_level0\";b:1;s:22:\"access_s2member_level1\";b:1;s:22:\"access_s2member_level2\";b:1;s:22:\"access_s2member_level3\";b:1;s:22:\"access_s2member_level4\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:22:\"access_s2member_level0\";b:1;}}s:15:\"s2member_level1\";a:2:{s:4:\"name\";s:16:\"s2Member Level 1\";s:12:\"capabilities\";a:4:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:22:\"access_s2member_level0\";b:1;s:22:\"access_s2member_level1\";b:1;}}s:15:\"s2member_level2\";a:2:{s:4:\"name\";s:16:\"s2Member Level 2\";s:12:\"capabilities\";a:5:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:22:\"access_s2member_level0\";b:1;s:22:\"access_s2member_level1\";b:1;s:22:\"access_s2member_level2\";b:1;}}s:15:\"s2member_level3\";a:2:{s:4:\"name\";s:16:\"s2Member Level 3\";s:12:\"capabilities\";a:6:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:22:\"access_s2member_level0\";b:1;s:22:\"access_s2member_level1\";b:1;s:22:\"access_s2member_level2\";b:1;s:22:\"access_s2member_level3\";b:1;}}s:15:\"s2member_level4\";a:2:{s:4:\"name\";s:16:\"s2Member Level 4\";s:12:\"capabilities\";a:7:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:22:\"access_s2member_level0\";b:1;s:22:\"access_s2member_level1\";b:1;s:22:\"access_s2member_level2\";b:1;s:22:\"access_s2member_level3\";b:1;s:22:\"access_s2member_level4\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop Manager\";s:12:\"capabilities\";a:93:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(98,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'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'),(100,'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'),(101,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(467,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:28:\"woocommerce_recent_reviews-2\";i:3;s:17:\"recent-comments-2\";i:4;s:12:\"categories-2\";}s:16:\"header-showcase1\";a:0:{}s:16:\"header-showcase2\";N;s:16:\"header-showcase3\";N;s:16:\"header-showcase4\";N;s:13:\"array_version\";i:3;}','yes'),(388,'slurp_page_installed','1','yes'),(104,'cron','a:9:{i:1396219201;a:1:{s:29:\"akismet_schedule_cron_recheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1396224000;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1396243018;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1396243669;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:1396252200;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:1396275650;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:1396293527;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:1396297496;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','17650cde98a880779fba96d27314b132','yes'),(107,'auth_key','d!5hDQ6l0|aax)u_~U]5qT..-55c=O~8q&Z#C?[J:`CP8.zu1GP/i|mTFN%8-P n','yes'),(108,'auth_salt','uE77I^}#R#X5j;sc!~OmqJl$]_8r40y[[>lV.Ck_.G8#&;cK]+?cW}|_**75@3qk','yes'),(109,'logged_in_key','p_P$YdfptQD?kzv|A<fsB#5Gi-F5ULtYS$&LA_b/,lzhn$eEQ7-y:(KZ,]/Zk=99','yes'),(110,'logged_in_salt','=}7 u_372Mv8y;H@V2Weo)_:UaiN7~8!@5Muayea#.^uCntjd^?NrC#A56eI^KLd','yes'),(111,'link_manager_enabled','1','yes'),(1384,'recaptcha_options','a:14:{s:10:\"public_key\";s:40:\"6Lf9Re8SAAAAAEyjvVeacXSQLZFBD9f1xNwncc-e\";s:11:\"private_key\";s:40:\"6Lf9Re8SAAAAAP7bhRg-A-6jPLZrgZmQZ1GmS2Ha\";s:16:\"show_in_comments\";i:1;s:27:\"bypass_for_registered_users\";i:0;s:20:\"minimum_bypass_level\";s:4:\"read\";s:14:\"comments_theme\";s:10:\"blackglass\";s:18:\"comments_tab_index\";s:1:\"5\";s:20:\"show_in_registration\";i:1;s:18:\"registration_theme\";s:3:\"red\";s:22:\"registration_tab_index\";s:2:\"30\";s:18:\"recaptcha_language\";s:2:\"en\";s:16:\"xhtml_compliance\";i:0;s:17:\"no_response_error\";s:58:\"<strong>ERROR</strong>: Please fill in the reCAPTCHA form.\";s:24:\"incorrect_response_error\";s:62:\"<strong>ERROR</strong>: That reCAPTCHA response was incorrect.\";}','yes'),(2051,'_site_transient_timeout_theme_roots','1396216034','yes'),(2052,'_site_transient_theme_roots','a:12:{s:5:\"aadya\";s:7:\"/themes\";s:6:\"almasi\";s:7:\"/themes\";s:15:\"analytical-lite\";s:7:\"/themes\";s:6:\"hueman\";s:7:\"/themes\";s:8:\"pinboard\";s:7:\"/themes\";s:11:\"shprink-one\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";s:5:\"viper\";s:7:\"/themes\";s:9:\"wp-jurist\";s:7:\"/themes\";}','yes'),(189,'_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:41:\"https://wordpress.org/wordpress-3.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:41:\"https://wordpress.org/wordpress-3.8.1.zip\";s:10:\"no_content\";s:52:\"https://wordpress.org/wordpress-3.8.1-no-content.zip\";s:11:\"new_bundled\";s:53:\"https://wordpress.org/wordpress-3.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.8.1\";s:7:\"version\";s:5:\"3.8.1\";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:1396214238;s:15:\"version_checked\";s:5:\"3.8.1\";s:12:\"translations\";a:0:{}}','yes'),(120,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:40:\"http://www.hotsexpostures.com/wordpress2\";s:4:\"link\";s:116:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.hotsexpostures.com/wordpress2/\";s:3:\"url\";s:149:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.hotsexpostures.com/wordpress2/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(121,'nonce_key','7L@0cD0>G2GtvO+siB zV+&ataWl5&kJr!k@4n:?89=<yC)SBS39F+oXm*<7;F;x','yes'),(122,'nonce_salt','9}!O`uyX1d5^o@dAqs`n #2`{<& !`go6UkpGfkG_1e$zier<,VCDKOh9pVvk,F,','yes'),(1690,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1394594773','no'),(1691,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1394551573','no'),(1695,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1394551573','no'),(1698,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1394594775','no'),(1699,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2014/03/wordpress-3-9-beta-1/\' title=\'I’m excited to announce that the first beta of WordPress 3.9 is now available for testing. WordPress 3.9 is due out next month — but in order to hit that goal, we need your help testing all of the goodies we’ve added: We updated TinyMCE, the software powering the visual editor, to the latest version. […]\'>WordPress 3.9 Beta 1</a> <span class=\"rss-date\">March 11, 2014</span><div class=\'rssSummary\'>I’m excited to announce that the first beta of WordPress 3.9 is now available for testing. WordPress 3.9 is due out next month — but in order to hit that goal, we need your help testing all of the goodies we’ve added: We updated TinyMCE, the software powering the visual editor, to the latest version. […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2014/03/wordpress-3-9-beta-1/\' title=\'I’m excited to announce that the first beta of WordPress 3.9 is now available for testing. WordPress 3.9 is due out next month — but in order to hit that goal, we need your help testing all of the goodies we’ve added: We updated TinyMCE, the software powering the visual editor, to the latest version. Be on the lookout for cleaner markup. Also try the new paste handling — if you paste in a block of text from Microsoft Word, for example, it will no longer come out terrible. (The “Paste from Word” button you probably never noticed has been removed.) It’s possible some plugins that added stuff to the visual editor (like a new toolbar button) no longer work, so we’d like to hear about them (#24067). (And be sure to open a support thread for the plugin author.) We’ve added widget management to live previews (the customizer). Please test editing, adding, and rearranging widgets! (#27112) We’ve also added the ability to upload, crop, and manage header images, without needing to leave the preview. (#21785) We brought 3.8′s beautiful new theme browsing experience to the theme installer. Check it out! (#27055) Galleries now receive a live preview in the editor. Upload some photos and insert a gallery to see this in action. (#26959) You can now drag-and-drop images directly onto the editor to upload them. It can be a bit finicky, so try it and help us work out the kinks. (#19845) Some things got improved around editing images. It’s a lot easier to make changes to an image after you insert it into a post (#24409) and you no longer get kicked to a new window when you need to crop or rotate an image (#21811). New audio/video playlists. Upload a few audio or video files to test these. (#26631) If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed so far. 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 3.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). DEVELOPERS! Hello! There’s lots for you, too. Please test your plugins and themes! There’s a lot of great stuff under the hood in 3.9 and we hope to blog a bit about them in the coming days. If you haven’t been reading the awesome weekly summaries on the main core development blog, that’s a great place to start. (You should definitely follow that blog.) For now, here are some things to watch out for when testing: The load process in multisite got rewritten. If you notice any issues with your network, see #27003. We now use the MySQL Improved (mysqli) database extension if you’re running a recent version of PHP (#21663). Please test your plugins and see that everything works well, and please make sure you’re not calling mysql_* functions directly. Autosave was refactored, so if you see any issues related to autosaving, heartbeat, etc., let us know (#25272). Library updates, in particular Backbone 1.1 and Underscore 1.6 (#26799). Also Masonry 3 (#25351), PHPMailer (#25560), Plupload (#25663), and TinyMCE (#24067). TinyMCE 4.0 is a major update. Please see TinyMCE’s upgrade guide and our implementation ticket for more. If you have any questions or problems, please open a thread in the support forums. Happy testing! Lots of improvements Little things go a long way Please test beta one \'>Dev Blog: WordPress 3.9 Beta 1</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/first-wordcamp-dayton-a-flying-success?utm_source=rss&utm_medium=rss&utm_campaign=first-wordcamp-dayton-a-flying-success\' title=\'During this past weekend, I attended the first ever WordCamp Dayton, Ohio. Organized by Nathan Driver and a number of volunteers, the event was held on the campus of Wright State University within Rike Hall. Other WordCamps I’ve attended on college campuses have gone well and this event was no exception. WordCamp Dayton Started As A Meetup When I asked Driver how WordCamp Dayton started, he told me it began with their local meetup. After visiting WordCamps throughout the state of Ohio, he discovered many of the attendees were from Southwest Ohio and wanted an event closer to home. He created a meetup around the Dayton area to gauge interest. “After a couple of months of debating we went for it and had our first MeetUp in October 2012″. After managing the meetup for a couple of months, Driver noticed interest grew along with memberships which is when he decided to begin the process of creating a WordCamp. It begins. #wcdayton opening remarks pic.twitter.com/zHSUxnC1HG — Dustin Filippini (@dustyf) March 8, 2014 WordCamp Dayton was a two-day event with Friday featuring a beginners workshop. I was told around 65 people participated in the workshop where they were introduced to WordPress and learned about eCommerce as well as SEO. Saturday was dedicated to three different tracks of sessions covering publishers and users, power users, and developers. New Event Filled With New Users When Driver asked the audience how many of them were new to WordPress almost two-thirds of the room raised their hands. When he asked the audience if it was their first WordCamp, almost the same amount of hands were raised. Considering this was the first event of its kind in the area and so many people were new to WordPress, it’s impressive to see how many of them discovered and attended the event. Deep dive into WordPress @daytonwp with @MarcBenzak #wcdayton pic.twitter.com/7nQEN4Si0S — Chris Celek (@ChrisCelek) March 8, 2014 Cory Miller Delivers Inspirational Keynote Cory Miller of iThemes.com gave his keynote presentation after lunch and it was filled with inspirational messages. During the keynote, I looked around the room and saw a lot of people nodding their head in agreement. It was one of the most talked about sessions of the day. Here are a few examples: "Dream big enough for two lifetimes" – Amazing motivational presentation by @corymiller303 at #wcdayton – "Click Publish!" :-) — Joseph Herbrandson (@JHerbrandson) March 8, 2014 "You only fail if you don't try and learn." —@CoryMiller303 #wcdayton — Daniel J. Lewis (@theRamenNoodle) March 8, 2014 The tragedy of life is what dies inside a man while he lives. Tracking with @corymiller303 #wcdayton pic.twitter.com/zGuKdTFwgk — Mark Stevenson (@hsleader777) March 8, 2014 Advice For New Organizers Organizing a WordCamp is not an easy task. It takes drive, dedication, and a team of great volunteers. Driver told me one of the most challenging aspects of organizing the event was “Finding the right individuals to have on the team and working with their schedule“. While WordCamp is labeled a conference, it’s not the typical event people may be familiar with. As Driver told me, “It’s not about sitting in a room and listening to a speaker and moving on to the next one. It’s about providing a community environment.” I asked Driver what advice would he give to those organizing their first WordCamp: Take your time. Contact everyone. Above all, have fun. As soon as you get the green light from WordCamp Central go for it. Work through the tasks you think will be the most difficult first. Keep that momentum and keep going back to the reason why you wanted to have a WordCamp in your area. It’s not about you, it’s about the community. First Time Event Is A Flying Success First time WordCamps usually have hiccups. While we did have a schedule change and had to switch rooms once to account for the number of people showing up to certain sessions, the rest of the event was perfect. The catered food was delicious, there was plenty of time for networking, and the location was just right. I commend and thank Nathan Driver along with all of his volunteers for helping make the first WordCamp Dayton such a success. I hope it becomes an annual tradition. Last but not least, WordCamp Dayton reminded me that although WordPress is software, it’s the people behind it that make all the difference. #wcdayton WordCamps are reminders that while WordPress is software, it’s the people surrounding it that make all the difference. — Jeff (@jeffr0) March 9, 2014 \'>WPTavern: First WordCamp Dayton A Flying Success</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2014/03/10/amaury-balmer-industrialiser-son-ou-ses-projets-wordpress/\' title=\' \'>WordPress.tv: Amaury Balmer: Industrialiser son ou ses projets WordPress</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'http://wordpress.org/plugins/google-analytics-dashboard-for-wp/\' class=\'dashboard-news-plugin-link\'>Google Analytics Dashboard for WP</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=google-analytics-dashboard-for-wp&_wpnonce=45cdc8987b&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Google Analytics Dashboard for WP\'>Install</a>)</span></li></ul></div>','no'),(173,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1392275018','no'),(174,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1392231818','no'),(171,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1392275018','no'),(172,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','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:\"Wed, 12 Feb 2014 18:59: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: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: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: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: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: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:30:\"Google Analytics for 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@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:145:\"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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: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: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: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: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: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: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: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: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:148:\"Wordfence Security is a free enterprise class security plugin that includes a firewall, virus scanning, real-time traffic with geolocation and 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: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: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: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: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: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: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:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@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:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s: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:7:\"Captcha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/captcha/#post-26129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 Apr 2011 05:53: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26129@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:79:\"This plugin allows you to implement super security captcha form into web forms.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"bestwebsoft\";s: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: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:122:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 7.5 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: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:12:\"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:60:\"http://wordpress.org/plugins/contact-form-plugin/#post-26890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2011 07:34: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26890@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:43:\"Add Contact Form to your 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"bestwebsoft\";s: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:40:\"NextScripts: Social Networks Auto-Poster\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/#post-35439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2012 00:28: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"35439@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:149:\"Automatically re-publishes blogposts to Facebook, Twitter, Google+, Pinterest, LinkedIn, Blogger, Tumblr, Delicious, Plurk, etc profiles and/or pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"NextScripts\";s: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:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 12 Feb 2014 19:03:37 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:13:\"last-modified\";s:29:\"Thu, 02 Aug 2007 12:45:03 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20121202214312\";}','no'),(160,'_transient_timeout_feed_1702eb7dfeef215f27e0cdf421e4b6b7','1392275017','no'),(1696,'_transient_timeout_plugin_slugs','1394637975','no'),(1697,'_transient_plugin_slugs','a:18:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:21:\"facebook/facebook.php\";i:3;s:49:\"facebook-button-plugin/facebook-button-plugin.php\";i:4;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:5;s:36:\"google-sitemap-generator/sitemap.php\";i:6;s:9:\"hello.php\";i:7;s:19:\"jetpack/jetpack.php\";i:8;s:21:\"podpress/podpress.php\";i:9;s:25:\"profile-builder/index.php\";i:10;s:21:\"s2member/s2member.php\";i:11;s:39:\"si-captcha-for-wordpress/si-captcha.php\";i:12;s:27:\"woocommerce/woocommerce.php\";i:13;s:65:\"woocommerce-admin-bar-addition/woocommerce-admin-bar-addition.php\";i:14;s:28:\"spider-facebook/facebook.php\";i:15;s:29:\"wp-recaptcha/wp-recaptcha.php\";i:16;s:27:\"wp-super-cache/wp-cache.php\";i:17;s:70:\"wp-ultra-simple-paypal-shopping-cart/wp_ultra_simple_shopping_cart.php\";}','no'),(1684,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1394594772','no'),(1685,'_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:\"Tue, 11 Mar 2014 13:42:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/?v=3.9-alpha-27445\";s:7:\"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:20:\"WordPress 3.9 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/03/wordpress-3-9-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/03/wordpress-3-9-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:\"Tue, 11 Mar 2014 13:42:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=3083\";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:\"I’m excited to announce that the first beta of WordPress 3.9 is now available for testing. WordPress 3.9 is due out next month — but in order to hit that goal, we need your help testing all of the goodies we’ve added: We updated TinyMCE, the software powering the visual editor, to the latest version. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:6065:\"<p>I’m excited to announce that the <strong>first beta of WordPress 3.9</strong> is now available for testing.</p>\n<p>WordPress 3.9 is due out next month — but in order to hit that goal, <strong>we need your help</strong> testing all of the goodies we’ve added:</p>\n<ul>\n<li>We updated TinyMCE, the software powering the visual editor, to the latest version. Be on the lookout for cleaner markup. Also try the new paste handling — if you paste in a block of text from Microsoft Word, for example, it will no longer come out terrible. (The “Paste from Word” button you probably never noticed has been removed.) It’s possible some plugins that added stuff to the visual editor (like a new toolbar button) no longer work, so we’d like to hear about them (<a href=\"https://core.trac.wordpress.org/ticket/24067\">#24067</a>). (And be sure to <a href=\"http://wordpress.org/support/\">open a support thread</a> for the plugin author.)</li>\n<li>We’ve added <strong>widget management to live previews</strong> (the customizer). Please test editing, adding, and rearranging widgets! (<a href=\"https://core.trac.wordpress.org/ticket/27112\">#27112</a>) We’ve also added the ability to upload, crop, and manage header images, without needing to leave the preview. (<a href=\"https://core.trac.wordpress.org/ticket/21785\">#21785</a>)</li>\n<li>We brought 3.8′s beautiful new theme browsing experience to the <strong>theme installer</strong>. Check it out! (<a title=\"View ticket\" href=\"https://core.trac.wordpress.org/ticket/27055\">#27055</a>)</li>\n<li><strong>Galleries</strong> now receive a live preview in the editor. Upload some photos and insert a gallery to see this in action. (<a href=\"https://core.trac.wordpress.org/ticket/26959\">#26959</a>)</li>\n<li>You can now <strong>drag-and-drop</strong> images directly onto the editor to upload them. It can be a bit finicky, so try it and help us work out the kinks. (<a href=\"https://core.trac.wordpress.org/ticket/19845\">#19845</a>)</li>\n<li>Some things got improved around <strong>editing images</strong>. It’s a lot easier to make changes to an image after you insert it into a post (<a class=\"closed\" title=\"View ticket\" href=\"https://core.trac.wordpress.org/ticket/24409\">#24409</a>) and you no longer get kicked to a new window when you need to crop or rotate an image (<a href=\"https://core.trac.wordpress.org/ticket/21811\">#21811</a>).</li>\n<li>New <strong>audio/video playlists</strong>. Upload a few audio or video files to test these. (<a href=\"https://core.trac.wordpress.org/ticket/26631\">#26631</a>)</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=3.9\">everything we’ve fixed</a> so far.</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-beta1.zip\">download the beta here</a> (zip).</p>\n<hr />\n<p><strong>DEVELOPERS!</strong> Hello! There’s lots for you, too.</p>\n<p><strong>Please test your plugins and themes!</strong> There’s a lot of great stuff under the hood in 3.9 and we hope to blog a bit about them in the coming days. If you haven’t been reading the awesome <a href=\"http://make.wordpress.org/core/tag/week-in-core/\">weekly summaries</a> on the <a href=\"http://make.wordpress.org/core/\">main core development blog</a>, that’s a great place to start. (You should definitely follow that blog.) For now, here are some things to watch out for when testing:</p>\n<ul>\n<li>The <strong>load process in multisite</strong> got rewritten. If you notice any issues with your network, see <a href=\"https://core.trac.wordpress.org/ticket/27003\">#27003</a>.</li>\n<li>We now use the <strong>MySQL Improved (mysqli) database extension</strong> if you’re running a recent version of PHP (<a href=\"https://core.trac.wordpress.org/ticket/21663\">#21663</a>). Please test your plugins and see that everything works well, and please make sure you’re not calling <code>mysql_*</code> functions directly.</li>\n<li><strong>Autosave</strong> was refactored, so if you see any issues related to autosaving, heartbeat, etc., let us know (<a href=\"https://core.trac.wordpress.org/ticket/25272\">#25272</a>).</li>\n<li>Library updates, in particular Backbone 1.1 and Underscore 1.6 (<a href=\"https://core.trac.wordpress.org/ticket/26799\">#26799</a>). Also Masonry 3 (<a href=\"https://core.trac.wordpress.org/ticket/25351\">#25351</a>), PHPMailer (<a href=\"https://core.trac.wordpress.org/ticket/25560\">#25560</a>), Plupload (<a href=\"https://core.trac.wordpress.org/ticket/25663\">#25663</a>), and TinyMCE (<a href=\"https://core.trac.wordpress.org/ticket/24067\">#24067</a>).</li>\n<li>TinyMCE 4.0 is a <em>major</em> update. Please see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">upgrade guide</a> and our <a href=\"https://core.trac.wordpress.org/ticket/24067\">implementation ticket</a> for more. If you have any questions or problems, please <a href=\"http://wordpress.org/support/forum/alphabeta\">open a thread in the support forums</a>.</li>\n</ul>\n<p>Happy testing!</p>\n<p><em><em>Lots of improvements<br />\nLittle things go a long way</em><br />\nPlease test beta one<br />\n</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-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:1;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.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/01/wordpress-3-8-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/01/wordpress-3-8-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, 23 Jan 2014 20:37:49 +0000\";s: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=3063\";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:358:\"After six weeks and more than 9.3 million downloads of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available. Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:3809:\"<p>After six weeks and more than <a href=\"http://wordpress.org/download/counter/\">9.3 million downloads</a> of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available.</p>\n<p>Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query was resolved. And if you’ve been frustrated by submit buttons that won’t do anything when you click on them (or thought you were going crazy, like some of us), we’ve found and fixed this “dead zone” on submit buttons.</p>\n<p>It also contains a fix for <strong>embedding tweets</strong> (by placing the URL to the tweet on its own line), which was broken due to a recent Twitter API change. (For more on Embeds, see <a href=\"http://codex.wordpress.org/Embeds\">the Codex</a>.)</p>\n<p>For a full list of changes, consult the <a href=\"http://core.trac.wordpress.org/query?milestone=3.8.1\">list of tickets</a> and <a href=\"https://core.trac.wordpress.org/log/branches/3.8?rev=27018&stop_rev=26862\">the changelog</a>. There’s also a <a href=\"http://make.wordpress.org/core/2014/01/22/wordpress-3-8-1-release-candidate/\">detailed summary</a> for developers on the development blog.</p>\n<p>If you are one of the millions already running WordPress 3.8, we will start rolling out automatic background updates for WordPress 3.8.1 in the next few hours. 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.8.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.8.1:</p>\n<p><a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</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/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</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/fboender\">fboender</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/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"#\">José Pino</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt Thomas</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</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/nivijah\">nivijah</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, and <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>.</p>\n<p><em>WordPress three eight one<br />\nWe heard you didn’t like bugs<br />\nSo we took them out</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/01/wordpress-3-8-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:2;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:26:\"WordPress 3.8 “Parker”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://wordpress.org/news/2013/12/parker/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2013/12/parker/#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, 12 Dec 2013 17:00: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: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=2765\";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:354:\"Version 3.8 of WordPress, named “Parker” in honor of Charlie Parker, bebop innovator, is available for download or update in your WordPress dashboard. We hope you’ll think this is the most beautiful update yet. Introducing a modern new design WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire admin dashboard. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:18740:\"<p>Version 3.8 of WordPress, named “Parker” in honor of <a href=\"http://en.wikipedia.org/wiki/Charlie_Parker\">Charlie Parker</a>, bebop innovator, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. We hope you’ll think this is the most beautiful update yet.</p>\n<div id=\"v-6wORgoGb-1\" class=\"video-player\"><embed id=\"v-6wORgoGb-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.03&guid=6wORgoGb&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<h2 class=\"aligncenter\">Introducing a modern new design</h2>\n<p><img class=\"wp-image-2951 aligncenter\" alt=\"overview\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/overview.jpg?resize=623%2C193\" data-recalc-dims=\"1\" /></p>\n<p>WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire admin dashboard. Gone are overbearing gradients and dozens of shades of grey — bring on a bigger, bolder, more colorful design!</p>\n<p><img class=\"aligncenter wp-image-2856\" style=\"margin-left: 0;margin-right: 0\" alt=\"about-modern-wordpress\" src=\"http://i2.wp.com/wpdotorg.files.wordpress.com/2013/12/design.png?resize=623%2C151\" data-recalc-dims=\"1\" /></p>\n<h3>Modern aesthetic</h3>\n<p>The new WordPress dashboard has a fresh, uncluttered design that embraces clarity and simplicity.</p>\n<h3>Clean typography</h3>\n<p>The Open Sans typeface provides simple, friendly text that is optimized for both desktop and mobile viewing. It’s even open source, just like WordPress.</p>\n<h3>Refined contrast</h3>\n<p>We think beautiful design should never sacrifice legibility. With superior contrast and large, comfortable type, the new design is easy to read and a pleasure to navigate.</p>\n<hr />\n<h2 class=\"aligncenter\">WordPress on every device</h2>\n<p><img class=\"alignright wp-image-2984\" alt=\"responsive\" src=\"http://i2.wp.com/wpdotorg.files.wordpress.com/2013/12/responsive.jpg?resize=255%2C255\" data-recalc-dims=\"1\" />We all access the internet in different ways. Smartphone, tablet, notebook, desktop — no matter what you use, WordPress will adapt and you’ll feel right at home.</p>\n<h3>High definition at high speed</h3>\n<p>WordPress is sharper than ever with new vector-based icons that scale to your screen. By ditching pixels, pages load significantly faster, too.</p>\n<hr />\n<h2 class=\"aligncenter\">Admin color schemes to match your personality</h2>\n<p><img class=\"aligncenter wp-image-2954\" alt=\"colors\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/colors.jpg?resize=623%2C339\" data-recalc-dims=\"1\" /></p>\n<p>WordPress just got a colorful new update. We’ve included eight new admin color schemes so you can pick the one that suits you best.</p>\n<p>Color schemes can be previewed and changed from your Profile page.</p>\n<hr />\n<h2 class=\"aligncenter\">Refined theme management</h2>\n<p><img class=\"alignright wp-image-2967\" alt=\"themes\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/themes.jpg?resize=360%2C344\" data-recalc-dims=\"1\" />The new themes screen lets you survey your themes at a glance. Or want more information? Click to discover more. Then sit back and use your keyboard’s navigation arrows to flip through every theme you’ve got.</p>\n<h3>Smoother widget experience</h3>\n<p>Drag-drag-drag. Scroll-scroll-scroll. Widget management can be complicated. With the new design, we’ve worked to streamline the widgets screen.</p>\n<p>Have a large monitor? Multiple widget areas stack side-by-side to use the available space. Using a tablet? Just tap a widget to add it.</p>\n<hr />\n<h2 class=\"aligncenter\">Twenty Fourteen, a sleek new magazine theme</h2>\n<p><img class=\"aligncenter size-large wp-image-2789\" alt=\"The new Twenty Fourteen theme displayed on a laptop. tablet and phone\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/twentyfourteen.jpg?resize=692%2C275\" data-recalc-dims=\"1\" /></p>\n<h3>Turn your blog into a magazine</h3>\n<p>Create a beautiful magazine-style site with WordPress and Twenty Fourteen. Choose a grid or a slider to display featured content on your homepage. Customize your site with three widget areas or change your layout with two page templates.</p>\n<p>With a striking design that does not compromise our trademark simplicity, Twenty Fourteen is our most intrepid default theme yet.</p>\n<hr />\n<h2>Beginning of a new era</h2>\n<p>This release was led by Matt Mullenweg. This is our second release using the new plugin-first development process, with a much shorter timeframe than in the past. We think it’s been going great. You can check out the features currently in production on the <a title=\"Make WordPress Core\" href=\"http://make.wordpress.org/core/\" target=\"_blank\">make/core blog</a>.</p>\n<p>There are 188 contributors with props in this release:</p>\n<p><a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>, <a href=\"http://profiles.wordpress.org/admiralthrawn\">admiralthrawn</a>, <a href=\"http://profiles.wordpress.org/ahoereth\">Alexander Hoereth</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/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/aralbald\">Andrey Kabakchiev</a>, <a href=\"http://profiles.wordpress.org/apeatling\">Andy Peatling</a>, <a href=\"http://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"http://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"http://profiles.wordpress.org/fliespl\">Arkadiusz Rzadkowolski</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/bassgang\">bassgang</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"http://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/calin\">Calin Don</a>, <a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"http://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"http://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/chrisbliss18\">Chris Jean</a>, <a href=\"http://profiles.wordpress.org/iblamefish\">Clinton Montague</a>, <a href=\"http://profiles.wordpress.org/cojennin\">cojennin</a>, <a href=\"http://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"http://profiles.wordpress.org/dbernar1\">Dan Bernardic</a>, <a href=\"http://profiles.wordpress.org/danieldudzic\">Daniel Dudzic</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/datafeedrcom\">datafeedr</a>, <a href=\"http://profiles.wordpress.org/lessbloat\">Dave Martin</a>, <a href=\"http://profiles.wordpress.org/drw158\">Dave Whitley</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/dziudek\">dziudek</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/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/faison\">Faison</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/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</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/gnarf37\">gnarf37</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky</a>, <a href=\"http://profiles.wordpress.org/hanni\">hanni</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/isaackeyet\">Isaac Keyet</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"http://profiles.wordpress.org/janhenckens\">janhenckens</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/jblz\">Jeff Bowen</a>, <a href=\"http://profiles.wordpress.org/jeffr0\">Jeff Chandler</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/buffler\">Jeremy Buller</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"http://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/jhned\">jhned</a>, <a href=\"http://profiles.wordpress.org/jim912\">jim912</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/joen\">Joen Asmussen</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/johnafish\">John Fish</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"http://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</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/codebykat\">Kat Hagan</a>, <a href=\"http://profiles.wordpress.org/littlethingsstudio\">Kate Whitley</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</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/koki4a\">Konstantin Dankov</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/lite3\">lite3</a>, <a href=\"http://profiles.wordpress.org/lucp\">Luc Princen</a>, <a href=\"http://profiles.wordpress.org/latz\">Lutz Schroer</a>, <a href=\"http://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt Thomas</a>, <a href=\"http://profiles.wordpress.org/mattwiebe\">Matt Wiebe</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/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/megane9988\">megane9988</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/micahwave\">micahwave</a>, <a href=\"http://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">Michael Erlewine</a>, <a href=\"http://profiles.wordpress.org/michelwppi\">Michel - xiligroup dev</a>, <a href=\"http://profiles.wordpress.org/chellycat\">Michelle Langston</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/mikelittle\">Mike Little</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</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/mt8biz\">moto hachi</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/neil_pie\">Neil Pie</a>, <a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"http://profiles.wordpress.org/ninio\">ninio</a>, <a href=\"http://profiles.wordpress.org/ninnypants\">ninnypants</a>, <a href=\"http://profiles.wordpress.org/nivijah\">nivijah</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"http://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"http://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"http://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"http://profiles.wordpress.org/pauldewouters\">Paul de Wouters</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/senlin\">Piet</a>, <a href=\"http://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"http://profiles.wordpress.org/raamdev\">Raam Dev</a>, <a href=\"http://profiles.wordpress.org/bamadesigner\">Rachel Carden</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>, <a href=\"http://profiles.wordpress.org/radices\">Radices</a>, <a href=\"http://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>, <a href=\"http://profiles.wordpress.org/defries\">Remkus de Vries</a>, <a href=\"http://profiles.wordpress.org/ounziw\">Rescuework Support</a>, <a href=\"http://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"http://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"http://profiles.wordpress.org/wet\">Robert Wetzlmayr, PHP-Programmierer</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"http://profiles.wordpress.org/sanchothefat\">sanchothefat</a>, <a href=\"http://profiles.wordpress.org/sboisvert\">sboisvert</a>, <a href=\"http://profiles.wordpress.org/scottbasgaard\">Scott Basgaard</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/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"http://profiles.wordpress.org/designsimply\">Sheri Bigelow (designsimply)</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</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/sirbrillig\">sirbrillig</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</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/stevenkword\">Steven Word</a>, <a href=\"http://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tmtoy\">Takuma Morikawa</a>, <a href=\"http://profiles.wordpress.org/thomasguillot\">Thomas Guillot</a>, <a href=\"http://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"http://profiles.wordpress.org/tillkruess\">Till Krüss</a>, <a href=\"http://profiles.wordpress.org/tlamedia\">TLA Media</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tommcfarlin\">tommcfarlin</a>, <a href=\"http://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"http://profiles.wordpress.org/taupecat\">Tracy Rotton</a>, <a href=\"http://profiles.wordpress.org/trishasalas\">trishasalas</a>, <a href=\"http://profiles.wordpress.org/mbmufffin\">Tyler Smith</a>, <a href=\"http://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, <a href=\"http://profiles.wordpress.org/l10n\">Vladimir</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/yonasy\">yonasy</a>, <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>, and <a href=\"http://profiles.wordpress.org/tollmanz\">Zack Tollman</a>. Also thanks to <a href=\"http://benmorrison.org/\">Ben Morrison</a> and <a href=\"http://christineswebb.com/\">Christine Webb</a> for help with the video.</p>\n<p>Thanks for choosing WordPress. See you soon for version 3.9!</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:46:\"http://wordpress.org/news/2013/12/parker/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: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:7:\"3.8 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2013/12/3-8-rc2/\";s: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:51:\"http://wordpress.org/news/2013/12/3-8-rc2/#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, 10 Dec 2013 01:08: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: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=2805\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"Release candidate 2 of WordPress 3.8 is now available for download. This is the last pre-release, and we expect it to be effectively identical to what’s officially released to the public on Thursday. This means if you are a plugin or theme developer, start your engines! (If they’re not going already.) Lots of admin code […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1180:\"<p>Release candidate 2 of WordPress 3.8 is <a href=\"http://wordpress.org/wordpress-3.8-RC2.zip\">now available for download</a>. This is the last pre-release, and we expect it to be effectively identical to what’s officially released to the public on Thursday.</p>\n<p>This means if you are a plugin or theme developer, start your engines! (If they’re not going already.) Lots of admin code has changed so it’s especially important to see if your plugin works well within the new admin design and layout, and update <a href=\"http://wordpress.org/plugins/about/readme.txt\">the “Tested up to:” part of your plugin readme.txt</a>.</p>\n<p>If there is something in your plugin that you’re unable to fix, or if you think you’ve found a bug, join us <a href=\"http://codex.wordpress.org/IRC\">in #wordpress-dev in IRC</a>, especially if you’re able to join during the dev chat on Wednesday, or post in the <a href=\"http://wordpress.org/support/forum/alphabeta\">alpha/beta forum</a>. The developers and designers who worked on this release are happy to help anyone update their code before the 3.8 release.</p>\n<p>Happy hacking, everybody!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/news/2013/12/3-8-rc2/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: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:17:\"WordPress 3.8 RC1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/news/2013/12/3-8-almost/\";s: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:54:\"http://wordpress.org/news/2013/12/3-8-almost/#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, 04 Dec 2013 09:54:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=2760\";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:345:\"We’re entering the quiet but busy part of a release, whittling down issues to bring you all of the new features you’re excited about with the stability you expect from WordPress. There are just a few days from the “code freeze” for our 3.8 release, which includes a number of exciting enhancements, so the focus […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1873:\"<p>We’re entering the quiet but busy part of a release, whittling down issues to bring you all of the new features you’re excited about with the stability you expect from WordPress. There are just a few days from the “code freeze” for our 3.8 release, <a href=\"http://wordpress.org/news/2013/11/wordpress-3-8-beta-1/\">which includes a number of exciting enhancements</a>, so the focus is on identifying any major issues and resolving them as soon as possible.</p>\n<p>If you’ve ever wondered about how to contribute to WordPress, here’s a time you can: download this release candidate and use it in as many ways as you can imagine. Try to break it, and if you do, let us know how you did it so we can make sure it never happens again. If you work for a web host, this is the release you should test as much as possible and start getting your automatic upgrade systems and 1-click installers ready.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.8-RC1.zip\">Download WordPress 3.8 RC1</a> (zip) or use the <a href=\"http://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”).</p>\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 reproducible 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/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.8\">everything we’ve fixed</a> so far.</p>\n<p><em>We’re so close to the</em><br />\n<em>finish line, jump in and help</em><br />\n<em>good karma is yours.</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:50:\"http://wordpress.org/news/2013/12/3-8-almost/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:20:\"WordPress 3.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/11/wordpress-3-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2013/11/wordpress-3-8-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, 21 Nov 2013 05:21:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=2754\";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:307:\"The first beta of the 3.8 is now available, and the next dates to watch out for are code freeze on December 5th and a final release on December 12th. 3.8 brings together several of the features as plugins projects and while this isn’t our first rodeo, expect this to be more beta than usual. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2236:\"<p>The first beta of the 3.8 is now available, and the next dates to watch out for are code freeze on December 5th and a final release on December 12th.</p>\n<p>3.8 brings together <a href=\"http://make.wordpress.org/core/features-as-plugins/\">several of the features as plugins projects</a> and while this isn’t our first rodeo, expect this to be more beta than usual. The headline things to test out in this release are:</p>\n<ul>\n<li>The new admin design, especially the responsive aspect of it. Try it out on different devices and browsers, see how it goes, especially the more complex pages like widgets or seldom-looked-at-places like Press This. Color schemes, which you can change on your profile, have also been spruced up.</li>\n<li>The dashboard homepage has been refreshed, poke and prod it.</li>\n<li>Choosing themes under Appearance is completely different, try to break it however possible.</li>\n<li>There’s a new default theme, Twenty Fourteen.</li>\n<li>Over 250 issues closed already.</li>\n</ul>\n<p>Given how many things in the admin have changed it’s extra super duper important to test as many plugins and themes with admin pages against the new stuff. Also if you’re a developer consider how you can make your admin interface fit the MP6 aesthetic better.</p>\n<p>As always, 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 reproducible 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/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.8\">everything we’ve fixed</a> so far.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.8-beta-1.zip\">Download WordPress 3.8 Beta 1</a> (zip) or use the <a href=\"http://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”).</p>\n<p><em>Alphabet soup of</em><br />\n<em>Plugins as features galore</em><br />\n<em>The future is here</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/2013/11/wordpress-3-8-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:6;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:35:\"WordPress 3.7.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/2013/10/wordpress-3-7-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/2013/10/wordpress-3-7-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:\"Tue, 29 Oct 2013 21:04:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=2745\";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:371:\"WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including: Images with captions no longer appear broken in the visual editor. Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org. Avoid fatal errors with certain plugins that were incorrectly calling some […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:1594:\"<p>WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including:</p>\n<ul>\n<li>Images with captions no longer appear broken in the visual editor.</li>\n<li>Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org.</li>\n<li>Avoid fatal errors with certain plugins that were incorrectly calling some WordPress functions too early.</li>\n<li>Fix hierarchical sorting in get_pages(), exclusions in wp_list_categories(), and in_category() when called with empty values.</li>\n<li>Fix a warning that may occur in certain setups while performing a search, and a few other notices.</li>\n</ul>\n<p>For a full list of changes, consult the <a href=\"http://core.trac.wordpress.org/query?milestone=3.7.1\">list of tickets</a> and <a href=\"http://core.trac.wordpress.org/log/branches/3.7?stop_rev=25914&rev=25986\">the changelog</a>.</p>\n<p>If you are one of the <a href=\"http://wordpress.org/download/counter/\">nearly two million</a> already running WordPress 3.7, we will start rolling out the all-new <a href=\"http://wordpress.org/news/2013/10/basie/\">automatic background updates</a> for WordPress 3.7.1 in the next few hours. 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.7.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p><em>Just a few fixes<br />\nYour new update attitude:<br />\nZero clicks given</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/2013/10/wordpress-3-7-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:7;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.7 “Basie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2013/10/basie/\";s: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/2013/10/basie/#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, 24 Oct 2013 22:35: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: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=2736\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones: Updates while you sleep: With WordPress 3.7, you don’t have to lift a finger to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17229:\"<p>Version 3.7 of WordPress, named “Basie” in honor of <a href=\"http://en.wikipedia.org/wiki/Count_basie\">Count Basie</a>, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones:</p>\n<ul>\n<li><strong>Updates while you sleep</strong>: With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background. The update process also has been made even more reliable and secure, with dozens of new checks and safeguards.</li>\n<li><strong>Stronger password recommendations</strong>: Your password is your site’s first line of defense. It’s best to create passwords that are complex, long, and unique. To that end, our password meter has been updated in WordPress 3.7 to recognize common mistakes that can weaken your password: dates, names, keyboard patterns (123456789), and even pop culture references.</li>\n<li><strong>Better global support</strong>: Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date, a boon for the many millions who use WordPress in a language other than English.</li>\n</ul>\n<p>For developers there are lots of options around how to control the new updates feature, including allowing it to handle major upgrades as well as minor ones, more sophisticated date query support, and multisite improvements. As always, if you’re hungry for more <a href=\"http://codex.wordpress.org/Version_3.7\">dive into the Codex</a> or browse the <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.7\">over 400 closed tickets on Trac</a>.</p>\n<h3>A New Wave</h3>\n<p>This release was led by Andrew Nacin, backed up by Dion Hulse and Jon Cave. This is our first release using the new plugin-first development process, with a much shorter timeframe than in the past. (3.6 was released in August.) The 3.8 release, due in December, will continue this plugin-led development cycle that gives much more autonomy to plugin leads and allows us to decouple feature development from a release. You can follow this grand experiment, and what we’re learning from it, <a href=\"http://make.wordpress.org/core/\">on the make/core blog</a>. There are 211 contributors with props in this release:</p>\n<p><a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>, <a href=\"http://profiles.wordpress.org/ahoereth\">Alexander Hoereth</a>, <a href=\"http://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/andg\">andg</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/andrewspittle\">Andrew Spittle</a>, <a href=\"http://profiles.wordpress.org/askapache\">askapache</a>, <a href=\"http://profiles.wordpress.org/atimmer\">atimmer</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens</a>, <a href=\"http://profiles.wordpress.org/benmoody\">ben.moody</a>, <a href=\"http://profiles.wordpress.org/bhengh\">Ben Miller</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"http://profiles.wordpress.org/bftrick\">BFTrick</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/bmb\">bmb</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brianhogg\">brianhogg</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"http://profiles.wordpress.org/charlesclarkson\">CharlesClarkson</a>, <a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/chrisrudzki\">Chris Rudzki</a>, <a href=\"http://profiles.wordpress.org/aeg0125\">coderaaron</a>, <a href=\"http://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"http://profiles.wordpress.org/crrobi01\">Colin Robinson</a>, <a href=\"http://profiles.wordpress.org/andreasnrb\">cyonite</a>, <a href=\"http://profiles.wordpress.org/daankortenbach\">Daan Kortenbach</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/convissor\">Daniel Convissor</a>, <a href=\"http://profiles.wordpress.org/dartiss\">dartiss</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/csixty4\">Dave Ross</a>, <a href=\"http://profiles.wordpress.org/davidjlaietta\">David Laietta</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"http://profiles.wordpress.org/dpash\">dpash</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/dzver\">dzver</a>, <a href=\"http://profiles.wordpress.org/cais\">Edward Caissie</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/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"http://profiles.wordpress.org/faison\">Faison</a>, <a href=\"http://profiles.wordpress.org/foofy\">Foofy</a>, <a href=\"http://profiles.wordpress.org/fjarrett\">Frankie Jarrett</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/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/gayadesign\">Gaya Kessler</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/gizburdt\">Gizburdt</a>, <a href=\"http://profiles.wordpress.org/goldenapples\">goldenapples</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/creativeinfusion\">itinerant</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"http://profiles.wordpress.org/jamescollins\">James Collins</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/buffler\">Jeremy Buller</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"http://profiles.wordpress.org/johnnyb\">John Beales</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>, <a href=\"http://profiles.wordpress.org/johnafish\">John Fish</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/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/jchristopher\">Jonathan Christopher</a>, <a href=\"http://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jonlynch\">Jon Lynch</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</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/ketwaroo\">Ketwaroo</a>, <a href=\"http://profiles.wordpress.org/kevinb\">kevinB</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kitchin\">kitchin</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/koopersmith\">koopersmith</a>, <a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>, <a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"http://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"http://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"http://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"http://profiles.wordpress.org/cimmo\">Marco Cimmino</a>, <a href=\"http://profiles.wordpress.org/marco_teethgrinder\">Marco Galasso</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</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/dimadin\">Milan Dinic</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/naomicbush\">Naomi</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/natejacobs\">NateJacobs</a>, <a href=\"http://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"http://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"http://profiles.wordpress.org/noahsilverstein\">noahsilverstein</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nukaga\">nukaga</a>, <a href=\"http://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"http://profiles.wordpress.org/butuzov\">Oleg Butuzov</a>, <a href=\"http://profiles.wordpress.org/paolal\">Paolo Belcastro</a>, <a href=\"http://profiles.wordpress.org/xparham\">Parham</a>, <a href=\"http://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"http://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/peterjaap\">peterjaap</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/plocha\">plocha</a>, <a href=\"http://profiles.wordpress.org/pollett\">Pollett</a>, <a href=\"http://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"http://profiles.wordpress.org/rasheed\">Rasheed Bydousi</a>, <a href=\"http://profiles.wordpress.org/raybernard\">RayBernard</a>, <a href=\"http://profiles.wordpress.org/rboren\">rboren</a>, <a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/rfair404\">rfair404</a>, <a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"http://profiles.wordpress.org/r3df\">Rick Radko</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"http://profiles.wordpress.org/rpattillo\">rpattillo</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/hotchkissconsulting\">Sam Hotchkiss</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/scottsweb\">scottsweb</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi (tenpura)</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</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/sillybean\">Stephanie Leary</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar (@netweb)</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/strangerstudios\">strangerstudios</a>, <a href=\"http://profiles.wordpress.org/sweetie089\">sweetie089</a>, <a href=\"http://profiles.wordpress.org/swissspidy\">swissspidy</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tmtoy\">Takuma Morikawa</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/tivnet\">tivnet</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/toscho\">toscho</a>, <a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"http://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"http://profiles.wordpress.org/vericgar\">vericgar</a>, <a href=\"http://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/wikicms\">wikicms</a>, <a href=\"http://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"http://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"http://profiles.wordpress.org/wycks\">wycks</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, and <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>.</p>\n<p>Enjoy what may be one of your last few manual updates. See you soon for version 3.8!</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/2013/10/basie/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:33:\"WordPress 3.7 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/2013/10/wordpress-3-7-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/2013/10/wordpress-3-7-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:\"Wed, 23 Oct 2013 00:05:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=2729\";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:417:\"The second release candidate of WordPress 3.7 is now available for testing! Those of you already testing WordPress 3.7 will be updated automatically to RC2. (Nice.) If you’d like to start testing, there’s no time like the present! Try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”) or download the release candidate here (zip). Please post to the Alpha/Beta […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:1183:\"<p>The second release candidate of WordPress 3.7 is now available for testing!</p>\n<p>Those of you already testing WordPress 3.7 will be updated automatically to RC2. (<em>Nice.</em>) If you’d like to start testing, there’s no time like the present! Try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”) or <a href=\"http://wordpress.org/wordpress-3.7-RC2.zip\">download the release candidate here</a> (zip). Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a> if you think you’ve found a bug, and if any known issues are raised, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>Developers, please test your plugins and themes against WordPress 3.7. If there is a compatibility issue, let us know as soon as possible so we can deal with it before the final release.</p>\n<p>For more on WordPress 3.7, check out the <a href=\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/\">announcement post for Release Candidate 1</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:73:\"http://wordpress.org/news/2013/10/wordpress-3-7-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: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:18:\"Upcoming WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2013/10/upcoming-wordcamps-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/#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, 22 Oct 2013 19:25:26 +0000\";s: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:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2723\";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:368:\"WordCamps are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps — there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year’s […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jen Mylo\";s: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:3584:\"<p><a href=\"http://central.wordcamp.org/\">WordCamps</a> are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps — there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year’s over. If there’s one near you, check it out! In addition to getting to know your local WordPress community, most WordCamps attract some traveling visitors a well, giving you the chance to meet contributors to the WordPress open source project and <a href=\"http://make.wordpress.org/\">get involved</a> yourself.</p>\n<p>Here are the WordCamps on the schedule for the rest of this year.</p>\n<p>October 25-27: <strong><a href=\"http://2013.boston.wordcamp.org/\">WordCamp Boston</a></strong>, Boston, MA, USA<br />\nOctober 25-26: <strong><a href=\"http://2013.malaga.wordcamp.org/\">WordCamp Malaga</a></strong>, Spain<br />\nOctober 26: <strong><a href=\"http://2013.nepal.wordcamp.org/\">WordCamp Nepal</a></strong>, Kathmandu, Nepal<br />\nOctober 26: <strong><a href=\"http://2013.sofia.wordcamp.org/\">WordCamp Sofia</a></strong>, Bulgaria<br />\nNovember 7: <strong><a href=\"http://2013.capetown.wordcamp.org/\">WordCamp Cape Town</a></strong>, South Africa<br />\nNovember 9: <strong><a href=\"http://2013.porto.wordcamp.org/\">WordCamp Porto</a></strong>, Portugal<br />\nNovember 9-10: <strong><a href=\"http://2013.kenya.wordcamp.org/\">WordCamp Kenya</a></strong>, Nairobi, Kenya<br />\nNovember 15: <strong><a href=\"http://2013.edmonton.wordcamp.org/\">WordCamp Edmonton</a></strong>, AB, Canada<br />\nNovember 16-17: <strong><a href=\"http://2013.orlando.wordcamp.org/\">WordCamp Orlando</a></strong>, FL, USA<br />\nNovember 16: <strong><a href=\"http://2013.denver.wordcamp.org/\">WordCamp Denver</a></strong>, CO, USA<br />\nNovember 23-24: <strong><a href=\"http://2013.london.wordcamp.org/\">WordCamp London</a></strong>, UK<br />\nNovember 23-24: <strong><a href=\"http://2013.raleigh.wordcamp.org/\">WordCamp Raleigh</a></strong>, NC, USA<br />\nNovember 23: <strong><a href=\"http://2013.saopaulo.wordcamp.org/\">WordCamp São Paulo</a></strong>, Brazil<br />\nDecember 14: <strong><a href=\"http://2013.vegas.wordcamp.org/\">WordCamp Las Vegas</a></strong>, NV, USA<br />\nDecember 14-15: <strong><a href=\"http://2013.sevilla.wordcamp.org/\">WordCamp Sevilla</a></strong>, Spain</p>\n<p>No WordCamps on this list in your area? Not to worry! There are thriving <a href=\"http://wordpress.meetup.com/\">WordPress meetups</a> all over the world where you can meet like-minded people, and we maintain a library of <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp videos</a> at <a href=\"http://wordpress.tv/\">WordPress.tv</a>.</p>\n<h3>Get Involved</h3>\n<ul>\n<li>If you’re interested in organizing a WordCamp in your area, check out our <a href=\"http://plan.wordcamp.org/\">WordCamp planning</a> site.</li>\n<li>If you’re interested in <a href=\"http://make.wordpress.org/community/meetup-interest-form/\">starting a WordPress meetup</a> in your area, let us know and we can set up a group on meetup.com for you.</li>\n<li>And speaking of WordCamp videos, we’ve recently enabled volunteer-generated subtitles/closed captioning of the videos on WordPress.tv to make them more accessible. Interested in helping? Check out the <a href=\"http://wordpress.tv/using-amara-org-to-caption-or-subtitle-a-wordpress-tv-video/\">WordPress.tv subtitling instructions</a>.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/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:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 11 Mar 2014 15:26:12 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:\"Tue, 11 Mar 2014 13:42:19 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140212190441\";}','no'),(153,'recently_activated','a:0:{}','yes'),(1259,'skebggallery_options','a:17:{s:11:\"skebg_allpg\";i:1;s:10:\"skebg_time\";s:1:\"6\";s:16:\"skebg_transition\";s:1:\"1\";s:9:\"skebg_nav\";i:1;s:15:\"skebg_playpause\";i:1;s:12:\"skebg_thumbs\";i:1;s:20:\"skebg_thumbs_display\";s:6:\"square\";s:12:\"skebg_random\";i:0;s:13:\"skebg_overlay\";i:1;s:14:\"skebg_bgchkbox\";i:0;s:13:\"skebg_bgcolor\";s:4:\"#111\";s:14:\"skebg_bgvdochk\";i:0;s:14:\"skebg_bgvdourl\";s:42:\"http://www.youtube.com/watch?v=e4Is32W-ppk\";s:14:\"skebg_bgvdrept\";i:1;s:12:\"skebg_slide1\";s:116:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/analytical-lite/images/sketchbg/splashing-165192_1280.jpg\";s:12:\"skebg_slide2\";s:113:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/analytical-lite/images/sketchbg/orange-165040_1280.jpg\";s:12:\"skebg_slide3\";s:113:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/analytical-lite/images/sketchbg/orange-164985_1280.jpg\";}','yes'),(1254,'_site_transient_timeout_wporg_theme_feature_list','1393272547','yes'),(190,'can_compress_scripts','1','yes'),(1412,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1393547568','yes'),(1413,'_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:\"3898\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2456\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2344\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"1930\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"1856\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1583\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1329\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1325\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1310\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1260\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1225\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1121\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1000\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:3:\"982\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"974\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"950\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"844\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"821\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"780\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"722\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"686\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"681\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"678\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"623\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"615\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"595\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"572\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"570\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"541\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"539\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"530\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"522\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"506\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"505\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"471\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"458\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"453\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"452\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"436\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"432\";}}','yes'),(1680,'_site_transient_timeout_browser_c0fe0b7bebc6b87d501b1f7d5a3ab9d6','1395156366','yes'),(1681,'_site_transient_browser_c0fe0b7bebc6b87d501b1f7d5a3ab9d6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:15:\"30.0.1599.13014\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2043,'_wc_session_0JwHEEjP6H46nvkcMxzUDA7BVr7ZvtCl','a:1:{s:10:\"wc_notices\";N;}','no'),(2044,'_wc_session_expires_0JwHEEjP6H46nvkcMxzUDA7BVr7ZvtCl','1396369279','no'),(1791,'_transient_all_the_cool_cats','1','yes'),(1700,'_transient_is_multi_author','0','yes'),(1260,'optionsframework','a:1:{s:2:\"id\";s:15:\"analytical_lite\";}','yes'),(1262,'option_tree_settings','a:3:{s:15:\"contextual_help\";a:1:{s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:12:\"general_help\";s:5:\"title\";s:13:\"Documentation\";s:7:\"content\";s:1116:\"\r\n <h1>Hueman</h1>\r\n <p>Thanks for using this theme! Enjoy.</p>\r\n <ul>\r\n <li>Read the theme documentation <a target=\"_blank\" href=\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/documentation/documentation.html\">here</a></li>\r\n <li>Download the sample child theme <a href=\"https://github.com/AlxMedia/hueman-child/archive/master.zip\">here</a></li>\r\n <li>Download or contribute translations <a target=\"_blank\" href=\"https://github.com/AlxMedia/hueman-languages\">here</a></li>\r\n <li>Feel free to rate/review the theme <a target=\"_blank\" href=\"http://wordpress.org/support/view/theme-reviews/hueman\">here</a></li>\r\n <li>If you have theme questions, go <a target=\"_blank\" href=\"http://wordpress.org/support/theme/hueman\">here</a></li>\r\n <li>Hueman is on <a target=\"_blank\" href=\"https://github.com/AlxMedia/hueman\">GitHub</a></li>\r\n </ul>\r\n <hr />\r\n <p>You can support the theme author by donating <a target=\"_blank\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K54RW72RZM2HN\">here</a> – any amount is always appreciated.</p>\r\n \";}}}s:8:\"sections\";a:8:{i:0;a:2:{s:2:\"id\";s:7:\"general\";s:5:\"title\";s:7:\"General\";}i:1;a:2:{s:2:\"id\";s:4:\"blog\";s:5:\"title\";s:4:\"Blog\";}i:2;a:2:{s:2:\"id\";s:6:\"header\";s:5:\"title\";s:6:\"Header\";}i:3;a:2:{s:2:\"id\";s:6:\"footer\";s:5:\"title\";s:6:\"Footer\";}i:4;a:2:{s:2:\"id\";s:6:\"layout\";s:5:\"title\";s:6:\"Layout\";}i:5;a:2:{s:2:\"id\";s:8:\"sidebars\";s:5:\"title\";s:8:\"Sidebars\";}i:6;a:2:{s:2:\"id\";s:12:\"social-links\";s:5:\"title\";s:12:\"Social Links\";}i:7;a:2:{s:2:\"id\";s:7:\"styling\";s:5:\"title\";s:7:\"Styling\";}}s:8:\"settings\";a:60:{i:0;a:6:{s:2:\"id\";s:10:\"responsive\";s:5:\"label\";s:17:\"Responsive Layout\";s:4:\"desc\";s:67:\"Mobile and tablet optimizations [ <strong>responsive.css</strong> ]\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:1;a:7:{s:2:\"id\";s:19:\"mobile-sidebar-hide\";s:5:\"label\";s:22:\"Mobile Sidebar Content\";s:4:\"desc\";s:61:\"Hide sidebar content on low-resolution mobile devices (320px)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:1:\"1\";s:7:\"section\";s:7:\"general\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:13:\"Show sidebars\";}i:1;a:2:{s:5:\"value\";s:2:\"s1\";s:5:\"label\";s:20:\"Hide primary sidebar\";}i:2;a:2:{s:5:\"value\";s:2:\"s2\";s:5:\"label\";s:22:\"Hide secondary sidebar\";}i:3;a:2:{s:5:\"value\";s:5:\"s1-s2\";s:5:\"label\";s:18:\"Hide both sidebars\";}}}i:2;a:5:{s:2:\"id\";s:7:\"favicon\";s:5:\"label\";s:7:\"Favicon\";s:4:\"desc\";s:56:\"Upload a 16x16px Png/Gif image that will be your favicon\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:7:\"general\";}i:3;a:5:{s:2:\"id\";s:8:\"rss-feed\";s:5:\"label\";s:14:\"FeedBurner URL\";s:4:\"desc\";s:173:\"Enter your full FeedBurner URL (or any other preferred feed URL) if you wish to use FeedBurner over the standard WordPress feed e.g. http://feeds.feedburner.com/yoururlhere \";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:4;a:6:{s:2:\"id\";s:13:\"page-comments\";s:5:\"label\";s:13:\"Page Comments\";s:4:\"desc\";s:17:\"Comments on pages\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:5;a:5:{s:2:\"id\";s:12:\"blog-heading\";s:5:\"label\";s:7:\"Heading\";s:4:\"desc\";s:17:\"Your blog heading\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:4:\"blog\";}i:6;a:5:{s:2:\"id\";s:15:\"blog-subheading\";s:5:\"label\";s:10:\"Subheading\";s:4:\"desc\";s:20:\"Your blog subheading\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:4:\"blog\";}i:7;a:7:{s:2:\"id\";s:14:\"excerpt-length\";s:5:\"label\";s:14:\"Excerpt Length\";s:4:\"desc\";s:19:\"Max number of words\";s:3:\"std\";s:2:\"34\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:4:\"blog\";s:12:\"min_max_step\";s:7:\"0,100,1\";}i:8;a:6:{s:2:\"id\";s:22:\"featured-posts-include\";s:5:\"label\";s:14:\"Featured Posts\";s:4:\"desc\";s:94:\"To show featured posts in the slider AND the content below<br /><i>Usually not recommended</i>\";s:4:\"type\";s:8:\"checkbox\";s:7:\"section\";s:4:\"blog\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:38:\"Include featured posts in content area\";}}}i:9;a:5:{s:2:\"id\";s:17:\"featured-category\";s:5:\"label\";s:17:\"Featured Category\";s:4:\"desc\";s:81:\"By not selecting a category, it will show your latest post(s) from all categories\";s:4:\"type\";s:15:\"category-select\";s:7:\"section\";s:4:\"blog\";}i:10;a:7:{s:2:\"id\";s:20:\"featured-posts-count\";s:5:\"label\";s:19:\"Featured Post Count\";s:4:\"desc\";s:143:\"Max number of featured posts to display. <br /><i>Set to 1 and it will show it without any slider script</i><br /><i>Set it to 0 to disable</i>\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:4:\"blog\";s:12:\"min_max_step\";s:6:\"0,10,1\";}i:11;a:6:{s:2:\"id\";s:11:\"placeholder\";s:5:\"label\";s:21:\"Thumbnail Placeholder\";s:4:\"desc\";s:60:\"Show featured image placeholders if no featured image is set\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:4:\"blog\";}i:12;a:6:{s:2:\"id\";s:13:\"comment-count\";s:5:\"label\";s:23:\"Thumbnail Comment Count\";s:4:\"desc\";s:27:\"Comment count on thumbnails\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:4:\"blog\";}i:13;a:6:{s:2:\"id\";s:10:\"author-bio\";s:5:\"label\";s:25:\"Single — Author Bio\";s:4:\"desc\";s:43:\"Shows post author description, if it exists\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:4:\"blog\";}i:14;a:7:{s:2:\"id\";s:13:\"related-posts\";s:5:\"label\";s:28:\"Single — Related Posts\";s:4:\"desc\";s:48:\"Shows randomized related articles below the post\";s:3:\"std\";s:10:\"categories\";s:4:\"type\";s:5:\"radio\";s:7:\"section\";s:4:\"blog\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:7:\"Disable\";}i:1;a:2:{s:5:\"value\";s:10:\"categories\";s:5:\"label\";s:21:\"Related by categories\";}i:2;a:2:{s:5:\"value\";s:4:\"tags\";s:5:\"label\";s:15:\"Related by tags\";}}}i:15;a:7:{s:2:\"id\";s:8:\"post-nav\";s:5:\"label\";s:30:\"Single — Post Navigation\";s:4:\"desc\";s:44:\"Shows links to the next and previous article\";s:3:\"std\";s:2:\"s1\";s:4:\"type\";s:5:\"radio\";s:7:\"section\";s:4:\"blog\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:7:\"Disable\";}i:1;a:2:{s:5:\"value\";s:2:\"s1\";s:5:\"label\";s:15:\"Sidebar Primary\";}i:2;a:2:{s:5:\"value\";s:2:\"s2\";s:5:\"label\";s:17:\"Sidebar Secondary\";}i:3;a:2:{s:5:\"value\";s:7:\"content\";s:5:\"label\";s:13:\"Below content\";}}}i:16;a:5:{s:2:\"id\";s:11:\"custom-logo\";s:5:\"label\";s:11:\"Custom Logo\";s:4:\"desc\";s:70:\"Upload your custom logo image. Set logo max-height in styling options.\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:6:\"header\";}i:17;a:6:{s:2:\"id\";s:16:\"site-description\";s:5:\"label\";s:16:\"Site Description\";s:4:\"desc\";s:46:\"The description that appears next to your logo\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:6:\"header\";}i:18;a:8:{s:2:\"id\";s:14:\"footer-widgets\";s:5:\"label\";s:21:\"Footer Widget Columns\";s:4:\"desc\";s:73:\"Select columns to enable footer widgets<br /><i>Recommended number: 3</i>\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"footer\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:5:{i:0;a:3:{s:5:\"value\";s:1:\"0\";s:5:\"label\";s:7:\"Disable\";s:3:\"src\";s:97:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:103:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/footer-widgets-1.png\";}i:2;a:3:{s:5:\"value\";s:1:\"2\";s:5:\"label\";s:9:\"2 Columns\";s:3:\"src\";s:103:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/footer-widgets-2.png\";}i:3;a:3:{s:5:\"value\";s:1:\"3\";s:5:\"label\";s:9:\"3 Columns\";s:3:\"src\";s:103:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/footer-widgets-3.png\";}i:4;a:3:{s:5:\"value\";s:1:\"4\";s:5:\"label\";s:9:\"4 Columns\";s:3:\"src\";s:103:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/footer-widgets-4.png\";}}}i:19;a:5:{s:2:\"id\";s:11:\"footer-logo\";s:5:\"label\";s:11:\"Footer Logo\";s:4:\"desc\";s:29:\"Upload your custom logo image\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:6:\"footer\";}i:20;a:5:{s:2:\"id\";s:9:\"copyright\";s:5:\"label\";s:16:\"Footer Copyright\";s:4:\"desc\";s:33:\"Replace the footer copyright text\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"footer\";}i:21;a:6:{s:2:\"id\";s:6:\"credit\";s:5:\"label\";s:13:\"Footer Credit\";s:4:\"desc\";s:18:\"Footer credit text\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:6:\"footer\";}i:22;a:7:{s:2:\"id\";s:13:\"layout-global\";s:5:\"label\";s:13:\"Global Layout\";s:4:\"desc\";s:55:\"Other layouts will override this option if they are set\";s:3:\"std\";s:7:\"col-3cm\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:6:{i:0;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:93:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-1c.png\";}i:1;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:23;a:7:{s:2:\"id\";s:11:\"layout-home\";s:5:\"label\";s:4:\"Home\";s:4:\"desc\";s:50:\"[ <strong>is_home</strong> ] Posts homepage layout\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:97:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:93:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:24;a:7:{s:2:\"id\";s:13:\"layout-single\";s:5:\"label\";s:6:\"Single\";s:4:\"desc\";s:102:\"[ <strong>is_single</strong> ] Single post layout - If a post has a set layout, it will override this.\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:97:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:93:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:25;a:7:{s:2:\"id\";s:14:\"layout-archive\";s:5:\"label\";s:7:\"Archive\";s:4:\"desc\";s:77:\"[ <strong>is_archive</strong> ] Category, date, tag and author archive layout\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:97:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:93:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:26;a:7:{s:2:\"id\";s:23:\"layout-archive-category\";s:5:\"label\";s:24:\"Archive — Category\";s:4:\"desc\";s:56:\"[ <strong>is_category</strong> ] Category archive layout\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:97:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:93:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:27;a:7:{s:2:\"id\";s:13:\"layout-search\";s:5:\"label\";s:6:\"Search\";s:4:\"desc\";s:49:\"[ <strong>is_search</strong> ] Search page layout\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:97:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:93:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:28;a:7:{s:2:\"id\";s:10:\"layout-404\";s:5:\"label\";s:9:\"Error 404\";s:4:\"desc\";s:49:\"[ <strong>is_404</strong> ] Error 404 page layout\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:97:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:93:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:29;a:7:{s:2:\"id\";s:11:\"layout-page\";s:5:\"label\";s:12:\"Default Page\";s:4:\"desc\";s:101:\"[ <strong>is_page</strong> ] Default page layout - If a page has a set layout, it will override this.\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:97:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:93:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:94:\"http://www.hotsexpostures.com/wordpress2/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:30;a:7:{s:2:\"id\";s:13:\"sidebar-areas\";s:5:\"label\";s:15:\"Create Sidebars\";s:4:\"desc\";s:115:\"You must save changes for the new areas to appear below. <br /><i>Warning: Make sure each area has a unique ID.</i>\";s:4:\"type\";s:9:\"list-item\";s:7:\"section\";s:8:\"sidebars\";s:7:\"choices\";a:0:{}s:8:\"settings\";a:1:{i:0;a:6:{s:2:\"id\";s:2:\"id\";s:5:\"label\";s:10:\"Sidebar ID\";s:4:\"desc\";s:51:\"This ID must be unique, for example \"sidebar-about\"\";s:3:\"std\";s:8:\"sidebar-\";s:4:\"type\";s:4:\"text\";s:7:\"choices\";a:0:{}}}}i:31;a:5:{s:2:\"id\";s:7:\"s1-home\";s:5:\"label\";s:4:\"Home\";s:4:\"desc\";s:36:\"[ <strong>is_home</strong> ] Primary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:32;a:5:{s:2:\"id\";s:7:\"s2-home\";s:5:\"label\";s:4:\"Home\";s:4:\"desc\";s:38:\"[ <strong>is_home</strong> ] Secondary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:33;a:5:{s:2:\"id\";s:9:\"s1-single\";s:5:\"label\";s:6:\"Single\";s:4:\"desc\";s:102:\"[ <strong>is_single</strong> ] Primary - If a single post has a unique sidebar, it will override this.\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:34;a:5:{s:2:\"id\";s:9:\"s2-single\";s:5:\"label\";s:6:\"Single\";s:4:\"desc\";s:104:\"[ <strong>is_single</strong> ] Secondary - If a single post has a unique sidebar, it will override this.\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:35;a:5:{s:2:\"id\";s:10:\"s1-archive\";s:5:\"label\";s:7:\"Archive\";s:4:\"desc\";s:39:\"[ <strong>is_archive</strong> ] Primary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:36;a:5:{s:2:\"id\";s:10:\"s2-archive\";s:5:\"label\";s:7:\"Archive\";s:4:\"desc\";s:41:\"[ <strong>is_archive</strong> ] Secondary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:37;a:5:{s:2:\"id\";s:19:\"s1-archive-category\";s:5:\"label\";s:24:\"Archive — Category\";s:4:\"desc\";s:40:\"[ <strong>is_category</strong> ] Primary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:38;a:5:{s:2:\"id\";s:19:\"s2-archive-category\";s:5:\"label\";s:24:\"Archive — Category\";s:4:\"desc\";s:42:\"[ <strong>is_category</strong> ] Secondary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:39;a:5:{s:2:\"id\";s:9:\"s1-search\";s:5:\"label\";s:6:\"Search\";s:4:\"desc\";s:38:\"[ <strong>is_search</strong> ] Primary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:40;a:5:{s:2:\"id\";s:9:\"s2-search\";s:5:\"label\";s:6:\"Search\";s:4:\"desc\";s:40:\"[ <strong>is_search</strong> ] Secondary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:41;a:5:{s:2:\"id\";s:6:\"s1-404\";s:5:\"label\";s:9:\"Error 404\";s:4:\"desc\";s:35:\"[ <strong>is_404</strong> ] Primary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:42;a:5:{s:2:\"id\";s:6:\"s2-404\";s:5:\"label\";s:9:\"Error 404\";s:4:\"desc\";s:37:\"[ <strong>is_404</strong> ] Secondary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:43;a:5:{s:2:\"id\";s:7:\"s1-page\";s:5:\"label\";s:12:\"Default Page\";s:4:\"desc\";s:93:\"[ <strong>is_page</strong> ] Primary - If a page has a unique sidebar, it will override this.\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:44;a:5:{s:2:\"id\";s:7:\"s2-page\";s:5:\"label\";s:12:\"Default Page\";s:4:\"desc\";s:95:\"[ <strong>is_page</strong> ] Secondary - If a page has a unique sidebar, it will override this.\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:45;a:7:{s:2:\"id\";s:12:\"social-links\";s:5:\"label\";s:12:\"Social Links\";s:4:\"desc\";s:37:\"Create and organize your social links\";s:4:\"type\";s:9:\"list-item\";s:7:\"section\";s:12:\"social-links\";s:7:\"choices\";a:0:{}s:8:\"settings\";a:4:{i:0;a:6:{s:2:\"id\";s:11:\"social-icon\";s:5:\"label\";s:9:\"Icon Name\";s:4:\"desc\";s:132:\"Font Awesome icon names [<a href=\"http://fortawesome.github.io/Font-Awesome/icons/\" target=\"_blank\"><strong>View all</strong>]</a> \";s:3:\"std\";s:3:\"fa-\";s:4:\"type\";s:4:\"text\";s:7:\"choices\";a:0:{}}i:1;a:6:{s:2:\"id\";s:11:\"social-link\";s:5:\"label\";s:4:\"Link\";s:4:\"desc\";s:39:\"Enter the full url for your icon button\";s:3:\"std\";s:7:\"http://\";s:4:\"type\";s:4:\"text\";s:7:\"choices\";a:0:{}}i:2;a:6:{s:2:\"id\";s:12:\"social-color\";s:5:\"label\";s:10:\"Icon Color\";s:4:\"desc\";s:43:\"Set a unique color for your icon (optional)\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";}i:3;a:6:{s:2:\"id\";s:13:\"social-target\";s:5:\"label\";s:12:\"Link Options\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"value\";s:6:\"_blank\";s:5:\"label\";s:18:\"Open in new window\";}}}}}i:46;a:6:{s:2:\"id\";s:14:\"dynamic-styles\";s:5:\"label\";s:14:\"Dynamic Styles\";s:4:\"desc\";s:40:\"Turn on to use the styling options below\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"styling\";}i:47;a:6:{s:2:\"id\";s:5:\"boxed\";s:5:\"label\";s:12:\"Boxed Layout\";s:4:\"desc\";s:18:\"Use a boxed layout\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"styling\";}i:48;a:7:{s:2:\"id\";s:4:\"font\";s:5:\"label\";s:4:\"Font\";s:4:\"desc\";s:25:\"Select font for the theme\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:2:\"30\";s:7:\"section\";s:7:\"styling\";s:7:\"choices\";a:15:{i:0;a:2:{s:5:\"value\";s:13:\"titillium-web\";s:5:\"label\";s:34:\"Titillium Web, Latin (Self-hosted)\";}i:1;a:2:{s:5:\"value\";s:17:\"titillium-web-ext\";s:5:\"label\";s:39:\"Titillium Web, Latin-Ext (Google Fonts)\";}i:2;a:2:{s:5:\"value\";s:11:\"droid-serif\";s:5:\"label\";s:33:\"Droid Serif, Latin (Google Fonts)\";}i:3;a:2:{s:5:\"value\";s:15:\"source-sans-pro\";s:5:\"label\";s:41:\"Source Sans Pro, Latin-Ext (Google Fonts)\";}i:4;a:2:{s:5:\"value\";s:4:\"lato\";s:5:\"label\";s:26:\"Lato, Latin (Google Fonts)\";}i:5;a:2:{s:5:\"value\";s:6:\"ubuntu\";s:5:\"label\";s:32:\"Ubuntu, Latin-Ext (Google Fonts)\";}i:6;a:2:{s:5:\"value\";s:10:\"ubuntu-cyr\";s:5:\"label\";s:43:\"Ubuntu, Latin / Cyrillic-Ext (Google Fonts)\";}i:7;a:2:{s:5:\"value\";s:16:\"roboto-condensed\";s:5:\"label\";s:42:\"Roboto Condensed, Latin-Ext (Google Fonts)\";}i:8;a:2:{s:5:\"value\";s:20:\"roboto-condensed-cyr\";s:5:\"label\";s:53:\"Roboto Condensed, Latin / Cyrillic-Ext (Google Fonts)\";}i:9;a:2:{s:5:\"value\";s:9:\"open-sans\";s:5:\"label\";s:35:\"Open Sans, Latin-Ext (Google Fonts)\";}i:10;a:2:{s:5:\"value\";s:13:\"open-sans-cyr\";s:5:\"label\";s:46:\"Open Sans, Latin / Cyrillic-Ext (Google Fonts)\";}i:11;a:2:{s:5:\"value\";s:8:\"pt-serif\";s:5:\"label\";s:34:\"PT Serif, Latin-Ext (Google Fonts)\";}i:12;a:2:{s:5:\"value\";s:12:\"pt-serif-cyr\";s:5:\"label\";s:45:\"PT Serif, Latin / Cyrillic-Ext (Google Fonts)\";}i:13;a:2:{s:5:\"value\";s:5:\"arial\";s:5:\"label\";s:5:\"Arial\";}i:14;a:2:{s:5:\"value\";s:7:\"georgia\";s:5:\"label\";s:7:\"Georgia\";}}}i:49;a:7:{s:2:\"id\";s:15:\"container-width\";s:5:\"label\";s:17:\"Website Max-width\";s:4:\"desc\";s:283:\"Max-width of the container. If you use 2 sidebars, your container should be at least 1200px.<br /><i>Note: For 720px content (default) use <strong>1380px</strong> for 2 sidebars and <strong>1120px</strong> for 1 sidebar. If you use a combination of both, try something inbetween.</i>\";s:3:\"std\";s:4:\"1380\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:7:\"styling\";s:12:\"min_max_step\";s:11:\"1024,1600,1\";}i:50;a:7:{s:2:\"id\";s:15:\"sidebar-padding\";s:5:\"label\";s:13:\"Sidebar Width\";s:4:\"desc\";s:40:\"Change sidebar content padding and width\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:2:\"30\";s:7:\"section\";s:7:\"styling\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"value\";s:2:\"30\";s:5:\"label\";s:45:\"280px primary, 200px secondary (30px padding)\";}i:1;a:2:{s:5:\"value\";s:2:\"20\";s:5:\"label\";s:45:\"300px primary, 220px secondary (20px padding)\";}}}i:51;a:6:{s:2:\"id\";s:7:\"color-1\";s:5:\"label\";s:13:\"Primary Color\";s:3:\"std\";s:7:\"#3b8dbd\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:52;a:6:{s:2:\"id\";s:7:\"color-2\";s:5:\"label\";s:15:\"Secondary Color\";s:3:\"std\";s:7:\"#82b965\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:53;a:6:{s:2:\"id\";s:12:\"color-topbar\";s:5:\"label\";s:17:\"Topbar Background\";s:3:\"std\";s:7:\"#26272b\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:54;a:6:{s:2:\"id\";s:12:\"color-header\";s:5:\"label\";s:17:\"Header Background\";s:3:\"std\";s:7:\"#33363b\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:55;a:6:{s:2:\"id\";s:17:\"color-header-menu\";s:5:\"label\";s:22:\"Header Menu Background\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:56;a:6:{s:2:\"id\";s:12:\"color-footer\";s:5:\"label\";s:17:\"Footer Background\";s:3:\"std\";s:7:\"#33363b\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:57;a:7:{s:2:\"id\";s:15:\"logo-max-height\";s:5:\"label\";s:28:\"Header Logo Image Max-height\";s:4:\"desc\";s:75:\"Your logo image should have the double height of this to be high resolution\";s:3:\"std\";s:2:\"60\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:7:\"styling\";s:12:\"min_max_step\";s:8:\"40,200,1\";}i:58;a:7:{s:2:\"id\";s:19:\"image-border-radius\";s:5:\"label\";s:19:\"Image Border Radius\";s:4:\"desc\";s:54:\"Give your thumbnails and layout images rounded corners\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:7:\"styling\";s:12:\"min_max_step\";s:6:\"0,15,1\";}i:59;a:5:{s:2:\"id\";s:15:\"body-background\";s:5:\"label\";s:15:\"Body Background\";s:3:\"std\";s:7:\"#eaeaea\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";}}}','yes'),(1177,'theme_mods_twentythirteen','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1393313465;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:28:\"woocommerce_recent_reviews-2\";i:3;s:17:\"recent-comments-2\";i:4;s:12:\"categories-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(162,'_transient_feed_1702eb7dfeef215f27e0cdf421e4b6b7','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\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:33:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"link:http://www.hotsexpostures.com/wordpress2/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://www.google.com/search?ie=utf-8&q=link:http://www.hotsexpostures.com/wordpress2/&tbm=blg&tbs=sbd:1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Your search - <b>link:http://www.hotsexpostures.com/wordpress2/</b> - did not match any documents.\";s: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://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";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:10:\"startIndex\";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:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"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:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Wed, 12 Feb 2014 19:03:37 GMT\";s:7:\"expires\";s:2:\"-1\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:10:\"set-cookie\";a:2:{i:0;s:143:\"PREF=ID=3a5807576b0c9028:FF=0:TM=1392231817:LM=1392231817:S=Tf_C5Z91j-324HJQ; expires=Fri, 12-Feb-2016 19:03:37 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=67=JayonI--UgUdREf9u2KuzJBKb91CFyaEGVgX1VQ1SWThtKqEJ1DxCTN5LgSto3mulqyDPOXrAaZxfqJxhnpPJkMJ9unsVgqJT4uMP99Q5Kq_ErCdE4djQqJ6RB-J0WzL; expires=Thu, 14-Aug-2014 19:03:37 GMT; path=/; domain=.google.com; HttpOnly\";}s:3:\"p3p\";s:122:\"CP=\"This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info.\"\";s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:18:\"alternate-protocol\";s:7:\"80:quic\";}s:5:\"build\";s:14:\"20121202214312\";}','no'),(163,'_transient_timeout_feed_mod_1702eb7dfeef215f27e0cdf421e4b6b7','1392275017','no'),(165,'_transient_feed_mod_1702eb7dfeef215f27e0cdf421e4b6b7','1392231817','no'),(167,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1392275017','no'),(168,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','<p>This dashboard widget queries <a href=\"http://blogsearch.google.com/\">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links… yet. It’s okay — there is no rush.</p>\n','no'),(1688,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1394594773','no'),(1689,'_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:30:\"Dev Blog: WordPress 3.9 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6056:\"<p>I’m excited to announce that the <strong>first beta of WordPress 3.9</strong> is now available for testing.</p>\n<p>WordPress 3.9 is due out next month — but in order to hit that goal, <strong>we need your help</strong> testing all of the goodies we’ve added:</p>\n<ul>\n<li>We updated TinyMCE, the software powering the visual editor, to the latest version. Be on the lookout for cleaner markup. Also try the new paste handling — if you paste in a block of text from Microsoft Word, for example, it will no longer come out terrible. (The “Paste from Word” button you probably never noticed has been removed.) It’s possible some plugins that added stuff to the visual editor (like a new toolbar button) no longer work, so we’d like to hear about them (<a href=\"https://core.trac.wordpress.org/ticket/24067\">#24067</a>). (And be sure to <a href=\"http://wordpress.org/support/\">open a support thread</a> for the plugin author.)</li>\n<li>We’ve added <strong>widget management to live previews</strong> (the customizer). Please test editing, adding, and rearranging widgets! (<a href=\"https://core.trac.wordpress.org/ticket/27112\">#27112</a>) We’ve also added the ability to upload, crop, and manage header images, without needing to leave the preview. (<a href=\"https://core.trac.wordpress.org/ticket/21785\">#21785</a>)</li>\n<li>We brought 3.8′s beautiful new theme browsing experience to the <strong>theme installer</strong>. Check it out! (<a title=\"View ticket\" href=\"https://core.trac.wordpress.org/ticket/27055\">#27055</a>)</li>\n<li><strong>Galleries</strong> now receive a live preview in the editor. Upload some photos and insert a gallery to see this in action. (<a href=\"https://core.trac.wordpress.org/ticket/26959\">#26959</a>)</li>\n<li>You can now <strong>drag-and-drop</strong> images directly onto the editor to upload them. It can be a bit finicky, so try it and help us work out the kinks. (<a href=\"https://core.trac.wordpress.org/ticket/19845\">#19845</a>)</li>\n<li>Some things got improved around <strong>editing images</strong>. It’s a lot easier to make changes to an image after you insert it into a post (<a class=\"closed\" title=\"View ticket\" href=\"https://core.trac.wordpress.org/ticket/24409\">#24409</a>) and you no longer get kicked to a new window when you need to crop or rotate an image (<a href=\"https://core.trac.wordpress.org/ticket/21811\">#21811</a>).</li>\n<li>New <strong>audio/video playlists</strong>. Upload a few audio or video files to test these. (<a href=\"https://core.trac.wordpress.org/ticket/26631\">#26631</a>)</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=3.9\">everything we’ve fixed</a> so far.</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-beta1.zip\">download the beta here</a> (zip).</p>\n<hr />\n<p><strong>DEVELOPERS!</strong> Hello! There’s lots for you, too.</p>\n<p><strong>Please test your plugins and themes!</strong> There’s a lot of great stuff under the hood in 3.9 and we hope to blog a bit about them in the coming days. If you haven’t been reading the awesome <a href=\"http://make.wordpress.org/core/tag/week-in-core/\">weekly summaries</a> on the <a href=\"http://make.wordpress.org/core/\">main core development blog</a>, that’s a great place to start. (You should definitely follow that blog.) For now, here are some things to watch out for when testing:</p>\n<ul>\n<li>The <strong>load process in multisite</strong> got rewritten. If you notice any issues with your network, see <a href=\"https://core.trac.wordpress.org/ticket/27003\">#27003</a>.</li>\n<li>We now use the <strong>MySQL Improved (mysqli) database extension</strong> if you’re running a recent version of PHP (<a href=\"https://core.trac.wordpress.org/ticket/21663\">#21663</a>). Please test your plugins and see that everything works well, and please make sure you’re not calling <code>mysql_*</code> functions directly.</li>\n<li><strong>Autosave</strong> was refactored, so if you see any issues related to autosaving, heartbeat, etc., let us know (<a href=\"https://core.trac.wordpress.org/ticket/25272\">#25272</a>).</li>\n<li>Library updates, in particular Backbone 1.1 and Underscore 1.6 (<a href=\"https://core.trac.wordpress.org/ticket/26799\">#26799</a>). Also Masonry 3 (<a href=\"https://core.trac.wordpress.org/ticket/25351\">#25351</a>), PHPMailer (<a href=\"https://core.trac.wordpress.org/ticket/25560\">#25560</a>), Plupload (<a href=\"https://core.trac.wordpress.org/ticket/25663\">#25663</a>), and TinyMCE (<a href=\"https://core.trac.wordpress.org/ticket/24067\">#24067</a>).</li>\n<li>TinyMCE 4.0 is a <em>major</em> update. Please see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">upgrade guide</a> and our <a href=\"https://core.trac.wordpress.org/ticket/24067\">implementation ticket</a> for more. If you have any questions or problems, please <a href=\"http://wordpress.org/support/forum/alphabeta\">open a thread in the support forums</a>.</li>\n</ul>\n<p>Happy testing!</p>\n<p><em><em>Lots of improvements<br />\nLittle things go a long way</em><br />\nPlease test beta one<br />\n</em></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, 11 Mar 2014 13:42:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:48:\"WPTavern: First WordCamp Dayton A Flying Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"http://wptavern.com/first-wordcamp-dayton-a-flying-success?utm_source=rss&utm_medium=rss&utm_campaign=first-wordcamp-dayton-a-flying-success\";s: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:7012:\"<p>During this past weekend, I attended the first ever <a href=\"http://2014.dayton.wordcamp.org/\" title=\"http://2014.dayton.wordcamp.org/\">WordCamp Dayton, Ohio</a>. Organized by Nathan Driver and a number of volunteers, the event was held on the campus of <a href=\"http://www.wright.edu/maps/facility/rike-hall\" title=\"http://www.wright.edu/maps/facility/rike-hall\">Wright State University within Rike Hall</a>. Other WordCamps I’ve attended on college campuses have gone well and this event was no exception.</p>\n<h3>WordCamp Dayton Started As A Meetup</h3>\n<p>When I asked Driver how WordCamp Dayton started, he told me it began with their local meetup. After visiting WordCamps throughout the state of Ohio, he discovered many of the attendees were from Southwest Ohio and wanted an event closer to home. He created a meetup around the Dayton area to gauge interest. “<em>After a couple of months of debating we went for it and had our first MeetUp in October 2012″.</em> After managing the meetup for a couple of months, Driver noticed interest grew along with memberships which is when he decided to begin the process of creating a WordCamp.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>It begins. <a href=\"https://twitter.com/search?q=%23wcdayton&src=hash\">#wcdayton</a> opening remarks <a href=\"http://t.co/zHSUxnC1HG\">pic.twitter.com/zHSUxnC1HG</a></p>\n<p>— Dustin Filippini (@dustyf) <a href=\"https://twitter.com/dustyf/statuses/442306845726633985\">March 8, 2014</a></p></blockquote>\n<p></p>\n<p>WordCamp Dayton was a two-day event with Friday featuring a beginners workshop. I was told around <strong>65</strong> people participated in the workshop where they were introduced to WordPress and learned about eCommerce as well as SEO. Saturday was dedicated to three different tracks of sessions covering publishers and users, power users, and developers.</p>\n<h3>New Event Filled With New Users</h3>\n<p>When Driver asked the audience how many of them were new to WordPress almost two-thirds of the room raised their hands. When he asked the audience if it was their first WordCamp, almost the same amount of hands were raised. Considering this was the first event of its kind in the area and so many people were new to WordPress, it’s impressive to see how many of them discovered and attended the event.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Deep dive into WordPress <a href=\"https://twitter.com/daytonwp\">@daytonwp</a> with <a href=\"https://twitter.com/MarcBenzak\">@MarcBenzak</a> <a href=\"https://twitter.com/search?q=%23wcdayton&src=hash\">#wcdayton</a> <a href=\"http://t.co/7nQEN4Si0S\">pic.twitter.com/7nQEN4Si0S</a></p>\n<p>— Chris Celek (@ChrisCelek) <a href=\"https://twitter.com/ChrisCelek/statuses/442317759977115649\">March 8, 2014</a></p></blockquote>\n<p></p>\n<h3>Cory Miller Delivers Inspirational Keynote</h3>\n<p>Cory Miller of <a title=\"http://ithemes.com/\" href=\"http://ithemes.com/\">iThemes.com</a> gave his <a title=\"http://www.slideshare.net/mobile/corymiller303/wordcamp-dayton-keynote\" href=\"http://www.slideshare.net/mobile/corymiller303/wordcamp-dayton-keynote\">keynote presentation</a> after lunch and it was filled with inspirational messages. During the keynote, I looked around the room and saw a lot of people nodding their head in agreement. It was one of the most talked about sessions of the day. Here are a few examples:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>\"Dream big enough for two lifetimes\" – Amazing motivational presentation by <a href=\"https://twitter.com/corymiller303\">@corymiller303</a> at <a href=\"https://twitter.com/search?q=%23wcdayton&src=hash\">#wcdayton</a> – \"Click Publish!\" :-)</p>\n<p>— Joseph Herbrandson (@JHerbrandson) <a href=\"https://twitter.com/JHerbrandson/statuses/442369179900203008\">March 8, 2014</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>\"You only fail if you don\'t try and learn.\" —<a href=\"https://twitter.com/corymiller303\">@CoryMiller303</a> <a href=\"https://twitter.com/search?q=%23wcdayton&src=hash\">#wcdayton</a></p>\n<p>— Daniel J. Lewis (@theRamenNoodle) <a href=\"https://twitter.com/theRamenNoodle/statuses/442367810446958593\">March 8, 2014</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>The tragedy of life is what dies inside a man while he lives. Tracking with <a href=\"https://twitter.com/corymiller303\">@corymiller303</a> <a href=\"https://twitter.com/search?q=%23wcdayton&src=hash\">#wcdayton</a> <a href=\"http://t.co/zGuKdTFwgk\">pic.twitter.com/zGuKdTFwgk</a></p>\n<p>— Mark Stevenson (@hsleader777) <a href=\"https://twitter.com/hsleader777/statuses/442367711377907713\">March 8, 2014</a></p></blockquote>\n<p></p>\n<h3>Advice For New Organizers</h3>\n<p>Organizing a WordCamp is not an easy task. It takes drive, dedication, and a team of great volunteers. Driver told me one of the most challenging aspects of organizing the event was “<em>Finding the right individuals to have on the team and working with their schedule</em>“. While WordCamp is labeled a conference, it’s not the typical event people may be familiar with. As Driver told me, “<em>It’s not about sitting in a room and listening to a speaker and moving on to the next one. It’s about providing a community environment.</em>”</p>\n<p>I asked Driver what advice would he give to those organizing their first WordCamp:</p>\n<blockquote><p>Take your time. Contact everyone. Above all, have fun. As soon as you get the green light from <a href=\"http://central.wordcamp.org/\" title=\"http://central.wordcamp.org/\">WordCamp Central</a> go for it. Work through the tasks you think will be the most difficult first. Keep that momentum and keep going back to the reason why you wanted to have a WordCamp in your area. It’s not about you, it’s about the community. </p></blockquote>\n<h3>First Time Event Is A Flying Success</h3>\n<p>First time WordCamps usually have hiccups. While we did have a schedule change and had to switch rooms once to account for the number of people showing up to certain sessions, the rest of the event was perfect. The catered food was delicious, there was plenty of time for networking, and the location was just right. I commend and thank Nathan Driver along with all of his volunteers for helping make the first WordCamp Dayton such a success. I hope it becomes an annual tradition.</p>\n<p>Last but not least, WordCamp Dayton reminded me that although WordPress is software, it’s the people behind it that make all the difference.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/search?q=%23wcdayton&src=hash\">#wcdayton</a> WordCamps are reminders that while WordPress is software, it’s the people surrounding it that make all the difference.</p>\n<p>— Jeff (@jeffr0) <a href=\"https://twitter.com/jeffr0/statuses/442541639228071937\">March 9, 2014</a></p></blockquote>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Mar 2014 01:30: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: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:72:\"WordPress.tv: Amaury Balmer: Industrialiser son ou ses projets 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=31977\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wordpress.tv/2014/03/10/amaury-balmer-industrialiser-son-ou-ses-projets-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:673:\"<div id=\"v-RNF5R6Jq-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31977/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31977/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31977&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/10/amaury-balmer-industrialiser-son-ou-ses-projets-wordpress/\"><img alt=\"Amaury Balmer WordCamp Paris 2014. mp4\" src=\"http://videos.videopress.com/RNF5R6Jq/video-0a5ff0065f_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, 10 Mar 2014 22:30: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: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:73:\"WPTavern: Dazzling: A Free Flat Design WordPress Theme Based on Bootstrap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18664\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"http://wptavern.com/dazzling-a-free-flat-design-wordpress-theme-based-on-bootstrap?utm_source=rss&utm_medium=rss&utm_campaign=dazzling-a-free-flat-design-wordpress-theme-based-on-bootstrap\";s: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:2213:\"<p>Dazzling is a new free theme that landed in the <a href=\"http://wordpress.org/themes/\" target=\"_blank\">WordPress Themes Directory</a> last week. It’s based on Bootstrap 3, which makes it responsive and mobile friendly. The theme features an optional full-screen featured slider, which works well for customizing business or creative websites.</p>\n<p>If you’re a fan of flat design with <a href=\"http://wptavern.com/exploring-wordpress-theme-designers-love-affair-with-mint-green\" target=\"_blank\">mint green</a> accent colors, the Dazzling theme has you covered.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/dazzling.png\" rel=\"prettyphoto[18664]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/dazzling.png\" alt=\"dazzling\" width=\"880\" height=\"660\" class=\"aligncenter size-full wp-image-18666\" /></a></p>\n<p>After just one week in the directory, Dazzling has been downloaded nearly 3,000 times, a strong start which indicates that it’s likely to become a favorite among free WordPress themes.</p>\n<h3>Dazzling Features:</h3>\n<p>This theme comes packaged with its own options panel for customizing the design, including the ability to edit the footer copyright information, set up the slider, customize typography and more.</p>\n<ul>\n<li>Logo upload support</li>\n<li>Customizable call-to-action section</li>\n<li>Color customization for every aspect of the theme</li>\n<li>Retina ready</li>\n<li>Support for Font Awesome icons</li>\n<li>Popular posts widget</li>\n<li>Translation ready</li>\n<li>Infinite Scroll (powered by Jetpack)</li>\n<li>Multiple widget areas</li>\n</ul>\n<p>Dazzling also includes extra optimization for many popular plugins such as Contact Form 7, WordPress SEO, Jetpack and more to follow in subsequent theme updates.</p>\n<p>Check out the <a href=\"http://colorlib.com/dazzling/\" target=\"_blank\">live demo</a> to see Dazzling in action.</p>\n<p>Extensive <a href=\"http://colorlib.com/wp/support/dazzling/\" target=\"_blank\">documentation</a> for the theme is available on the author’s website. Download <a href=\"http://wordpress.org/themes/dazzling\" target=\"_blank\">Dazzling</a> for free via the theme administration panel in the WordPress admin.</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, 10 Mar 2014 21:46:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:54:\"WPTavern: Sofia, Bulgaria To Host WordCamp Europe 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://wptavern.com/?p=18627\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/sofia-bulgaria-to-host-wordcamp-europe-2014?utm_source=rss&utm_medium=rss&utm_campaign=sofia-bulgaria-to-host-wordcamp-europe-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:1998:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/npc.jpg\" rel=\"prettyphoto[18627]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/npc.jpg\" alt=\"npc\" width=\"789\" height=\"379\" class=\"aligncenter size-full wp-image-18647\" /></a></p>\n<p>The dates and location for WordCamp Europe 2014 are now set. The event will be held in Sofia, Bulgaria on September 27–29. Sofia’s <a href=\"http://www.ndk.bg/\" target=\"_blank\">National Palace of Culture</a> will host WordPress fans from around the world. This beautiful venue is one of the largest convention centers in Southeastern Europe, with eight floors and three underground levels.</p>\n<p>In 2013, more than 700 attendees converged upon Leiden, the Netherlands for the <a href=\"http://2013.europe.wordcamp.org/\" target=\"_blank\">event</a>, which, by all accounts, was a smashing success. This massive undertaking was made possible by the efforts of a dedicated 50-person volunteer team.</p>\n<p>The first WordCamp Europe inspired the European WordPress community and caused them to come together in a new ways. Jenny Beaumont, an attendee we <a href=\"http://wptavern.com/wordcamp-paris-2014-uniting-the-french-wordpress-community\" target=\"_blank\">interviewed</a>, remarked about how the event was transformative for the French WordPress community:</p>\n<blockquote><p>I really feel that something special happened at WordCamp Europe back in October, something that inspired a momentum that we’re all still riding on today. People are coming together, opening up and crossing divides.</p></blockquote>\n<p>If you want to keep your finger on the pulse of the European WordPress community, mark your calendar to attend WordCamp Europe 2014. The <a href=\"http://2014.europe.wordcamp.org/\" target=\"_blank\">event website</a> has a form where you can subscribe to be notified of updates by email. Follow <a href=\"https://twitter.com/WCEurope\" target=\"_blank\">WordCamp Europe on Twitter</a> for all the latest news related to the event.</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, 10 Mar 2014 19:09:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"WPTavern: How to Subscribe to WordPress.org Plugin and Theme Support Forums\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"http://wptavern.com/how-to-subscribe-to-wordpress-org-plugin-and-theme-support-forums?utm_source=rss&utm_medium=rss&utm_campaign=how-to-subscribe-to-wordpress-org-plugin-and-theme-support-forums\";s: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:4715:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/rss1.jpg\" rel=\"prettyphoto[18617]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/rss1.jpg\" alt=\"rss\" width=\"855\" height=\"409\" class=\"aligncenter size-full wp-image-18641\" /></a></p>\n<p>After the rush of listing a theme or plugin on WordPress.org, the reality of providing support will soon set in. The best way to stay in touch with your user base is to subscribe to the support forums, since that’s the first place people generally go when looking for answers. Subscription options vary, depending on if it’s a plugin vs. a theme, so we’ll cover ways to keep yourself informed for each.</p>\n<h3>How to Subscribe to Plugin Support Forums</h3>\n<p>Plugins are fairly easy, because there’s a ready-made option for plugin authors who prefer email notifications for support forums. Scroll to the bottom of the support forum and you will find the option to subscribe via email.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/plugin-support.jpg\" rel=\"prettyphoto[18617]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/plugin-support.jpg\" alt=\"plugin-support\" width=\"774\" height=\"175\" class=\"aligncenter size-full wp-image-18622\" /></a></p>\n<p>Of course, if you feel like your inbox is a dead end, you might make use of the RSS feed. Each plugin on WordPress.org has its own unique RSS feed. Plugin authors who have multiple works can subscribe to all of their plugins at once using this feed:</p>\n<pre>http://wordpress.org/support/rss/view/plugin-committer/yourusername</pre>\n<p>Given that RSS is the only option for subscribing to theme support forums, I’ll describe a few ways to utilize RSS below.</p>\n<h3>How to Subscribe to Theme Support Forums</h3>\n<p>Currently there is no option for subscribing to WordPress.org theme support forums by email. I checked with Samuel Wood (aka “Otto”), who works on the site, to find out if it’s something they will add. He said that it’s on the road map for the future.</p>\n<p>In the meantime, RSS is your only option, but it actually opens up many possibilities. RSS allows you to funnel data to yourself in different ways. If you want updates by email, you can easily sign up using a service like <a href=\"https://ifttt.com/\" target=\"_blank\">IFTTT</a> or <a href=\"http://wptavern.com/ http://blogtrottr.com/\">Blogtrottr</a>.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/ifttt.png\" rel=\"prettyphoto[18617]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/ifttt.png\" alt=\"ifttt\" width=\"775\" height=\"296\" class=\"aligncenter size-full wp-image-18624\" /></a></p>\n<p>If you want to be super militant about responding to support requests, you could set up an <a href=\"https://ifttt.com/\" target=\"_blank\">IFTTT</a> to route the RSS feed to SMS.</p>\n<p>Another option is set up an IFTTT recipe to channel RSS updates to an email that is specific for adding tasks to Evernote, Wunderlist, Asana, Remember The Milk or your favorite to-do app. Since both plugins and themes have RSS feeds, there many ways to put those feeds to work for you. Bypassing your inbox entirely may help you to be more organized and efficient in providing support for your plugins and themes.</p>\n<h3>Why It’s Important to Stay on Top of Support</h3>\n<div id=\"attachment_18634\" class=\"wp-caption alignright\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/origin_4900913730.png\" rel=\"prettyphoto[18617]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/origin_4900913730-300x300.png\" alt=\"photo credit: Open Kitchen España - cc\" width=\"300\" height=\"300\" class=\"size-medium wp-image-18634\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/open-kitchen/4900913730/\">Open Kitchen España</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a></p></div>\n<p>Even if you don’t have the time to commit to jump in on the forums as often as you’d like, notices routed to your inbox or to-do app will log those issues in the back of your mind. You’ll become more aware of areas where you might be able to improve plugin or theme documentation. The next time you get a rainy Saturday, you’ll already be poised to tackle potential issues that need updating in your themes and plugins.</p>\n<p>Chances are that the reason you put your extension on WordPress.org was so that other people can use what you made. Staying on top of support will ultimately serve to make your users happier. This can potentially increase your ratings, generate better reviews and boost confidence for new users who are checking out your extension for the first time.</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, 10 Mar 2014 17:42: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: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:\"WPTavern: A Look Behind PropsPress: A Site Dedicated to WordPress Contributors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18345\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/a-look-behind-propspress-a-site-dedicated-to-wordpress-contributors?utm_source=rss&utm_medium=rss&utm_campaign=a-look-behind-propspress-a-site-dedicated-to-wordpress-contributors\";s: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:6919:\"<div id=\"attachment_18610\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/thanks.jpg\" rel=\"prettyphoto[18345]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/thanks.jpg\" alt=\"photo credit: marc falardeau - cc\" width=\"905\" height=\"412\" class=\"size-full wp-image-18610\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/49889874@N05/5278676260/\">marc falardeau</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a></p></div>\n<p><a href=\"http://propspress.com/\" target=\"_blank\">PropsPress</a> is an inspirational WordPress site that publishes posts, recognizing code contributed to the WordPress core. The site uses <a href=\"https://ifttt.com/\" target=\"_blank\">IFTTT</a> to monitor the changesets from the wordpress.org trac system and re-publishes the commit messages with “props” to recognize the folks who worked on the code.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/props.jpg\" rel=\"prettyphoto[18345]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/props.jpg\" alt=\"props\" width=\"492\" height=\"146\" class=\"aligncenter size-full wp-image-18543\" /></a></p>\n<p>WordPress developer <a href=\"https://twitter.com/k_payne\" target=\"_blank\">Kurt Payne</a> created the site with a desire to illustrate how WordPress is built through the combined efforts of many people. “PropsPress was a fun pet project I started a long time ago when I first got involved in WordPress contributions,” he said. “I thought it would be fun to have a central place to have a call-out whenever a piece of code was contributed.”</p>\n<h3>Why PropsPress?</h3>\n<p>When Payne first set up PropsPress, he wanted to highlight contributions in order to inspire more people to get involved in core contributions:</p>\n<blockquote><p>When I first started contributing (July 2011 or so), the core group felt pretty small and it was difficult to get people contributing. I perceived a problem of too much work (too many trac tickets, too many things needed testing), and too little knowledge (too few core members had the right knowledge of how to use trac / WordPress).</p></blockquote>\n<p>Since that time, however, WordPress has added <a href=\"http://make.wordpress.org/core/2013/12/31/commit-announcements-for-3-9/\" target=\"_blank\">several new committers</a> and has made great strides in making contribution more accessible vai the <a href=\"http://make.wordpress.org/core/handbook/\" target=\"_blank\">Core Contributors Handbook</a>.</p>\n<p><strong>“Overall, WordPress is a much friendlier place for contributors,”</strong> Payne said, which he attributed to the recent <a href=\"http://wptavern.com/wordpress-core-trac-gets-a-design-refresh-new-features-and-enhancements\" target=\"_blank\">trac re-organization and refresh</a>, as well as the addition of new group leads to help facilitate communication and representation.</p>\n<p>Meanwhile, PropsPress has been quietly <a href=\"https://twitter.com/propspress\" target=\"_blank\">tweeting</a> out props and publishing commit messages. “I was hoping to augment what WordPress was already doing with ‘recent rockstars’ but on a more regular basis,” Payne said. “I didn’t know where it would go, so I kinda let it bake.”</p>\n<h3>A New Direction for PropsPress</h3>\n<p>Payne is unsure as to whether PropsPress actually moved the needle to inspire more contributions to WordPress but he’s looking to use the website as a way to give back to the community. He’s got a few ideas to add stats tracking for all forms of WordPress contribution:</p>\n<blockquote><p>Codex contributions, support in irc / forums, ticket contributions (gardening, testing), translations, monetary donations, etc. This is all in addition to the code contributions. I think these would be fantastic to track.</p></blockquote>\n<p>Ideally, Payne would like to be able to show a range of individual stats, including:</p>\n<ul>\n<li>Number of submitted patches</li>\n<li>Number of accepted contributions</li>\n<li>Number of ticket touches</li>\n<li>Pie chart of JS / PHP / HTML</li>\n<li>Pie chart of unit tests vs. core code</li>\n</ul>\n<p>Payne says the idea is more for recognition and encouragement than for competition. He has reservations about adding too much gamification. “<span class=\"pullquote alignleft\">It can be dangerous to gamify it too much because then it can become less about the altruism and more about the game.</span>”</p>\n<p>He hopes to backfill PropsPress to put each post in a tag for the users who are props’d so that the props would be queryable using WordPress taxonomies. Another interesting addition that he’d like to bring is a per-release total of “core committer code” vs “props code” in a stacked graph. “The hope is that the props code, in aggregate, is trending up!” he said.</p>\n<p>One fun idea he has is to see WordPress identify “commit-anniversaries” and celebrate them, too.</p>\n<blockquote><p>This is easy to automate and is already celebrated on Twitter manually. Imagine if you woke up to ’1 year ago, your code was pulled into WordPress 3.6. Thank you!’ with a link to the ticket. That’s something you can retweet and that’s something that people can get excited about.</p></blockquote>\n<p>Some of these ideas have been included in past WordPress <a href=\"http://make.wordpress.org/core/2012/12/28/contributor-stats/\" target=\"_blank\">community discussions</a> on WordPress stats, though it may not be possible to easily access this information at this point in time.</p>\n<p>Payne said that he would love to work on this project again but he needs help. “As you can tell, I have big vision and little time. Some suggestions from the leaders in the community would help set the direction.”</p>\n<h3>The Value of Knowing Where Contributions Come From</h3>\n<p>Payne believes that changes to PropsPress can help provide more information on where WordPress contributions come from, with the ultimate goal of improving the contribution experience. He poses a few examples:</p>\n<blockquote><p>What if WP knew that 90% of its code came from 10 people, and the other 10% came from 100 people … that’s good to know. Or what if I told you that 80% of contributors were one-time contributors only? That’s a totally made up number, but that type of metric is actionable. You can go find those one time contributors and do deep dives into their contribution experiences to find out why they aren’t contributing again.</p></blockquote>\n<p>Payne is open to ideas and suggestions from the community to improve <a href=\"http://propspress.com/\" target=\"_blank\">PropsPress</a>. What do you think about the concept of the site? Does it serve a valuable purpose?</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, 07 Mar 2014 23:50: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Visualize WordPress Project Stats With Ohloh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18560\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"http://wptavern.com/visualize-wordpress-project-stats-with-ohloh?utm_source=rss&utm_medium=rss&utm_campaign=visualize-wordpress-project-stats-with-ohloh\";s: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:6489:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/wordpress-stats.jpg\" rel=\"prettyphoto[18560]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/wordpress-stats.jpg\" alt=\"wordpress-stats\" width=\"796\" height=\"369\" class=\"alignright size-full wp-image-18589\" /></a></p>\n<p><a href=\"http://www.ohloh.net/\" target=\"_blank\">Ohloh</a> is an excellent resource for tracking open source projects and their contributions. The site allows you to search 10 billion lines of code and provides some fascinating data sets for OS projects, including <a href=\"http://www.ohloh.net/p/wordpress\" target=\"_blank\">WordPress</a> and many of its popular plugins.</p>\n<p>Ohloh’s analysis of “WordPress in a Nutshell” is based on the stats it was able to mine from the code and some in-house estimates. It provides an interesting perspective on the project:</p>\n<ul>\n<li>WordPress has had <a href=\"http://www.ohloh.net/p/wordpress/commits/summary\" target=\"_blank\">25,085 commits</a> made by <a href=\"http://www.ohloh.net/p/wordpress/contributors/summary\" target=\"_blank\">52 contributors</a> representing <a href=\"http://www.ohloh.net/p/wordpress/analyses/latest/languages_summary\" target=\"_blank\">248,090 lines of code</a></li>\n<li>WordPress is mostly written in PHP with an average number of source code comments (as compared to other PHP projects in Ohloh)</li>\n<li>WordPress has a well established, mature codebase, maintained by a large development team with <a href=\"http://www.ohloh.net/p/wordpress/factoids#FactoidActivityStable\" target=\"_blank\">stable Y-O-Y commits</a></li>\n<li>WordPress took an estimated <a href=\"http://www.ohloh.net/p/wordpress/estimated_cost\" target=\"_blank\">64 years of effort</a> (COCOMO model) starting with its <a href=\"http://www.ohloh.net/p/wordpress/commits?sort=oldest\" target=\"_blank\">first commit</a> in April, 2003, ending with its most recent commit about 4 hours ago</li>\n</ul>\n<p>In addition to the historical data provided about commits to the project, the assessment of the trends in recent activity is quite valuable to those working within the WordPress ecosystem.</p>\n<h3>Communicating “Free, Yet Priceless” Is Not Easy</h3>\n<p>If you’ve built a business around providing WordPress development services, the insight provided here can help you articulate your confidence in the stability of the project for clients who are new to OS software. The notion of using software that is free to download may be off-putting to business owners who are used to judging value by dollars and time invested.</p>\n<p>Ohlo’s <a href=\"http://www.ohloh.net/p/wordpress/estimated_cost\" target=\"_blank\">estimated cost</a> of WordPress is $3,488,557 with 63 person-years of effort, using the <a href=\"http://en.wikipedia.org/wiki/COCOMO\" target=\"_blank\">Constructive Cost Model (COCOMO)</a>. While software cost estimation isn’t an exact science, especially for distributed open-source projects, a basic understanding of the COCOMO calculations provides an interesting perspective on WordPress’ value. It also reveals the power of like-minded contributors working together toward a common goal.</p>\n<p>When you take into account the combined personnel attributes required to engineer and maintain a project of this size, there are few corporate entities that would have the budget to produce a project like WordPress in-house for their own development needs. That’s the beauty of open source software. Developers are happy to contribute to projects they believe in, and you can bank on people believing in the philosophy behind WordPress.</p>\n<h3>Visualize WordPress Lines of Code By Language</h3>\n<p>The <a href=\"http://www.ohloh.net/p/wordpress/analyses/latest/languages_summary\" target=\"_blank\">languages summary</a> of the code base is of particular interest during a time when the WordPress community has been enthusiastically embracing <a href=\"http://wptavern.com/wp-think-tank-panel-will-discuss-the-future-of-wordpress-on-feb-25th\" target=\"_blank\">dialogues</a> about its future. Ohloh offers a visual representation of WordPress lines of code by language:</p>\n<div id=\"attachment_18577\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/wordpress-code-by-language.jpg\" rel=\"prettyphoto[18560]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/wordpress-code-by-language.jpg\" alt=\"WordPress lines of code by Language\" width=\"954\" height=\"688\" class=\"size-full wp-image-18577\" /></a><p class=\"wp-caption-text\">WordPress lines of code by Language</p></div>\n<p>It’s interesting to note that CSS and Javascript seem to parallel each other in terms of moderate growth over the years. PHP is still the fastest growing language in the code base, although WordPress co-founder Matt Mullenweg predicts that Javascript will someday make up the better part of its code. When speaking at <a href=\"http://2013.europe.wordcamp.org/\" target=\"_blank\">WordCamp Europe 2013</a>, Mullenweg’s <a href=\"https://twitter.com/TacoVerdo/status/386810803640209408\" target=\"_blank\">advice</a> to attendees was: “If you’re a developer today, learn as much JavaScript as possible.”</p>\n<p>Ohloh’s graphs make it easy to visualize composite languages used in WordPress code and lets you toggle by year in order to further explore the data and follow the resulting trends.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/commits-per-month.jpg\" rel=\"prettyphoto[18560]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/commits-per-month-300x152.jpg\" alt=\"commits-per-month\" width=\"300\" height=\"152\" class=\"alignright size-medium wp-image-18587\" /></a>Even with Ohloh’s limited access to the project’s public data, it’s fascinating to see how it has been able to provide visuals for stats such as <a href=\"http://www.ohloh.net/p/wordpress/commits/summary\" target=\"_blank\">commits per month</a> and <a href=\"http://www.ohloh.net/p/wordpress/contributors/summary\" target=\"_blank\">contributors per month</a>.</p>\n<p>It would be awesome if some day WordPress.org could display more stats related to its code and contributions, which would undoubtedly provide some more meaningful data on other aspects of the project as a whole. In the meantime, <a href=\"http://www.ohloh.net/\">Ohloh</a> is an excellent resource to bookmark for an interesting perspective on what’s happening with the WordPress code base.</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, 07 Mar 2014 22:34:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"bbPress: 2014 bbPress Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://bbpress.org/?p=143424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://bbpress.org/blog/2014/03/2014-bbpress-survey/\";s: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:1324:\"<p>It was late in 2010 that we started laying the foundation for bbPress 2.0, the reimagining of bbPress as a WordPress plugin. Since then, we’ve revolutionized theme integration with theme-compatibility, added depth to topics with threaded replies, enabled users to stay connected with forum subscriptions, and added numerous other requested features (some that weren’t even in bbPress originally!)</p>\n<p>bbPress has always had a passionate community, and we want to keep everyone included in how we plan for the future of the platform. In general, we prioritize features and releases by the what we see requested in Trac and the Forums, the wants/needs/desires of myself, Matt, & Stephen, and we keep an eye on the direction WordPress goes too.</p>\n<p>Just like we did with <a href=\"http://buddypress.org/2014/01/2014-buddypress-survey/\">BuddyPress</a>, Merci Me put together a similar survey with questions that will help the core team build a better bbPress. We want to create forum software that enjoy using, and your opinions and feedback will definitely help with that.</p>\n<p>You will find the survey embedded below.</p>\n<div class=\"pd-embed\" type=\"type\"></div>\n<p></p>\n<p>Thanks for taking some time out of your day to help us. We’ll post the results of this survey in the next few weeks!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Mar 2014 19:24: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:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: What Is The Future Of Comments In WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=18466\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/what-is-the-future-of-comments-in-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=what-is-the-future-of-comments-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8291:\"<p>I’ve had a special place in my heart for comments in WordPress ever since I started using the platform. I hold comments in high regard because they often provide more insight into the topic being discussed. Comments are a validation someone’s reading my content and I look forward to reading every one of them.</p>\n<p>WordPress comments haven’t changed much in the past few years. Brian Krogsgard over at Postat.us has <a title=\"http://www.poststat.us/wordpress-comments/\" href=\"http://www.poststat.us/wordpress-comments/\">published a list of ideas he has</a> to improve the way comments function in WordPress. His ideas are solid and I agree with them, especially the idea to remove what one of his clients considered to be <em>computer code</em> from the bottom of the comment form.</p>\n<div id=\"attachment_18508\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/CommentComputerCode.png\" rel=\"prettyphoto[18466]\"><img class=\"size-large wp-image-18508\" alt=\"So Called Computer Code\" src=\"http://wptavern.com/wp-content/uploads/2014/03/CommentComputerCode-500x131.png\" width=\"500\" height=\"131\" /></a><p class=\"wp-caption-text\">So Called Computer Code</p></div>\n<p>This code should be removed as suggested by Brian but I’d extend the idea to replace the text with WYSIWYG buttons people are familiar with to style text. They’re called Quicktags and WordPress supports them out of the box via the <a title=\"http://codex.wordpress.org/Quicktags_API\" href=\"http://codex.wordpress.org/Quicktags_API\">Quicktags API</a>. Quicktags provide the same type of buttons you’d see when writing a post in the Text editor of WordPress. Bonus points to theme authors who style the tags to match the rest of the theme.</p>\n<h3>Comments Of The Third Party Kind</h3>\n<p>The first thing I do after I read an article is read the comments if they’re available. Unfortunately, it’s becoming increasingly rare to see popular sites powered by WordPress using the native comment system. Most of the comment forms I see look like this.</p>\n<div id=\"attachment_18509\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/CommentsByDisqus.png\" rel=\"prettyphoto[18466]\"><img class=\"size-large wp-image-18509\" alt=\"Comments by disqus\" src=\"http://wptavern.com/wp-content/uploads/2014/03/CommentsByDisqus-500x420.png\" width=\"500\" height=\"420\" /></a><p class=\"wp-caption-text\">Comments by disqus</p></div>\n<p>Personally, I don’t like seeing two columns of related content underneath the current conversation. I find it confusing to figure out where a conversation ends. The bottom line is more and more sites are turning to third party comment systems because of the features they have out of the box.</p>\n<h3>Automattic Tried With IntenseDebate</h3>\n<div id=\"attachment_18513\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/IntenseDebateCommentForm.png\" rel=\"prettyphoto[18466]\"><img class=\"size-large wp-image-18513\" alt=\"IntenseDebate Comment Form\" src=\"http://wptavern.com/wp-content/uploads/2014/03/IntenseDebateCommentForm-500x343.png\" width=\"500\" height=\"343\" /></a><p class=\"wp-caption-text\">IntenseDebate Comment Form</p></div>\n<p><a title=\"http://blog.intensedebate.com/2008/09/23/automattic-acquires-intensedebate/\" href=\"http://blog.intensedebate.com/2008/09/23/automattic-acquires-intensedebate/\">Acquired in September of 2008</a> by Automattic, <a title=\"http://www.intensedebate.com/\" href=\"http://www.intensedebate.com/\">IntenseDebate</a> was one of many commenting services launched that year including <a href=\"http://disqus.com/\">Disqus</a>, <a href=\"http://sezwho.com/\">SezWho</a>, and <a href=\"http://js-kit.com/\">JS-Kit</a>. IntenseDebate had some cool features for comments at the time such as threaded comments and reply by email. Fast forward six years later and IntenseDebate is now on hiatus. This was confirmed by Matt Mullenweg when we interviewed him on <a title=\"http://wptavern.com/wpweekly-episode-130-catching-up-with-matt-mullenweg\" href=\"http://wptavern.com/wpweekly-episode-130-catching-up-with-matt-mullenweg\">episode 130 of WordPress Weekly</a>.</p>\n<p>When I asked him about the status of IntenseDebate, he replied “<em>IntenseDebate is currently on hold. It’s not actively being worked on inside Automattic. But there has been a lot of work on the Jetpack comment features such as subscriptions and interactions with social networks.</em>”</p>\n<p>He also mentioned WordPress hasn’t done a lot of things to improve areas that are user facing such as comments. The last major improvement to comments was the addition of threaded comments in <a title=\"http://wordpress.org/news/2008/12/coltrane/\" href=\"http://wordpress.org/news/2008/12/coltrane/\">WordPress 2.7 ‘Coltrane’</a>. He explained, “<em>It’s very difficult to iterate comments as it’s hard to get those changes to be compatible with every WordPress theme in the world.</em>” He mentioned the possible use of API’s and ended his answer with “<em>the most interesting things happening with comments are services and Automattic’s work with Jetpack Comments.</em>”</p>\n<h3>Jetpack Powered Comments</h3>\n<p>I think it’s quite telling that WordPress.com doesn’t use IntenseDebate. Instead, it uses a custom comment system that supports using credentials from four major social media services. <strong>WordPress.com, Twitter, Facebook, and Google+</strong>. If you use Jetpack, you can use the same comment system by activating the <a title=\"http://jetpack.me/support/comments/\" href=\"http://jetpack.me/support/comments/\">Jetpack Comments</a> module.</p>\n<div id=\"attachment_18512\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/JetpackCommentForm.png\" rel=\"prettyphoto[18466]\"><img class=\"size-large wp-image-18512\" alt=\"Jetpack Comment Form\" src=\"http://wptavern.com/wp-content/uploads/2014/03/JetpackCommentForm-500x289.png\" width=\"500\" height=\"289\" /></a><p class=\"wp-caption-text\">Jetpack Comment Form</p></div>\n<p>The biggest problem I have with Jetpack Comments is it’s not easily extendable using various comment plugins. Or, not many plugins are compatible with Jetpack Comments. At least with IntenseDebate, there is a <a title=\"http://intensedebate.com/plugins\" href=\"http://intensedebate.com/plugins\">library of plugins</a> to add features on top of what the service already offers. Since Jetpack Comments is tied to a plugin, it’s not platform agnostic like IntenseDebate.</p>\n<h3>The Future Of Comments In WordPress Is Unclear</h3>\n<p>Between Jetpack comments and IntenseDebate, it’s unclear what the future holds for the native comment system in WordPress. There have been multiple discussions around the topic of removing comments from core and putting them into a plugin but the idea hasn’t gained traction.</p>\n<p>My hope is that native WordPress comments will continue to improve to the point where using a third party is counter-productive. I want to see WordPress make it as easy as possible to contribute to conversations on the web. When Matt Mullenweg <a title=\"http://ma.tt/2008/09/intense-debate-goes-automattic/\" href=\"http://ma.tt/2008/09/intense-debate-goes-automattic/\">published the announcement</a> of acquiring IntenseDebate on his blog in 2008, he said the following:</p>\n<blockquote><p>Long-term, I think that comments are the most crucial interaction point for blogs, and an area that deserves a lot of investment and innovation.</p></blockquote>\n<p>I hope he still feels that way about comments and will strive to improve that area of WordPress sooner, rather than later.</p>\n<h3>Further Reading</h3>\n<p>I encourage everyone to read <a title=\"http://wptavern.com/dear-automattic-you-are-losing-the-debate\" href=\"http://wptavern.com/dear-automattic-you-are-losing-the-debate\">this blog post</a> from July 2, 2013 where Erlend Sogge Heggen wrote a post on how Automattic is losing the debate. It’s a detailed article that talks about IntenseDebate, Automattic, and commenting in WordPress in general. Also worth reading is the discussion that followed 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:\"Fri, 07 Mar 2014 14:00:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: BuddyPress and bbPress Websites Are Now Open Source: Contributions Welcome\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18506\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/buddypress-and-bbpress-websites-are-now-open-source-contributions-welcome?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-and-bbpress-websites-are-now-open-source-contributions-welcome\";s: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:2188:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers.png\" rel=\"prettyphoto[18506]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers-300x225.png\" alt=\"buddypress-wallpapers\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-16152\" /></a>The code that powers the <a href=\"http://buddypress.org/\" target=\"_blank\">BuddyPress.org</a> and <a href=\"http://bbpress.org/\" target=\"_blank\">bbPress.org</a> websites is now open source. John James Jacoby, the lead developer for the projects, announced that all of the custom code used on these sites is now available in the <a href=\"https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content\" target=\"_blank\">Meta Subversion repository</a>.</p>\n<p>If you browse the repository, you’ll notice that the trunk has a BuddyPress.org directory but no bbPress directory. In Jacoby’s <a href=\"http://bbpress.org/blog/2014/03/open-sourcing-bbpress-org/\" target=\"_blank\">announcement</a> on bbPress.org, he explained that the bbPress website is actually part of BuddyPress.org’s WordPress installation and they share some of the same code.</p>\n<p>Open sourcing the code for these sites makes it possible for the community to take a more active role in contributing to improvements. Jacoby hopes that contributors will be enthusiastic about working together to bring new design, features, and direction to the websites:</p>\n<blockquote><p>You’re now able to checkout, review, and patch the code that makes BuddyPress.org happily hum along. This is exciting for a few obvious reasons (like security, and really putting our open source philosophies where our code is) but the one I’m most excited about is it takes enhancements to the site out of our hands, and potentially puts them into yours.</p></blockquote>\n<p>His post was essentially an open invitation to the bbPress and BuddyPress communities. Now it’s possible for anyone to jump in and contribute using the same workflow that you’ve used for contributing to bbPress and BuddyPress software in the past. What would you like to change or add to the project sites?</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, 07 Mar 2014 08:57:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:23:\"Matt: SXSW Anti-Parties\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43656\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2014/03/sxsw-anti-parties/\";s: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:207:\"<p>I have a few quotes and thoughts in the WSJD article <a href=\"http://online.wsj.com/news/articles/SB10001424052702304732804579423482598869054\">At Lavish SXSW Festival, Some Avoid Marketing Circus</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Mar 2014 06:47: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: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: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:45:\"WP Blackberry: Calling All Mobile 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:38:\"http://blackberry.wordpress.org/?p=729\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blackberry.wordpress.org/2014/03/06/were-hiring/\";s: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:1231:\"<p>Are you passionate about mobile development? Do you want to work on projects that actively improve the mobile experiences of millions of users around the world?</p>\n<p><a href=\"http://automattic.com\" target=\"_blank\">Automattic</a>, the company that contributes to mobile projects like WordPress for BlackBerry, is hiring. If you have strong programming skills, a background in mobile development, and a passion for working on and enhancing the user experience on small-screen portable devices, check out our <a href=\"http://automattic.com/work-with-us/mobile-developer/\" target=\"_blank\">Mobile Developer</a> job description.</p>\n<p>Be sure to check out the <a href=\"http://make.wordpress.org/mobile/handbook/\" target=\"_blank\">Mobile Handbook</a>, visit the <a href=\"http://make.wordpress.org/mobile/tag/blackberry/\" target=\"_blank\">development blog for WordPress apps</a>, and take a look at the <a href=\"https://github.com/wordpress-mobile/WordPress-BlackBerry-Legacy\" target=\"_blank\">GitHub repository for the WordPress for Legacy BlackBerry</a> app, too.</p><img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blackberry.wordpress.org&blog=8247031&post=729&subd=wpblackberry&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:\"Fri, 07 Mar 2014 02:53: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:20:\"Cheri Lucas Rowlands\";s: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:83:\"WPTavern: WordPress 4.0 Targeted To Fix Multisite New User Password Security Issues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-4-0-targeted-to-fix-multisite-new-user-password-security-issues?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-4-0-targeted-to-fix-multisite-new-user-password-security-issues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3005:\"<p>WordPress core contributors are aiming to address an issue with multisite new user emails in the upcoming 4.0 release. Two weeks ago, Daniel Bachhuber opened a <a href=\"https://core.trac.wordpress.org/ticket/27192\" target=\"_blank\">ticket</a> proposing that WordPress instruct users to change their passwords when sending new account emails.</p>\n<p>When a user is added to a multisite network and has activated his account, WordPress sends out an email that includes the new password:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/multisite-new-user.jpg\" rel=\"prettyphoto[18488]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/multisite-new-user.jpg\" alt=\"multisite-new-user\" width=\"645\" height=\"441\" class=\"aligncenter size-full wp-image-18491\" /></a></p>\n<p>Several text changes were proposed for the email to urge users to change their passwords after logging in. After a brief discussion during yesterday’s core development meeting, Andrew Nacin moved the issue to the <a href=\"http://make.wordpress.org/core/components/users/login-registration/\" target=\"_blank\">Login and Registration</a> component.</p>\n<p>“We’re going to skip this entirely for 3.9,” Nacin said. He highlighted the reasons why the incremental improvements in the proposed patches don’t solve the issue, given that they:</p>\n<ul>\n<li>Only apply to multisite (emails are sent in plain text for new user registrations in single-site too)</li>\n<li>Only apply for the fallback email template (these are editable in multisite)\n<li>Don’t do anything in the dashboard to nag the user</li>\n</ul>\n<p>Nacin proposed that the core team tackle the issue for WordPress 4.0 in a way that will clearly improve the user experience. He also suggested that this issue might be combined with work on another <a href=\"https://core.trac.wordpress.org/ticket/24633\" target=\"_blank\">enhancement</a> that would allow admins to generate and send new passwords for users.</p>\n<p>This is a much larger task than simply changing the email text. “It’ll probably require a group of contributors to storyboard out exactly how all of this should work in an ideal situation, and then we can go about coding it,” Nacin said in response to the ticket. Aaron Jorbin <a href=\"http://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2014-03-05&sort=asc#m805112\" target=\"_blank\">proposed</a> putting together a “Password Process” group to “identify some more concrete changes that we can make in 4.0 (including eliminating sending passwords via email).”</p>\n<p>If the team can find some momentum, this issue will be getting attention in WordPress 4.0. If anyone is interested to contribute to this effort, join in on the next dev meeting and make sure to watch the <a href=\"https://core.trac.wordpress.org/ticket/27192\" target=\"_blank\">related</a> <a href=\"https://core.trac.wordpress.org/ticket/24633\" target=\"_blank\">tickets </a>for notifications.</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, 06 Mar 2014 23:35:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WPTavern: How to Set Default CSS Background Properties in WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=18114\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:192:\"http://wptavern.com/how-to-set-default-css-background-properties-in-wordpress-themes?utm_source=rss&utm_medium=rss&utm_campaign=how-to-set-default-css-background-properties-in-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2796:\"<p>Here’s a handy trick for WordPress theme developers. As of WordPress 3.8, theme authors have the ability to <a href=\"https://core.trac.wordpress.org/changeset/26352\" target=\"_blank\">customize defaults</a> when adding custom background support. For example, you can set a default for any of the following <a href=\"http://www.w3schools.com/css/css_background.asp\" target=\"_blank\">CSS background properties</a>:</p>\n<ul>\n<li>background-color</li>\n<li>background-image</li>\n<li>background-repeat</li>\n<li>background-attachment</li>\n<li>background-position</li>\n</ul>\n<p>Oftentimes users want their sites to look similar to the demo, but they may be unaware of how to adjust the background properties to achieve that. It’s nice to have some defaults in place so that the theme looks similar to the demo right out of the box, without any adjustments.</p>\n<p>Depending on the background image that you select, it can be advantageous to set its defaults to the most sensible display for that image. For example, if your default background is an image that’s meant to tile, you want it displayed like that after the user activates the theme.</p>\n<p>Adding custom background support to the customizer is done through your theme’s <em>functions.php</em> file:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">add_theme_support( \'custom-background\' );</pre>\n<p>From here you can further customize the background properties by adding default arguments. Usually themes add custom background support to a setup function with other customizer options. Here’s a quick example of setting a default background to no-repeat, centered position with fixed attachment.</p>\n<pre class=\"brush: php; title: ; notranslate\">function yourtheme_setup() {\n add_theme_support(\n \'custom-background\',\n array(\n \'default-color\' => \'2d2d2d\',\n \'default-image\' => get_template_directory_uri() . \'/images/background.jpg\',\n \'default-repeat\' => \'no-repeat\',\n \'default-position-x\' => \'center\',\n \'default-attachment\' => \'fixed\',\n\n )\n );\n}\nadd_action( \'after_setup_theme\', \'yourtheme_setup\' );\n</pre>\n<p>Here’s what that looks like in the customizer by default after the user installs the new theme:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/background-customizer.jpg\" rel=\"prettyphoto[18114]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/background-customizer.jpg\" alt=\"background-customizer\" width=\"874\" height=\"584\" class=\"aligncenter size-full wp-image-18475\" /></a></p>\n<p>Of course, the user can still adjust these properties through the customizer to suit their own custom background images. The defaults simply ensure that the packaged background image looks nice when the theme is activated for the first time.</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, 06 Mar 2014 21:27:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"bbPress: Open Sourcing bbPress.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://bbpress.org/?p=143352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://bbpress.org/blog/2014/03/open-sourcing-bbpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1054:\"<p>Pssst… want to know a secret? Every day when you’re accessing bbPress.org, you’re actually looking at code that’s part of BuddyPress.org’s WordPress installation. (Pretty neat, eh?) Because of this, a recent announcement over at the BuddyPress.org blog also applies here, that after some clean-up and simplification, we’ve <a href=\"http://buddypress.org/2014/03/open-sourcing-buddypress-org/\">open sourced the custom code</a> that’s running on bbPress.org.</p>\n<p>This means you’re free to help shape the design, features, and direction that both BuddyPress.org and bbPress.org take in the future. It’s really exciting (for me) since what’s been running here for the past few years is largely made from bits of my (increasingly fragmented) imagination to provide a clean slate & solid foundation for everyone to build on top of.</p>\n<p>I’m really excited to see what the future of both BuddyPress.org and bbPress.org look like, now that you’re able to help us out!</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, 06 Mar 2014 18:07:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s: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:40:\"BuddyPress: Open Sourcing BuddyPress.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://buddypress.org/?p=179382\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2014/03/open-sourcing-buddypress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1868:\"<p>When we first launched BuddyPress.org, the BuddyPress software hadn’t even been officially launched yet. By the time it had, requests for what software the website was running on were already coming into the forums. It wasn’t just BuddyPress people were asking for, it was the theme powering the site, the extra little plugins we were running to trick it out, and just general curiosity about what we were doing to make things go.</p>\n<p>In October of 2012, the core teams started the <a href=\"http://make.wordpress.org/meta/\">Meta Blog</a> which lead us towards releasing bits of WordPress.org code for peer review over on the <a href=\"https://meta.trac.wordpress.org\">Meta Trac</a>. Since then, we’ve simplified BuddyPress.org’s codebase to make reviewing it and extending it really easy, and we are excited to announce today that <a href=\"https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content\">all of the custom code is now publicly available</a> in the Meta Subversion repository.</p>\n<p>You’re now able to checkout, review, and patch the code that makes BuddyPress.org happily hum along. This is exciting for a few obvious reasons (like security, and really putting our open source philosophies where our code is) but the one I’m most excited about is it takes enhancements to the site out of our hands, and potentially puts them into yours.</p>\n<p>Building software that powers millions of websites is one job (a heck of a fun one, too) and building and maintaining your own support site is actually quite another (like a self portrait; it’s a fun challenge.) Now, anyone can help improve not just BuddyPress, but also the site that supports it — that’s huge — and we can’t wait to see how BuddyPress.org evolves now that it’s in your hands!</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, 06 Mar 2014 17:53: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:17:\"John James Jacoby\";s: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:45:\"Dougal Campbell: mysql vs mysqli in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=76608\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dougal.gunters.org/blog/2014/03/06/mysql-vs-mysqli-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:2812:\"<p>I recently ran across an issue that I was previously unaware of, so other developers could run into it as well. I was having problems with a plugin, which started misbehaving. The plugin had previously worked fine (it generates a sidebar widget), and I wasn’t actively working on my site, so I wasn’t really sure when it had quit working.</p>\n<p>In the course of debugging the problem, I discovered that the plugin was throwing warnings in my PHP error log regarding the <code>mysql_real_escape_string()</code> function. As a quick fix, I simply replaced all of those calls with WordPress’ <code>esc_sql()</code> function. Voila, problem fixed.</p>\n<p>Curious, I took a peek into <code>wp-db.php</code>, and found this block of code:</p>\n<pre><code>\n/* Use ext/mysqli if it exists and:\n * - USE_EXT_MYSQL is defined as false, or\n * - We are a development version of WordPress, or\n * - We are running PHP 5.5 or greater, or\n * - ext/mysql is not loaded.\n */\nif ( function_exists( \'mysqli_connect\' ) ) {\n if ( defined( \'USE_EXT_MYSQL\' ) ) {\n $this->use_mysqli = ! USE_EXT_MYSQL;\n } elseif ( version_compare( phpversion(), \'5.5\', \'>=\' ) || ! function_exists( \'mysql_connect\' ) ) {\n $this->use_mysqli = true;\n } elseif ( false !== strpos( $GLOBALS[\'wp_version\'], \'-\' ) ) {\n $this->use_mysqli = true;\n }\n}</code></pre>\n<p>Note the bit about using a development version of WordPress. In my case, I’m running out of svn trunk, and my server has the <code>mysqli</code> extension installed, so <code>wpdb</code> chose to use it. That’s fine.</p>\n<p>But this exposes the fact that some plugins use functions like <code>mysql_real_escape_string()</code> “in the raw”, so to speak, which depends on using PHP’s <code>mysql</code> extension, and not <code>mysqli</code>. WordPress provides convenience functions like <code><a href=\"http://codex.wordpress.org/Function_Reference/esc_sql\">esc_sql</a>()</code> and <code><a href=\"http://codex.wordpress.org/Class_Reference/wpdb#Protect_Queries_Against_SQL_Injection_Attacks\">$wpdb->prepare()</a></code> to help abstract details like this away and protect developers against environmental differences between servers.</p>\n<p>Hopefully this will save somebody else out there some debugging time.</p>\n<p>Original Article: <a rel=\"nofollow\" href=\"http://dougal.gunters.org/blog/2014/03/06/mysql-vs-mysqli-wordpress/\">mysql vs mysqli in WordPress</a>\n<a rel=\"nofollow\" href=\"http://dougal.gunters.org\">Dougal Campbell's geek ramblings - WordPress, web development, and world domination.</a></p><div class=\"yarpp-related-rss yarpp-related-none\">\n<img src=\"http://yarpp.org/pixels/5db43ee24c4f1e1d0e45d08cc91b0130\" alt=\"YARPP\" />\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Mar 2014 17:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Dougal Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:51:\"WPTavern: Official Gravatar Mobile App In The Works\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18451\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"http://wptavern.com/official-gravatar-mobile-app-in-the-works?utm_source=rss&utm_medium=rss&utm_campaign=official-gravatar-mobile-app-in-the-works\";s: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:1612:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/GravatarLogo.png\" rel=\"prettyphoto[18451]\"><img class=\"alignright size-full wp-image-18453\" alt=\"Gravatar Logo 2\" src=\"http://wptavern.com/wp-content/uploads/2014/03/GravatarLogo.png\" width=\"239\" height=\"63\" /></a>Toni Schneider, <a title=\"http://ma.tt/2014/01/toni-automattic-ceo/\" href=\"http://ma.tt/2014/01/toni-automattic-ceo/\">who recently switched positions</a> with Matt Mullenweg inside Automattic has <a title=\"http://blog.gravatar.com/2014/03/05/a-question-for-gravatar-users/\" href=\"http://blog.gravatar.com/2014/03/05/a-question-for-gravatar-users/\">asked on the Gravatar blog</a>, <em>Which platform should a Gravatar app be released for first?</em>. The choices are iOS, Android, or other. At the time of writing, Android was leading the poll with <strong>80 votes</strong> while iOS is in second with <strong>67 votes</strong>.</p>\n<p>Details on the mobile app are nonexistent. When asked what a Gravatar mobile app would entail, Schneider replied: “<em>No details, yet. Stay tuned.</em>” A quick Google search shows at least one existing Gravatar app called <a title=\"http://igravatar.carlos.io/\" href=\"http://igravatar.carlos.io/\">iGravatar</a>. With iGravatar, users can manage their Gravatar account from their mobile device.</p>\n<p>What the official app will do is anyone’s guess and is ripe for speculation. With that said, I want to hear from you in the comments on what functionality do you think will be part of the official Gravatar app? Or, what would you <strong>like </strong>to see in the Gravatar app?</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, 06 Mar 2014 06:00:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WordPress.tv: Danielle Guérin: Créer une cyberentreprise avec 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=22728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wordpress.tv/2014/03/05/danielle-guerin-creer-une-cyberentreprise-avec-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:677:\"<div id=\"v-h2Uk2egH-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/22728/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/22728/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=22728&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/05/danielle-guerin-creer-une-cyberentreprise-avec-wordpress/\"><img alt=\"WordCamp Montreal 2013 Danielle Guerin .mov\" src=\"http://videos.videopress.com/h2Uk2egH/video-fc65c65368_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, 06 Mar 2014 04:15:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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: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:69:\"WPTavern: SellWP Is A Managed Solution For Selling WordPress Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=18395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/sellwp-is-a-managed-solution-for-selling-wordpress-products?utm_source=rss&utm_medium=rss&utm_campaign=sellwp-is-a-managed-solution-for-selling-wordpress-products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4939:\"<p><a title=\"https://www.sellwp.co/\" href=\"https://www.sellwp.co/\">SellWP</a> is a brand new service created by John Turner, who is also the developer of <a title=\"http://www.seedprod.com/\" href=\"http://www.seedprod.com/\">SeedProd</a>. The goal of the service is to eliminate the stress and hassles of selling WordPress products allowing the developer to concentrate on the product itself. Some of the most difficult aspects of running a business such as licensing, memberships, refunds, secure download links, and refunds are handled through SellWP.</p>\n<div id=\"attachment_18428\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/SellWPFeatures.png\" rel=\"prettyphoto[18395]\"><img class=\"size-large wp-image-18428\" alt=\"Just A Few Of The Features SellWP Offers Sellers\" src=\"http://wptavern.com/wp-content/uploads/2014/03/SellWPFeatures-500x273.png\" width=\"500\" height=\"273\" /></a><p class=\"wp-caption-text\">Just A Few Of The Features SellWP Offers Sellers</p></div>\n<h3>SellWP Is Not A Marketplace, But A Managed Solution For Selling Products</h3>\n<p>While I initially thought it would be a marketplace to sell themes and plugins, Turner informed me it’s not a marketplace at all. “<em>The user markets the theme or plugin on their site and when the customer clicks buy now, it takes them to the hosted solution. The customer and license is then managed through SellWP.</em>” While marketplaces can take anywhere between 20-50% of a sale, SellWP only takes <strong>1.9% + 15¢</strong> per charge in addition to the Stripe Fee.</p>\n<div id=\"attachment_18436\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/SellWPDashboard.png\" rel=\"prettyphoto[18395]\"><img class=\"size-large wp-image-18436\" alt=\"SellWP Dashboard\" src=\"http://wptavern.com/wp-content/uploads/2014/03/SellWPDashboard-500x251.png\" width=\"500\" height=\"251\" /></a><p class=\"wp-caption-text\">SellWP Dashboard</p></div>\n<p>By outsourcing the product management side of the business, you’re counting on the fact the site will be available 24 hours a day, seven days a week. If SellWP experiences downtime, it could result in lost sales. The site is hosted through <a title=\"http://fortrabbit.com/\" href=\"http://fortrabbit.com/\">Fortrabbit</a>, a service dedicated to providing developers great PHP hosting environments. SellWP is transparent about the fact that their uptime is dependent upon the uptime of Fortrabbit.</p>\n<h3>SellWP Takes Most Of The Worry Out Of Selling Products</h3>\n<p>Sellers don’t have to worry about being locked into the service since they can obtain CSV files containing customers, orders, licenses, products and coupons. The service also creates daily, weekly, and monthly backups hosted at an offsite location. SellWP takes care of SSL certificates by using CloudFlare’s flexible SSL certificate. This certificate is used to secure the seller’s shopping cart and membership areas. Back filling of customer data is not currently supported but will be available in an upcoming update.</p>\n<div id=\"attachment_18437\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/SellWPCouponManager.png\" rel=\"prettyphoto[18395]\"><img class=\"size-large wp-image-18437\" alt=\"SellWP Coupon Manager\" src=\"http://wptavern.com/wp-content/uploads/2014/03/SellWPCouponManager-500x140.png\" width=\"500\" height=\"140\" /></a><p class=\"wp-caption-text\">SellWP Coupon Manager</p></div>\n<p>Turner compares SellWP to VaultPress in that both are managed solutions to a problem:</p>\n<blockquote><p>If you want WordPress backups you can use BackupBuddy, a self managed solution, or VaultPress a managed solution. SellWP is a managed solution for selling WordPress products.</p></blockquote>\n<p>I asked Turner if he will only allow GPLv2 or compatible licensed products to be sold through the site. His response: “<em>Yes, I believe in the GPL and intend to enforce it in the system. The terms are actually from WordPress’ boiler plate terms but this will be added once I get some time.</em>”</p>\n<p>If you want to see what the service looks like behind the scenes, watch the following video.</p>\n<p></p>\n<h3>Try It Free Until April 1st</h3>\n<p>SellWP is another service in a long line of managed solutions for WordPress. I think what the service has to offer will appeal to a lot of developers, especially those who don’t already have an established system in place to sell their products. The service is free to try til <strong>April 1st, 2014</strong>. Once the beta ends, sellers will be charged the standard fees per transaction.</p>\n<p><strong>Does SellWP look like something you would use? Will existing sellers outsource this area of their business to a third party? Place any feedback you have in the comments as John Turner will be monitoring them to answer any questions you have.</strong></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, 06 Mar 2014 04:15:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"WPTavern: Introducing Ex Astris: A Free WordPress Child Theme For Stargazer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18397\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:192:\"http://wptavern.com/introducing-ex-astris-a-free-wordpress-child-theme-for-stargazer?utm_source=rss&utm_medium=rss&utm_campaign=introducing-ex-astris-a-free-wordpress-child-theme-for-stargazer\";s: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:3352:\"<p>Last December, Jeff Chandler and I <a href=\"http://wptavern.com/wptavern-gets-responsive-with-new-design\" target=\"_blank\">updated WP Tavern</a> with a new design based on Theme Hybrid’s <a href=\"http://themehybrid.com/themes/stargazer\" target=\"_blank\">Stargazer</a> theme. Stargazer takes a <a href=\"http://wptavern.com/stargazer-a-free-design-specific-parent-theme-for-wordpress\" target=\"_blank\">new approach to parent/child themes</a> in that it houses the majority of both the design and functionality within the parent theme. The challenge is to make design changes in the child theme, without breaking the purpose of the parent theme.</p>\n<p>During the process of learning more about Stargazer, I created a child theme, which has now been approved for the WordPress Themes Directory. <a href=\"https://wordpress.org/themes/ex-astris\" target=\"_blank\">Ex Astris</a> was designed with bloggers in mind, since blogging is what made me fall in love with WordPress in the first place.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/ex-astris.png\" rel=\"prettyphoto[18397]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/ex-astris.png\" alt=\"ex-astris\" width=\"1600\" height=\"1198\" class=\"aligncenter size-full wp-image-18402\" /></a></p>\n<p>You can customize the theme with your own header and background, if desired, but the example shown here does not utilize a custom header. The theme supports all of the site layouts found in the Stargazer parent theme and can also render them on a per-post basis:</p>\n<ul>\n<li>1 Column Wide</li>\n<li>1 Column Narrow</li>\n<li>2 Columns: Content / Sidebar</li>\n<li>2 Columns: Sidebar / Content</li>\n</ul>\n<p>Ex Astris is packaged with editor styles to help match the visual editor’s preview to the fonts and styles used within the theme. It supports all post formats and is translation-ready. By nature of being a child theme, it automatically includes all the features found in the Stargazer parent theme, ie. sticky posts, breadcrumbs, threaded comments, etc.</p>\n<p>Check out a <a href=\"http://untame.net/ex-astris/\" target=\"_blank\">live demo</a> of Ex Astris to see it in action.</p>\n<p>Originally, the theme was called Intrepid, but when I submitted it to WordPress.org, I found that there was already a theme with that name. <strong><em>Sidenote:</em></strong> Always check <a href=\"http://themes.svn.wordpress.org/\" target=\"_blank\">themes.svn.wordpress.org</a> before selecting a theme name if you intend to submit to the directory. Given that the directory now contains 2,366 themes, a name with two words in it is less likely to be taken.</p>\n<p>This was my first time going through the WordPress Theme Review process and I found that it’s actually fairly quick and easy for child themes. I’ve learned quite a bit along the way, thanks to the <a href=\"http://make.wordpress.org/themes/\" target=\"_blank\">Theme Review Team</a> and <a href=\"http://themehybrid.com/\" target=\"_blank\">Justin Tadlock</a>, all of whom are passionate about helping developers create themes that adhere to WordPress best practices.</p>\n<p>Download <a href=\"https://wordpress.org/themes/ex-astris\" target=\"_blank\">Ex Astris</a> from WordPress.org and feel free to drop me a note on <a href=\"https://github.com/pollyplummer/ex-astris\" target=\"_blank\">github</a> if you find any bugs.</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, 06 Mar 2014 00:12: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:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Widget Customizer Officially Merged Into Core for 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=18381\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:190:\"http://wptavern.com/widget-customizer-officially-merged-into-core-for-wordpress-3-9?utm_source=rss&utm_medium=rss&utm_campaign=widget-customizer-officially-merged-into-core-for-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2236:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/widget-actions.png\" rel=\"prettyphoto[18381]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/widget-actions-300x225.png\" alt=\"widget-actions\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-15709\" /></a>In early February we <a href=\"http://wptavern.com/widget-customizer-approved-for-wordpress-3-9\" target=\"_blank\">reported</a> that the Widget Customizer plugin had received the green light to be merged into the WordPress core for 3.9. At that time Andrew Nacin opened a <a href=\"https://core.trac.wordpress.org/ticket/27112\" target=\"_blank\">ticket</a> to help precipitate any necessary improvements and guide the details of how the files should be merged.</p>\n<p>After three weeks of polishing, the Widget Customizer feature was <a href=\"https://core.trac.wordpress.org/changeset/27419\" target=\"_blank\">officially merged</a> into core today. Props go out to Weston Ruter and his team of dedicated developers who helped make this feature a reality.</p>\n<p>For those adventurous souls who have been testing the feature using the <a href=\"https://wordpress.org/plugins/widget-customizer/\" target=\"_blank\">Widget Customizer</a> plugin, you can now remove it and start testing it within the trunk.</p>\n<h3>No Changes Required From Theme Developers</h3>\n<p>Theme developers will not need to <a href=\"http://wptavern.com/widget-customizer-proposed-for-wordpress-3-9\" target=\"_blank\">add theme support for the customizer</a> to indicate a widget’s support for live previews, as this was <a href=\"https://core.trac.wordpress.org/ticket/27112#comment:10\" target=\"_blank\">stripped from the version</a> of the plugin that was merged. Instead, the team opted to generalize this functionality so that any feature utilizing the customizer controls can do partial preview updates. Widgets still get live previews, but the window will refresh in an unobtrustve way as you make changes. Now that the widget customizer will soon be a native part of the WordPress publishing experience, WordPress users should be sure to <a href=\"http://wptavern.com/widget-customizer-approved-for-wordpress-3-9\" target=\"_blank\">read up</a> on all the capabilities it will add.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Mar 2014 21:45:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:39:\"Gravatar: A question for Gravatar 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.gravatar.com/?p=496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.gravatar.com/2014/03/05/a-question-for-gravatar-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:622:\"<p>We are working on a Gravatar mobile app and would like to ask our users:</p>\n<a name=\"pd_a_7853939\"></a>\n<div class=\"PDS_Poll\" id=\"PDI_container7853939\"></div>\n<div id=\"PD_superContainer\"></div>\n<a href=\"http://polldaddy.com/poll/7853939\">Take Our Poll</a><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/496/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/496/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=496&subd=gravatar&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:\"Wed, 05 Mar 2014 20:25: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:14:\"Toni Schneider\";s: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:68:\"WPTavern: How to Set Multiple Default Categories for WordPress Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:162:\"http://wptavern.com/how-to-set-a-default-category-for-wordpress-posts?utm_source=rss&utm_medium=rss&utm_campaign=how-to-set-a-default-category-for-wordpress-posts\";s: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:3187:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/categories.jpg\" rel=\"prettyphoto[18342]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/categories.jpg\" alt=\"04.21.2011\" width=\"900\" height=\"418\" class=\"aligncenter size-full wp-image-18362\" /></a></p>\n<p>The “Uncategorized” category is a generic bin where WordPress posts go when you forget to assign a category. It’s rather irksome to discover that you’ve published a post as “Uncategorized,” since it doesn’t do much to connect your readers with more useful information on your blog.</p>\n<p>One easy solution to this problem is to edit the “Uncategorized” category slug in the admin at <strong>Posts > Categories</strong>. This is a decent option if you haven’t yet created any content. Another option is to set the default category at <strong>Settings > Writing</strong>. But what if you want to use multiple categories?</p>\n<p><a href=\"http://wordpress.org/plugins/default-category/\" target=\"_blank\">WordPress Default Category</a> is a simple plugin that lets you select category defaults for new posts. It allows you to select multiple categories to assign to uncategorized posts. With your selections in place, forgetting to categorize your post isn’t such a big deal because you can default it to be placed in one of your more general categories, such as “News” and “Tutorial”.</p>\n<p>Check out a live demo:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/default-category.gif\" rel=\"prettyphoto[18342]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/default-category.gif\" alt=\"default-category\" width=\"997\" height=\"297\" class=\"aligncenter size-full wp-image-18350\" /></a></p>\n<h3>Multisite Compatible</h3>\n<p>This plugin was actually created for a multisite environment, though it works just fine on single WordPress installs as well. When network activated, it allows site administrators to select default categories for their own sites.</p>\n<p>The WordPress Default Category plugin was created by <a href=\"http://makea.kalawe.com/\" target=\"_blank\">Jason Kalawe</a>. When I asked him why he made the plugin, he said that it was originally part of a custom project. “This plug-in is an offshoot of a much larger custom plugin that auto-assigns categories based on the users’ location in the world,” he said. Although he can’t share the original plugin due to its use of proprietary data, he thought the basic version would be useful to others using WordPress.</p>\n<p>Setting up a default category can help to enforce editorial standards for posts so that none get lost in the generic bin of uncategorized content. It can also be useful as a quick reference for content editors who aren’t regular contributors to a site.</p>\n<p>I tested the plugin and it works exactly as advertised. <a href=\"http://wordpress.org/plugins/default-category/\" target=\"_blank\">WordPress Default Category</a> is available for free from WordPress.org. This is one of those rare plugins that is potentially useful to the vast majority of WordPress websites that make use of categories.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Mar 2014 18:47:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WordPress.tv: Jeremy Scott: Managing Client Expectations From Start To Finish\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=31565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wordpress.tv/2014/03/05/jeremy-scott-managing-client-expectations-from-start-to-finish/\";s: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:703:\"<div id=\"v-p1XM6lQz-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31565/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31565/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31565&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/05/jeremy-scott-managing-client-expectations-from-start-to-finish/\"><img alt=\"Jeremy Scott: Managing Client Expectations From Start To Finish\" src=\"http://videos.videopress.com/p1XM6lQz/video-5871c07bb0_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:\"Wed, 05 Mar 2014 14:13: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:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WordPress.tv: Alex Vasquez: Frameworks vs Parent-child vs Starter Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=32191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wordpress.tv/2014/03/05/alex-vasquez-frameworks-vs-parent-child-vs-starter-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:693:\"<div id=\"v-TmnCQOiw-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/32191/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/32191/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=32191&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/05/alex-vasquez-frameworks-vs-parent-child-vs-starter-themes/\"><img alt=\"Alex Vasquez: Frameworks vs Parent-child vs Starter Themes\" src=\"http://videos.videopress.com/TmnCQOiw/video-74d96b667e_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:\"Wed, 05 Mar 2014 13:59: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: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:76:\"WPTavern: UserPress: A New Wiki Plugin for WordPress, BuddyPress and bbPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18117\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:192:\"http://wptavern.com/userpress-a-new-wiki-plugin-for-wordpress-buddypress-and-bbpress?utm_source=rss&utm_medium=rss&utm_campaign=userpress-a-new-wiki-plugin-for-wordpress-buddypress-and-bbpress\";s: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:4553:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/wiki.jpg\" rel=\"prettyphoto[18117]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/wiki.jpg\" alt=\"wiki\" width=\"1024\" height=\"561\" class=\"aligncenter size-full wp-image-18333\" /></a></p>\n<p>UserPress is a new free plugin that aims to be the ultimate wiki solution for WordPress. It provides a comprehensive set of user-friendly features that will transform your site into a collaborative hub for creating wiki content.</p>\n<p>Richard Smith, the plugin’s author, created <a href=\"http://www.userpress.org/\" target=\"_blank\">UserPress</a> to provide functionality that he believes is often missing from existing wiki plugins. “Over the years, I have been frustrated by the lack of a proper wiki plugin for WordPress,” he said. “So I decided to build one.”</p>\n<h3>Front-end Editing for Wiki Content</h3>\n<p>UserPress allows wiki users to create and edit content on the frontend of the site. Wiki participation privileges are based on user capabilities and can be manually set for each wiki.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/userpress.jpg\" rel=\"prettyphoto[18117]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/userpress.jpg\" alt=\"userpress\" width=\"1420\" height=\"896\" class=\"aligncenter size-full wp-image-18295\" /></a></p>\n<p>When creating new content, users will see a list of similar existing pages, which helps to prevent collaborators from overlapping on content. If a user accesses a non-existent wiki page, the plugin will prompt him to create a new page.</p>\n<p>UserPress includes multiple options for sorting and managing wiki articles, including recently added, recently edited, recently discussed and alphabetical order. The plugin also offers an array of wiki-related widgets: search, new wikis, popular wikis, recent wikis, categories and tags, a tag cloud, and a subscription button.</p>\n<h3>Wiki Version Control and Moderation</h3>\n<p>One of UserPress’ more useful features is the built-in basic version control. The plugin allows users to compare changes to documents (diff) and gives the option for editors to attach a note with each revision.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/revisions.png\" rel=\"prettyphoto[18117]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/revisions.png\" alt=\"revisions\" width=\"1430\" height=\"1076\" class=\"aligncenter size-full wp-image-18311\" /></a></p>\n<p>UserPress allows wiki participants to moderate content using a set of customizable flags. For example, one might flag an article for poor attribution, readability or spam.</p>\n<h3>Subscription for bbPress and BuddyPress</h3>\n<p>The subscription feature allows users to monitor articles to keep track of comments and updates. However, subscription is only available for users on sites where bbPress and/or BuddyPress are activated. It fits in seamlessly with the user profile menu.</p>\n<div id=\"attachment_18315\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/subscription-management.png\" rel=\"prettyphoto[18117]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/subscription-management.png\" alt=\"Subscription management\" width=\"1191\" height=\"699\" class=\"size-full wp-image-18315\" /></a><p class=\"wp-caption-text\">Subscription management</p></div>\n<p>Members can navigate to the subscriptions panel to find out what’s new and to manage current active subscriptions.</p>\n<h3>Default Wiki Theme</h3>\n<p>The design for the default wiki theme is based on Zurb’s <a href=\"http://foundation.zurb.com/\" target=\"_blank\">Foundation Framework</a>. UserPress includes a responsive default theme (“UserTheme”) that is automatically installed and activated once the plugin has been activated. However, the plugin will work with any WordPress theme. The automatic activation of the theme upon installation of the plugin helps users to discover that there is a theme available, but it might be disturbing if the administrator is not expecting it.</p>\n<p>If you’re looking for a wiki plugin that works well on its own and integrates nicely with bbPress and BuddyPress, UserPress is a solid option. Its feature set is geared towards making collaboration more efficient and productive for wiki participants. Download the plugin from <a href=\"http://wordpress.org/plugins/userpress/\" target=\"_blank\">WordPress.org</a> or grab the latest from the <a href=\"http://www.userpress.org/\" target=\"_blank\">UserPress homepage</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Mar 2014 04:02:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:79:\"WPTavern: CampusPress Launches Managed WordPress Hosting For Multisite Networks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18224\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/campuspress-launches-managed-wordpress-hosting-for-multisite-networks?utm_source=rss&utm_medium=rss&utm_campaign=campuspress-launches-managed-wordpress-hosting-for-multisite-networks\";s: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:7068:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/campuspress.jpg\" rel=\"prettyphoto[18224]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/campuspress.jpg\" alt=\"campuspress\" width=\"1600\" height=\"699\" class=\"aligncenter size-full wp-image-18261\" /></a></p>\n<p>Managed WordPress hosts are popping up all over the web. The platform is now so widely used that mammoth hosting providers such as <a href=\"http://wptavern.com/godaddy-launches-managed-wordpress-hosting-service\" target=\"_blank\">GoDaddy</a> and <a href=\"http://wptavern.com/mediatemple-launches-wordpress-managed-hosting-package\" target=\"_blank\">MediaTemple</a> have added specialized hosting packages dedicated to WordPress customers. WordPress hosting providers that cater to a specific niche are the latest trend.</p>\n<p><a href=\"http://campuspress.com/\" target=\"_blank\">CampusPress </a>is a newly branded managed host that specializes in WordPress multisite networks for educational organzations. It’s actually an offshoot of <a href=\"http://edublogs.org/\" target=\"_blank\">Edublogs</a>, the largest educational blogging host that has been providing multisite hosting since 2005. Due to the high demand for more CMS features, the Edublogs team decided to differentiate the services with CampusPress focused on providing multisite network hosting for schools and universities.</p>\n<p>I spoke with Edublogs Director of Operations, Ronnie Burt, to discuss the reasons for launching CampusPress as a separate entity into the managed hosting market. He said that many of the existing Edublogs customers wanted to use the service for more than blogs but were hesitant due to “blogs” within the name. “Since WordPress is all grown up and used for way more than blogging,” he said. “We’re re-branding our Edublogs Campus service and really improving the network infrastructure and features to better support all types of sites.”</p>\n<h3>How Multisite Hosting Works at CampusPress</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/osu.jpg\" rel=\"prettyphoto[18224]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/osu.jpg\" alt=\"osu\" width=\"400\" height=\"279\" class=\"alignright size-full wp-image-18266\" /></a>In addition to providing a hosting environment optimized for multisite networks, CampusPress accounts also include many built-in features specific to white labeling and managing a multisite network for education. A few examples include:</p>\n<ul>\n<li>Domain mapping</li>\n<li>Class and student management tools</li>\n<li>Content filtering and moderation</li>\n<li>Native apps for iOS and Android</li>\n<li>LDAP, Google Apps, Shibboleth and LTI authentication options</li>\n</ul>\n<p>I asked Burt if CampusPress is one giant network that manages all the multisite installations. “It isn’t technically networks within a network,” he said. “Each school has their own totally separate multisite install. We use SVN to manage WordPress core and our default plugins and themes across all of the networks.” CampusPress also provides a custom SVN folder for customers to submit and manage custom themes.</p>\n<p>The multisite hosting is truly managed in that the maintenance is handled professionally behind the scenes and customers do not have any server-level access such as FTP or the database. “This is how we can guarantee reliability and security,” Burt said. “While traditional managed hosting providers may have automated scans and a blacklist of plugins, we manually review line by line each line of code of every plugin and theme added to our networks.”</p>\n<h3>The Challenge of Keeping Pace With WordPress</h3>\n<p>Burt says that one of the biggest challenges of hosting multisite networks is performing upgrades. “Universities and schools often also have their own change management and branding policies and regulations,” he said. “They tend to not like upgrades or major changes in the middle of the school year, and they all seam to require different things when it comes to testing, timelines, and rolling out new plugins/tools.”</p>\n<p>For example, WordPress 3.8 introduced major changes to WordPress and many organizations didn’t want to have to re-educate their users in the middle of the school year. “This is especially a challenge when they get on different versions of WordPress core,” Burt explained. “It seems like as soon as we finally get everyone happily upgraded, another version will roll out and we’ll start the process all over again. We’d upgrade them all at the same time if they’d let us.”</p>\n<h3>CampusPress Expands Beyond Educational Blogs</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/thereview.jpg\" rel=\"prettyphoto[18224]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/thereview-300x245.jpg\" alt=\"thereview\" width=\"300\" height=\"245\" class=\"alignleft size-medium wp-image-18269\" /></a>With the new CampusPress branding in place, Burt and his team are able to expand beyond providing educational blogs. One of the largest categories includes news/magazine sites like, such as the <a href=\"http://blogs.du.edu/magazine/\" target=\"_blank\">University of Denver Magazine</a>. The other category they serve is faculty/department websites in need of CMS capabilities, such as the <a href=\"http://polisci.uoregon.edu/\" target=\"_blank\">University of Oregon Political Science Department</a> and <a href=\"http://mediarelations.cornell.edu/\" target=\"_blank\">Cornell’s Media Relations Office</a>.</p>\n<p>A few interesting examples of multisite networks already hosted with CampusPress include:</p>\n<ul>\n<li><a href=\"http://blogs.cornell.edu/gateshall/\" target=\"_blank\">Bill and Melinda Gates Hall</a></li>\n<li><a href=\"http://emergency.cornell.edu/\" target=\"_blank\">Cornell’s Emergency Site</a></li>\n<li><a href=\"http://udreview.com/\" target=\"_blank\">University of Delaware Student Newspaper</a></li>\n<li><a href=\"http://blogs.sjsu.edu/wsq\" target=\"_blank\">San Jose State’s Alumni Magazine</a></li>\n<li><a href=\"http://physics.uoregon.edu/\" target=\"_blank\">University of Oregon Department Sites</a></li>\n<li><a href=\"https://u.osu.edu/ohiostatedrumline/\" target=\"_blank\">Ohio State’s Drumline</a></li>\n</ul>\n<p>WordPress use is on the rise in the education sector. “The buzz around WordPress at the conferences we attend and the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-edu\" target=\"_blank\">WP in Education mailing list</a> suggests a growth that parallels WordPress in business and other arenas,” Burt said. With the re-branded <a href=\"http://campuspress.com/\" target=\"_blank\">CampusPress</a> website launched this week, Edublogs is officially entering the managed WordPress hosting market. The company joins <a href=\"http://wptavern.com/cart66-launches-wordpress-managed-hosting-for-e-commerce\" target=\"_blank\">Cart66</a> as one of the first managed WordPress hosts catering to a specific niche.</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, 04 Mar 2014 22:32: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: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:\"WPTavern: MediaTemple Launches WordPress Managed Hosting Package\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18219\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"http://wptavern.com/mediatemple-launches-wordpress-managed-hosting-package?utm_source=rss&utm_medium=rss&utm_campaign=mediatemple-launches-wordpress-managed-hosting-package\";s: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:9192:\"<p><div id=\"attachment_18278\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/MediaTempleFeaturedImage2.png\" rel=\"prettyphoto[18219]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/MediaTempleFeaturedImage2-500x179.png\" alt=\"Media Temple Featured Image\" width=\"500\" height=\"179\" class=\"size-large wp-image-18278\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/stars6/4381851322/\">Leonardo Rizzi</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a></p></div><br />\nMediaTemple <a title=\"http://mediatemple.net/blog/news/welcome-to-the-future-of-managed-wordpress-hosting/\" href=\"http://mediatemple.net/blog/news/welcome-to-the-future-of-managed-wordpress-hosting/\">has announced</a> they have a new managed WordPress hosting package available dubbed <a title=\"http://mediatemple.net/webhosting/wordpress/\" href=\"http://mediatemple.net/webhosting/wordpress/\">Premium WordPress Hosting</a>. The package has a cost of $29 per month which places it near the top of my price comparison chart. I created this chart a few months ago when GoDaddy announced their managed WordPress hosting package.</p>\n<ul>\n<li>GoDaddy – <strong>$6.99</strong> / month</li>\n<li>Siteground – <strong>$9.95</strong> / month</li>\n<li>Flywheel – <strong>$15.00</strong> / month</li>\n<li>DreamPress – <strong>$19.95</strong> / month</li>\n<li>Page.ly – <strong>$24.00</strong> / month</li>\n<li>Pressable – <strong>$25.00</strong> / month</li>\n<li>Synthesis – <strong>$27.00</strong> / month</li>\n<li>WP Engine – <strong>$29.00</strong> / month</li>\n<li>MediaTemple <strong>3 WordPress Installs For $29.00</strong> / month</li>\n</ul>\n<p>MediaTemple is owned by GoDaddy but <a title=\"http://mediatemple.net/blog/2013/10/15/faqs-about-the-godaddy-acquisition/#merging\" href=\"http://mediatemple.net/blog/2013/10/15/faqs-about-the-godaddy-acquisition/#merging\">both companies operate independently</a> of each other. While I initially thought it was a bad idea for both GoDaddy and MediaTemple to offer managed WordPress hosting since they are in a way, the same company, I’ve come to the understanding that each one serves a different customer base.</p>\n<h3>What MediaTemple Offers</h3>\n<p>As is customary with other managed hosting providers, MediaTemple offers a staging environment to work on sites before they go live. Other notable features include:</p>\n<ul>\n<li>Easy-to-use site templating</li>\n<li>Automatic updates</li>\n<li>Mobile Optimized</li>\n<li>Automatic security</li>\n<li>Automatic backups</li>\n<li>Next-gen cloud infrastructure</li>\n</ul>\n<p>Perhaps one of the most important features offered is email, something <a href=\"http://wpengine.com/support/email-recommendations-from-wp-engine/\" title=\"http://wpengine.com/support/email-recommendations-from-wp-engine/\">not offered by WP Engine</a>.</p>\n<h3>MediaTemple Launches Invite Only WordPress Theme Market</h3>\n<p>The market only contains one theme created by their creative directory but the company plans on adding more from talented designers in the future. I asked MediaTemple if there was any additional information they could give me regarding their theme marketplace. Their response:</p>\n<blockquote><p>As it is now, the market place is “invite only” with specific designers and organizations building custom themes for (mt) Premium WordPress Hosting customers. The theme market place is an area of this product we’re really excited about. We have very strong partnerships in the creative and development worlds, so this model is likely to change/grow with opportunities and there will definitely be one-off scenarios here. Essentially, the sky is the limit with the market place.</p></blockquote>\n<p>Customers are limited to three WordPress installations per account. If you need more, you’ll need to pay $9/month for each additional site. WordPress Multisite is currently <strong>not</strong> supported.</p>\n<p>MediaTemple states they are aiming to push out WordPress updates within 48 hours of their release. Other leading WordPress managed hosting providers can sometimes take up to a week or more to test major versions of WordPress before applying the updates to their customer’s sites. However, security and or maintenance releases are usually applied the same day. The automatic updates only apply to WordPress, not plugins and themes.</p>\n<p>When asked whether customers can initiate updates for WordPress, MediaTemple responded: “<em>Only (mt) can initiate WordPress updates for sites running on Premium WordPress Hosting</em>“. As we’ve <a title=\"http://wptavern.com/wordpress-host-wp-engine-will-not-support-automatic-background-updates\" href=\"http://wptavern.com/wordpress-host-wp-engine-will-not-support-automatic-background-updates\">mentioned on WPTavern before</a>, this has become standard procedure.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/NoPluginsAllowed.png\" rel=\"prettyphoto[18219]\"><img class=\"alignright size-thumbnail wp-image-18241\" alt=\"Plugins Not Allowed\" src=\"http://wptavern.com/wp-content/uploads/2014/03/NoPluginsAllowed-150x150.png\" width=\"150\" height=\"150\" /></a>Speaking of plugins, they have their own <a title=\"https://kb.mediatemple.net/questions/2075/Which+plugins+are+not+allowed+with+my+Premium+WordPress+service%3F#wp\" href=\"https://kb.mediatemple.net/questions/2075/Which+plugins+are+not+allowed+with+my+Premium+WordPress+service%3F#wp\">list of plugins not allowed</a> to be used on their managed hosting infrastructure. It’s important for customers to read through the list in case you’ve purchased a commercial version of any of the plugins listed. For example, <a title=\"http://ithemes.com/purchase/backupbuddy/\" href=\"http://ithemes.com/purchase/backupbuddy/\">BackupBuddy</a> is not allowed because it duplicates existing functionality provided by MediaTemple.</p>\n<h3></h3>\n<h3>Are Managed WordPress Hosting Companies The Unseen Competition For WordPress.com?</h3>\n<p>While putting this post together, I thought about how many companies within the past three years have created specially crafted hosting environments to cater to customers using WordPress. Most of the WordPress managed hosting services I know of are extensions of established companies.</p>\n<div id=\"attachment_18234\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/WPorgvsWPcom.png\" rel=\"prettyphoto[18219]\"><img class=\"size-large wp-image-18234\" alt=\"WordPress.com Versus WordPress.org \" src=\"http://wptavern.com/wp-content/uploads/2014/03/WPorgvsWPcom-500x239.png\" width=\"500\" height=\"239\" /></a><p class=\"wp-caption-text\">WordPress.com Versus WordPress.org</p></div>\n<p>I look at managed WordPress hosting as providing the luxuries of WordPress.com but also allowing customers most of the freedoms associated with self-hosting WordPress. Customers can upload plugins, change themes, edit their themes, and perform tasks that are locked down on WordPress.com or require you to pay an upgrade fee. Plus, they have a team of people ready to help at a moments notice which places them a step above most shared webhosting services.</p>\n<h3>Tough To Compete Against Free</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2009/06/dollarsign.png\" rel=\"prettyphoto[18219]\"><img class=\"alignright size-full wp-image-1666\" alt=\"dollarsign\" src=\"http://wptavern.com/wp-content/uploads/2009/06/dollarsign.png\" width=\"102\" height=\"103\" /></a>I think the one aspect preventing more WordPress.com users from purchasing a managed hosting account is the price. <strong>$29 per month</strong>, is <strong>$348 per year</strong>. That’s a lot of money for someone to spend if they just want to publish their thoughts to the web. If you want most of the freedoms self-hosting WordPress provides without having to pay a large sum of money, <a title=\"http://www.godaddy.com/hosting/wordpress-hosting.aspx?ci=86979\" href=\"http://www.godaddy.com/hosting/wordpress-hosting.aspx?ci=86979\">GoDaddy is a nice option</a>.</p>\n<p>The price of free is hard to compete against which is why I think WordPress.com has nothing to worry about. They cater to customers who just need a quick and easy way to publish content online. I see managed WordPress hosting companies as the next step for users when they outgrow the constraints of WordPress.com or the total price of upgrades is more than the annual cost of a managed hosting account.</p>\n<h3>Ask MediaTemple Anything</h3>\n<p>The company is hosting a live <a title=\"https://plus.google.com/u/0/b/114280592660820418185/events/c00ghkimi9a4gehbujli904sv6c\" href=\"https://plus.google.com/u/0/b/114280592660820418185/events/c00ghkimi9a4gehbujli904sv6c\">Google+ Hangout</a> on <strong>March 5th, 2014 at 9AM Pacific or Noon Eastern</strong> to answer any questions brought forth by the audience. No question appears to be off-limits.</p>\n<p><strong>Are you happy to see MediaTemple enter the WordPress managed hosting space? Is their anything in particular you’d like to know about their offering before you’d consider doing business with them?</strong></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, 04 Mar 2014 21:37:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:44:\"WPTavern: WordPress.com Featured On Jeopardy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18214\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"http://wptavern.com/wordpress-com-featured-on-jeopardy?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-com-featured-on-jeopardy\";s: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:947:\"<p>Jeopardy, an American television game show, recently had a category dedicated to dot-com. Among the five answers within the category was WordPress.com. <em><strong>WordPress.com bills itself as “a better way to” keep one of these Internet diaries.</strong></em></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/search?q=%23WordPress&src=hash\">#WordPress</a> on Jeopardy, category “Dot Com”. <a href=\"http://t.co/xXVyKTRvzF\">pic.twitter.com/xXVyKTRvzF</a></p>\n<p>— Dougal Campbell (@dougal) <a href=\"https://twitter.com/dougal/statuses/440647290055708672\">March 4, 2014</a></p></blockquote>\n<p></p>\n<p>The correct response is: <strong>What is a blog?</strong></p>\n<p>If you’d like to play a version of Jeopardy dedicated to WordPress, check out <a title=\"http://www.wpgameshow.com/\" href=\"http://www.wpgameshow.com/\">WPGameshow.com</a> created by the organizers of WordCamp Detroit, 2011.</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, 04 Mar 2014 18:01: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: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:65:\"WordPress.tv: Pippin Williamson: Sane Plugin Updates and 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:28:\"http://wordpress.tv/?p=31993\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/03/04/pippin-williamson-sane-plugin-updates-and-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:679:\"<div id=\"v-0Vhc4SV3-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31993/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31993/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31993&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/04/pippin-williamson-sane-plugin-updates-and-releases/\"><img alt=\"Pippin Williamson: Sane Plugin Updates and Releases\" src=\"http://videos.videopress.com/0Vhc4SV3/video-947c6c3e6a_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, 04 Mar 2014 16:45: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: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: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:58:\"WordPress.tv: Brad Williams: Writing Secure WordPress Code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=31991\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.tv/2014/03/04/brad-williams-writing-secure-wordpress-code-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:667:\"<div id=\"v-pZeenjy1-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31991/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31991/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31991&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/04/brad-williams-writing-secure-wordpress-code-2/\"><img alt=\"Brad Williams: Writing Secure WordPress Code\" src=\"http://videos.videopress.com/pZeenjy1/video-bc87c0b916_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, 04 Mar 2014 16:18: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: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:28:\"Matt: No Smartphone for Lent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2014/03/no-smartphone-for-lent/\";s: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:2782:\"<p><img class=\"alignright size-thumbnail wp-image-43508\" src=\"http://i0.wp.com/s.ma.tt/files/2014/03/nophone.png?resize=195%2C195\" alt=\"nophone\" />Every year <a href=\"http://en.wikipedia.org/wiki/Lent\">for Lent</a> I try to give something up that I would otherwise find unimaginable or consider myself particularly dependent on. Last year I gave up meat, which isn’t that unusual but you have to remember I’m from Texas. <img src=\"http://i0.wp.com/s.ma.tt/blog/wp-includes/images/smilies/icon_wink.gif?w=604\" alt=\";)\" class=\"wp-smiley\" /> </p>\n<p>This year as I surveyed my life there was one thing I kept coming back to as being completely dependent on: my smartphone(s). It’s only been a few years since the iPhone came out, but it’s inconceivable to imagine my life today without my calendar, email, Foursquare, Path, Chrome, Tripit, <a href=\"http://simplenote.com/\">Simplenote</a>, WordPress, Tweetbot, Sonos, Uber, Spotify and my iTunes library, and most importantly Google Maps. (On my second screen: SmartThings, Nest, Lociktron, Lutron, 1Password, Calm, Authy, NextDraft, Withings, Circa…) These apps and everything they represent weave into every aspect of my life, I’m sure I’m one of those people who looks at their phone <a href=\"http://www.tomshardware.com/news/Smartphones-Phones-Handsets-User-Cell,20645.html\">at least 150 times a day</a>. My smartphone is my camera, my flashlight, my connection to the world, and my crutch.</p>\n<div id=\"43509\" class=\"wp-caption aligncenter\"><img class=\"wp-image-43509 size-full\" src=\"http://i2.wp.com/s.ma.tt/files/2014/03/Bh0zrQfCcAAa52G.jpg-large.jpeg?resize=604%2C604\" alt=\"\" /><p class=\"wp-caption-text\">A small selection of what a phone replaces, <a href=\"http://www.reddit.com/r/pics/comments/1cbken/1993_vs_2013/\">from Reddit</a>.</p></div>\n<p>And now it’s what I’m giving up for Lent in 2014, from March 5th until April 17th. (Yes, that includes SxSW.) For safety and business reasons I’m going to have a makes-phone-calls-only phone, and might hop in a friend’s Uber, but the idea is there will not be a device on me 24/7 that I’m tethered to, constantly looking at, and lost and hopeless without. You obviously can’t turn back the clock on progress, so I don’t expect this to be a permanent thing, but I’m curious what I miss the most, how it affects my ability to focus throughout the day, and how it changes my relationships with other people, especially the lack of messaging.</p>\n<p>I am in the market for a cool feature phone though, maybe a small one like Zoolander had or a slidey one like in the Matrix. Any suggestions?</p>\n<p>I’ll leave you with the “I forgot my phone” video from last year:</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Mar 2014 02:10: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: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: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:66:\"WPTavern: DW Timeline: A Free WordPress Theme With a Unique Layout\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18162\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/dw-timeline-a-free-wordpress-theme-with-a-unique-layout?utm_source=rss&utm_medium=rss&utm_campaign=dw-timeline-a-free-wordpress-theme-with-a-unique-layout\";s: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:4343:\"<p>DW Timeline is a beautiful free theme created by the folks at <a href=\"http://www.designwall.com/\" target=\"_blank\">DesignWall</a>. It is based on the <a href=\"http://roots.io/\" target=\"_blank\">Roots</a> framework and features a unique timeline display for posts, inspired by Facebook’s timeline layout. DW Timeline was designed to showcase your blog or portfolio site.</p>\n<h3>Customizable Header</h3>\n<p>The homepage design supports a large customizable header image:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-homepage.jpg\" rel=\"prettyphoto[18162]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-homepage.jpg\" alt=\"dw-timeline-homepage\" width=\"880\" height=\"500\" class=\"aligncenter size-full wp-image-18181\" /></a></p>\n<p>After you upload your own header image, DW Timeline has a few extra options built into WordPress’ native customizer that will help you to achieve an effect similar to what you see in the demo. The theme lets you define two colors for the header mask, as well as a background color for the site title.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-header-customize.jpg\" rel=\"prettyphoto[18162]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-header-customize.jpg\" alt=\"dw-timeline-header-customize\" width=\"880\" height=\"500\" class=\"aligncenter size-full wp-image-18182\" /></a></p>\n<h3>Timeline Layout for Posts</h3>\n<p>Posts are arranged in a timeline format with pagination controls on the right side of the page. Clicking these will scroll you further down to the next set of posts. The number of pages is controlled by the number of posts you select in the Settings > Reading panel.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-timeline.jpg\" rel=\"prettyphoto[18162]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-timeline.jpg\" alt=\"dw-timeline-timeline\" width=\"880\" height=\"500\" class=\"aligncenter size-full wp-image-18184\" /></a></p>\n<h3>Single Post Design</h3>\n<p>Featured images are shown as the header on individual posts. If the image is not large enough, it will be stretched. Therefore, if you’re using this theme, you’ll want to select featured images that are large enough to make this work nicely.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-post.jpg\" rel=\"prettyphoto[18162]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-post.jpg\" alt=\"dw-timeline-post\" width=\"880\" height=\"500\" class=\"aligncenter size-full wp-image-18193\" /></a></p>\n<p>In addition to its unique homepage design, the DW Timeline theme has some nice details baked in that make your site responsive and readable:</p>\n<ul>\n<li>Post grid option by Meta-box</li>\n<li>Customize panel for: Header image and background, call to action button</li>\n<li>Support for 6 post formats: Standard, Gallery, Video, Image, Quote and Status</li>\n<li>Clean code using <a href=\"http://scribu.net/wordpress/theme-wrappers.html\" target=\"_blank\">Theme Wrappers</a></li>\n<li><a href=\"http://html5boilerplate.com/\" target=\"_blank\">HTML5 Boilerplate</a></li>\n<li><a href=\"https://www.readability.com/developers/guidelines\" target=\"_blank\">Micro-format</a></li>\n<li><a href=\"http://www.456bereastreet.com/archive/201010/how_to_make_wordpress_urls_root_relative/\" target=\"_blank\">Relative URL</a></li>\n<li>Multilingual ready</li>\n</ul>\n<p>Of course, it’s not easy to know what this theme looks like until you try out the <a href=\"http://demo.designwall.com/dw-timeline/\" target=\"_blank\">live demo</a> and test the timeline/pagination controls.</p>\n<p>A <a href=\"http://www.designwall.com/blog/dw-timeline-pro-wordpress-theme/\" target=\"_blank\">Pro version</a> of the theme is available from DesignWall, which includes a more intuitive treatment of navigation on mobile devices, a front-end posting form and an alternative <a href=\"http://wptavern.com/exploring-wordpress-theme-designers-love-affair-with-mint-green\" target=\"_blank\">mint green</a> flat design.</p>\n<p>If you want to make a big splash on your hompage and arrange your posts in a timeline format, this theme might be just the ticket. <a href=\"http://wordpress.org/themes/dw-timeline\" target=\"_blank\">DW Timeline</a> is available for free from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Mar 2014 00:47:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:88:\"WPTavern: WordPress Plugin Reminds You To Check Search Engine Visibility After Migration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18165\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:220:\"http://wptavern.com/wordpress-plugin-reminds-you-to-check-search-engine-visibility-after-migration?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-plugin-reminds-you-to-check-search-engine-visibility-after-migration\";s: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:2183:\"<p>Sometimes, after moving a site from a development environment into a live production environment, users and developers can forget to uncheck the “<em>Discourage Search Engines From Indexing Your Site</em>” box located within the <a title=\"http://codex.wordpress.org/Settings_Reading_Screen\" href=\"http://codex.wordpress.org/Settings_Reading_Screen\">Reading Settings</a>. It’s a terrible feeling to realize months after a site has gone live, that search engines failed to index the site because you forgot to change a setting. This is easily preventable using the <a title=\"http://wordpress.org/plugins/check-search-engine-visibility-on-migration/\" href=\"http://wordpress.org/plugins/check-search-engine-visibility-on-migration/\">Check Search Engine Visibility on Migration</a> plugin.</p>\n<div id=\"attachment_18169\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/CheckSearchEngine1.png\" rel=\"prettyphoto[18165]\"><img class=\"size-large wp-image-18169\" alt=\"Warning Seen If You Forget To Enable Search Engines\" src=\"http://wptavern.com/wp-content/uploads/2014/03/CheckSearchEngine1-500x137.png\" width=\"500\" height=\"137\" /></a><p class=\"wp-caption-text\">Warning Seen If You Forget To Enable Search Engines</p></div>\n<p>Developed by <a href=\"http://profiles.wordpress.org/rhyswynne/\">Rhys Wynne</a>, this fairly new plugin prevents users from forgetting to turn on search engines after migrating their site or changing the blog URL. When the warning is displayed, it won’t go away until you visit the Check/Set domain visibility settings page. There are other plugins that have similar functionality but this plugin forces the user to check the search engine visibility settings with no alternative way to dismiss the warning box.</p>\n<p>As long as you don’t forget to activate this plugin on the live site, it will remind you to double-check the search engine settings when it detects the URL has changed.</p>\n<p><strong>Have you ever transferred a website from a development server to a production environment and forgot to enable search engines? If so, how long did it take before you discovered the error?</strong></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Mar 2014 22:50:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: BuddyPress to Adopt Features-As-Plugins Model to Develop New Media Component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18119\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:216:\"http://wptavern.com/buddypress-to-adopt-features-as-plugins-model-to-develop-new-media-component?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-to-adopt-features-as-plugins-model-to-develop-new-media-component\";s: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:4515:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/bp-2014.jpg\" rel=\"prettyphoto[18119]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/bp-2014.jpg\" alt=\"bp-2014\" width=\"1023\" height=\"472\" class=\"aligncenter size-full wp-image-14181\" /></a></p>\n<p>The BuddyPress 2014 Survey results are in and are now <a href=\"http://mercime.github.io/buddyPress-2014-survey-results/index.html\" target=\"_blank\">posted on github</a> with graphs to visually represent the data collected from 338 developers in 52 countries. The survey provided an opportunity for participants to post feature requests as well as identify important areas for improvement.</p>\n<p>When prioritizing new development for 2014, the team will be looking at the top 10 categories of BuddyPress feature requests discovered through the survey:</p>\n<ul>\n<li>Group enhancements</li>\n<li>New Media component</li>\n<li>Activity Stream improvements</li>\n<li>A BuddyPress theme</li>\n<li>Membership add-ons</li>\n<li>xProfiles additions</li>\n<li>Improved Documentation</li>\n<li>Easy configuration of Profile/Group navigations</li>\n<li>Performance improvements</li>\n<li>More Privacy options</li>\n</ul>\n<p>When <a href=\"http://buddypress.org/2014/03/2014-buddypress-survey-results/\" target=\"_blank\">reporting</a> the survey results, <a href=\"http://buddypress.org/community/members/mercime/profile/\" target=\"_blank\">@mercime</a> confirmed that BuddyPress will be adopting the WordPress <a href=\"http://wptavern.com/wordpress-core-development-goes-to-warp-speed-with-features-as-plugins-model\" target=\"_blank\">features-as-plugins</a> model in order to get more people involved in the frontend and backend requirements.</p>\n<h3>BuddyPress Media Component and Attachment API</h3>\n<p>The first new feature to be developed as a plugin will be the Media Component. BuddyPress core developer Mathieu Viet, better known as <a href=\"http://buddypress.org/community/members/imath/\" target=\"_blank\">@imath</a>, has begun work on the <a href=\"https://buddypress.trac.wordpress.org/ticket/5429\" target=\"_blank\">enhancement</a> and plans to set it up on the <a href=\"https://github.com/buddypress\" target=\"_blank\">BuddyPress github account</a> soon.</p>\n<div id=\"attachment_18147\" class=\"wp-caption alignright\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/media.png\" rel=\"prettyphoto[18119]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/03/media-300x270.png\" alt=\"Example user attachment page\" width=\"300\" height=\"270\" class=\"size-medium wp-image-18147\" /></a><p class=\"wp-caption-text\">Example user attachment page</p></div>\n<p><strong>“The idea is also to build a BuddyPress attachment API so that plugins can use it for their components,”</strong> Viet said during a recent BuddyPress development <a href=\"https://irclogs.wordpress.org/chanlog.php?channel=buddypress-dev&day=2014-02-26&sort=asc\" target=\"_blank\">meeting</a>. Further down the road, the media component may be used to manage all attachments for other components, i.e. avatars for profiles and groups, files for messages, albums for members, etc. In this case attachments would refer to uploads that have BP metadata attached.</p>\n<p>Both John James Jacoby and Boone Gorges agreed that @imath’s implementation ideas for the component are quite promising and worth moving forward. “The basic idea is awesome and could be pretty transformative for BuddyPress,” Gorges commented.</p>\n<p>Gorges suggested that this feature would be an ideal candidate for developing a core component as a plugin for the purpose of increasing collaboration. “Then we could get it in people’s hands, get them testing in different environments, and we could iterate quickly,” Gorges said. “If it looks like it’ll be a fairly long dev period, we can even do like MP6 and release it as a wordpress.org plugin to get lots of testers.”</p>\n<p>The WordPress core has greatly benefited from using the <a href=\"http://make.wordpress.org/core/features-as-plugins/\" target=\"_blank\">features-as-plugins</a> development model, which helped four major features land in the 3.8 release. We’ll be tracking BuddyPress feature plugins as they emerge throughout 2014. The development survey indicated that 65 respondents from 31 countries are eager to contribute to BuddyPress in some way. Hopefully, the core team will be able to successfully use the features-as-plugins model to make it easier for new testers and contributors to get involved.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Mar 2014 20:36:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Matt: Philosophical Conversation with Reid Hoffman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43505\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2014/03/convo-with-reid/\";s: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:399:\"<p><span class=\"embed-youtube\"></span></p>\n<p>The chat I had the other week with Reid Hoffman is now online. Reid is such a thoughtful guy it’s my favorite interview in a while. We cover a lot of ground, including expanding WordPress’ (and Automattic’s) mission from “Democratize publishing” to “Democratize publishing and development.” Give it a watch!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Mar 2014 18:01:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:81:\"WPTavern: Jetpack To Release Update To Fix Publishing Bug With After The Deadline\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=18126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/jetpack-to-release-update-to-fix-publishing-bug-with-after-the-deadline?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-to-release-update-to-fix-publishing-bug-with-after-the-deadline\";s: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:2853:\"<p>Last week, <a title=\"http://wptavern.com/jetpack-2-9-introduces-multisite-support-and-related-posts-module\" href=\"http://wptavern.com/jetpack-2-9-introduces-multisite-support-and-related-posts-module\">we announced</a> the release of Jetpack 2.9 which introduced a related posts module and multisite support. Unfortunately, the release also contained a bug that prevented posts from being published if the <a title=\"http://jetpack.me/support/spelling-and-grammar/\" href=\"http://jetpack.me/support/spelling-and-grammar/\">Spelling and Grammar</a> module was enabled. More specifically, if you have the module configured to automatically proofread posts and pages before they are published and you’re using the Text editor, the screen will become stuck after the publish button is pressed, preventing the post from being published.</p>\n<div id=\"attachment_18131\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/03/PatchToFixAtDIssueWithJepack29.png\" rel=\"prettyphoto[18126]\"><img class=\"size-large wp-image-18131\" alt=\"Patched Code To Fix The AtD Bug With Jetpack 2.9\" src=\"http://wptavern.com/wp-content/uploads/2014/03/PatchToFixAtDIssueWithJepack29-500x243.png\" width=\"500\" height=\"243\" /></a><p class=\"wp-caption-text\">Patched Code To Fix The AtD Bug With Jetpack 2.9</p></div>\n<p>Users have already <a title=\"http://wordpress.org/support/topic/29-blocking-posts?replies=15\" href=\"http://wordpress.org/support/topic/29-blocking-posts?replies=15\">filed multiple reports</a> of the issue. The Jetpack team has already <a title=\"https://github.com/Automattic/jetpack/commit/7cdc9e10580631ca640ed872fcda2f666eb39bcd\" href=\"https://github.com/Automattic/jetpack/commit/7cdc9e10580631ca640ed872fcda2f666eb39bcd\">applied a patch</a> to fix the problem. George Stephanis, who is part of the Jetpack development team told me the problem “<em>stems from a change that accounted for WordPress 3.9′s <a title=\"http://wptavern.com/wordpress-developers-take-note-tinymce-4-0-merged-into-core\" href=\"http://wptavern.com/wordpress-developers-take-note-tinymce-4-0-merged-into-core\">pending bump to TinyMCE 4.0</a> and missed a conditional statement.</em>”</p>\n<p>Happiness engineer Brandon Kraft, <a title=\"http://wordpress.org/support/topic/unable-to-postnew-posts-with-29?replies=2\" href=\"http://wordpress.org/support/topic/unable-to-postnew-posts-with-29?replies=2\">mentioned in a support post</a> the fix might be released later today if internal testing goes well.</p>\n<blockquote><p>We are looking to release a fix later today. In the meantime, for most people, switching to the Visual view before publishing works.</p></blockquote>\n<p>Until the update is released, I recommend disabling the spell checking module or use the visual editor before publishing the post as suggested by Brandon Kraft.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Mar 2014 17:06:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WordPress.tv: Jonathan D. Johnson: The Big Red Button: Stress Free WordPress Deployments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=31989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wordpress.tv/2014/03/03/jonathan-d-johnson-the-big-red-button-stress-free-wordpress-deployments/\";s: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:723:\"<div id=\"v-nB0MVrto-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31989/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31989/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31989&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/03/jonathan-d-johnson-the-big-red-button-stress-free-wordpress-deployments/\"><img alt=\"Jonathan D. Johnson: The Big Red Button: Stress Free WordPress Deployments\" src=\"http://videos.videopress.com/nB0MVrto/video-09507b2df8_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, 03 Mar 2014 16:11: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: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:79:\"WordPress.tv: Paul Clark: Cowboy Meet Ninja — How To Never Crash A Site 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=31913\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/03/03/paul-clark-cowboy-meet-ninja-how-to-never-crash-a-site-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:703:\"<div id=\"v-qr6dbVZg-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31913/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31913/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31913&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/03/paul-clark-cowboy-meet-ninja-how-to-never-crash-a-site-again/\"><img alt=\"Paul Clark: Cowboy Meet Ninja — How To Never Crash A Site Again\" src=\"http://videos.videopress.com/qr6dbVZg/video-3d8dd23b8c_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, 03 Mar 2014 14:22:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:73:\"WordPress.tv: Dan Beil: Stop Building Themes And Start Building Solutions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=31911\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/03/03/dan-beil-stop-building-themes-and-start-building-solutions/\";s: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:695:\"<div id=\"v-pg9sRJVZ-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31911/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31911/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31911&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/03/dan-beil-stop-building-themes-and-start-building-solutions/\"><img alt=\"Dan Beil: Stop Building Themes And Start Building Solutions\" src=\"http://videos.videopress.com/pg9sRJVZ/video-2592bf9c69_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, 03 Mar 2014 14:11:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:42:\"BuddyPress: 2014 BuddyPress Survey Results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://buddypress.org/?p=179110\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2014/03/2014-buddypress-survey-results/\";s: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:8536:\"<p>This report presents the results from the 2014 BuddyPress Survey held from Jan. 7 – Feb. 10, 2014. Three hundred thirty-eight developers from fifty-two countries completed the survey. Thank you all.</p>\n<p><img alt=\"52 country flags of survey respondents\" src=\"http://mercime.files.wordpress.com/2014/03/countries.gif\" /></p>\n<h3>Goal of Survey</h3>\n<p>Guide the direction of BuddyPress plugin development in 2014</p>\n<p><strong>Objectives:</strong></p>\n<p>1. Discover current and actual BuddyPress usage.<br />\n2. Provide users the opportunity to post their feature requests.<br />\n3. Identify key areas for improvement.<br />\n4. Prioritize areas of BuddyPress development.<br />\n5. Set benchmarks to streamline development processes.<br />\n6. Identify volunteers who are interested in contributing to BuddyPress development.</p>\n<p><span id=\"more-179110\"></span></p>\n<h3>Background</h3>\n<p>The concept of an all-out BuddyPress survey began with <a href=\"http://buddypress.org/community/members/djpaul/\" rel=\"nofollow\">@djpaul</a>’s suggestion during an IRC devchat to embed a mini-survey in the plugin’s admin “What’s new” panel a week before BP 1.9 was released last December. The idea was to engage users in BP development for version 2.0. </p>\n<p>Skype discussions a couple of days later brought about the decision that while the mini-survey was feasible, it would be much better to conduct a full-blown survey. It would be similar to the <a title=\"”2013\" href=\"http://buddypress.org/2013/09/2013-buddypress-codex-survey-results/”\">2013 Codex Survey</a> but with an expanded scope to help guide BP development in 2014. After some testing and reviews, the <a href=\"http://buddypress.org/2014/01/2014-buddypress-survey/\" title=\"BuddyPress 2014 Survey Launched\">survey was launched in the second week of January</a>.</p>\n<h3>Survey Method/Design</h3>\n<p>I prepared the sample survey questions based on users’ posts at the BP Forums and the tickets at BP Trac during the Christmas holidays for review of the core team. The final 32 questions were re-categorized into four sections: a) You and BuddyPress, b) Themes and Plugins, c) Components and Participation, and d) Opinions and Requests.</p>\n<p>The online survey was created using <a>Polldaddy.com</a>. A variety of survey question types were employed to gather the data required: multiple choices, check boxes, a matrix, and open‐ended comments. The last type would also provide a veritable mine of information from responses in stand-alone questions and from “Other” options in multiple choices. </p>\n<h3>Key Findings</h3>\n<ol>\n<ol>\n<li><strong>bbPress (2.x)</strong> is the top forums solution for BuddyPress sites<br />\n<img alt=\"bbPress is the forum solution for most BP sites\" src=\"http://mercime.files.wordpress.com/2014/03/forums-bbpress.gif\" /></li>\n<li>More than 50% of BuddyPress sites are on the <strong>latest versions of WordPress and BuddyPress</strong>.</li>\n<li>Sixty-two percent of respondents have built 1 to 5 sites each and more than half of those sites are on <strong>Shared Hosting plans</strong>.</li>\n<li>Theme Compatibility introduced in BP 1.7 has <strong>expanded the available theme choices</strong> for BuddyPress sites. Per survey, themes used for BuddyPress sites are now almost evenly divided between: a) Free WP themes with or without BP support, b) Commercial WP themes with or without BP support, and c) Own custom themes using BP theme compat or custom themes overriding template parts with BP theme compat disabled.\n<p><img alt=\"BuddyPress themes\" src=\"http://mercime.files.wordpress.com/2014/03/themes1.gif\" /></li>\n<li>The top features wanted in a BuddyPress theme are:<br />\n• Compatibility with the latest BP version<br />\n• Responsive<br />\n• Light and Fresh Design\n</li>\n<li>The top 12 BP-specific plugins and plugins with BP support activated are:<br />\n<img src=\"http://mercime.files.wordpress.com/2014/03/plugins-used.png\" alt=\"Activated plugins in BP sites\" width=\"300\" height=\"auto\" class=\"alignright\" /><br />\n• bbPress<br />\n• BuddyPress Activity Plus<br />\n• rtMedia<br />\n• BuddyPress Group Email Subscription<br />\n• Invite Anyone<br />\n• Buddypress Docs<br />\n• BuddyPress Activity Privacy<br />\n• Buddypress Xprofile Custom Fields Type<br />\n• BP Labs<br />\n• BuddyPress Custom Profile Menu<br />\n• BuddyPress Pending Activations<br />\n• s2member\n</li>\n<li>The majority of users are satisfied with all BuddyPress components except for Site Tracking which can only be activated for multisite installations.\n<p><img alt=\"chart of rated BuddyPress components\" src=\"http://mercime.files.wordpress.com/2014/03/components.gif\" /></li>\n<li><strong>Sixty-five respondents</strong> from 31 countries submitted their email addresses to get involved with BP development. Thank you! We will be contacting you soon.\n<p><img alt=\"country flags of volunteers\" src=\"http://mercime.files.wordpress.com/2014/03/volunteers.gif\" /></li>\n<li>Sixty-seven percent of respondents evaluated other social networking software before choosing BuddyPress.\n<p><img alt=\"social network software evaluated\" src=\"http://mercime.files.wordpress.com/2014/03/sn-evaluated1.gif\" /></li>\n<li>The top 10 categories of BP features requested are:<br />\n<img src=\"http://mercime.files.wordpress.com/2014/03/features.png\" alt=\"Top BP Feature Requests\" width=\"300\" height=\"auto\" class=\"alignright\" /><br />\n• Group enhancements<br />\n• new Media component<br />\n• Activity Stream improvements<br />\n• a BuddyPress theme<br />\n• Membership add-ons<br />\n• xProfiles additions<br />\n• improved Documentation<br />\n• easy configuration of Profile/Group navigations<br />\n• Performance improvements<br />\n• more Privacy options\n</li>\n</ol>\n<h3>Acknowledgements</h3>\n<p>• Survey Preparation: <a href=\"http://buddypress.org/community/members/johnjamesjacoby/\" rel=\"nofollow\">@johnjamesjacoby</a>, <a href=\"http://buddypress.org/community/members/boonebgorges/\" rel=\"nofollow\">@boonebgorges</a>, <a href=\"http://buddypress.org/community/members/djpaul/\" rel=\"nofollow\">@djpaul</a>, <a href=\"http://buddypress.org/community/members/r-a-y/\" rel=\"nofollow\">@r-a-y</a>, <a href=\"http://buddypress.org/community/members/imath/\" rel=\"nofollow\">@imath</a>, and <a href=\"http://buddypress.org/community/members/hnla/\" rel=\"nofollow\">@hnla</a><br />\n• Online Survey Solution: <a href=\"http://polldaddy.com\">Polldaddy.com</a> and <a href=\"http://automattic.com\" title=\"Automattic\">Automattic</a> for the corporate account<br />\n• Survey Report: <a href=\"http://d3js.org/\" title=\"d3js\">d3.js</a>, <a href=\"http://www.chartjs.org/\" title=\"chartjs.org\">Chart.js</a>,<a href=\"https://github.com/\" title=\"github.com\"> Github.com</a>, and <a href=\"http://buddypress.org/community/members/johnjamesjacoby/\" rel=\"nofollow\">@johnjamesjacoby</a> for helping me get the report site up and running in gh-pages<br />\n• Last but not least, many thanks once again to the survey participants who completed this survey <img src=\"http://buddypress.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<h3>Moving Forward</h3>\n<p>The core team who has been updated regularly since this survey began, has already started discussions on the feature requests along with working on existing Trac tickets and creating new ones based on your responses to this survey. In addition, adopting the WordPress features-as-plugin process, some new BP features will be developed as plugins first to get more people involved in the frontend and backend requirements. </p>\n<p>You can keep abreast of latest developments by subscribing to <a href=\"http://bpdevel.wordpress.com\" title=\"BuddyPress Development blog\">http://bpdevel.wordpress.com</a> and joining <a href=\"http://codex.buddypress.org/participate-and-contribute/#irc-chats\">BP devchats at irc.freenode.net</a>.</p>\n<p>Finally, please visit the mobile-friendly <a title=\"BuddyPress 2014 Survey Results page\" href=\"http://mercime.github.io/buddyPress-2014-survey-results/index.html\">BuddyPress 2014 Survey Results page</a> to see the graphs and visualizations prepared from your responses to the survey. Cheers.</p>\n<p><a title=\"BuddyPress 2014 Survey Results page\" href=\"http://mercime.github.io/buddyPress-2014-survey-results/index.html\"><img alt=\"social network software evaluated\" src=\"http://mercime.files.wordpress.com/2014/03/survey-results.gif\" /></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, 03 Mar 2014 12:30: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"@mercime\";s: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:62:\"Lorelle on WP: WordPress Workshop for Writers in Salem, Oregon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=11191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://lorelle.wordpress.com/2014/03/02/wordpress-workshop-for-writers-in-salem-oregon/\";s: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:502:\"Are you a writer? Author? Thinking about it? Live in the Salem, Oregon, or nearby areas? I’ll be leading a workshop in Salem, Oregon, specifically designed for writers and authors using WordPress. The event is part of the great work the Salem Chapter of the Willamette Writer’s Group, a regional group of writers and authors […]<img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=11191&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, 02 Mar 2014 21:31: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: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: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:75:\"WordPress.tv: Mike Schroder: Bring WordPress To Life With The Heartbeat API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=31909\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/03/02/mike-schroder-bring-wordpress-to-life-with-the-heartbeat-api/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:699:\"<div id=\"v-A7GdxyuY-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31909/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31909/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31909&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/02/mike-schroder-bring-wordpress-to-life-with-the-heartbeat-api/\"><img alt=\"Mike Schroder: Bring WordPress To Life With The Heartbeat API\" src=\"http://videos.videopress.com/A7GdxyuY/video-5e7353b8ff_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, 02 Mar 2014 13:42: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: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:84:\"WordPress.tv: Scott Bolinger: Creating Mobile Apps WordPress: Tips, Tricks And 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:28:\"http://wordpress.tv/?p=31907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.tv/2014/03/02/scott-bolinger-creating-mobile-apps-wordpress-tips-tricks-and-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:714:\"<div id=\"v-0RHTTXUO-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31907/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31907/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31907&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/02/scott-bolinger-creating-mobile-apps-wordpress-tips-tricks-and-more/\"><img alt=\"Scott Bolinger: Creating Mobile Apps WordPress: Tips, Tricks And More!\" src=\"http://videos.videopress.com/0RHTTXUO/video-2913e125c7_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, 02 Mar 2014 13:28: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: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: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:62:\"WordPress.tv: Tomas Puig: WordPress And The Internet Of Things\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=31640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.tv/2014/03/02/tomas-puig-wordpress-and-the-internet-of-things/\";s: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-fczu1ULS-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31640/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31640/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31640&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/02/tomas-puig-wordpress-and-the-internet-of-things/\"><img alt=\"Tomas Puig: WordPress And The Internet Of Things\" src=\"http://videos.videopress.com/fczu1ULS/video-9e9b386807_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, 02 Mar 2014 13:12:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"WordPress.tv: Brad Muncs et Matthieu Gadrat: Mieux filtrer vos listes avec Ajax\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=22688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/03/01/brad-muncs-et-matthieu-gadrat-mieux-filtrer-vos-listes-avec-ajax/\";s: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-EMb0CFY2-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/22688/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/22688/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=22688&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/01/brad-muncs-et-matthieu-gadrat-mieux-filtrer-vos-listes-avec-ajax/\"><img alt=\"WCMTL2013_brad_muncs.m4v\" src=\"http://videos.videopress.com/EMb0CFY2/video-ac6047da8b_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, 02 Mar 2014 01:27:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:70:\"WordPress.tv: Taylor Aldridge: You Know It’s Good, Cause It’s Blue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=31635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.tv/2014/03/01/taylor-aldridge-you-know-its-good-cause-its-blue/\";s: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:682:\"<div id=\"v-E2NAmVix-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31635/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31635/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31635&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/01/taylor-aldridge-you-know-its-good-cause-its-blue/\"><img alt=\"Taylor Aldridge: You Know It’s Good, Cause It’s Blue\" src=\"http://videos.videopress.com/E2NAmVix/video-38eccfa8c1_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:\"Sat, 01 Mar 2014 12:48: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: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:84:\"WordPress.tv: Greg Taylor: What Is Your Site Without Content And What To Do About It\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=31567\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wordpress.tv/2014/03/01/greg-taylor-what-is-your-site-without-content-and-what-to-do-about-it/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:717:\"<div id=\"v-LwtkMJgx-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31567/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31567/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31567&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/03/01/greg-taylor-what-is-your-site-without-content-and-what-to-do-about-it/\"><img alt=\"Greg Taylor: What Is Your Site Without Content And What To Do About It\" src=\"http://videos.videopress.com/LwtkMJgx/video-03eda402b9_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:\"Sat, 01 Mar 2014 12:40:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 11 Mar 2014 15:26:12 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"180631\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 11 Mar 2014 15:15:15 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20140212190441\";}','no'),(1255,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:6:\"Layout\";a:3:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(1686,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1394594772','no'),(1687,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1394551572','no'),(179,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1392275018','no'),(180,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/large-bruteforce-attack-against-wordpress-sites-starting-to-subside?utm_source=rss&utm_medium=rss&utm_campaign=large-bruteforce-attack-against-wordpress-sites-starting-to-subside\' title=\'Security company Wordfence is reporting that the large distributed brute force attack on WordPress sites is starting to subside. On the morning of February 10th, employees noticed a large increase in the volume of attacks. Their real-time activity map was showing so much activity, they had to throttle the amount of data displayed. I asked BruteProtect if the […]\'>WPTavern: Large Bruteforce Attack Against WordPress Sites Starting To Subside</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/how-to-add-special-characters-to-wordpress-posts?utm_source=rss&utm_medium=rss&utm_campaign=how-to-add-special-characters-to-wordpress-posts\' title=\'Did you know that WordPress has built-in support for finding and using special characters in your content? This was news to me, after noticing a tweet from Mel Choyce, inquiring if anyone ever used the feature. The replies indicate that most have never used it. But what if that’s because nobody knows it’s there? After poking around, I found the special chara […]\'>WPTavern: How to Add Special Characters to WordPress Posts</a></li><li><a class=\'rsswidget\' href=\'http://ios.wordpress.org/2014/02/12/wordpress-for-ios-3-9-1-released/\' title=\'WordPress for iOS 3.9.1 is out and now available to download from the App Store. Some of the fixes included in this version are: Added: Ability to dismiss commenting by tapping on the background. Fixed: The last tab you selected is now loaded when returning to the app. Fixed: Timezone is now correctly preserved after updating a post. Fixed: You can now add l […]\'>WP iPhone: WordPress for iOS 3.9.1 Released</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-e-commerce-plugins-update-to-support-stripes-global-expansion-of-currencies?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-e-commerce-plugins-update-to-support-stripes-global-expansion-of-currencies\' title=\'Stripe announced that it now supports 139 currencies in an effort to increase patrons’ ability to sell to worldwide audiences. The update allows those using Stripe to charge customers using any of the new currencies. Stripe handles the conversion and transfers funds to its patrons in their home currencies with a 2% fee added on top. This massive expansion of […]\'>WPTavern: WordPress E-Commerce Plugins Update to Support Stripe’s Global Expansion of Currencies</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-com-joins-google-reddit-and-tumblr-in-protesting-nsa-surveillance?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-com-joins-google-reddit-and-tumblr-in-protesting-nsa-surveillance\' title=\'WordPress.com announced that it is joining forces with other organizations and companies around the globe to protest NSA surveillance. Earlier this morning Google endorsed the USA Freedom Act, new legislation with bi-partisan authorship that calls for NSA reform. Today WordPress.com joins Google and Reddit, Tumblr, Mozilla, the Electronic Frontier Foundation […]\'>WPTavern: WordPress.com Joins Google, Reddit and Tumblr in Protesting NSA Surveillance</a></li></ul></div>','no'),(181,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1392275018','no'),(182,'_transient_feed_57bc725ad6568758915363af670fd8bc','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:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins/browse/new/\";s: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:33:\"WordPress Plugins » View: Newest\";s: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:\"Wed, 12 Feb 2014 18:37: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: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:14:\"Social Tracker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/social-tracker/#post-63847\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Feb 2014 21:03: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63847@https://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:87:\"Track your website's social and SEO ranking data daily and know your sites growth.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"bhagirath25\";s: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:18:\"Interactive Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/interactive-slider/#post-63793\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Feb 2014 05:21: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63793@https://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:149:\"Interactive Slider is an easy way to generate image slider ( with posts excerpt's scroller as a navigation panel ) based on the Wordpress posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"mariusz-webdeveloper\";s: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:\"WP Notifications Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/wp-notifications-manager/#post-63879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Feb 2014 17:53:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63879@https://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:65:\"Manage new user registration & password change notifications.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"c.anderson3\";s: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:12:\"Login Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/login-sidebar-widget/#post-63796\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Feb 2014 06:19: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:36:\"63796@https://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:42:\"This is a simple login form in the widget.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"avi.megladon\";s: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:13:\"BayesianWitch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/bayesianwitch/#post-63800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Feb 2014 16:23: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63800@https://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:120:\"Use Bandit Algorithms to automaticaly optimize your call to action in affiliate marketing posts. Write it and forget it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"stucchio\";s: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:21:\"WP Exit Page Redirect\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/plugins/wp-exit-page-redirect/#post-63901\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 12 Feb 2014 04:03: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63901@https://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:145:\"Easily create an exit meta tag redirect page to warn users they are leaving your website and automatically redirect them after a set time period.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"LGRIS\";s: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:26:\"IM8 qTranslate WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/plugins/im8-qtranslate-woocommerce/#post-63883\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Feb 2014 20:13: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:36:\"63883@https://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:53:\"Front-end integration of qTranslate into 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"intermedi8\";s: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:10:\"Citriq.net\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/citriqnet/#post-63767\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Feb 2014 18:50: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:36:\"63767@https://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:70:\"Référencez automatiquement vos critiques littéraires sur Citriq.net\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"clementbourgoin\";s: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:6:\"Sender\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/sender/#post-63869\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Feb 2014 12:01:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63869@https://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:43:\"This plugin sends mail to registered 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:11:\"bestwebsoft\";s: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:21:\"Ajax Archive Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/plugins/ajax-archive-calendar/#post-63867\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Feb 2014 11:58:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63867@https://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:23:\"Ajax Archive Calendar .\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"osman sorkar\";s: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:16:\"Content Restrict\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/content-restrict/#post-63799\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Feb 2014 14:42: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:36:\"63799@https://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:61:\"Restrict custom post type, pages or posts to logged in 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:14:\"Md Meraj Ahmed\";s: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:17:\"Webriti SMTP Mail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/webriti-smtp-mail/#post-63872\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Feb 2014 14:07:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63872@https://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:150:\"Now send Emails from your WordPress Blog using your preferred SMTP Server. Webriti Smtp Mail plugins helps us to \nsend mails via Smtp instead of php m\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"webriti\";s: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:17:\"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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/wp-weixin-robot/#post-63760\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Feb 2014 11:36: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63760@https://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:120:\"Weixin connected to the WordPress, use the information you faster\n(微信连接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:6:\"midoks\";s: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:8:\"Infomous\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/infomous/#post-63874\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Feb 2014 15:00: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63874@https://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:96:\"Infomous is an interactive, visually compelling word cloud that lets you explore online content.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"DualCube\";s: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:18:\"w2pe Beaver Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/w2pe-beaverslider/#post-63873\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Feb 2014 14:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63873@https://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:122:\"w2pe-beaverslider Slider perhaps the best image slider for Wordpress based on jQuery. The image gallery for your web site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"wppluginexpert\";s: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:42:\"https://wordpress.org/plugins/rss/view/new\";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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 12 Feb 2014 19:03:38 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, 12 Feb 2014 19:12:37 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Wed, 12 Feb 2014 18:37:37 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20121202214312\";}','no'),(183,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1392275018','no'),(184,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1392231818','no'),(187,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1392275018','no'),(188,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/plugins/captcha/\'>Captcha</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=captcha&_wpnonce=e05b4e1cdf&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Captcha\'>Install</a>)</span>\n<p>This plugin allows you to implement super security captcha form into web forms.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'https://wordpress.org/plugins/wp-exit-page-redirect/\'>WP Exit Page Redirect</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wp-exit-page-redirect&_wpnonce=ce35fb0e0d&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'WP Exit Page Redirect\'>Install</a>)</span>\n<p>Easily create an exit meta tag redirect page to warn users they are leaving your website and automatically redirect them after a set time period.</p>\n','no'),(1385,'mailhide_options','a:10:{s:10:\"public_key\";s:0:\"\";s:11:\"private_key\";s:0:\"\";s:12:\"use_in_posts\";i:0;s:15:\"use_in_comments\";i:0;s:10:\"use_in_rss\";i:0;s:19:\"use_in_rss_comments\";i:0;s:27:\"bypass_for_registered_users\";i:0;s:20:\"minimum_bypass_level\";s:4:\"read\";s:17:\"replace_link_with\";s:0:\"\";s:18:\"replace_title_with\";s:0:\"\";}','yes'),(194,'theme_mods_twentyeleven','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1392232101;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}','yes'),(1302,'theme_mods_almasi','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:15;}}','yes'),(195,'current_theme','Almasi','yes'),(196,'theme_mods_twentyfourteen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:14;}s:16:\"background_color\";s:6:\"3a0000\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1393092403;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:28:\"woocommerce_recent_reviews-2\";i:3;s:17:\"recent-comments-2\";i:4;s:12:\"categories-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(197,'theme_switched','','yes'),(199,'ws_plugin__s2member_activated_levels','4','yes'),(201,'wp_cart_title','sex postures','yes'),(202,'wp_cart_empty_text','Your cart is empty','yes'),(203,'wpus_shopping_cart_empty_hide','','yes'),(204,'wpus_display_link_in_cart','checked=\"checked\"','yes'),(205,'wpus_display_thumbnail_in_cart','checked=\"checked\"','yes'),(206,'wpus_thumbnail_in_cart_width','32','yes'),(207,'wpus_thumbnail_in_cart_height','32','yes'),(208,'wp_cart_visit_shop_text','Visit The Shop','yes'),(209,'wp_cart_update_quantiy_text','','yes'),(367,'is_sandbox','0','yes'),(210,'wpus_shopping_cart_items_in_cart_hide','','yes'),(211,'plural_items_text','products in your cart','yes'),(212,'singular_items_text','product in your cart','yes'),(213,'add_cartstyle','wp_cart_button','yes'),(214,'checkout_style','wp_checkout_button','yes'),(215,'display_product_name','1','yes'),(216,'display_product_inline','','yes'),(217,'display_quantity','','yes'),(218,'subtotal_text','Subtotal','yes'),(219,'shipping_text','Shipping','yes'),(220,'total_text','Total','yes'),(221,'item_name_text','Item Name','yes'),(222,'qualtity_text','Quantity','yes'),(223,'price_text','Price','yes'),(224,'remove_text','Remove','yes'),(225,'cart_currency_symbol_order','1','yes'),(226,'item_qty_string','%d item%s in your cart','yes'),(227,'no_item_in_cart_string','Cart empty','yes'),(228,'cart_return_from_paypal_url','http://www.hotsexpostures.com/wordpress2','yes'),(231,'wpcf7','a:1:{s:7:\"version\";s:3:\"3.7\";}','yes'),(233,'wppb_version','1.3.13','yes'),(234,'profile_builder_version','1.1.58','yes'),(235,'wppb_default_settings','a:24:{s:8:\"username\";s:4:\"show\";s:16:\"usernameRequired\";s:2:\"no\";s:9:\"firstname\";s:4:\"show\";s:17:\"firstnameRequired\";s:2:\"no\";s:8:\"lastname\";s:4:\"show\";s:16:\"lastnameRequired\";s:2:\"no\";s:8:\"nickname\";s:4:\"show\";s:16:\"nicknameRequired\";s:2:\"no\";s:8:\"dispname\";s:4:\"show\";s:16:\"dispnameRequired\";s:2:\"no\";s:5:\"email\";s:4:\"show\";s:13:\"emailRequired\";s:2:\"no\";s:7:\"website\";s:4:\"show\";s:15:\"websiteRequired\";s:2:\"no\";s:3:\"aim\";s:4:\"show\";s:11:\"aimRequired\";s:2:\"no\";s:5:\"yahoo\";s:4:\"show\";s:13:\"yahooRequired\";s:2:\"no\";s:6:\"jabber\";s:4:\"show\";s:14:\"jabberRequired\";s:2:\"no\";s:3:\"bio\";s:4:\"show\";s:11:\"bioRequired\";s:2:\"no\";s:8:\"password\";s:4:\"show\";s:16:\"passwordRequired\";s:2:\"no\";}','yes'),(236,'wppb_general_settings','a:3:{s:17:\"extraFieldsLayout\";s:3:\"yes\";s:17:\"emailConfirmation\";s:2:\"no\";s:9:\"loginWith\";s:8:\"username\";}','yes'),(237,'wppb_display_admin_settings','a:9:{s:13:\"Administrator\";s:4:\"show\";s:6:\"Editor\";s:4:\"show\";s:6:\"Author\";s:4:\"show\";s:11:\"Contributor\";s:4:\"show\";s:10:\"Subscriber\";s:4:\"show\";s:16:\"s2Member Level 1\";s:4:\"show\";s:16:\"s2Member Level 2\";s:4:\"show\";s:16:\"s2Member Level 3\";s:4:\"show\";s:16:\"s2Member Level 4\";s:4:\"show\";}','yes'),(238,'profile_builder_activation','set','yes'),(241,'woocommerce_default_country','TR:TR34','yes'),(242,'woocommerce_allowed_countries','all','yes'),(243,'woocommerce_specific_allowed_countries','a:0:{}','yes'),(244,'woocommerce_demo_store','no','yes'),(245,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(246,'woocommerce_api_enabled','yes','yes'),(247,'woocommerce_currency','GBP','yes'),(248,'woocommerce_currency_pos','left','yes'),(249,'woocommerce_price_thousand_sep',',','yes'),(250,'woocommerce_price_decimal_sep','.','yes'),(251,'woocommerce_price_num_decimals','2','yes'),(252,'woocommerce_enable_lightbox','yes','yes'),(253,'woocommerce_enable_chosen','yes','no'),(254,'woocommerce_shop_page_id','9','yes'),(255,'woocommerce_shop_page_display','','yes'),(256,'woocommerce_category_archive_display','','yes'),(257,'woocommerce_default_catalog_orderby','menu_order','yes'),(258,'woocommerce_cart_redirect_after_add','no','yes'),(259,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(260,'woocommerce_weight_unit','kg','yes'),(261,'woocommerce_dimension_unit','cm','yes'),(262,'woocommerce_enable_review_rating','yes','no'),(263,'woocommerce_review_rating_required','yes','no'),(264,'woocommerce_review_rating_verification_label','yes','no'),(265,'woocommerce_review_rating_verification_required','no','no'),(266,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";i:1;}','yes'),(267,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(268,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";s:4:\"crop\";i:1;}','yes'),(269,'woocommerce_file_download_method','force','no'),(270,'woocommerce_downloads_require_login','no','no'),(271,'woocommerce_downloads_grant_access_after_payment','yes','no'),(272,'woocommerce_manage_stock','yes','yes'),(273,'woocommerce_hold_stock_minutes','60','no'),(274,'woocommerce_notify_low_stock','yes','no'),(275,'woocommerce_notify_no_stock','yes','no'),(276,'woocommerce_stock_email_recipient','xtwoxtwo3@gmail.com','no'),(277,'woocommerce_notify_low_stock_amount','2','no'),(278,'woocommerce_notify_no_stock_amount','0','no'),(279,'woocommerce_hide_out_of_stock_items','no','yes'),(280,'woocommerce_stock_format','','yes'),(281,'woocommerce_calc_taxes','no','yes'),(282,'woocommerce_prices_include_tax','no','yes'),(283,'woocommerce_tax_based_on','shipping','yes'),(284,'woocommerce_default_customer_address','base','yes'),(285,'woocommerce_shipping_tax_class','title','yes'),(286,'woocommerce_tax_round_at_subtotal','no','yes'),(287,'woocommerce_tax_classes','Reduced Rate\r\nZero Rate','yes'),(288,'woocommerce_tax_display_shop','excl','yes'),(289,'woocommerce_price_display_suffix','','yes'),(290,'woocommerce_tax_display_cart','excl','no'),(291,'woocommerce_tax_total_display','itemized','no'),(292,'woocommerce_enable_coupons','yes','no'),(293,'woocommerce_enable_guest_checkout','no','no'),(294,'woocommerce_force_ssl_checkout','no','yes'),(295,'woocommerce_unforce_ssl_checkout','no','yes'),(296,'woocommerce_cart_page_id','10','yes'),(297,'woocommerce_checkout_page_id','11','yes'),(298,'woocommerce_terms_page_id','','no'),(299,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(300,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(301,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(302,'woocommerce_calc_shipping','yes','yes'),(303,'woocommerce_enable_shipping_calc','yes','no'),(304,'woocommerce_shipping_cost_requires_address','no','no'),(305,'woocommerce_shipping_method_format','','no'),(306,'woocommerce_ship_to_billing','yes','no'),(307,'woocommerce_ship_to_billing_address_only','no','no'),(308,'woocommerce_ship_to_countries','','yes'),(309,'woocommerce_specific_ship_to_countries','','yes'),(310,'woocommerce_myaccount_page_id','12','yes'),(311,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(312,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(313,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(314,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(315,'woocommerce_logout_endpoint','customer-logout','yes'),(316,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(317,'woocommerce_enable_myaccount_registration','yes','no'),(318,'woocommerce_enable_checkout_login_reminder','yes','no'),(319,'woocommerce_registration_generate_username','yes','no'),(320,'woocommerce_registration_generate_password','no','no'),(321,'woocommerce_email_from_name','hotsexpostures.com','no'),(322,'woocommerce_email_from_address','xtwoxtwo3@gmail.com','no'),(323,'woocommerce_email_header_image','','no'),(324,'woocommerce_email_footer_text','hotsexpostures.com - Powered by WooCommerce','no'),(325,'woocommerce_email_base_color','#557da1','no'),(326,'woocommerce_email_background_color','#f5f5f5','no'),(327,'woocommerce_email_body_background_color','#fdfdfd','no'),(328,'woocommerce_email_text_color','#505050','no'),(331,'woocommerce_db_version','2.1.2','yes'),(1263,'option_tree','a:0:{}','yes'),(332,'woocommerce_version','2.1.2','yes'),(627,'_transient_woocommerce_cache_excluded_uris','a:6:{i:0;s:4:\"p=10\";i:1;s:4:\"p=11\";i:2;s:4:\"p=12\";i:3;s:5:\"/cart\";i:4;s:9:\"/checkout\";i:5;s:11:\"/my-account\";}','yes'),(338,'woocommerce_meta_box_errors','a:0:{}','yes'),(340,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1361,'_transient_timeout_wc_report_81c13bde26c8aac47997ec4e2a9c115c','1393580528','no'),(354,'cart_currency_symbol','$','yes'),(353,'cart_payment_currency','USD','yes'),(355,'cart_base_shipping_cost','0','yes'),(356,'cart_free_shipping_threshold','','yes'),(357,'wpus_shopping_cart_collect_address','','yes'),(358,'wpus_shopping_cart_use_profile_shipping','','yes'),(359,'cart_paypal_email','xchristwo@yahoo.com','yes'),(360,'display_free_shipping','','yes'),(361,'display_vat','','yes'),(362,'use_custom_button','','yes'),(363,'addToCartButtonName','','yes'),(364,'checkoutButtonName','thanks for your purchase ','yes'),(365,'cart_validate_url','','yes'),(366,'cart_products_page_url','','yes'),(368,'wpus_shopping_cart_auto_redirect_to_checkout_page','','yes'),(369,'cart_checkout_page_url','http://www.hotsexpostures.com/wordpress2/?page_id=38','yes'),(370,'wpus_shopping_cart_reset_after_redirection_to_return_page','','yes'),(371,'wpus_shopping_cart_image_hide','','yes'),(372,'wp_use_aff_platform','','yes'),(381,'product_cat_children','a:0:{}','yes'),(382,'product_shipping_class_children','a:0:{}','yes'),(390,'woocommerce_paypal_settings','a:16:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:84:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account\";s:5:\"email\";s:19:\"xchristwo@yahoo.com\";s:14:\"receiver_email\";s:19:\"xchristwo@yahoo.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"paymentaction\";s:4:\"sale\";s:22:\"form_submission_method\";s:3:\"yes\";s:10:\"page_style\";s:0:\"\";s:8:\"shipping\";s:0:\"\";s:13:\"send_shipping\";s:2:\"no\";s:16:\"address_override\";s:2:\"no\";s:7:\"testing\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";}','yes'),(615,'woocommerce_frontend_css_colors','a:5:{s:7:\"primary\";s:7:\"#ad74a2\";s:9:\"secondary\";s:7:\"#f7f6f7\";s:9:\"highlight\";s:7:\"#85ad74\";s:10:\"content_bg\";s:7:\"#ffffff\";s:7:\"subtext\";s:7:\"#777777\";}','yes'),(610,'category_children','a:0:{}','yes'),(439,'_site_transient_timeout_browser_043122d71f0e1c9aa31b4150c975ea1b','1392878271','yes'),(440,'_site_transient_browser_043122d71f0e1c9aa31b4150c975ea1b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"26.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'),(449,'woocommerce_permalinks','a:4:{s:13:\"category_base\";s:0:\"\";s:8:\"tag_base\";s:0:\"\";s:14:\"attribute_base\";s:0:\"\";s:12:\"product_base\";s:0:\"\";}','yes'),(468,'widget_woocommerce_recent_reviews','a:2:{i:2;a:2:{s:5:\"title\";s:14:\"Recent Reviews\";s:6:\"number\";s:2:\"10\";}s:12:\"_multiwidget\";i:1;}','yes'),(1208,'_transient_wc_uf_pid_98445f98e21fece4c092bccf3dc7ac25','a:6:{i:0;s:3:\"190\";i:1;s:3:\"185\";i:2;s:3:\"179\";i:3;s:3:\"133\";i:4;s:3:\"116\";i:5;s:2:\"90\";}','yes'),(1209,'_transient_wc_rating_count_185','0','yes'),(1210,'_transient_wc_average_rating_185','','yes'),(1211,'_transient_wc_rating_count_190','0','yes'),(1212,'_transient_wc_average_rating_190','','yes'),(1213,'_transient_wc_rating_count_179','0','yes'),(1214,'_transient_wc_average_rating_179','','yes'),(1215,'_transient_wc_rating_count_90','0','yes'),(1216,'_transient_wc_average_rating_90','','yes'),(1217,'_transient_wc_rating_count_116','0','yes'),(1218,'_transient_wc_average_rating_116','','yes'),(1219,'_transient_wc_rating_count_133','0','yes'),(1220,'_transient_wc_average_rating_133','','yes'),(2040,'_wc_session_WXmyNuE0XiygPia4MwFy51Shh4z4qGYg','a:1:{s:10:\"wc_notices\";N;}','no'),(1692,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1394594773','no'),(1693,'_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, 11 Mar 2014 14:56:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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: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: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: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: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: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: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: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: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: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:120:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 9 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: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: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: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: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:\"\";}}}}}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: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: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: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: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:\"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:107:\"The easiest, most effective way to secure WordPress. Improve the security of any WordPress site 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: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:30:\"Google Analytics for 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@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:145:\"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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: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:12:\"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:60:\"http://wordpress.org/plugins/contact-form-plugin/#post-26890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2011 07:34: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26890@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:43:\"Add Contact Form to your 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"bestwebsoft\";s: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:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@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:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s: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:33:\"Google Analytics Dashboard for 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2013 17:07: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@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:148:\"Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s: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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 11 Mar 2014 15:26:13 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:\"Tue, 11 Mar 2014 15:31:40 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Tue, 11 Mar 2014 14:56:40 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140212190441\";}','no'),(1388,'facebook_home_features','a:1:{s:4:\"like\";b:1;}','yes'),(1389,'facebook_archive_features','a:0:{}','yes'),(1390,'facebook_post_features','a:1:{s:4:\"like\";b:1;}','yes'),(1391,'facebook_page_features','a:0:{}','yes'),(1392,'facebook_attachment_features','a:0:{}','yes'),(1393,'facebook_product_features','a:0:{}','yes'),(1394,'facebook_like_button','a:4:{s:8:\"position\";s:4:\"both\";s:4:\"font\";s:5:\"arial\";s:5:\"width\";i:780;s:10:\"show_faces\";b:1;}','yes'),(2041,'_wc_session_expires_WXmyNuE0XiygPia4MwFy51Shh4z4qGYg','1396347926','no'),(1682,'_transient_timeout_wc_report_f0af875801ed958fd83e11ca17a8a51c','1394637967','no'),(1683,'_transient_wc_report_f0af875801ed958fd83e11ca17a8a51c','a:0:{}','no'),(1694,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1394594773','no'),(1362,'_transient_wc_report_81c13bde26c8aac47997ec4e2a9c115c','a:0:{}','no'),(611,'woocommerce_default_gateway','paypal','yes'),(612,'woocommerce_gateway_order','a:5:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:16:\"mijireh_checkout\";i:3;s:6:\"paypal\";i:4;}','yes'),(2025,'_transient_timeout_facebook_locale','1396222093','no'),(2026,'_transient_facebook_locale','en_US','no'),(1081,'_transient_woocommerce_processing_order_count','0','yes'),(1076,'fcbk_bttn_plgn_options','a:10:{s:4:\"link\";s:81:\"https://www.facebook.com/pages/Hot-Sex-Postures-and-Jokes/1436350633246139?ref=hl\";s:7:\"my_page\";i:0;s:4:\"like\";i:1;s:5:\"where\";s:5:\"after\";s:14:\"display_option\";s:8:\"standart\";s:10:\"count_icon\";i:1;s:9:\"extention\";s:3:\"png\";s:11:\"fb_img_link\";s:112:\"http://www.hotsexpostures.com/wordpress2/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.png\";s:6:\"locale\";s:5:\"en_US\";s:5:\"html5\";s:1:\"0\";}','yes'),(607,'woocommerce_cheque_settings','a:4:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:14:\"Cheque Payment\";s:11:\"description\";s:102:\"Please send your cheque to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:12:\"instructions\";s:102:\"Please send your cheque to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";}','yes'),(1058,'woocommerce_admin_notices','a:2:{i:0;s:14:\"template_files\";i:1;s:13:\"theme_support\";}','yes'),(2053,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1396214238;s:7:\"checked\";a:12:{s:5:\"aadya\";s:5:\"1.0.7\";s:6:\"almasi\";s:5:\"1.0.0\";s:15:\"analytical-lite\";s:6:\"1.0.11\";s:6:\"hueman\";s:5:\"1.3.7\";s:8:\"pinboard\";s:5:\"1.1.3\";s:11:\"shprink-one\";s:5:\"2.3.2\";s:12:\"twentyeleven\";s:3:\"1.5\";s:14:\"twentyfourteen\";s:3:\"1.0\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.1\";s:5:\"viper\";s:6:\"1.0.18\";s:9:\"wp-jurist\";s:5:\"1.0.6\";}s:8:\"response\";a:5:{s:6:\"almasi\";a:3:{s:11:\"new_version\";s:5:\"1.0.1\";s:3:\"url\";s:35:\"https://wordpress.org/themes/almasi\";s:7:\"package\";s:54:\"https://wordpress.org/themes/download/almasi.1.0.1.zip\";}s:8:\"pinboard\";a:3:{s:11:\"new_version\";s:5:\"1.1.4\";s:3:\"url\";s:37:\"https://wordpress.org/themes/pinboard\";s:7:\"package\";s:56:\"https://wordpress.org/themes/download/pinboard.1.1.4.zip\";}s:12:\"twentyeleven\";a:3:{s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentyeleven\";s:7:\"package\";s:58:\"https://wordpress.org/themes/download/twentyeleven.1.7.zip\";}s:12:\"twentytwelve\";a:3:{s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:58:\"https://wordpress.org/themes/download/twentytwelve.1.3.zip\";}s:5:\"viper\";a:3:{s:11:\"new_version\";s:6:\"1.0.23\";s:3:\"url\";s:34:\"https://wordpress.org/themes/viper\";s:7:\"package\";s:54:\"https://wordpress.org/themes/download/viper.1.0.23.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(2054,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1396214239;s:8:\"response\";a:12:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:11:\"new_version\";s:5:\"2.6.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.2.6.0.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"new_version\";s:5:\"3.7.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.2.zip\";}s:21:\"facebook/facebook.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"31238\";s:4:\"slug\";s:8:\"facebook\";s:11:\"new_version\";s:5:\"1.5.5\";s:14:\"upgrade_notice\";s:81:\"Unescaped widget titles. Deprecated function update. Latest Facebook SDK for PHP.\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/facebook/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/facebook.1.5.5.zip\";}s:49:\"facebook-button-plugin/facebook-button-plugin.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"23139\";s:4:\"slug\";s:22:\"facebook-button-plugin\";s:11:\"new_version\";s:4:\"2.29\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/facebook-button-plugin/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/facebook-button-plugin.zip\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"965\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"new_version\";s:5:\"4.3.5\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.4.3.5.zip\";}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"132\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:11:\"new_version\";s:3:\"4.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.zip\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"20101\";s:4:\"slug\";s:7:\"jetpack\";s:11:\"new_version\";s:5:\"2.9.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.2.9.2.zip\";}s:21:\"podpress/podpress.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"455\";s:4:\"slug\";s:8:\"podpress\";s:11:\"new_version\";s:9:\"8.8.10.17\";s:14:\"upgrade_notice\";s:42:\"make a data base backup before you upgrade\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/podpress/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/podpress.8.8.10.17.zip\";}s:21:\"s2member/s2member.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"13630\";s:4:\"slug\";s:8:\"s2member\";s:11:\"new_version\";s:6:\"140328\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/s2member/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/s2member.140328.zip\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"25331\";s:4:\"slug\";s:11:\"woocommerce\";s:11:\"new_version\";s:5:\"2.1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.6.zip\";}s:28:\"spider-facebook/facebook.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"40495\";s:4:\"slug\";s:15:\"spider-facebook\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/spider-facebook/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/spider-facebook.1.0.6.zip\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"1221\";s:4:\"slug\";s:14:\"wp-super-cache\";s:11:\"new_version\";s:3:\"1.4\";s:14:\"upgrade_notice\";s:180:\"Dynamic cached content now disabled by default. mfunc replaced by wpsc_cachedata filter. Read http://ocaoimh.ie/y/6j before updating if you use mfunc/mclude/dynamic-cached-content.\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.4.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(1059,'_transient_wc_attribute_taxonomies','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=920 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,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(3,4,'_mail','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:188:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on wordpress2 (http://www.hotsexpostures.com/wordpress2)\";s:9:\"recipient\";s:19:\"xtwoxtwo3@gmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}'),(4,4,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:130:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on wordpress2 (http://www.hotsexpostures.com/wordpress2)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}'),(5,4,'_messages','a:6:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";}'),(6,4,'_additional_settings',''),(7,4,'_locale','en_US'),(8,5,'_edit_last','1'),(9,5,'_edit_lock','1392232659:1'),(10,5,'_wp_page_template','default'),(11,7,'_edit_last','1'),(12,7,'_edit_lock','1394551580:1'),(13,7,'_wp_page_template','default'),(14,13,'_edit_last','1'),(15,13,'_edit_lock','1392232867:1'),(16,13,'_wp_page_template','default'),(916,222,'_customer_ip_address','212.175.35.120'),(756,206,'_menu_item_url',''),(755,206,'_menu_item_xfn',''),(754,206,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(753,206,'_menu_item_target',''),(752,206,'_menu_item_object','page'),(96,27,'_wp_page_template','default'),(751,206,'_menu_item_object_id','5'),(750,206,'_menu_item_menu_item_parent','0'),(749,206,'_menu_item_type','post_type'),(899,222,'_billing_postcode','99010'),(915,222,'_prices_include_tax','no'),(95,27,'_edit_last','1'),(913,222,'_customer_user','1'),(914,222,'_order_currency','GBP'),(911,222,'_order_total','2.00'),(912,222,'_order_key','wc_order_530c4ab469dba'),(909,222,'_order_tax','0'),(910,222,'_order_shipping_tax','0'),(908,222,'_cart_discount','0'),(898,222,'_billing_address_2',''),(738,204,'_menu_item_url',''),(737,204,'_menu_item_xfn',''),(736,204,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(735,204,'_menu_item_target',''),(734,204,'_menu_item_object','page'),(733,204,'_menu_item_object_id','13'),(732,204,'_menu_item_menu_item_parent','0'),(731,204,'_menu_item_type','post_type'),(730,203,'_menu_item_orphaned','1393313187'),(729,203,'_menu_item_url',''),(728,203,'_menu_item_xfn',''),(727,203,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(726,203,'_menu_item_target',''),(725,203,'_menu_item_object','page'),(91,23,'_edit_lock','1392408097:1'),(724,203,'_menu_item_object_id','27'),(723,203,'_menu_item_menu_item_parent','0'),(722,203,'_menu_item_type','post_type'),(721,202,'_menu_item_orphaned','1393313186'),(720,202,'_menu_item_url',''),(719,202,'_menu_item_xfn',''),(90,23,'_wp_page_template','default'),(89,23,'_edit_last','1'),(97,27,'_edit_lock','1392378489:1'),(156,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:485;s:6:\"height\";i:315;s:4:\"file\";s:14:\"2014/02/24.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-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:14:\"24-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:12:\"24-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:12:\"24-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"24-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(155,41,'_wp_attached_file','2014/02/24.jpg'),(149,10,'_edit_lock','1393508438:1'),(348,91,'_edit_last','1'),(718,202,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(717,202,'_menu_item_target',''),(716,202,'_menu_item_object','page'),(715,202,'_menu_item_object_id','186'),(157,42,'_wp_attached_file','2014/02/2013-06-04-ScreenShot20130604at6.36.36PM.png'),(158,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:463;s:6:\"height\";i:328;s:4:\"file\";s:52:\"2014/02/2013-06-04-ScreenShot20130604at6.36.36PM.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"2013-06-04-ScreenShot20130604at6.36.36PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"2013-06-04-ScreenShot20130604at6.36.36PM-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:50:\"2013-06-04-ScreenShot20130604at6.36.36PM-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"2013-06-04-ScreenShot20130604at6.36.36PM-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"2013-06-04-ScreenShot20130604at6.36.36PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"2013-06-04-ScreenShot20130604at6.36.36PM-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a: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:\"\";}}'),(159,43,'_wp_attached_file','2014/02/550px-Have-Sex-During-Pregnancy-Step-4.jpg'),(160,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:413;s:4:\"file\";s:50:\"2014/02/550px-Have-Sex-During-Pregnancy-Step-4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"550px-Have-Sex-During-Pregnancy-Step-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"550px-Have-Sex-During-Pregnancy-Step-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:48:\"550px-Have-Sex-During-Pregnancy-Step-4-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"550px-Have-Sex-During-Pregnancy-Step-4-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"550px-Have-Sex-During-Pregnancy-Step-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"550px-Have-Sex-During-Pregnancy-Step-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"550px-Have-Sex-During-Pregnancy-Step-4-550x372.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:372;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:\"\";}}'),(161,44,'_wp_attached_file','2014/02/5136_578618562187831_585551861_n.jpg'),(162,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:44:\"2014/02/5136_578618562187831_585551861_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"5136_578618562187831_585551861_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"5136_578618562187831_585551861_n-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:42:\"5136_578618562187831_585551861_n-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"5136_578618562187831_585551861_n-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"5136_578618562187831_585551861_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"5136_578618562187831_585551861_n-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(163,45,'_wp_attached_file','2014/02/99443.jpg'),(164,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:134;s:4:\"file\";s:17:\"2014/02/99443.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"99443-150x134.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:15:\"99443-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"99443-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"99443-150x134.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:134;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:\"\";}}'),(165,46,'_wp_attached_file','2014/02/533942_575532185829802_1759884341_n.jpg'),(166,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:323;s:6:\"height\";i:341;s:4:\"file\";s:47:\"2014/02/533942_575532185829802_1759884341_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"533942_575532185829802_1759884341_n-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:47:\"533942_575532185829802_1759884341_n-284x300.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:45:\"533942_575532185829802_1759884341_n-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"533942_575532185829802_1759884341_n-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"533942_575532185829802_1759884341_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"533942_575532185829802_1759884341_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(167,47,'_wp_attached_file','2014/02/580821_587690414613979_25316329_n.jpg'),(168,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:141;s:4:\"file\";s:45:\"2014/02/580821_587690414613979_25316329_n.jpg\";s:5:\"sizes\";a:2:{s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:43:\"580821_587690414613979_25316329_n-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"580821_587690414613979_25316329_n-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;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:\"\";}}'),(169,48,'_wp_attached_file','2014/02/3333.jpg'),(170,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:586;s:6:\"height\";i:487;s:4:\"file\";s:16:\"2014/02/3333.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3333-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"3333-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:14:\"3333-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"3333-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"3333-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"3333-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"3333-586x372.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:372;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:\"\";}}'),(171,49,'_wp_attached_file','2014/02/9989.jpg'),(172,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:542;s:6:\"height\";i:483;s:4:\"file\";s:16:\"2014/02/9989.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"9989-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"9989-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:14:\"9989-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"9989-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"9989-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"9989-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"9989-542x372.jpg\";s:5:\"width\";i:542;s:6:\"height\";i:372;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:\"\";}}'),(173,50,'_wp_attached_file','2014/02/1378462_575885262461161_218548099_n.jpg'),(174,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:47:\"2014/02/1378462_575885262461161_218548099_n.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"1378462_575885262461161_218548099_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:45:\"1378462_575885262461161_218548099_n-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"1378462_575885262461161_218548099_n-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"1378462_575885262461161_218548099_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:\"\";}}'),(175,51,'_wp_attached_file','2014/02/1392021_578625058853848_904371444_n.jpg'),(176,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:47:\"2014/02/1392021_578625058853848_904371444_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"1392021_578625058853848_904371444_n-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:47:\"1392021_578625058853848_904371444_n-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:45:\"1392021_578625058853848_904371444_n-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"1392021_578625058853848_904371444_n-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"1392021_578625058853848_904371444_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"1392021_578625058853848_904371444_n-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(177,52,'_wp_attached_file','2014/02/988765_576991139017240_960549931_n.jpg'),(178,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:46:\"2014/02/988765_576991139017240_960549931_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"988765_576991139017240_960549931_n-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:46:\"988765_576991139017240_960549931_n-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:44:\"988765_576991139017240_960549931_n-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"988765_576991139017240_960549931_n-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"988765_576991139017240_960549931_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"988765_576991139017240_960549931_n-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(179,53,'_wp_attached_file','2014/02/1001274_580733145309706_844396750_n.jpg'),(180,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:47:\"2014/02/1001274_580733145309706_844396750_n.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"1001274_580733145309706_844396750_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:45:\"1001274_580733145309706_844396750_n-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"1001274_580733145309706_844396750_n-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"1001274_580733145309706_844396750_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:\"\";}}'),(181,54,'_wp_attached_file','2014/02/Untitled.gif'),(182,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:527;s:6:\"height\";i:492;s:4:\"file\";s:20:\"2014/02/Untitled.gif\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Untitled-300x280.gif\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:18:\"Untitled-64x64.gif\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Untitled-90x90.gif\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"Untitled-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Untitled-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-527x372.gif\";s:5:\"width\";i:527;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/gif\";}}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:\"\";}}'),(183,55,'_wp_attached_file','2014/02/220px-Wiki-cowgirl.png'),(184,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:382;s:4:\"file\";s:30:\"2014/02/220px-Wiki-cowgirl.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"220px-Wiki-cowgirl-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"220px-Wiki-cowgirl-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:28:\"220px-Wiki-cowgirl-64x64.png\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"220px-Wiki-cowgirl-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"220px-Wiki-cowgirl-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"220px-Wiki-cowgirl-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"220px-Wiki-cowgirl-470x372.png\";s:5:\"width\";i:470;s:6:\"height\";i:372;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:\"\";}}'),(185,56,'_wp_attached_file','2014/02/44.jpg'),(186,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:485;s:6:\"height\";i:315;s:4:\"file\";s:14:\"2014/02/44.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"44-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:14:\"44-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:12:\"44-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:12:\"44-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"44-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"44-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(187,57,'_wp_attached_file','2014/02/1390781_575507342498953_365583921_n.jpg'),(188,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:47:\"2014/02/1390781_575507342498953_365583921_n.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"1390781_575507342498953_365583921_n-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:47:\"1390781_575507342498953_365583921_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:45:\"1390781_575507342498953_365583921_n-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"1390781_575507342498953_365583921_n-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"1390781_575507342498953_365583921_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"1390781_575507342498953_365583921_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"1390781_575507342498953_365583921_n-450x372.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:372;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:\"\";}}'),(189,58,'_wp_attached_file','2014/02/1385935_577573368959017_1597412762_n.jpg'),(190,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:48:\"2014/02/1385935_577573368959017_1597412762_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1385935_577573368959017_1597412762_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1385935_577573368959017_1597412762_n-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:46:\"1385935_577573368959017_1597412762_n-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"1385935_577573368959017_1597412762_n-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"1385935_577573368959017_1597412762_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"1385935_577573368959017_1597412762_n-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(191,59,'_wp_attached_file','2014/02/qqq.jpg'),(192,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:556;s:6:\"height\";i:354;s:4:\"file\";s:15:\"2014/02/qqq.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"qqq-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:15:\"qqq-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:13:\"qqq-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"qqq-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"qqq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"qqq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(216,61,'_edit_last','1'),(217,61,'_edit_lock','1392311045:1'),(218,61,'_wp_page_template','default'),(219,11,'_edit_lock','1393510553:1'),(220,64,'_menu_item_type','post_type'),(221,64,'_menu_item_menu_item_parent','0'),(222,64,'_menu_item_object_id','11'),(223,64,'_menu_item_object','page'),(224,64,'_menu_item_target',''),(225,64,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(226,64,'_menu_item_xfn',''),(227,64,'_menu_item_url',''),(228,64,'_menu_item_orphaned','1392237517'),(229,66,'_wp_attached_file','woocommerce_uploads/2014/02/44752_132651253558753_1868463675_n.jpg'),(230,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:419;s:4:\"file\";s:66:\"woocommerce_uploads/2014/02/44752_132651253558753_1868463675_n.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"44752_132651253558753_1868463675_n-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:46:\"44752_132651253558753_1868463675_n-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:44:\"44752_132651253558753_1868463675_n-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"44752_132651253558753_1868463675_n-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"44752_132651253558753_1868463675_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"44752_132651253558753_1868463675_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"44752_132651253558753_1868463675_n-604x372.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:372;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:\"\";}}'),(231,67,'_wp_attached_file','woocommerce_uploads/2014/02/embrace-of-viddhaka-large_new.jpg'),(232,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:61:\"woocommerce_uploads/2014/02/embrace-of-viddhaka-large_new.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"embrace-of-viddhaka-large_new-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:41:\"embrace-of-viddhaka-large_new-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:39:\"embrace-of-viddhaka-large_new-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"embrace-of-viddhaka-large_new-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"embrace-of-viddhaka-large_new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"embrace-of-viddhaka-large_new-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"embrace-of-viddhaka-large_new-450x372.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:372;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:\"\";}}'),(233,68,'_wp_attached_file','woocommerce_uploads/2014/02/url.jpg'),(234,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:553;s:6:\"height\";i:334;s:4:\"file\";s:35:\"woocommerce_uploads/2014/02/url.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"url-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:15:\"url-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:13:\"url-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"url-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"url-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"url-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(235,69,'_wp_attached_file','woocommerce_uploads/2014/02/1469802_584790654903955_928321500_n.jpg'),(236,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:310;s:4:\"file\";s:67:\"woocommerce_uploads/2014/02/1469802_584790654903955_928321500_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"1469802_584790654903955_928321500_n-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:47:\"1469802_584790654903955_928321500_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:45:\"1469802_584790654903955_928321500_n-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"1469802_584790654903955_928321500_n-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"1469802_584790654903955_928321500_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"1469802_584790654903955_928321500_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(237,70,'_wp_attached_file','woocommerce_uploads/2014/02/44.jpg'),(238,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:485;s:6:\"height\";i:315;s:4:\"file\";s:34:\"woocommerce_uploads/2014/02/44.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"44-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:14:\"44-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:12:\"44-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:12:\"44-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"44-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"44-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(239,71,'_wp_attached_file','woocommerce_uploads/2014/02/qq.jpg'),(240,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:515;s:6:\"height\";i:540;s:4:\"file\";s:34:\"woocommerce_uploads/2014/02/qq.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"qq-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:14:\"qq-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:12:\"qq-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:12:\"qq-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"qq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"qq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"qq-515x372.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:372;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:\"\";}}'),(274,73,'_billing_country','TR'),(275,73,'_billing_first_name','christian uchechukwu'),(276,73,'_billing_last_name','onuoha'),(277,73,'_billing_company',''),(278,73,'_billing_address_1','near east university'),(279,73,'_billing_address_2',''),(280,73,'_billing_postcode','99010'),(281,73,'_billing_city','lefkosha'),(282,73,'_billing_state','TR34'),(283,73,'_billing_email','xtwoxtwo3@gmail.com'),(284,73,'_billing_phone','905338723324'),(285,73,'_payment_method','paypal'),(286,73,'_payment_method_title','PayPal'),(287,73,'_order_shipping',''),(288,73,'_order_discount','0'),(289,73,'_cart_discount','0'),(290,73,'_order_tax','0'),(291,73,'_order_shipping_tax','0'),(292,73,'_order_total','1.00'),(293,73,'_order_key','wc_order_52fbe66b7cd09'),(294,73,'_customer_user','1'),(295,73,'_order_currency','GBP'),(296,73,'_prices_include_tax','no'),(297,73,'_customer_ip_address','212.175.35.120'),(298,73,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.13014 YaBrowser/13.12.1599.13014 Safari/537.36'),(306,2,'_edit_lock','1392274299:1'),(305,2,'_edit_last','1'),(307,10,'_edit_last','1'),(308,10,'_wp_page_template','default'),(311,11,'_edit_last','1'),(312,11,'_wp_page_template','default'),(313,80,'_edit_last','1'),(314,80,'_wp_page_template','default'),(315,80,'_edit_lock','1392379717:1'),(418,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:475;s:4:\"file\";s:23:\"2014/02/Doggy-Style.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Doggy-Style-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Doggy-Style-272x300.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:21:\"Doggy-Style-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Doggy-Style-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Doggy-Style-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Doggy-Style-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Doggy-Style-432x372.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:372;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:\"\";}}'),(417,117,'_wp_attached_file','2014/02/Doggy-Style.jpg'),(416,116,'_edit_lock','1392379575:1'),(415,116,'_edit_last','1'),(714,202,'_menu_item_menu_item_parent','0'),(713,202,'_menu_item_type','post_type'),(897,222,'_billing_address_1','near east university'),(896,222,'_billing_company',''),(711,201,'_menu_item_url','http://www.hotsexpostures.com/wordpress2/'),(710,201,'_menu_item_xfn',''),(349,91,'_wp_page_template','default'),(350,91,'_edit_lock','1392374862:1'),(351,93,'_wp_attached_file','2014/02/69.jpg'),(352,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:14:\"2014/02/69.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"69-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:14:\"69-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:12:\"69-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:12:\"69-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"69-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"69-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(353,94,'_wp_attached_file','2014/02/boys_on_side.jpg'),(354,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:418;s:4:\"file\";s:24:\"2014/02/boys_on_side.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"boys_on_side-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:24:\"boys_on_side-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:22:\"boys_on_side-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"boys_on_side-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"boys_on_side-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"boys_on_side-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"boys_on_side-629x372.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:372;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:\"\";}}'),(355,95,'_wp_attached_file','2014/02/butty-man-on-top.jpg'),(356,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:28:\"2014/02/butty-man-on-top.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"butty-man-on-top-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:28:\"butty-man-on-top-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:26:\"butty-man-on-top-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"butty-man-on-top-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"butty-man-on-top-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"butty-man-on-top-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"butty-man-on-top-450x372.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:372;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:\"\";}}'),(357,97,'_wp_attached_file','2014/02/doggie-1.jpg'),(358,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:646;s:6:\"height\";i:542;s:4:\"file\";s:20:\"2014/02/doggie-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"doggie-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"doggie-1-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:18:\"doggie-1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"doggie-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"doggie-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"doggie-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"doggie-1-646x372.jpg\";s:5:\"width\";i:646;s:6:\"height\";i:372;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:\"\";}}'),(359,98,'_wp_attached_file','2014/02/G-force.jpg'),(360,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:418;s:4:\"file\";s:19:\"2014/02/G-force.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"G-force-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:19:\"G-force-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:17:\"G-force-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"G-force-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"G-force-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"G-force-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"G-force-629x372.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:372;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:\"\";}}'),(361,99,'_wp_attached_file','2014/02/front-entrance.jpg'),(362,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:26:\"2014/02/front-entrance.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"front-entrance-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"front-entrance-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:24:\"front-entrance-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"front-entrance-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"front-entrance-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"front-entrance-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"front-entrance-450x372.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:372;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:\"\";}}'),(363,100,'_wp_attached_file','2014/02/pillow-buttyge.jpg'),(364,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:26:\"2014/02/pillow-buttyge.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pillow-buttyge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"pillow-buttyge-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:24:\"pillow-buttyge-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"pillow-buttyge-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"pillow-buttyge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"pillow-buttyge-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(365,101,'_wp_attached_file','2014/02/twirl_a_girl.jpg'),(366,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:418;s:4:\"file\";s:24:\"2014/02/twirl_a_girl.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"twirl_a_girl-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:24:\"twirl_a_girl-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:22:\"twirl_a_girl-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"twirl_a_girl-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"twirl_a_girl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"twirl_a_girl-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"twirl_a_girl-629x372.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:372;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:\"\";}}'),(367,102,'_wp_attached_file','2014/02/doggie.jpg'),(368,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:18:\"2014/02/doggie.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"doggie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"doggie-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:16:\"doggie-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"doggie-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"doggie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"doggie-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(369,103,'_wp_attached_file','2014/02/love_triangle.jpg'),(370,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:418;s:4:\"file\";s:25:\"2014/02/love_triangle.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"love_triangle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"love_triangle-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:23:\"love_triangle-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"love_triangle-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"love_triangle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"love_triangle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"love_triangle-629x372.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:372;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:\"\";}}'),(371,104,'_wp_attached_file','2014/02/Magic-mountain.jpg'),(372,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:418;s:4:\"file\";s:26:\"2014/02/Magic-mountain.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Magic-mountain-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Magic-mountain-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:24:\"Magic-mountain-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Magic-mountain-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Magic-mountain-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"Magic-mountain-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Magic-mountain-629x372.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:372;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:\"\";}}'),(373,105,'_wp_attached_file','2014/02/joystick_joyride.jpg'),(374,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:418;s:4:\"file\";s:28:\"2014/02/joystick_joyride.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"joystick_joyride-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:28:\"joystick_joyride-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:26:\"joystick_joyride-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"joystick_joyride-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"joystick_joyride-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"joystick_joyride-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"joystick_joyride-629x372.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:372;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:\"\";}}'),(375,106,'_wp_attached_file','2014/02/on_edge.jpg'),(376,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:418;s:4:\"file\";s:19:\"2014/02/on_edge.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"on_edge-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:19:\"on_edge-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:17:\"on_edge-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"on_edge-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"on_edge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"on_edge-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"on_edge-629x372.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:372;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:\"\";}}'),(377,108,'_wp_attached_file','2014/02/boy-on-side.jpg'),(378,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:23:\"2014/02/boy-on-side.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"boy-on-side-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"boy-on-side-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:21:\"boy-on-side-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"boy-on-side-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"boy-on-side-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"boy-on-side-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(379,109,'_wp_attached_file','2014/02/secret_shag.jpg'),(380,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:418;s:4:\"file\";s:23:\"2014/02/secret_shag.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"secret_shag-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"secret_shag-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:21:\"secret_shag-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"secret_shag-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"secret_shag-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"secret_shag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"secret_shag-629x372.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:372;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:\"\";}}'),(381,111,'_wp_attached_file','2014/02/The-Crouching-Tiger.jpg'),(382,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:349;s:4:\"file\";s:31:\"2014/02/The-Crouching-Tiger.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"The-Crouching-Tiger-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:31:\"The-Crouching-Tiger-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:29:\"The-Crouching-Tiger-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"The-Crouching-Tiger-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"The-Crouching-Tiger-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"The-Crouching-Tiger-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(383,112,'_wp_attached_file','2014/02/The-Tominagi.jpg'),(384,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:421;s:6:\"height\";i:310;s:4:\"file\";s:24:\"2014/02/The-Tominagi.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"The-Tominagi-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:24:\"The-Tominagi-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:22:\"The-Tominagi-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"The-Tominagi-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"The-Tominagi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"The-Tominagi-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(385,90,'_thumbnail_id','111'),(386,90,'_edit_last','1'),(387,90,'_edit_lock','1392373834:1'),(388,90,'_visibility','visible'),(389,90,'_stock_status','instock'),(390,90,'total_sales','0'),(391,90,'_downloadable','yes'),(392,90,'_virtual','yes'),(393,90,'_regular_price','3'),(394,90,'_sale_price','2'),(395,90,'_purchase_note',''),(396,90,'_featured','no'),(397,90,'_weight',''),(398,90,'_length',''),(399,90,'_width',''),(400,90,'_height',''),(401,90,'_sku',''),(402,90,'_product_attributes','a:0:{}'),(403,90,'_sale_price_dates_from',''),(404,90,'_sale_price_dates_to',''),(405,90,'_price','2'),(406,90,'_sold_individually',''),(407,90,'_manage_stock','no'),(408,90,'_backorders','no'),(409,90,'_stock',''),(410,90,'_downloadable_files','a:1:{s:32:\"fdd8a287125e7b67f87d4b501c98f74b\";a:2:{s:4:\"name\";s:25:\"sex postures for intimacy\";s:4:\"file\";s:52:\"http://www.hotsexpostures.com/wordpress2/?page_id=91\";}}'),(411,90,'_download_limit',''),(412,90,'_download_expiry',''),(413,90,'_download_type',''),(414,90,'_product_image_gallery',''),(419,118,'_wp_attached_file','2014/02/The-G-Force.jpg'),(420,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:433;s:4:\"file\";s:23:\"2014/02/The-G-Force.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"The-G-Force-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"The-G-Force-242x300.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:21:\"The-G-Force-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"The-G-Force-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"The-G-Force-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"The-G-Force-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"The-G-Force-350x372.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:372;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:\"\";}}'),(421,119,'_wp_attached_file','2014/02/hanging-hornegy.jpg'),(422,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:335;s:6:\"height\";i:435;s:4:\"file\";s:27:\"2014/02/hanging-hornegy.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"hanging-hornegy-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:27:\"hanging-hornegy-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:25:\"hanging-hornegy-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hanging-hornegy-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"hanging-hornegy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"hanging-hornegy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"hanging-hornegy-335x372.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:372;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:\"\";}}'),(423,120,'_wp_attached_file','2014/02/love_triangle1.jpg'),(424,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:418;s:4:\"file\";s:26:\"2014/02/love_triangle1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"love_triangle1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"love_triangle1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:24:\"love_triangle1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"love_triangle1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"love_triangle1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"love_triangle1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"love_triangle1-629x372.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:372;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:\"\";}}'),(425,121,'_wp_attached_file','2014/02/pillow-buttyge1.jpg'),(426,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:27:\"2014/02/pillow-buttyge1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pillow-buttyge1-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:27:\"pillow-buttyge1-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:25:\"pillow-buttyge1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"pillow-buttyge1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"pillow-buttyge1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"pillow-buttyge1-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(427,122,'_wp_attached_file','2014/02/Wheelbarrow.jpg'),(428,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:646;s:6:\"height\";i:542;s:4:\"file\";s:23:\"2014/02/Wheelbarrow.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Wheelbarrow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Wheelbarrow-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:21:\"Wheelbarrow-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Wheelbarrow-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Wheelbarrow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Wheelbarrow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Wheelbarrow-646x372.jpg\";s:5:\"width\";i:646;s:6:\"height\";i:372;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:\"\";}}'),(429,116,'_thumbnail_id','122'),(430,124,'_edit_last','1'),(431,124,'_edit_lock','1392378251:1'),(432,124,'_wp_page_template','default'),(435,116,'_visibility','visible'),(436,116,'_stock_status','instock'),(437,116,'total_sales','0'),(438,116,'_downloadable','yes'),(439,116,'_virtual','yes'),(440,116,'_regular_price','4'),(441,116,'_sale_price','2'),(442,116,'_purchase_note',''),(443,116,'_featured','no'),(444,116,'_weight',''),(445,116,'_length',''),(446,116,'_width',''),(447,116,'_height',''),(448,116,'_sku',''),(449,116,'_product_attributes','a:0:{}'),(450,116,'_sale_price_dates_from',''),(451,116,'_sale_price_dates_to',''),(452,116,'_price','2'),(453,116,'_sold_individually',''),(454,116,'_manage_stock','no'),(455,116,'_backorders','no'),(456,116,'_stock',''),(457,116,'_downloadable_files','a:1:{s:32:\"e638ef27b98acc932f97d34278a6945d\";a:2:{s:4:\"name\";s:20:\"sex postures for men\";s:4:\"file\";s:52:\"http://www.hotsexpostures.com/wordpress2/?page_id=80\";}}'),(458,116,'_download_limit',''),(459,116,'_download_expiry',''),(460,116,'_download_type',''),(461,116,'_product_image_gallery',''),(465,129,'_edit_lock','1392794225:1'),(464,129,'_edit_last','1'),(477,133,'_edit_last','1'),(478,133,'_visibility','visible'),(479,133,'_stock_status','instock'),(480,133,'total_sales','0'),(481,133,'_downloadable','yes'),(482,133,'_virtual','yes'),(483,133,'_regular_price','3'),(484,133,'_sale_price','1'),(485,133,'_purchase_note',''),(486,133,'_featured','no'),(487,133,'_weight',''),(488,133,'_length',''),(489,133,'_width',''),(490,133,'_height',''),(491,133,'_sku',''),(492,133,'_product_attributes','a:0:{}'),(493,133,'_sale_price_dates_from',''),(494,133,'_sale_price_dates_to',''),(495,133,'_price','1'),(496,133,'_sold_individually',''),(497,133,'_manage_stock','no'),(498,133,'_backorders','no'),(499,133,'_stock',''),(500,133,'_product_image_gallery',''),(501,133,'_edit_lock','1392380130:1'),(502,135,'_wp_attached_file','2014/02/cheerleader-cowgirl-sex-position.jpg'),(503,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:350;s:4:\"file\";s:44:\"2014/02/cheerleader-cowgirl-sex-position.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"cheerleader-cowgirl-sex-position-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"cheerleader-cowgirl-sex-position-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:42:\"cheerleader-cowgirl-sex-position-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"cheerleader-cowgirl-sex-position-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"cheerleader-cowgirl-sex-position-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"cheerleader-cowgirl-sex-position-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(504,136,'_wp_attached_file','2014/02/girl-in-control.jpg'),(505,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:27:\"2014/02/girl-in-control.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"girl-in-control-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:27:\"girl-in-control-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:25:\"girl-in-control-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"girl-in-control-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"girl-in-control-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"girl-in-control-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(506,137,'_wp_attached_file','2014/02/reverse-hipst.jpg'),(507,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:445;s:4:\"file\";s:25:\"2014/02/reverse-hipst.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"reverse-hipst-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"reverse-hipst-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:23:\"reverse-hipst-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"reverse-hipst-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"reverse-hipst-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"reverse-hipst-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"reverse-hipst-525x372.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:372;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:\"\";}}'),(508,138,'_wp_attached_file','2014/02/on_edge1.jpg'),(509,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:418;s:4:\"file\";s:20:\"2014/02/on_edge1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"on_edge1-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:20:\"on_edge1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:18:\"on_edge1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"on_edge1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"on_edge1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"on_edge1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"on_edge1-629x372.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:372;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:\"\";}}'),(510,139,'_wp_attached_file','2014/02/reverse-cowgirl.jpg'),(511,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:561;s:4:\"file\";s:27:\"2014/02/reverse-cowgirl.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"reverse-cowgirl-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:27:\"reverse-cowgirl-280x300.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:25:\"reverse-cowgirl-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"reverse-cowgirl-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"reverse-cowgirl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"reverse-cowgirl-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"reverse-cowgirl-525x372.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1329395073;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";}}'),(512,140,'_wp_attached_file','2014/02/van-Damme-Cowgirl.jpg'),(513,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:377;s:4:\"file\";s:29:\"2014/02/van-Damme-Cowgirl.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"van-Damme-Cowgirl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"van-Damme-Cowgirl-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:27:\"van-Damme-Cowgirl-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"van-Damme-Cowgirl-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"van-Damme-Cowgirl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"van-Damme-Cowgirl-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"van-Damme-Cowgirl-525x372.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:372;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:\"\";}}'),(514,141,'_wp_attached_file','2014/02/The-Waterfall.jpg'),(515,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:435;s:4:\"file\";s:25:\"2014/02/The-Waterfall.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"The-Waterfall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"The-Waterfall-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:23:\"The-Waterfall-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"The-Waterfall-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"The-Waterfall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"The-Waterfall-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"The-Waterfall-425x372.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:372;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:\"\";}}'),(516,142,'_wp_attached_file','2014/02/691.jpg'),(517,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:15:\"2014/02/691.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"691-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:15:\"691-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:13:\"691-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"691-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"691-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"691-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(518,133,'_thumbnail_id','137'),(519,133,'_downloadable_files','a:1:{s:32:\"f9d8c11a462286d9ec2dc34f1d47284b\";a:2:{s:4:\"name\";s:22:\"sex postures for women\";s:4:\"file\";s:52:\"http://www.hotsexpostures.com/wordpress2/?page_id=27\";}}'),(520,133,'_download_limit',''),(521,133,'_download_expiry',''),(522,133,'_download_type',''),(523,145,'_wp_attached_file','2014/02/13.jpg'),(524,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:646;s:6:\"height\";i:542;s:4:\"file\";s:14:\"2014/02/13.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"13-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:14:\"13-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:12:\"13-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:12:\"13-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"13-646x372.jpg\";s:5:\"width\";i:646;s:6:\"height\";i:372;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:\"\";}}'),(525,146,'_wp_attached_file','2014/02/ballerina.jpg'),(526,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:537;s:4:\"file\";s:21:\"2014/02/ballerina.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ballerina-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ballerina-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:19:\"ballerina-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"ballerina-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"ballerina-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"ballerina-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"ballerina-525x372.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:372;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:\"\";}}'),(527,147,'_wp_attached_file','2014/02/front-entrance1.jpg'),(528,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:27:\"2014/02/front-entrance1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"front-entrance1-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:27:\"front-entrance1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:25:\"front-entrance1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"front-entrance1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"front-entrance1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"front-entrance1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"front-entrance1-450x372.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:372;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:\"\";}}'),(529,149,'_wp_attached_file','2014/02/hipster-sex-position.jpg'),(530,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:495;s:4:\"file\";s:32:\"2014/02/hipster-sex-position.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hipster-sex-position-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:32:\"hipster-sex-position-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:30:\"hipster-sex-position-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"hipster-sex-position-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"hipster-sex-position-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"hipster-sex-position-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"hipster-sex-position-525x372.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:372;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:\"\";}}'),(531,150,'_wp_attached_file','2014/02/sucking-pussyge-x1.jpg'),(532,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:30:\"2014/02/sucking-pussyge-x1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sucking-pussyge-x1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"sucking-pussyge-x1-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:28:\"sucking-pussyge-x1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"sucking-pussyge-x1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"sucking-pussyge-x1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"sucking-pussyge-x1-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(533,151,'_wp_attached_file','2014/02/lemon-squeezer-sex-position.jpg'),(534,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:575;s:4:\"file\";s:39:\"2014/02/lemon-squeezer-sex-position.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"lemon-squeezer-sex-position-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:39:\"lemon-squeezer-sex-position-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:37:\"lemon-squeezer-sex-position-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"lemon-squeezer-sex-position-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"lemon-squeezer-sex-position-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"lemon-squeezer-sex-position-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"lemon-squeezer-sex-position-525x372.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:372;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:\"\";}}'),(535,152,'_wp_attached_file','2014/02/side-splitter.jpg'),(536,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:501;s:4:\"file\";s:25:\"2014/02/side-splitter.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"side-splitter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"side-splitter-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:23:\"side-splitter-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"side-splitter-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"side-splitter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"side-splitter-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"side-splitter-525x372.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:372;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:\"\";}}'),(537,153,'_wp_attached_file','2014/02/sucking-pussyge-x4.jpg'),(538,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:30:\"2014/02/sucking-pussyge-x4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sucking-pussyge-x4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"sucking-pussyge-x4-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:28:\"sucking-pussyge-x4-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"sucking-pussyge-x4-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"sucking-pussyge-x4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"sucking-pussyge-x4-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(539,154,'_wp_attached_file','2014/02/The-G-Force1.jpg'),(540,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:433;s:4:\"file\";s:24:\"2014/02/The-G-Force1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"The-G-Force1-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:24:\"The-G-Force1-242x300.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:22:\"The-G-Force1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"The-G-Force1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"The-G-Force1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"The-G-Force1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"The-G-Force1-350x372.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:372;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:\"\";}}'),(541,155,'_wp_attached_file','2014/02/The-Kneeling-Wheelbarrow.jpg'),(542,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:502;s:4:\"file\";s:36:\"2014/02/The-Kneeling-Wheelbarrow.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"The-Kneeling-Wheelbarrow-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:36:\"The-Kneeling-Wheelbarrow-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:34:\"The-Kneeling-Wheelbarrow-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"The-Kneeling-Wheelbarrow-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"The-Kneeling-Wheelbarrow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"The-Kneeling-Wheelbarrow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"The-Kneeling-Wheelbarrow-491x372.jpg\";s:5:\"width\";i:491;s:6:\"height\";i:372;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:\"\";}}'),(543,156,'_wp_attached_file','2014/02/1362927498.jpg'),(544,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:278;s:6:\"height\";i:239;s:4:\"file\";s:22:\"2014/02/1362927498.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1362927498-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:20:\"1362927498-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"1362927498-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"1362927498-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:\"\";}}'),(545,157,'_wp_attached_file','2014/02/amazing-butterfly.jpg'),(546,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2014/02/amazing-butterfly.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"amazing-butterfly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:27:\"amazing-butterfly-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"amazing-butterfly-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"amazing-butterfly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:\"\";}}'),(547,158,'_wp_attached_file','2014/02/frisky-floor-show.jpg'),(548,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2014/02/frisky-floor-show.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"frisky-floor-show-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:27:\"frisky-floor-show-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"frisky-floor-show-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"frisky-floor-show-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:\"\";}}'),(549,159,'_wp_attached_file','2014/02/Untitled.jpg'),(550,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:375;s:4:\"file\";s:20:\"2014/02/Untitled.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-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:20:\"Untitled-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:18:\"Untitled-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Untitled-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"Untitled-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Untitled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-518x372.jpg\";s:5:\"width\";i:518;s:6:\"height\";i:372;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:\"\";}}'),(551,166,'_edit_last','1'),(552,166,'_edit_lock','1392382962:1'),(553,166,'_wp_page_template','default'),(709,201,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(708,201,'_menu_item_target',''),(707,201,'_menu_item_object','custom'),(706,201,'_menu_item_object_id','201'),(705,201,'_menu_item_menu_item_parent','0'),(704,201,'_menu_item_type','custom'),(563,173,'_edit_last','1'),(564,173,'_edit_lock','1392383927:1'),(565,174,'_wp_attached_file','2014/02/The-Cross.jpg'),(566,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:410;s:4:\"file\";s:21:\"2014/02/The-Cross.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"The-Cross-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"The-Cross-265x300.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:19:\"The-Cross-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"The-Cross-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"The-Cross-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"The-Cross-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"The-Cross-363x372.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:372;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:\"\";}}'),(567,175,'_wp_attached_file','2014/02/The-Tominagi1.jpg'),(568,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:421;s:6:\"height\";i:310;s:4:\"file\";s:25:\"2014/02/The-Tominagi1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"The-Tominagi1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"The-Tominagi1-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:23:\"The-Tominagi1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"The-Tominagi1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"The-Tominagi1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"The-Tominagi1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(569,176,'_wp_attached_file','2014/02/13629274981.jpg'),(570,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:278;s:6:\"height\";i:239;s:4:\"file\";s:23:\"2014/02/13629274981.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"13629274981-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:21:\"13629274981-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"13629274981-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"13629274981-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:\"\";}}'),(571,177,'_wp_attached_file','2014/02/89b63ac8468d45c15c1b03bfbfe9a2f2.jpg'),(572,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:272;s:4:\"file\";s:44:\"2014/02/89b63ac8468d45c15c1b03bfbfe9a2f2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"89b63ac8468d45c15c1b03bfbfe9a2f2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"89b63ac8468d45c15c1b03bfbfe9a2f2-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:42:\"89b63ac8468d45c15c1b03bfbfe9a2f2-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"89b63ac8468d45c15c1b03bfbfe9a2f2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"89b63ac8468d45c15c1b03bfbfe9a2f2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"89b63ac8468d45c15c1b03bfbfe9a2f2-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;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:\"\";}}'),(573,173,'_wp_page_template','default'),(574,179,'_edit_last','1'),(575,179,'_edit_lock','1392384279:1'),(576,179,'_visibility','visible'),(577,179,'_stock_status','instock'),(578,179,'total_sales','0'),(579,179,'_downloadable','yes'),(580,179,'_virtual','yes'),(581,179,'_regular_price','4'),(582,179,'_sale_price','2'),(583,179,'_purchase_note',''),(584,179,'_featured','no'),(585,179,'_weight',''),(586,179,'_length',''),(587,179,'_width',''),(588,179,'_height',''),(589,179,'_sku',''),(590,179,'_product_attributes','a:0:{}'),(591,179,'_sale_price_dates_from',''),(592,179,'_sale_price_dates_to',''),(593,179,'_price','2'),(594,179,'_sold_individually',''),(595,179,'_manage_stock','no'),(596,179,'_backorders','no'),(597,179,'_stock',''),(598,179,'_downloadable_files','a:1:{s:32:\"f73b9a9ae5a1b7b74cbb9c5cd1cb5112\";a:2:{s:4:\"name\";s:27:\"postures for pregnant women\";s:4:\"file\";s:53:\"http://www.hotsexpostures.com/wordpress2/?page_id=173\";}}'),(599,179,'_download_limit',''),(600,179,'_download_expiry',''),(601,179,'_download_type',''),(602,179,'_product_image_gallery',''),(603,181,'_wp_attached_file','2014/02/The-Cross1.jpg'),(604,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:410;s:4:\"file\";s:22:\"2014/02/The-Cross1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"The-Cross1-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:\"The-Cross1-265x300.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:20:\"The-Cross1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"The-Cross1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"The-Cross1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"The-Cross1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"The-Cross1-363x372.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:372;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:\"\";}}'),(605,179,'_thumbnail_id','181'),(606,182,'_wp_attached_file','2014/02/The-Slide.jpg'),(607,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:547;s:6:\"height\";i:372;s:4:\"file\";s:21:\"2014/02/The-Slide.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"The-Slide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"The-Slide-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:19:\"The-Slide-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"The-Slide-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"The-Slide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"The-Slide-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"\";}}'),(608,183,'_wp_attached_file','2014/02/224149_v1.jpg'),(609,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:435;s:4:\"file\";s:21:\"2014/02/224149_v1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"224149_v1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"224149_v1-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:19:\"224149_v1-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"224149_v1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"224149_v1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"224149_v1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"224149_v1-425x372.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:372;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:\"\";}}'),(610,186,'_edit_last','1'),(611,186,'_edit_lock','1392752546:1'),(612,186,'_wp_page_template','default'),(613,185,'_edit_last','1'),(614,185,'_edit_lock','1392753068:1'),(615,185,'_visibility','visible'),(616,185,'_stock_status','instock'),(617,185,'total_sales','0'),(618,185,'_downloadable','yes'),(619,185,'_virtual','yes'),(620,185,'_regular_price','3'),(621,185,'_sale_price','2'),(622,185,'_purchase_note',''),(623,185,'_featured','no'),(624,185,'_weight',''),(625,185,'_length',''),(626,185,'_width',''),(627,185,'_height',''),(628,185,'_sku',''),(629,185,'_product_attributes','a:0:{}'),(630,185,'_sale_price_dates_from',''),(631,185,'_sale_price_dates_to',''),(632,185,'_price','2'),(633,185,'_sold_individually',''),(634,185,'_manage_stock','no'),(635,185,'_backorders','no'),(636,185,'_stock',''),(637,185,'_downloadable_files','a:1:{s:32:\"0cc85863c88b17442033513d15cee753\";a:2:{s:4:\"name\";s:49:\"How to get a serious girlfriend whom you can fuck\";s:4:\"file\";s:53:\"http://www.hotsexpostures.com/wordpress2/?page_id=186\";}}'),(638,185,'_download_limit',''),(639,185,'_download_expiry',''),(640,185,'_download_type',''),(641,185,'_product_image_gallery',''),(642,185,'_thumbnail_id','182'),(643,189,'_edit_last','1'),(644,189,'_edit_lock','1392753340:1'),(645,190,'_edit_last','1'),(646,190,'_edit_lock','1392753867:1'),(647,191,'_wp_attached_file','2014/02/670px-Get-a-Huge-Butt-Step-16-Version-2.jpg'),(648,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:504;s:4:\"file\";s:51:\"2014/02/670px-Get-a-Huge-Butt-Step-16-Version-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"670px-Get-a-Huge-Butt-Step-16-Version-2-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:51:\"670px-Get-a-Huge-Butt-Step-16-Version-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"wuspsc-product-thumb\";a:4:{s:4:\"file\";s:49:\"670px-Get-a-Huge-Butt-Step-16-Version-2-64x64.jpg\";s:5:\"width\";i:64;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"670px-Get-a-Huge-Butt-Step-16-Version-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"670px-Get-a-Huge-Butt-Step-16-Version-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"670px-Get-a-Huge-Butt-Step-16-Version-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"670px-Get-a-Huge-Butt-Step-16-Version-2-670x372.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:372;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:\"\";}}'),(649,190,'_thumbnail_id','191'),(650,190,'_visibility','visible'),(651,190,'_stock_status','instock'),(652,190,'total_sales','0'),(653,190,'_downloadable','yes'),(654,190,'_virtual','yes'),(655,190,'_regular_price','4'),(656,190,'_sale_price','3'),(657,190,'_purchase_note',''),(658,190,'_featured','no'),(659,190,'_weight',''),(660,190,'_length',''),(661,190,'_width',''),(662,190,'_height',''),(663,190,'_sku',''),(664,190,'_product_attributes','a:0:{}'),(665,190,'_sale_price_dates_from',''),(666,190,'_sale_price_dates_to',''),(667,190,'_price','3'),(668,190,'_sold_individually',''),(669,190,'_manage_stock','no'),(670,190,'_backorders','no'),(671,190,'_stock',''),(672,190,'_downloadable_files','a:1:{s:32:\"408fcc9fe0b8eca572726c643612551e\";a:2:{s:4:\"name\";s:21:\"how to get a big butt\";s:4:\"file\";s:53:\"http://www.hotsexpostures.com/wordpress2/?page_id=189\";}}'),(673,190,'_download_limit',''),(674,190,'_download_expiry',''),(675,190,'_download_type',''),(676,190,'_product_image_gallery',''),(677,189,'_wp_page_template','default'),(693,197,'_edit_lock','1392848021:1'),(694,197,'_edit_last','1'),(758,207,'_menu_item_type','post_type'),(907,222,'_order_discount','0'),(697,197,'_spider_facebok_title_meta_value',''),(698,197,'_spider_facebok_type_meta_value','Chose a type'),(699,197,'_spider_facebok_url_meta_value',''),(700,197,'_spider_facebok_image_meta_value',''),(701,197,'_spider_facebok_site_name_meta_value',''),(702,197,'_spider_facebok_description_meta_value',''),(703,197,'_spider_facebok_admin_id_meta_value',''),(759,207,'_menu_item_menu_item_parent','0'),(760,207,'_menu_item_object_id','12'),(761,207,'_menu_item_object','page'),(762,207,'_menu_item_target',''),(763,207,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(764,207,'_menu_item_xfn',''),(765,207,'_menu_item_url',''),(906,222,'_order_shipping',''),(767,208,'_menu_item_type','post_type'),(768,208,'_menu_item_menu_item_parent','0'),(769,208,'_menu_item_object_id','166'),(770,208,'_menu_item_object','page'),(771,208,'_menu_item_target',''),(772,208,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(773,208,'_menu_item_xfn',''),(774,208,'_menu_item_url',''),(904,222,'_payment_method','paypal'),(776,209,'_menu_item_type','post_type'),(777,209,'_menu_item_menu_item_parent','0'),(778,209,'_menu_item_object_id','80'),(779,209,'_menu_item_object','page'),(780,209,'_menu_item_target',''),(781,209,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(782,209,'_menu_item_xfn',''),(783,209,'_menu_item_url',''),(784,209,'_menu_item_orphaned','1393313187'),(785,210,'_menu_item_type','post_type'),(786,210,'_menu_item_menu_item_parent','0'),(787,210,'_menu_item_object_id','2'),(788,210,'_menu_item_object','page'),(789,210,'_menu_item_target',''),(790,210,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(791,210,'_menu_item_xfn',''),(792,210,'_menu_item_url',''),(793,210,'_menu_item_orphaned','1393313187'),(794,211,'_menu_item_type','post_type'),(795,211,'_menu_item_menu_item_parent','0'),(796,211,'_menu_item_object_id','173'),(797,211,'_menu_item_object','page'),(798,211,'_menu_item_target',''),(799,211,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(800,211,'_menu_item_xfn',''),(801,211,'_menu_item_url',''),(802,211,'_menu_item_orphaned','1393313187'),(803,212,'_menu_item_type','post_type'),(804,212,'_menu_item_menu_item_parent','0'),(805,212,'_menu_item_object_id','7'),(806,212,'_menu_item_object','page'),(807,212,'_menu_item_target',''),(808,212,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(809,212,'_menu_item_xfn',''),(810,212,'_menu_item_url',''),(905,222,'_payment_method_title','PayPal'),(812,213,'_menu_item_type','post_type'),(813,213,'_menu_item_menu_item_parent','0'),(814,213,'_menu_item_object_id','23'),(815,213,'_menu_item_object','page'),(816,213,'_menu_item_target',''),(817,213,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(818,213,'_menu_item_xfn',''),(819,213,'_menu_item_url',''),(903,222,'_billing_phone','905338723324'),(821,214,'_menu_item_type','post_type'),(822,214,'_menu_item_menu_item_parent','0'),(823,214,'_menu_item_object_id','124'),(824,214,'_menu_item_object','page'),(825,214,'_menu_item_target',''),(826,214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(827,214,'_menu_item_xfn',''),(828,214,'_menu_item_url',''),(829,214,'_menu_item_orphaned','1393313187'),(830,215,'_menu_item_type','post_type'),(831,215,'_menu_item_menu_item_parent','0'),(832,215,'_menu_item_object_id','91'),(833,215,'_menu_item_object','page'),(834,215,'_menu_item_target',''),(835,215,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(836,215,'_menu_item_xfn',''),(837,215,'_menu_item_url',''),(838,215,'_menu_item_orphaned','1393313187'),(839,216,'_menu_item_type','post_type'),(840,216,'_menu_item_menu_item_parent','0'),(841,216,'_menu_item_object_id','9'),(842,216,'_menu_item_object','page'),(843,216,'_menu_item_target',''),(844,216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(845,216,'_menu_item_xfn',''),(846,216,'_menu_item_url',''),(848,217,'_menu_item_type','post_type'),(849,217,'_menu_item_menu_item_parent','0'),(850,217,'_menu_item_object_id','10'),(851,217,'_menu_item_object','page'),(852,217,'_menu_item_target',''),(853,217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(854,217,'_menu_item_xfn',''),(855,217,'_menu_item_url',''),(902,222,'_billing_email','xtwoxtwo3@gmail.com'),(857,218,'_menu_item_type','post_type'),(858,218,'_menu_item_menu_item_parent','0'),(859,218,'_menu_item_object_id','11'),(860,218,'_menu_item_object','page'),(861,218,'_menu_item_target',''),(862,218,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(863,218,'_menu_item_xfn',''),(864,218,'_menu_item_url',''),(901,222,'_billing_state','TR34'),(866,219,'_menu_item_type','post_type'),(867,219,'_menu_item_menu_item_parent','0'),(868,219,'_menu_item_object_id','61'),(869,219,'_menu_item_object','page'),(870,219,'_menu_item_target',''),(871,219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(872,219,'_menu_item_xfn',''),(873,219,'_menu_item_url',''),(900,222,'_billing_city','lefkosha'),(895,222,'_billing_last_name','onuoha'),(893,222,'_billing_country','TR'),(894,222,'_billing_first_name','christian uchechukwu'),(917,222,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.13014 YaBrowser/13.12.1599.13014 Safari/537.36'),(918,12,'_edit_lock','1393508340:1'),(919,9,'_edit_lock','1393508375:1'); /*!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=224 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 (2,1,'2012-06-20 17:27:39','2012-06-20 17:27:39','','postures for pregnant women','','publish','open','closed','','sample-page','','','2014-02-13 06:51:09','2014-02-13 06:51:09','',0,'http://netsol003.com/woopWp/?page_id=2',0,'page','',0),(78,1,'2014-02-13 06:54:05','2014-02-13 06:54:05','[woocommerce_cart]','Cart','','inherit','open','open','','10-revision-v1','','','2014-02-13 06:54:05','2014-02-13 06:54:05','',10,'http://www.hotsexpostures.com/wordpress2/?p=78',0,'revision','',0),(79,1,'2014-02-13 06:54:56','2014-02-13 06:54:56','[woocommerce_checkout]','Checkout','','inherit','open','open','','11-revision-v1','','','2014-02-13 06:54:56','2014-02-13 06:54:56','',11,'http://www.hotsexpostures.com/wordpress2/?p=79',0,'revision','',0),(207,1,'2014-02-25 07:27:53','2014-02-25 07:27:53',' ','','','publish','open','open','','207','','','2014-02-25 07:34:28','2014-02-25 07:34:28','',0,'http://www.hotsexpostures.com/wordpress2/?p=207',5,'nav_menu_item','',0),(80,1,'2014-02-13 06:59:12','2014-02-13 06:59:12','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13.jpg\"><img class=\"alignnone size-medium wp-image-145\" alt=\"13\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina.jpg\"><img class=\"alignnone size-medium wp-image-146\" alt=\"ballerina\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1.jpg\"><img class=\"alignnone size-medium wp-image-147\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hipster-sex-position.jpg\"><img class=\"alignnone size-medium wp-image-149\" alt=\"hipster-sex-position\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hipster-sex-position-300x282.jpg\" width=\"300\" height=\"282\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x1.jpg\"><img class=\"alignnone size-medium wp-image-150\" alt=\"sucking pussyge x1\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x1-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/lemon-squeezer-sex-position.jpg\"><img class=\"alignnone size-medium wp-image-151\" alt=\"lemon-squeezer-sex-position\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/lemon-squeezer-sex-position-273x300.jpg\" width=\"273\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/side-splitter.jpg\"><img class=\"alignnone size-medium wp-image-152\" alt=\"side-splitter\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/side-splitter-300x286.jpg\" width=\"300\" height=\"286\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"sucking pussyge x4\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1.jpg\"><img class=\"alignnone size-medium wp-image-154\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1-242x300.jpg\" width=\"242\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-155\" alt=\"The Kneeling Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\"><img class=\"alignnone size-full wp-image-156\" alt=\"man on top aside\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\" width=\"278\" height=\"239\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\"><img class=\"alignnone size-full wp-image-157\" alt=\"amazing-butterfly\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\" width=\"300\" height=\"300\" /></a> <a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\"><img class=\"alignnone size-medium wp-image-158\" alt=\"frisky-floor-show\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\"><img class=\"alignnone size-full wp-image-158\" alt=\"frisky-floor-show\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled.jpg\"><img class=\"alignnone size-medium wp-image-159\" alt=\"the angle 90\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled-300x217.jpg\" width=\"300\" height=\"217\" /></a><img class=\"alignnone size-medium wp-image-51\" alt=\"standing pussyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1392021_578625058853848_904371444_n-300x179.jpg\" width=\"300\" height=\"179\" /><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24.jpg\"><img class=\"alignnone size-medium wp-image-41\" alt=\"athletic gymnasium\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24-300x194.jpg\" width=\"300\" height=\"194\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style.jpg\"><img class=\"alignnone size-medium wp-image-117\" alt=\"Doggy Style\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style-272x300.jpg\" width=\"272\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie.jpg\"><img class=\"alignnone size-medium wp-image-102\" alt=\"doggie\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force.jpg\"><img class=\"alignnone size-medium wp-image-118\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force-242x300.jpg\" width=\"242\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy.jpg\"><img class=\"alignnone size-medium wp-image-119\" alt=\"hanging hornegy\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy-231x300.jpg\" width=\"231\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle1.jpg\"><img class=\"alignnone size-medium wp-image-120\" alt=\"love_triangle\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle1-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1.jpg\"><img class=\"alignnone size-medium wp-image-121\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-122\" alt=\"Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Wheelbarrow-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top.jpg\"><img class=\"alignnone size-medium wp-image-95\" alt=\"butty man on top\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n.jpg\"><img class=\"alignnone size-medium wp-image-44\" alt=\"5136_578618562187831_585551861_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n-300x179.jpg\" width=\"300\" height=\"179\" /></a>','postures for men','','publish','open','open','','postures-for-men','','','2014-02-14 12:08:17','2014-02-14 12:08:17','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=80',0,'page','',0),(81,1,'2014-02-13 06:59:12','2014-02-13 06:59:12','','postures for men','','inherit','open','open','','80-revision-v1','','','2014-02-13 06:59:12','2014-02-13 06:59:12','',80,'http://www.hotsexpostures.com/wordpress2/?p=81',0,'revision','',0),(6,1,'2014-02-12 19:19:26','2014-02-12 19:19:26','[wppb-login]','Login','','inherit','open','open','','5-revision-v1','','','2014-02-12 19:19:26','2014-02-12 19:19:26','',5,'http://www.hotsexpostures.com/wordpress2/?p=6',0,'revision','',0),(4,1,'2014-02-12 19:17:29','2014-02-12 19:17:29','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on wordpress2 (http://www.hotsexpostures.com/wordpress2)\nxtwoxtwo3@gmail.com\n\n\n0\n\n[your-subject]\n[your-name] <[your-email]>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on wordpress2 (http://www.hotsexpostures.com/wordpress2)\n[your-email]\n\n\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.','Contact form 1','','publish','open','open','','contact-form-1','','','2014-02-12 19:17:29','2014-02-12 19:17:29','',0,'http://www.hotsexpostures.com/wordpress2/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(5,1,'2014-02-12 19:19:26','2014-02-12 19:19:26','[wppb-login]','Login','','publish','open','open','','login','','','2014-02-12 19:19:26','2014-02-12 19:19:26','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=5',0,'page','',0),(7,1,'2014-02-12 19:19:58','2014-02-12 19:19:58','[wppb-register]','Register','','publish','open','open','','register','','','2014-02-12 19:20:07','2014-02-12 19:20:07','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=7',0,'page','',0),(8,1,'2014-02-12 19:19:58','2014-02-12 19:19:58','[wppb-register]','Register','','inherit','open','open','','7-revision-v1','','','2014-02-12 19:19:58','2014-02-12 19:19:58','',7,'http://www.hotsexpostures.com/wordpress2/?p=8',0,'revision','',0),(9,1,'2014-02-12 19:21:39','2014-02-12 19:21:39','','Shop','','publish','closed','open','','shop','','','2014-02-12 19:21:39','2014-02-12 19:21:39','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=9',0,'page','',0),(10,1,'2014-02-12 19:21:39','2014-02-12 19:21:39','[woocommerce_cart]','Cart','','publish','closed','open','','cart','','','2014-02-13 06:54:05','2014-02-13 06:54:05','',9,'http://www.hotsexpostures.com/wordpress2/?page_id=10',0,'page','',0),(11,1,'2014-02-12 19:21:39','2014-02-12 19:21:39','[woocommerce_checkout]','Checkout','','publish','closed','open','','checkout','','','2014-02-13 06:54:56','2014-02-13 06:54:56','',9,'http://www.hotsexpostures.com/wordpress2/?page_id=11',0,'page','',0),(12,1,'2014-02-12 19:21:39','2014-02-12 19:21:39','[woocommerce_my_account]','My Account','','publish','closed','open','','my-account','','','2014-02-12 19:21:39','2014-02-12 19:21:39','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=12',0,'page','',0),(13,1,'2014-02-12 19:22:51','2014-02-12 19:22:51','[contact-form-7 id=\"4\" title=\"Contact form 1\"]','contact us ','','publish','open','open','','contact-us','','','2014-02-12 19:22:51','2014-02-12 19:22:51','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=13',0,'page','',0),(14,1,'2014-02-12 19:22:51','2014-02-12 19:22:51','[contact-form-7 id=\"4\" title=\"Contact form 1\"]','contact us ','','inherit','open','open','','13-revision-v1','','','2014-02-12 19:22:51','2014-02-12 19:22:51','',13,'http://www.hotsexpostures.com/wordpress2/?p=14',0,'revision','',0),(211,1,'2014-02-25 07:26:27','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-02-25 07:26:27','0000-00-00 00:00:00','',0,'http://www.hotsexpostures.com/wordpress2/?p=211',1,'nav_menu_item','',0),(210,1,'2014-02-25 07:26:27','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-02-25 07:26:27','0000-00-00 00:00:00','',0,'http://www.hotsexpostures.com/wordpress2/?p=210',1,'nav_menu_item','',0),(209,1,'2014-02-25 07:26:27','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-02-25 07:26:27','0000-00-00 00:00:00','',0,'http://www.hotsexpostures.com/wordpress2/?p=209',1,'nav_menu_item','',0),(208,1,'2014-02-25 07:27:53','2014-02-25 07:27:53',' ','','','publish','open','open','','208','','','2014-02-25 07:34:28','2014-02-25 07:34:28','',0,'http://www.hotsexpostures.com/wordpress2/?p=208',6,'nav_menu_item','',0),(204,1,'2014-02-25 07:27:53','2014-02-25 07:27:53',' ','','','publish','open','open','','204','','','2014-02-25 07:34:28','2014-02-25 07:34:28','',0,'http://www.hotsexpostures.com/wordpress2/?p=204',2,'nav_menu_item','',0),(206,1,'2014-02-25 07:27:53','2014-02-25 07:27:53',' ','','','publish','open','open','','206','','','2014-02-25 07:34:28','2014-02-25 07:34:28','',0,'http://www.hotsexpostures.com/wordpress2/?p=206',4,'nav_menu_item','',0),(116,1,'2014-02-14 11:02:57','2014-02-14 11:02:57','','sex postures for men','sex postures for any men that want a good sex and relationship in his life time.','publish','open','closed','','sex-postures-for-men','','','2014-02-14 12:07:49','2014-02-14 12:07:49','',0,'http://www.hotsexpostures.com/wordpress2/?post_type=product&p=116',0,'product','',0),(23,1,'2014-02-12 19:28:15','2014-02-12 19:28:15','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge.jpg\"><img class=\"alignnone size-medium wp-image-106\" alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style.jpg\"><img class=\"alignnone size-medium wp-image-117\" alt=\"Doggy Style\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style-272x300.jpg\" width=\"272\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1.jpg\"><img class=\"alignnone size-medium wp-image-121\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy.jpg\"><img class=\"alignnone size-medium wp-image-119\" alt=\"hanging hornegy\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy-231x300.jpg\" width=\"231\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag.jpg\"><img class=\"alignnone size-medium wp-image-109\" alt=\"secret_shag\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/580821_587690414613979_25316329_n.jpg\"><img class=\"alignnone size-full wp-image-47\" alt=\"580821_587690414613979_25316329_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/580821_587690414613979_25316329_n.jpg\" width=\"136\" height=\"141\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24.jpg\"><img class=\"alignnone size-medium wp-image-41\" alt=\"athletic gymnasium\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24-300x194.jpg\" width=\"300\" height=\"194\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n.jpg\"><img class=\"alignnone size-medium wp-image-44\" alt=\"5136_578618562187831_585551861_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/988765_576991139017240_960549931_n.jpg\"><img class=\"alignnone size-medium wp-image-52\" alt=\"988765_576991139017240_960549931_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/988765_576991139017240_960549931_n-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\"><img class=\"alignnone size-full wp-image-158\" alt=\"frisky-floor-show\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\"><img class=\"alignnone size-full wp-image-157\" alt=\"amazing-butterfly\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Slide.jpg\"><img class=\"alignnone size-medium wp-image-182\" alt=\"The Slide\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Slide-300x204.jpg\" width=\"300\" height=\"204\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/224149_v1.jpg\"><img class=\"alignnone size-medium wp-image-183\" alt=\"224149_v1\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/224149_v1-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled.jpg\"><img class=\"alignnone size-medium wp-image-159\" alt=\"the angle 90\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled-300x217.jpg\" width=\"300\" height=\"217\" /></a>\r\n\r\nSHOP FOR MORE AND SPECIFIC POSTURES<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\"><img class=\"alignnone size-full wp-image-156\" alt=\"man on top aside\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\" width=\"278\" height=\"239\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-155\" alt=\"The Kneeling Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"sucking pussyge x4\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina.jpg\"><img class=\"alignnone size-medium wp-image-146\" alt=\"ballerina\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1.jpg\"><img class=\"alignnone size-medium wp-image-154\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1-242x300.jpg\" width=\"242\" height=\"300\" /></a>','sex postures','','publish','open','open','','sex-postures','','','2014-02-14 14:22:01','2014-02-14 14:22:01','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=23',0,'page','',0),(24,1,'2014-02-12 19:28:15','2014-02-12 19:28:15','','sex postures','','inherit','open','open','','23-revision-v1','','','2014-02-12 19:28:15','2014-02-12 19:28:15','',23,'http://www.hotsexpostures.com/wordpress2/?p=24',0,'revision','',0),(27,1,'2014-02-12 19:29:20','2014-02-12 19:29:20','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride.jpg\"><img class=\"alignnone size-medium wp-image-105\" alt=\"joystick_joyride\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl.jpg\"><img class=\"alignnone size-medium wp-image-101\" alt=\"twirl_a_girl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1390781_575507342498953_365583921_n.jpg\"><img class=\"alignnone size-medium wp-image-57\" alt=\"girl in control\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1390781_575507342498953_365583921_n-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/3333.jpg\"><img class=\"alignnone size-medium wp-image-48\" alt=\"the x posture\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/3333-300x249.jpg\" width=\"300\" height=\"249\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/2013-06-04-ScreenShot20130604at6.36.36PM.png\"><img class=\"alignnone size-medium wp-image-42\" alt=\"finger the pennyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/2013-06-04-ScreenShot20130604at6.36.36PM-300x212.png\" width=\"300\" height=\"212\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/220px-Wiki-cowgirl.png\"><img class=\"alignnone size-medium wp-image-55\" alt=\"the cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/220px-Wiki-cowgirl-300x243.png\" width=\"300\" height=\"243\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/cheerleader-cowgirl-sex-position.jpg\"><img class=\"alignnone size-medium wp-image-135\" alt=\"cheerleader-cowgirl-sex-position\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/cheerleader-cowgirl-sex-position-300x200.jpg\" width=\"300\" height=\"200\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/girl-in-control.jpg\"><img class=\"alignnone size-medium wp-image-136\" alt=\"the girl in control\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/girl-in-control-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-hipst.jpg\"><img class=\"alignnone size-medium wp-image-137\" alt=\"reverse-hipst\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-hipst-300x254.jpg\" width=\"300\" height=\"254\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1378462_575885262461161_218548099_n.jpg\"><img class=\"alignnone size-full wp-image-50\" alt=\"by the side cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1378462_575885262461161_218548099_n.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge1.jpg\"><img class=\"alignnone size-medium wp-image-138\" alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge1-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-cowgirl.jpg\"><img class=\"alignnone size-medium wp-image-139\" alt=\"reverse cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-cowgirl-280x300.jpg\" width=\"280\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/van-Damme-Cowgirl.jpg\"><img class=\"alignnone size-medium wp-image-140\" alt=\"van-Damme-Cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/van-Damme-Cowgirl-300x215.jpg\" width=\"300\" height=\"215\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Waterfall.jpg\"><img class=\"alignnone size-medium wp-image-141\" alt=\"The Waterfall\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Waterfall-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/691.jpg\"><img class=\"alignnone size-medium wp-image-142\" alt=\"the 69\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/691-300x150.jpg\" width=\"300\" height=\"150\" /></a>',' postures for women','','publish','open','closed','','sex-postures-for-women','','','2014-02-14 11:49:45','2014-02-14 11:49:45','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=27',0,'page','',0),(28,1,'2014-02-12 19:29:20','2014-02-12 19:29:20','','sex postures for women ','','inherit','open','open','','27-revision-v1','','','2014-02-12 19:29:20','2014-02-12 19:29:20','',27,'http://www.hotsexpostures.com/wordpress2/?p=28',0,'revision','',0),(83,1,'2014-02-13 08:50:31','2014-02-13 08:50:31','',' postures for women','','inherit','open','open','','27-revision-v1','','','2014-02-13 08:50:31','2014-02-13 08:50:31','',27,'http://www.hotsexpostures.com/wordpress2/?p=83',0,'revision','',0),(203,1,'2014-02-25 07:26:26','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-02-25 07:26:26','0000-00-00 00:00:00','',0,'http://www.hotsexpostures.com/wordpress2/?p=203',1,'nav_menu_item','',0),(41,1,'2014-02-12 20:18:40','2014-02-12 20:18:40','','athletic gymnasium','','inherit','open','open','','24','','','2014-02-12 20:18:40','2014-02-12 20:18:40','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24.jpg',0,'attachment','image/jpeg',0),(42,1,'2014-02-12 20:18:54','2014-02-12 20:18:54','','finger the pennyge','','inherit','open','open','','2013-06-04-screenshot20130604at6-36-36pm','','','2014-02-12 20:18:54','2014-02-12 20:18:54','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/2013-06-04-ScreenShot20130604at6.36.36PM.png',0,'attachment','image/png',0),(43,1,'2014-02-12 20:19:01','2014-02-12 20:19:01','','550px-Have-Sex-During-Pregnancy-Step-4','','inherit','open','open','','550px-have-sex-during-pregnancy-step-4','','','2014-02-12 20:19:01','2014-02-12 20:19:01','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/550px-Have-Sex-During-Pregnancy-Step-4.jpg',0,'attachment','image/jpeg',0),(44,1,'2014-02-12 20:19:07','2014-02-12 20:19:07','','5136_578618562187831_585551861_n','','inherit','open','open','','5136_578618562187831_585551861_n','','','2014-02-12 20:19:07','2014-02-12 20:19:07','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n.jpg',0,'attachment','image/jpeg',0),(45,1,'2014-02-12 20:19:15','2014-02-12 20:19:15','','99443','','inherit','open','open','','99443','','','2014-02-12 20:19:15','2014-02-12 20:19:15','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/99443.jpg',0,'attachment','image/jpeg',0),(46,1,'2014-02-12 20:19:22','2014-02-12 20:19:22','','533942_575532185829802_1759884341_n','','inherit','open','open','','533942_575532185829802_1759884341_n','','','2014-02-12 20:19:22','2014-02-12 20:19:22','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/533942_575532185829802_1759884341_n.jpg',0,'attachment','image/jpeg',0),(47,1,'2014-02-12 20:19:33','2014-02-12 20:19:33','','580821_587690414613979_25316329_n','','inherit','open','open','','580821_587690414613979_25316329_n','','','2014-02-12 20:19:33','2014-02-12 20:19:33','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/580821_587690414613979_25316329_n.jpg',0,'attachment','image/jpeg',0),(48,1,'2014-02-12 20:19:41','2014-02-12 20:19:41','','the x posture','','inherit','open','open','','3333','','','2014-02-12 20:19:41','2014-02-12 20:19:41','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/3333.jpg',0,'attachment','image/jpeg',0),(49,1,'2014-02-12 20:19:48','2014-02-12 20:19:48','','9989','','inherit','open','open','','9989','','','2014-02-12 20:19:48','2014-02-12 20:19:48','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/9989.jpg',0,'attachment','image/jpeg',0),(50,1,'2014-02-12 20:19:55','2014-02-12 20:19:55','','by the side cowgirl','','inherit','open','open','','1378462_575885262461161_218548099_n','','','2014-02-12 20:19:55','2014-02-12 20:19:55','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1378462_575885262461161_218548099_n.jpg',0,'attachment','image/jpeg',0),(51,1,'2014-02-12 20:20:05','2014-02-12 20:20:05','','standing pussyge','','inherit','open','open','','1392021_578625058853848_904371444_n','','','2014-02-12 20:20:05','2014-02-12 20:20:05','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1392021_578625058853848_904371444_n.jpg',0,'attachment','image/jpeg',0),(52,1,'2014-02-12 20:20:12','2014-02-12 20:20:12','','988765_576991139017240_960549931_n','','inherit','open','open','','988765_576991139017240_960549931_n','','','2014-02-12 20:20:12','2014-02-12 20:20:12','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/988765_576991139017240_960549931_n.jpg',0,'attachment','image/jpeg',0),(53,1,'2014-02-12 20:20:20','2014-02-12 20:20:20','','1001274_580733145309706_844396750_n','','inherit','open','open','','1001274_580733145309706_844396750_n','','','2014-02-12 20:20:20','2014-02-12 20:20:20','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1001274_580733145309706_844396750_n.jpg',0,'attachment','image/jpeg',0),(54,1,'2014-02-12 20:20:30','2014-02-12 20:20:30','','Untitled','','inherit','open','open','','untitled','','','2014-02-12 20:20:30','2014-02-12 20:20:30','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled.gif',0,'attachment','image/gif',0),(55,1,'2014-02-12 20:20:40','2014-02-12 20:20:40','','the cowgirl','','inherit','open','open','','220px-wiki-cowgirl','','','2014-02-12 20:20:40','2014-02-12 20:20:40','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/220px-Wiki-cowgirl.png',0,'attachment','image/png',0),(56,1,'2014-02-12 20:20:44','2014-02-12 20:20:44','','44','','inherit','open','open','','44','','','2014-02-12 20:20:44','2014-02-12 20:20:44','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/44.jpg',0,'attachment','image/jpeg',0),(57,1,'2014-02-12 20:20:54','2014-02-12 20:20:54','','girl in control','','inherit','open','open','','1390781_575507342498953_365583921_n','','','2014-02-12 20:20:54','2014-02-12 20:20:54','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1390781_575507342498953_365583921_n.jpg',0,'attachment','image/jpeg',0),(58,1,'2014-02-12 20:21:02','2014-02-12 20:21:02','','1385935_577573368959017_1597412762_n','','inherit','open','open','','1385935_577573368959017_1597412762_n','','','2014-02-12 20:21:02','2014-02-12 20:21:02','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1385935_577573368959017_1597412762_n.jpg',0,'attachment','image/jpeg',0),(59,1,'2014-02-12 20:21:13','2014-02-12 20:21:13','','qqq','','inherit','open','open','','qqq','','','2014-02-12 20:21:13','2014-02-12 20:21:13','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/qqq.jpg',0,'attachment','image/jpeg',0),(73,1,'2014-02-12 21:23:55','2014-02-12 21:23:55','','Order – February 12, 2014 @ 09:23 PM','','publish','open','closed','order_52fbe66b561a9','order-feb-12-2014-0923-pm','','','2014-02-19 19:00:50','2014-02-19 19:00:50','',0,'http://www.hotsexpostures.com/wordpress2/?post_type=shop_order&p=73',0,'shop_order','',1),(77,1,'2014-02-13 06:51:09','2014-02-13 06:51:09','','postures for pregnant women','','inherit','open','open','','2-revision-v1','','','2014-02-13 06:51:09','2014-02-13 06:51:09','',2,'http://www.hotsexpostures.com/wordpress2/?p=77',0,'revision','',0),(76,1,'2014-02-13 06:50:33','2014-02-13 06:50:33','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 doohickies 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://netsol003.com/woopWp/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','postures for pregnant women','','inherit','open','open','','2-revision-v1','','','2014-02-13 06:50:33','2014-02-13 06:50:33','',2,'http://www.hotsexpostures.com/wordpress2/?p=76',0,'revision','',0),(87,1,'2014-02-13 16:38:21','2014-02-13 16:38:21','No refund of money after payment and you must be an adult to make any payment or use this website.once you make any payment you will be directed to a page where you will see all your postures.','Terms ','','inherit','open','open','','61-autosave-v1','','','2014-02-13 16:38:21','2014-02-13 16:38:21','',61,'http://www.hotsexpostures.com/wordpress2/?p=87',0,'revision','',0),(202,1,'2014-02-25 07:26:26','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-02-25 07:26:26','0000-00-00 00:00:00','',0,'http://www.hotsexpostures.com/wordpress2/?p=202',1,'nav_menu_item','',0),(88,1,'2014-02-13 16:37:15','2014-02-13 16:37:15','no refund of money after payment and you must be an adult to make any payment or use this website.once you make any payment you will be directed to a','Terms ','','inherit','open','open','','61-revision-v1','','','2014-02-13 16:37:15','2014-02-13 16:37:15','',61,'http://www.hotsexpostures.com/wordpress2/?p=88',0,'revision','',0),(89,1,'2014-02-13 16:38:29','2014-02-13 16:38:29','No refund of money after payment and you must be an adult to make any payment or use this website.once you make any payment you will be directed to a page where you will see all your postures.','Terms ','','inherit','open','open','','61-revision-v1','','','2014-02-13 16:38:29','2014-02-13 16:38:29','',61,'http://www.hotsexpostures.com/wordpress2/?p=89',0,'revision','',0),(90,1,'2014-02-14 10:25:33','2014-02-14 10:25:33','This sex postures will make you and your partner very close to each other.','sex postures for intimacy','This sex postures will make you and your partner very close to each other.','publish','open','closed','','sex-postures-for-intimacy','','','2014-02-14 10:29:54','2014-02-14 10:29:54','',0,'http://www.hotsexpostures.com/wordpress2/?post_type=product&p=90',0,'product','',0),(91,1,'2014-02-14 10:06:05','2014-02-14 10:06:05','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Crouching-Tiger.jpg\"><img class=\"alignnone size-medium wp-image-111\" alt=\"The Crouching Tiger\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Crouching-Tiger-300x192.jpg\" width=\"300\" height=\"192\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi.jpg\"><img class=\"alignnone size-medium wp-image-112\" alt=\"The Tominagi\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi-300x220.jpg\" width=\"300\" height=\"220\" /></a><img class=\"alignnone size-medium wp-image-108\" alt=\"boy on side\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boy-on-side-300x179.jpg\" width=\"300\" height=\"179\" /><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag.jpg\"><img class=\"alignnone size-medium wp-image-109\" alt=\"secret_shag\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag-300x199.jpg\" width=\"300\" height=\"199\" /></a><img class=\"alignnone size-medium wp-image-93\" alt=\"69\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/69-300x150.jpg\" width=\"300\" height=\"150\" /><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side.jpg\"><img class=\"alignnone size-medium wp-image-94\" alt=\"boys_on_side\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top.jpg\"><img class=\"alignnone size-medium wp-image-95\" alt=\"butty man on top\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1.jpg\"><img class=\"alignnone size-medium wp-image-97\" alt=\"doggie \" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force.jpg\"><img class=\"alignnone size-medium wp-image-98\" alt=\"G-force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance.jpg\"><img class=\"alignnone size-medium wp-image-99\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge.jpg\"><img class=\"alignnone size-medium wp-image-100\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl.jpg\"><img class=\"alignnone size-medium wp-image-101\" alt=\"twirl_a_girl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie.jpg\"><img class=\"alignnone size-medium wp-image-102\" alt=\"doggie\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle.jpg\"><img class=\"alignnone size-medium wp-image-103\" alt=\"love_triangle\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain.jpg\"><img class=\"alignnone size-medium wp-image-104\" alt=\"Magic mountain\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride.jpg\"><img class=\"alignnone size-medium wp-image-105\" alt=\"joystick_joyride\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge.jpg\"><img class=\"alignnone size-medium wp-image-106\" alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge-300x199.jpg\" width=\"300\" height=\"199\" /></a>','sex postures for intimacy','','publish','open','open','','sex-postures-for-kings','','','2014-02-14 10:28:49','2014-02-14 10:28:49','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=91',0,'page','',0),(92,1,'2014-02-14 10:06:05','2014-02-14 10:06:05','','sex postures for kings','','inherit','open','open','','91-revision-v1','','','2014-02-14 10:06:05','2014-02-14 10:06:05','',91,'http://www.hotsexpostures.com/wordpress2/?p=92',0,'revision','',0),(93,1,'2014-02-14 10:10:12','2014-02-14 10:10:12','','69','','inherit','open','open','','69','','','2014-02-14 10:10:12','2014-02-14 10:10:12','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/69.jpg',0,'attachment','image/jpeg',0),(94,1,'2014-02-14 10:11:32','2014-02-14 10:11:32','','boys_on_side','','inherit','open','open','','boys_on_side','','','2014-02-14 10:11:32','2014-02-14 10:11:32','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side.jpg',0,'attachment','image/jpeg',0),(95,1,'2014-02-14 10:11:56','2014-02-14 10:11:56','','butty man on top','','inherit','open','open','','butty-man-on-top','','','2014-02-14 10:11:56','2014-02-14 10:11:56','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top.jpg',0,'attachment','image/jpeg',0),(96,1,'2014-02-14 10:21:27','2014-02-14 10:21:27','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Crouching-Tiger.jpg\"><img class=\"alignnone size-medium wp-image-111\" alt=\"The Crouching Tiger\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Crouching-Tiger-300x192.jpg\" width=\"300\" height=\"192\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi.jpg\"><img class=\"alignnone size-medium wp-image-112\" alt=\"The Tominagi\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi-300x220.jpg\" width=\"300\" height=\"220\" /></a><img class=\"alignnone size-medium wp-image-108\" alt=\"boy on side\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boy-on-side-300x179.jpg\" width=\"300\" height=\"179\" /><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag.jpg\"><img class=\"alignnone size-medium wp-image-109\" alt=\"secret_shag\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag-300x199.jpg\" width=\"300\" height=\"199\" /></a><img class=\"alignnone size-medium wp-image-93\" alt=\"69\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/69-300x150.jpg\" width=\"300\" height=\"150\" /><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side.jpg\"><img class=\"alignnone size-medium wp-image-94\" alt=\"boys_on_side\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top.jpg\"><img class=\"alignnone size-medium wp-image-95\" alt=\"butty man on top\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1.jpg\"><img class=\"alignnone size-medium wp-image-97\" alt=\"doggie \" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force.jpg\"><img class=\"alignnone size-medium wp-image-98\" alt=\"G-force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance.jpg\"><img class=\"alignnone size-medium wp-image-99\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge.jpg\"><img class=\"alignnone size-medium wp-image-100\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl.jpg\"><img class=\"alignnone size-medium wp-image-101\" alt=\"twirl_a_girl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie.jpg\"><img class=\"alignnone size-medium wp-image-102\" alt=\"doggie\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle.jpg\"><img class=\"alignnone size-medium wp-image-103\" alt=\"love_triangle\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain.jpg\"><img class=\"alignnone size-medium wp-image-104\" alt=\"Magic mountain\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride.jpg\"><img class=\"alignnone size-medium wp-image-105\" alt=\"joystick_joyride\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge.jpg\"><img class=\"alignnone size-medium wp-image-106\" alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge-300x199.jpg\" width=\"300\" height=\"199\" /></a>','sex postures for kings','','inherit','open','open','','91-autosave-v1','','','2014-02-14 10:21:27','2014-02-14 10:21:27','',91,'http://www.hotsexpostures.com/wordpress2/?p=96',0,'revision','',0),(60,1,'2014-02-12 20:30:10','2014-02-12 20:30:10','<h1>Checkout</h1>\n\n{{mj-checkout-form}}','Mijireh Secure Checkout','','private','closed','closed','','mijireh-secure-checkout','','','2014-02-12 20:30:10','2014-02-12 20:30:10','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=60',0,'page','',0),(61,1,'2014-02-12 20:36:29','2014-02-12 20:36:29','No refund of money after payment and you must be an adult to make any payment or use this website.once you make any payment you will be directed to a page where you will see all your postures.','Terms ','','publish','open','open','','terms','','','2014-02-13 16:38:29','2014-02-13 16:38:29','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=61',0,'page','',0),(62,1,'2014-02-12 20:36:29','2014-02-12 20:36:29','no refund of money after payment and you must be up to 20 years to make any payment or use this website.','terms ','','inherit','open','open','','61-revision-v1','','','2014-02-12 20:36:29','2014-02-12 20:36:29','',61,'http://www.hotsexpostures.com/wordpress2/?p=62',0,'revision','',0),(63,1,'2014-02-12 20:36:38','2014-02-12 20:36:38','no refund of money after payment and you must be up to 20 years to make any payment or use this website.','Terms ','','inherit','open','open','','61-revision-v1','','','2014-02-12 20:36:38','2014-02-12 20:36:38','',61,'http://www.hotsexpostures.com/wordpress2/?p=63',0,'revision','',0),(64,1,'2014-02-12 20:38:37','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-02-12 20:38:37','0000-00-00 00:00:00','',0,'http://www.hotsexpostures.com/wordpress2/?p=64',1,'nav_menu_item','',0),(66,1,'2014-02-12 20:58:21','2014-02-12 20:58:21','','44752_132651253558753_1868463675_n','','inherit','open','open','','44752_132651253558753_1868463675_n','','','2014-02-12 20:58:21','2014-02-12 20:58:21','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/woocommerce_uploads/2014/02/44752_132651253558753_1868463675_n.jpg',0,'attachment','image/jpeg',0),(67,1,'2014-02-12 20:58:40','2014-02-12 20:58:40','','embrace-of-viddhaka-large_new','','inherit','open','open','','embrace-of-viddhaka-large_new','','','2014-02-12 20:58:40','2014-02-12 20:58:40','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/woocommerce_uploads/2014/02/embrace-of-viddhaka-large_new.jpg',0,'attachment','image/jpeg',0),(68,1,'2014-02-12 20:58:51','2014-02-12 20:58:51','','url','','inherit','open','open','','url','','','2014-02-12 20:58:51','2014-02-12 20:58:51','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/woocommerce_uploads/2014/02/url.jpg',0,'attachment','image/jpeg',0),(69,1,'2014-02-12 20:59:07','2014-02-12 20:59:07','','1469802_584790654903955_928321500_n','','inherit','open','open','','1469802_584790654903955_928321500_n','','','2014-02-12 20:59:07','2014-02-12 20:59:07','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/woocommerce_uploads/2014/02/1469802_584790654903955_928321500_n.jpg',0,'attachment','image/jpeg',0),(70,1,'2014-02-12 21:00:44','2014-02-12 21:00:44','','44','','inherit','open','open','','44-2','','','2014-02-12 21:00:44','2014-02-12 21:00:44','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/woocommerce_uploads/2014/02/44.jpg',0,'attachment','image/jpeg',0),(71,1,'2014-02-12 21:01:10','2014-02-12 21:01:10','','qq','','inherit','open','open','','qq','','','2014-02-12 21:01:10','2014-02-12 21:01:10','',0,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/woocommerce_uploads/2014/02/qq.jpg',0,'attachment','image/jpeg',0),(97,1,'2014-02-14 10:12:27','2014-02-14 10:12:27','','doggie ','','inherit','open','open','','doggie-1','','','2014-02-14 10:12:27','2014-02-14 10:12:27','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1.jpg',0,'attachment','image/jpeg',0),(98,1,'2014-02-14 10:13:02','2014-02-14 10:13:02','','G-force','','inherit','open','open','','g-force','','','2014-02-14 10:13:02','2014-02-14 10:13:02','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force.jpg',0,'attachment','image/jpeg',0),(99,1,'2014-02-14 10:13:27','2014-02-14 10:13:27','','front entrance','','inherit','open','open','','front-entrance','','','2014-02-14 10:13:27','2014-02-14 10:13:27','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance.jpg',0,'attachment','image/jpeg',0),(100,1,'2014-02-14 10:14:22','2014-02-14 10:14:22','','pillow buttyge','','inherit','open','open','','pillow-buttyge','','','2014-02-14 10:14:22','2014-02-14 10:14:22','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge.jpg',0,'attachment','image/jpeg',0),(101,1,'2014-02-14 10:14:47','2014-02-14 10:14:47','','twirl_a_girl','','inherit','open','open','','twirl_a_girl','','','2014-02-14 10:14:47','2014-02-14 10:14:47','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl.jpg',0,'attachment','image/jpeg',0),(102,1,'2014-02-14 10:15:13','2014-02-14 10:15:13','','doggie','','inherit','open','open','','doggie','','','2014-02-14 10:15:13','2014-02-14 10:15:13','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie.jpg',0,'attachment','image/jpeg',0),(103,1,'2014-02-14 10:15:41','2014-02-14 10:15:41','','love_triangle','','inherit','open','open','','love_triangle','','','2014-02-14 10:15:41','2014-02-14 10:15:41','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle.jpg',0,'attachment','image/jpeg',0),(104,1,'2014-02-14 10:16:14','2014-02-14 10:16:14','','Magic mountain','','inherit','open','open','','magic-mountain','','','2014-02-14 10:16:14','2014-02-14 10:16:14','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain.jpg',0,'attachment','image/jpeg',0),(105,1,'2014-02-14 10:16:43','2014-02-14 10:16:43','','joystick_joyride','','inherit','open','open','','joystick_joyride','','','2014-02-14 10:16:43','2014-02-14 10:16:43','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride.jpg',0,'attachment','image/jpeg',0),(106,1,'2014-02-14 10:17:08','2014-02-14 10:17:08','','on_edge','','inherit','open','open','','on_edge','','','2014-02-14 10:17:08','2014-02-14 10:17:08','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge.jpg',0,'attachment','image/jpeg',0),(107,1,'2014-02-14 10:17:24','2014-02-14 10:17:24','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/69.jpg\"><img class=\"alignnone size-medium wp-image-93\" alt=\"69\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/69-300x150.jpg\" width=\"300\" height=\"150\" /><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side.jpg\"><img class=\"alignnone size-medium wp-image-94\" alt=\"boys_on_side\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top.jpg\"><img class=\"alignnone size-medium wp-image-95\" alt=\"butty man on top\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1.jpg\"><img class=\"alignnone size-medium wp-image-97\" alt=\"doggie \" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force.jpg\"><img class=\"alignnone size-medium wp-image-98\" alt=\"G-force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance.jpg\"><img class=\"alignnone size-medium wp-image-99\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge.jpg\"><img class=\"alignnone size-medium wp-image-100\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl.jpg\"><img class=\"alignnone size-medium wp-image-101\" alt=\"twirl_a_girl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie.jpg\"><img class=\"alignnone size-medium wp-image-102\" alt=\"doggie\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle.jpg\"><img class=\"alignnone size-medium wp-image-103\" alt=\"love_triangle\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain.jpg\"><img class=\"alignnone size-medium wp-image-104\" alt=\"Magic mountain\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride.jpg\"><img class=\"alignnone size-medium wp-image-105\" alt=\"joystick_joyride\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge.jpg\"><img class=\"alignnone size-medium wp-image-106\" alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge-300x199.jpg\" width=\"300\" height=\"199\" /></a></a>','sex postures for kings','','inherit','open','open','','91-revision-v1','','','2014-02-14 10:17:24','2014-02-14 10:17:24','',91,'http://www.hotsexpostures.com/wordpress2/?p=107',0,'revision','',0),(108,1,'2014-02-14 10:18:25','2014-02-14 10:18:25','','boy on side','','inherit','open','open','','boy-on-side','','','2014-02-14 10:18:25','2014-02-14 10:18:25','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boy-on-side.jpg',0,'attachment','image/jpeg',0),(109,1,'2014-02-14 10:18:47','2014-02-14 10:18:47','','secret_shag','','inherit','open','open','','secret_shag','','','2014-02-14 10:18:47','2014-02-14 10:18:47','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag.jpg',0,'attachment','image/jpeg',0),(110,1,'2014-02-14 10:19:03','2014-02-14 10:19:03','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/69.jpg\"><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boy-on-side.jpg\"><img class=\"alignnone size-medium wp-image-108\" alt=\"boy on side\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boy-on-side-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag.jpg\"><img class=\"alignnone size-medium wp-image-109\" alt=\"secret_shag\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag-300x199.jpg\" width=\"300\" height=\"199\" /></a><img class=\"alignnone size-medium wp-image-93\" alt=\"69\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/69-300x150.jpg\" width=\"300\" height=\"150\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side.jpg\"><img class=\"alignnone size-medium wp-image-94\" alt=\"boys_on_side\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top.jpg\"><img class=\"alignnone size-medium wp-image-95\" alt=\"butty man on top\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1.jpg\"><img class=\"alignnone size-medium wp-image-97\" alt=\"doggie \" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force.jpg\"><img class=\"alignnone size-medium wp-image-98\" alt=\"G-force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance.jpg\"><img class=\"alignnone size-medium wp-image-99\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge.jpg\"><img class=\"alignnone size-medium wp-image-100\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl.jpg\"><img class=\"alignnone size-medium wp-image-101\" alt=\"twirl_a_girl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie.jpg\"><img class=\"alignnone size-medium wp-image-102\" alt=\"doggie\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle.jpg\"><img class=\"alignnone size-medium wp-image-103\" alt=\"love_triangle\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain.jpg\"><img class=\"alignnone size-medium wp-image-104\" alt=\"Magic mountain\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride.jpg\"><img class=\"alignnone size-medium wp-image-105\" alt=\"joystick_joyride\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge.jpg\"><img class=\"alignnone size-medium wp-image-106\" alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge-300x199.jpg\" width=\"300\" height=\"199\" /></a>','sex postures for kings','','inherit','open','open','','91-revision-v1','','','2014-02-14 10:19:03','2014-02-14 10:19:03','',91,'http://www.hotsexpostures.com/wordpress2/?p=110',0,'revision','',0),(111,1,'2014-02-14 10:20:00','2014-02-14 10:20:00','','The Crouching Tiger','','inherit','open','open','','the-crouching-tiger','','','2014-02-14 10:20:00','2014-02-14 10:20:00','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Crouching-Tiger.jpg',0,'attachment','image/jpeg',0),(112,1,'2014-02-14 10:20:12','2014-02-14 10:20:12','','The Tominagi','','inherit','open','open','','the-tominagi','','','2014-02-14 10:20:12','2014-02-14 10:20:12','',91,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi.jpg',0,'attachment','image/jpeg',0),(114,1,'2014-02-14 10:28:49','2014-02-14 10:28:49','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Crouching-Tiger.jpg\"><img class=\"alignnone size-medium wp-image-111\" alt=\"The Crouching Tiger\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Crouching-Tiger-300x192.jpg\" width=\"300\" height=\"192\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi.jpg\"><img class=\"alignnone size-medium wp-image-112\" alt=\"The Tominagi\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi-300x220.jpg\" width=\"300\" height=\"220\" /></a><img class=\"alignnone size-medium wp-image-108\" alt=\"boy on side\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boy-on-side-300x179.jpg\" width=\"300\" height=\"179\" /><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag.jpg\"><img class=\"alignnone size-medium wp-image-109\" alt=\"secret_shag\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag-300x199.jpg\" width=\"300\" height=\"199\" /></a><img class=\"alignnone size-medium wp-image-93\" alt=\"69\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/69-300x150.jpg\" width=\"300\" height=\"150\" /><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side.jpg\"><img class=\"alignnone size-medium wp-image-94\" alt=\"boys_on_side\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top.jpg\"><img class=\"alignnone size-medium wp-image-95\" alt=\"butty man on top\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1.jpg\"><img class=\"alignnone size-medium wp-image-97\" alt=\"doggie \" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force.jpg\"><img class=\"alignnone size-medium wp-image-98\" alt=\"G-force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance.jpg\"><img class=\"alignnone size-medium wp-image-99\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge.jpg\"><img class=\"alignnone size-medium wp-image-100\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl.jpg\"><img class=\"alignnone size-medium wp-image-101\" alt=\"twirl_a_girl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie.jpg\"><img class=\"alignnone size-medium wp-image-102\" alt=\"doggie\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle.jpg\"><img class=\"alignnone size-medium wp-image-103\" alt=\"love_triangle\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain.jpg\"><img class=\"alignnone size-medium wp-image-104\" alt=\"Magic mountain\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride.jpg\"><img class=\"alignnone size-medium wp-image-105\" alt=\"joystick_joyride\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge.jpg\"><img class=\"alignnone size-medium wp-image-106\" alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge-300x199.jpg\" width=\"300\" height=\"199\" /></a>','sex postures for intimacy','','inherit','open','open','','91-revision-v1','','','2014-02-14 10:28:49','2014-02-14 10:28:49','',91,'http://www.hotsexpostures.com/wordpress2/?p=114',0,'revision','',0),(113,1,'2014-02-14 10:20:21','2014-02-14 10:20:21','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boy-on-side.jpg\"><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Crouching-Tiger.jpg\"><img class=\"alignnone size-medium wp-image-111\" alt=\"The Crouching Tiger\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Crouching-Tiger-300x192.jpg\" width=\"300\" height=\"192\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi.jpg\"><img class=\"alignnone size-medium wp-image-112\" alt=\"The Tominagi\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi-300x220.jpg\" width=\"300\" height=\"220\" /></a><img class=\"alignnone size-medium wp-image-108\" alt=\"boy on side\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boy-on-side-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag.jpg\"><img class=\"alignnone size-medium wp-image-109\" alt=\"secret_shag\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag-300x199.jpg\" width=\"300\" height=\"199\" /></a><img class=\"alignnone size-medium wp-image-93\" alt=\"69\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/69-300x150.jpg\" width=\"300\" height=\"150\" /><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side.jpg\"><img class=\"alignnone size-medium wp-image-94\" alt=\"boys_on_side\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/boys_on_side-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top.jpg\"><img class=\"alignnone size-medium wp-image-95\" alt=\"butty man on top\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1.jpg\"><img class=\"alignnone size-medium wp-image-97\" alt=\"doggie \" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-1-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force.jpg\"><img class=\"alignnone size-medium wp-image-98\" alt=\"G-force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance.jpg\"><img class=\"alignnone size-medium wp-image-99\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge.jpg\"><img class=\"alignnone size-medium wp-image-100\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl.jpg\"><img class=\"alignnone size-medium wp-image-101\" alt=\"twirl_a_girl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie.jpg\"><img class=\"alignnone size-medium wp-image-102\" alt=\"doggie\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle.jpg\"><img class=\"alignnone size-medium wp-image-103\" alt=\"love_triangle\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain.jpg\"><img class=\"alignnone size-medium wp-image-104\" alt=\"Magic mountain\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Magic-mountain-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride.jpg\"><img class=\"alignnone size-medium wp-image-105\" alt=\"joystick_joyride\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge.jpg\"><img class=\"alignnone size-medium wp-image-106\" alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge-300x199.jpg\" width=\"300\" height=\"199\" /></a>','sex postures for kings','','inherit','open','open','','91-revision-v1','','','2014-02-14 10:20:21','2014-02-14 10:20:21','',91,'http://www.hotsexpostures.com/wordpress2/?p=113',0,'revision','',0),(115,1,'2014-02-14 10:31:00','2014-02-14 10:31:00','This sex postures will make you and your partner very close to each other.','sex postures for intimacy','This sex postures will make you and your partner very close to each other.','inherit','open','open','','90-autosave-v1','','','2014-02-14 10:31:00','2014-02-14 10:31:00','',90,'http://www.hotsexpostures.com/wordpress2/?p=115',0,'revision','',0),(117,1,'2014-02-14 10:53:35','2014-02-14 10:53:35','','Doggy Style','','inherit','open','open','','doggy-style','','','2014-02-14 10:53:35','2014-02-14 10:53:35','',116,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style.jpg',0,'attachment','image/jpeg',0),(118,1,'2014-02-14 10:54:24','2014-02-14 10:54:24','','The G-Force','','inherit','open','open','','the-g-force','','','2014-02-14 10:54:24','2014-02-14 10:54:24','',116,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force.jpg',0,'attachment','image/jpeg',0),(119,1,'2014-02-14 10:54:48','2014-02-14 10:54:48','','hanging hornegy','','inherit','open','open','','hanging-hornegy','','','2014-02-14 10:54:48','2014-02-14 10:54:48','',116,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy.jpg',0,'attachment','image/jpeg',0),(120,1,'2014-02-14 10:55:09','2014-02-14 10:55:09','','love_triangle','','inherit','open','open','','love_triangle-2','','','2014-02-14 10:55:09','2014-02-14 10:55:09','',116,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle1.jpg',0,'attachment','image/jpeg',0),(121,1,'2014-02-14 10:55:31','2014-02-14 10:55:31','','pillow buttyge','','inherit','open','open','','pillow-buttyge-2','','','2014-02-14 10:55:31','2014-02-14 10:55:31','',116,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1.jpg',0,'attachment','image/jpeg',0),(122,1,'2014-02-14 10:56:06','2014-02-14 10:56:06','','Wheelbarrow','','inherit','open','open','','wheelbarrow','','','2014-02-14 10:56:06','2014-02-14 10:56:06','',116,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Wheelbarrow.jpg',0,'attachment','image/jpeg',0),(124,1,'2014-02-14 10:59:30','2014-02-14 10:59:30','','sex postures for ','','publish','open','open','','sex-postures-for-men-2','','','2014-02-14 11:01:23','2014-02-14 11:01:23','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=124',0,'page','',0),(125,1,'2014-02-14 10:59:30','2014-02-14 10:59:30','','sex postures for men','','inherit','open','open','','124-revision-v1','','','2014-02-14 10:59:30','2014-02-14 10:59:30','',124,'http://www.hotsexpostures.com/wordpress2/?p=125',0,'revision','',0),(126,1,'2014-02-14 11:01:23','2014-02-14 11:01:23','','sex postures for ','','inherit','open','open','','124-revision-v1','','','2014-02-14 11:01:23','2014-02-14 11:01:23','',124,'http://www.hotsexpostures.com/wordpress2/?p=126',0,'revision','',0),(127,1,'2014-02-14 11:49:51','2014-02-14 11:49:51','','sex postures for men','','inherit','open','open','','116-autosave-v1','','','2014-02-14 11:49:51','2014-02-14 11:49:51','',116,'http://www.hotsexpostures.com/wordpress2/?p=127',0,'revision','',0),(147,1,'2014-02-14 11:51:13','2014-02-14 11:51:13','','front entrance','','inherit','open','open','','front-entrance-2','','','2014-02-14 11:51:13','2014-02-14 11:51:13','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1.jpg',0,'attachment','image/jpeg',0),(148,1,'2014-02-14 12:07:27','2014-02-14 12:07:27','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13.jpg\"><img class=\"alignnone size-medium wp-image-145\" alt=\"13\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina.jpg\"><img class=\"alignnone size-medium wp-image-146\" alt=\"ballerina\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1.jpg\"><img class=\"alignnone size-medium wp-image-147\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hipster-sex-position.jpg\"><img class=\"alignnone size-medium wp-image-149\" alt=\"hipster-sex-position\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hipster-sex-position-300x282.jpg\" width=\"300\" height=\"282\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x1.jpg\"><img class=\"alignnone size-medium wp-image-150\" alt=\"sucking pussyge x1\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x1-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/lemon-squeezer-sex-position.jpg\"><img class=\"alignnone size-medium wp-image-151\" alt=\"lemon-squeezer-sex-position\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/lemon-squeezer-sex-position-273x300.jpg\" width=\"273\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/side-splitter.jpg\"><img class=\"alignnone size-medium wp-image-152\" alt=\"side-splitter\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/side-splitter-300x286.jpg\" width=\"300\" height=\"286\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"sucking pussyge x4\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1.jpg\"><img class=\"alignnone size-medium wp-image-154\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1-242x300.jpg\" width=\"242\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-155\" alt=\"The Kneeling Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\"><img class=\"alignnone size-full wp-image-156\" alt=\"man on top aside\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\" width=\"278\" height=\"239\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\"><img class=\"alignnone size-full wp-image-157\" alt=\"amazing-butterfly\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\" width=\"300\" height=\"300\" /></a> <a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\"><img class=\"alignnone size-medium wp-image-158\" alt=\"frisky-floor-show\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\"><img class=\"alignnone size-full wp-image-158\" alt=\"frisky-floor-show\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled.jpg\"><img class=\"alignnone size-medium wp-image-159\" alt=\"the angle 90\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled-300x217.jpg\" width=\"300\" height=\"217\" /></a><img class=\"alignnone size-medium wp-image-51\" alt=\"standing pussyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1392021_578625058853848_904371444_n-300x179.jpg\" width=\"300\" height=\"179\" /><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24.jpg\"><img class=\"alignnone size-medium wp-image-41\" alt=\"athletic gymnasium\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24-300x194.jpg\" width=\"300\" height=\"194\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style.jpg\"><img class=\"alignnone size-medium wp-image-117\" alt=\"Doggy Style\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style-272x300.jpg\" width=\"272\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie.jpg\"><img class=\"alignnone size-medium wp-image-102\" alt=\"doggie\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force.jpg\"><img class=\"alignnone size-medium wp-image-118\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force-242x300.jpg\" width=\"242\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy.jpg\"><img class=\"alignnone size-medium wp-image-119\" alt=\"hanging hornegy\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy-231x300.jpg\" width=\"231\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle1.jpg\"><img class=\"alignnone size-medium wp-image-120\" alt=\"love_triangle\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle1-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1.jpg\"><img class=\"alignnone size-medium wp-image-121\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-122\" alt=\"Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Wheelbarrow-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top.jpg\"><img class=\"alignnone size-medium wp-image-95\" alt=\"butty man on top\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n.jpg\"><img class=\"alignnone size-medium wp-image-44\" alt=\"5136_578618562187831_585551861_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n-300x179.jpg\" width=\"300\" height=\"179\" /></a>','postures for men','','inherit','open','open','','80-autosave-v1','','','2014-02-14 12:07:27','2014-02-14 12:07:27','',80,'http://www.hotsexpostures.com/wordpress2/?p=148',0,'revision','',0),(129,1,'2014-02-14 11:07:52','2014-02-14 11:07:52','Welcome to Hotsexpostures.com contact us on any sex and relationship problems you are having.','HELLO','','publish','open','open','','welcome','','','2014-02-18 22:42:22','2014-02-18 22:42:22','',0,'http://www.hotsexpostures.com/wordpress2/?p=129',0,'post','',0),(130,1,'2014-02-14 11:07:52','2014-02-14 11:07:52','how are you','welcome ','','inherit','open','open','','129-revision-v1','','','2014-02-14 11:07:52','2014-02-14 11:07:52','',129,'http://www.hotsexpostures.com/wordpress2/?p=130',0,'revision','',0),(194,1,'2014-02-18 22:42:22','2014-02-18 22:42:22','Welcome to Hotsexpostures.com contact us on any sex and relationship problems you are having.','HELLO','','inherit','open','open','','129-revision-v1','','','2014-02-18 22:42:22','2014-02-18 22:42:22','',129,'http://www.hotsexpostures.com/wordpress2/?p=194',0,'revision','',0),(131,1,'2014-02-14 11:09:34','2014-02-14 11:09:34','Welcome to Hotsexpostures.com we hope you find your favorite sex postures for this year valentine .you can shop for a specific sex postures.','WELCOME','','inherit','open','open','','129-revision-v1','','','2014-02-14 11:09:34','2014-02-14 11:09:34','',129,'http://www.hotsexpostures.com/wordpress2/?p=131',0,'revision','',0),(132,1,'2014-02-14 11:09:58','2014-02-14 11:09:58','Welcome to Hotsexpostures.com we hope you find your favorite sex postures for this year valentine .you can shop for a specific sex postures.','HELLO','','inherit','open','open','','129-revision-v1','','','2014-02-14 11:09:58','2014-02-14 11:09:58','',129,'http://www.hotsexpostures.com/wordpress2/?p=132',0,'revision','',0),(133,1,'2014-02-14 11:21:33','2014-02-14 11:21:33','','sex postures for women','sex postures for any women that want a good sex and relationship in her life time.','publish','open','closed','','sex-postures-for-women','','','2014-02-14 11:49:10','2014-02-14 11:49:10','',0,'http://www.hotsexpostures.com/wordpress2/?post_type=product&p=133',0,'product','',0),(145,1,'2014-02-14 11:50:37','2014-02-14 11:50:37','','13','','inherit','open','open','','13','','','2014-02-14 11:50:37','2014-02-14 11:50:37','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13.jpg',0,'attachment','image/jpeg',0),(146,1,'2014-02-14 11:50:52','2014-02-14 11:50:52','','ballerina','','inherit','open','open','','ballerina','','','2014-02-14 11:50:52','2014-02-14 11:50:52','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina.jpg',0,'attachment','image/jpeg',0),(135,1,'2014-02-14 11:25:15','2014-02-14 11:25:15','','cheerleader-cowgirl-sex-position','','inherit','open','open','','cheerleader-cowgirl-sex-position','','','2014-02-14 11:25:15','2014-02-14 11:25:15','',133,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/cheerleader-cowgirl-sex-position.jpg',0,'attachment','image/jpeg',0),(136,1,'2014-02-14 11:25:33','2014-02-14 11:25:33','','the girl in control','','inherit','open','open','','girl-in-control','','','2014-02-14 11:25:33','2014-02-14 11:25:33','',133,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/girl-in-control.jpg',0,'attachment','image/jpeg',0),(137,1,'2014-02-14 11:26:11','2014-02-14 11:26:11','','reverse-hipst','','inherit','open','open','','reverse-hipst','','','2014-02-14 11:26:11','2014-02-14 11:26:11','',133,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-hipst.jpg',0,'attachment','image/jpeg',0),(138,1,'2014-02-14 11:28:14','2014-02-14 11:28:14','','on_edge','','inherit','open','open','','on_edge-2','','','2014-02-14 11:28:14','2014-02-14 11:28:14','',133,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge1.jpg',0,'attachment','image/jpeg',0),(139,1,'2014-02-14 11:35:04','2014-02-14 11:35:04','','reverse cowgirl','','inherit','open','open','','reverse-cowgirl','','','2014-02-14 11:35:04','2014-02-14 11:35:04','',133,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-cowgirl.jpg',0,'attachment','image/jpeg',0),(140,1,'2014-02-14 11:36:03','2014-02-14 11:36:03','','van-Damme-Cowgirl','','inherit','open','open','','van-damme-cowgirl','','','2014-02-14 11:36:03','2014-02-14 11:36:03','',133,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/van-Damme-Cowgirl.jpg',0,'attachment','image/jpeg',0),(141,1,'2014-02-14 11:36:30','2014-02-14 11:36:30','','The Waterfall','','inherit','open','open','','the-waterfall','','','2014-02-14 11:36:30','2014-02-14 11:36:30','',133,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Waterfall.jpg',0,'attachment','image/jpeg',0),(142,1,'2014-02-14 11:37:12','2014-02-14 11:37:12','','the 69','','inherit','open','open','','69-2','','','2014-02-14 11:37:12','2014-02-14 11:37:12','',133,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/691.jpg',0,'attachment','image/jpeg',0),(149,1,'2014-02-14 11:51:32','2014-02-14 11:51:32','','hipster-sex-position','','inherit','open','open','','hipster-sex-position','','','2014-02-14 11:51:32','2014-02-14 11:51:32','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hipster-sex-position.jpg',0,'attachment','image/jpeg',0),(150,1,'2014-02-14 11:51:55','2014-02-14 11:51:55','','sucking pussyge x1','','inherit','open','open','','sucking-pussyge-x1','','','2014-02-14 11:51:55','2014-02-14 11:51:55','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x1.jpg',0,'attachment','image/jpeg',0),(151,1,'2014-02-14 11:52:14','2014-02-14 11:52:14','','lemon-squeezer-sex-position','','inherit','open','open','','lemon-squeezer-sex-position','','','2014-02-14 11:52:14','2014-02-14 11:52:14','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/lemon-squeezer-sex-position.jpg',0,'attachment','image/jpeg',0),(152,1,'2014-02-14 11:52:35','2014-02-14 11:52:35','','side-splitter','','inherit','open','open','','side-splitter','','','2014-02-14 11:52:35','2014-02-14 11:52:35','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/side-splitter.jpg',0,'attachment','image/jpeg',0),(153,1,'2014-02-14 11:52:58','2014-02-14 11:52:58','','sucking pussyge x4','','inherit','open','open','','sucking-pussyge-x4','','','2014-02-14 11:52:58','2014-02-14 11:52:58','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4.jpg',0,'attachment','image/jpeg',0),(154,1,'2014-02-14 11:53:52','2014-02-14 11:53:52','','The G-Force','','inherit','open','open','','the-g-force-2','','','2014-02-14 11:53:52','2014-02-14 11:53:52','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1.jpg',0,'attachment','image/jpeg',0),(143,1,'2014-02-14 11:47:15','2014-02-14 11:47:15','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride.jpg\"><img alt=\"joystick_joyride\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl.jpg\"><img alt=\"twirl_a_girl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1390781_575507342498953_365583921_n.jpg\"><img alt=\"girl in control\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1390781_575507342498953_365583921_n-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/3333.jpg\"><img alt=\"the x posture\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/3333-300x249.jpg\" width=\"300\" height=\"249\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/2013-06-04-ScreenShot20130604at6.36.36PM.png\"><img alt=\"finger the pennyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/2013-06-04-ScreenShot20130604at6.36.36PM-300x212.png\" width=\"300\" height=\"212\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/220px-Wiki-cowgirl.png\"><img alt=\"the cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/220px-Wiki-cowgirl-300x243.png\" width=\"300\" height=\"243\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/cheerleader-cowgirl-sex-position.jpg\"><img alt=\"cheerleader-cowgirl-sex-position\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/cheerleader-cowgirl-sex-position-300x200.jpg\" width=\"300\" height=\"200\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/girl-in-control.jpg\"><img alt=\"the girl in control\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/girl-in-control-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-hipst.jpg\"><img alt=\"reverse-hipst\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-hipst-300x254.jpg\" width=\"300\" height=\"254\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1378462_575885262461161_218548099_n.jpg\"><img alt=\"by the side cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1378462_575885262461161_218548099_n.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge1.jpg\"><img alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge1-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-cowgirl.jpg\"><img alt=\"reverse cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-cowgirl-280x300.jpg\" width=\"280\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/van-Damme-Cowgirl.jpg\"><img alt=\"van-Damme-Cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/van-Damme-Cowgirl-300x215.jpg\" width=\"300\" height=\"215\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Waterfall.jpg\"><img alt=\"The Waterfall\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Waterfall-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/691.jpg\"><img alt=\"the 69\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/691-300x150.jpg\" width=\"300\" height=\"150\" /></a>',' postures for women','','inherit','open','open','','27-autosave-v1','','','2014-02-14 11:47:15','2014-02-14 11:47:15','',27,'http://www.hotsexpostures.com/wordpress2/?p=143',0,'revision','',0),(144,1,'2014-02-14 11:48:01','2014-02-14 11:48:01','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride.jpg\"><img class=\"alignnone size-medium wp-image-105\" alt=\"joystick_joyride\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/joystick_joyride-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl.jpg\"><img class=\"alignnone size-medium wp-image-101\" alt=\"twirl_a_girl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/twirl_a_girl-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1390781_575507342498953_365583921_n.jpg\"><img class=\"alignnone size-medium wp-image-57\" alt=\"girl in control\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1390781_575507342498953_365583921_n-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/3333.jpg\"><img class=\"alignnone size-medium wp-image-48\" alt=\"the x posture\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/3333-300x249.jpg\" width=\"300\" height=\"249\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/2013-06-04-ScreenShot20130604at6.36.36PM.png\"><img class=\"alignnone size-medium wp-image-42\" alt=\"finger the pennyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/2013-06-04-ScreenShot20130604at6.36.36PM-300x212.png\" width=\"300\" height=\"212\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/220px-Wiki-cowgirl.png\"><img class=\"alignnone size-medium wp-image-55\" alt=\"the cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/220px-Wiki-cowgirl-300x243.png\" width=\"300\" height=\"243\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/cheerleader-cowgirl-sex-position.jpg\"><img class=\"alignnone size-medium wp-image-135\" alt=\"cheerleader-cowgirl-sex-position\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/cheerleader-cowgirl-sex-position-300x200.jpg\" width=\"300\" height=\"200\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/girl-in-control.jpg\"><img class=\"alignnone size-medium wp-image-136\" alt=\"the girl in control\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/girl-in-control-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-hipst.jpg\"><img class=\"alignnone size-medium wp-image-137\" alt=\"reverse-hipst\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-hipst-300x254.jpg\" width=\"300\" height=\"254\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1378462_575885262461161_218548099_n.jpg\"><img class=\"alignnone size-full wp-image-50\" alt=\"by the side cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1378462_575885262461161_218548099_n.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge1.jpg\"><img class=\"alignnone size-medium wp-image-138\" alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge1-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-cowgirl.jpg\"><img class=\"alignnone size-medium wp-image-139\" alt=\"reverse cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/reverse-cowgirl-280x300.jpg\" width=\"280\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/van-Damme-Cowgirl.jpg\"><img class=\"alignnone size-medium wp-image-140\" alt=\"van-Damme-Cowgirl\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/van-Damme-Cowgirl-300x215.jpg\" width=\"300\" height=\"215\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Waterfall.jpg\"><img class=\"alignnone size-medium wp-image-141\" alt=\"The Waterfall\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Waterfall-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/691.jpg\"><img class=\"alignnone size-medium wp-image-142\" alt=\"the 69\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/691-300x150.jpg\" width=\"300\" height=\"150\" /></a>',' postures for women','','inherit','open','open','','27-revision-v1','','','2014-02-14 11:48:01','2014-02-14 11:48:01','',27,'http://www.hotsexpostures.com/wordpress2/?p=144',0,'revision','',0),(155,1,'2014-02-14 11:54:15','2014-02-14 11:54:15','','The Kneeling Wheelbarrow','','inherit','open','open','','the-kneeling-wheelbarrow','','','2014-02-14 11:54:15','2014-02-14 11:54:15','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow.jpg',0,'attachment','image/jpeg',0),(156,1,'2014-02-14 11:54:36','2014-02-14 11:54:36','','man on top aside','','inherit','open','open','','1362927498','','','2014-02-14 11:54:36','2014-02-14 11:54:36','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg',0,'attachment','image/jpeg',0),(157,1,'2014-02-14 12:04:07','2014-02-14 12:04:07','','amazing-butterfly','','inherit','open','open','','amazing-butterfly','','','2014-02-14 12:04:07','2014-02-14 12:04:07','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg',0,'attachment','image/jpeg',0),(158,1,'2014-02-14 12:04:34','2014-02-14 12:04:34','','frisky-floor-show','','inherit','open','open','','frisky-floor-show','','','2014-02-14 12:04:34','2014-02-14 12:04:34','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg',0,'attachment','image/jpeg',0),(159,1,'2014-02-14 12:05:18','2014-02-14 12:05:18','','the angle 90','','inherit','open','open','','untitled-2','','','2014-02-14 12:05:18','2014-02-14 12:05:18','',80,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled.jpg',0,'attachment','image/jpeg',0),(161,1,'2014-02-14 12:08:17','2014-02-14 12:08:17','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13.jpg\"><img class=\"alignnone size-medium wp-image-145\" alt=\"13\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina.jpg\"><img class=\"alignnone size-medium wp-image-146\" alt=\"ballerina\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1.jpg\"><img class=\"alignnone size-medium wp-image-147\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hipster-sex-position.jpg\"><img class=\"alignnone size-medium wp-image-149\" alt=\"hipster-sex-position\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hipster-sex-position-300x282.jpg\" width=\"300\" height=\"282\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x1.jpg\"><img class=\"alignnone size-medium wp-image-150\" alt=\"sucking pussyge x1\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x1-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/lemon-squeezer-sex-position.jpg\"><img class=\"alignnone size-medium wp-image-151\" alt=\"lemon-squeezer-sex-position\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/lemon-squeezer-sex-position-273x300.jpg\" width=\"273\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/side-splitter.jpg\"><img class=\"alignnone size-medium wp-image-152\" alt=\"side-splitter\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/side-splitter-300x286.jpg\" width=\"300\" height=\"286\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"sucking pussyge x4\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1.jpg\"><img class=\"alignnone size-medium wp-image-154\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1-242x300.jpg\" width=\"242\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-155\" alt=\"The Kneeling Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\"><img class=\"alignnone size-full wp-image-156\" alt=\"man on top aside\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\" width=\"278\" height=\"239\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\"><img class=\"alignnone size-full wp-image-157\" alt=\"amazing-butterfly\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\" width=\"300\" height=\"300\" /></a> <a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\"><img class=\"alignnone size-medium wp-image-158\" alt=\"frisky-floor-show\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\"><img class=\"alignnone size-full wp-image-158\" alt=\"frisky-floor-show\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled.jpg\"><img class=\"alignnone size-medium wp-image-159\" alt=\"the angle 90\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled-300x217.jpg\" width=\"300\" height=\"217\" /></a><img class=\"alignnone size-medium wp-image-51\" alt=\"standing pussyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1392021_578625058853848_904371444_n-300x179.jpg\" width=\"300\" height=\"179\" /><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24.jpg\"><img class=\"alignnone size-medium wp-image-41\" alt=\"athletic gymnasium\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24-300x194.jpg\" width=\"300\" height=\"194\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style.jpg\"><img class=\"alignnone size-medium wp-image-117\" alt=\"Doggy Style\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style-272x300.jpg\" width=\"272\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie.jpg\"><img class=\"alignnone size-medium wp-image-102\" alt=\"doggie\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force.jpg\"><img class=\"alignnone size-medium wp-image-118\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force-242x300.jpg\" width=\"242\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy.jpg\"><img class=\"alignnone size-medium wp-image-119\" alt=\"hanging hornegy\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy-231x300.jpg\" width=\"231\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle1.jpg\"><img class=\"alignnone size-medium wp-image-120\" alt=\"love_triangle\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle1-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1.jpg\"><img class=\"alignnone size-medium wp-image-121\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-122\" alt=\"Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Wheelbarrow-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top.jpg\"><img class=\"alignnone size-medium wp-image-95\" alt=\"butty man on top\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n.jpg\"><img class=\"alignnone size-medium wp-image-44\" alt=\"5136_578618562187831_585551861_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n-300x179.jpg\" width=\"300\" height=\"179\" /></a>','postures for men','','inherit','open','open','','80-revision-v1','','','2014-02-14 12:08:17','2014-02-14 12:08:17','',80,'http://www.hotsexpostures.com/wordpress2/?p=161',0,'revision','',0),(160,1,'2014-02-14 12:06:19','2014-02-14 12:06:19','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1392021_578625058853848_904371444_n.jpg\"><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13.jpg\"><img class=\"alignnone size-medium wp-image-145\" alt=\"13\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina.jpg\"><img class=\"alignnone size-medium wp-image-146\" alt=\"ballerina\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1.jpg\"><img class=\"alignnone size-medium wp-image-147\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hipster-sex-position.jpg\"><img class=\"alignnone size-medium wp-image-149\" alt=\"hipster-sex-position\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hipster-sex-position-300x282.jpg\" width=\"300\" height=\"282\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x1.jpg\"><img class=\"alignnone size-medium wp-image-150\" alt=\"sucking pussyge x1\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x1-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/lemon-squeezer-sex-position.jpg\"><img class=\"alignnone size-medium wp-image-151\" alt=\"lemon-squeezer-sex-position\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/lemon-squeezer-sex-position-273x300.jpg\" width=\"273\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/side-splitter.jpg\"><img class=\"alignnone size-medium wp-image-152\" alt=\"side-splitter\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/side-splitter-300x286.jpg\" width=\"300\" height=\"286\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"sucking pussyge x4\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1.jpg\"><img class=\"alignnone size-medium wp-image-154\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1-242x300.jpg\" width=\"242\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-155\" alt=\"The Kneeling Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\"><img class=\"alignnone size-full wp-image-156\" alt=\"man on top aside\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\" width=\"278\" height=\"239\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\"><img class=\"alignnone size-full wp-image-157\" alt=\"amazing-butterfly\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\" width=\"300\" height=\"300\" /></a> <a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\"><img class=\"alignnone size-medium wp-image-158\" alt=\"frisky-floor-show\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\"><img class=\"alignnone size-full wp-image-158\" alt=\"frisky-floor-show\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled.jpg\"><img class=\"alignnone size-medium wp-image-159\" alt=\"the angle 90\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled-300x217.jpg\" width=\"300\" height=\"217\" /></a><img class=\"alignnone size-medium wp-image-51\" alt=\"standing pussyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1392021_578625058853848_904371444_n-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24.jpg\"><img class=\"alignnone size-medium wp-image-41\" alt=\"athletic gymnasium\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24-300x194.jpg\" width=\"300\" height=\"194\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style.jpg\"><img class=\"alignnone size-medium wp-image-117\" alt=\"Doggy Style\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style-272x300.jpg\" width=\"272\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie.jpg\"><img class=\"alignnone size-medium wp-image-102\" alt=\"doggie\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/doggie-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force.jpg\"><img class=\"alignnone size-medium wp-image-118\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force-242x300.jpg\" width=\"242\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy.jpg\"><img class=\"alignnone size-medium wp-image-119\" alt=\"hanging hornegy\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy-231x300.jpg\" width=\"231\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle1.jpg\"><img class=\"alignnone size-medium wp-image-120\" alt=\"love_triangle\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/love_triangle1-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1.jpg\"><img class=\"alignnone size-medium wp-image-121\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-122\" alt=\"Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Wheelbarrow-300x251.jpg\" width=\"300\" height=\"251\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top.jpg\"><img class=\"alignnone size-medium wp-image-95\" alt=\"butty man on top\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/butty-man-on-top-300x300.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n.jpg\"><img class=\"alignnone size-medium wp-image-44\" alt=\"5136_578618562187831_585551861_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n-300x179.jpg\" width=\"300\" height=\"179\" /></a>','postures for men','','inherit','open','open','','80-revision-v1','','','2014-02-14 12:06:19','2014-02-14 12:06:19','',80,'http://www.hotsexpostures.com/wordpress2/?p=160',0,'revision','',0),(162,1,'2014-02-14 14:21:53','2014-02-14 14:21:53','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge.jpg\"><img class=\"alignnone size-medium wp-image-106\" alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style.jpg\"><img class=\"alignnone size-medium wp-image-117\" alt=\"Doggy Style\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style-272x300.jpg\" width=\"272\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1.jpg\"><img class=\"alignnone size-medium wp-image-121\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy.jpg\"><img class=\"alignnone size-medium wp-image-119\" alt=\"hanging hornegy\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy-231x300.jpg\" width=\"231\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag.jpg\"><img class=\"alignnone size-medium wp-image-109\" alt=\"secret_shag\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/580821_587690414613979_25316329_n.jpg\"><img class=\"alignnone size-full wp-image-47\" alt=\"580821_587690414613979_25316329_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/580821_587690414613979_25316329_n.jpg\" width=\"136\" height=\"141\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24.jpg\"><img class=\"alignnone size-medium wp-image-41\" alt=\"athletic gymnasium\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24-300x194.jpg\" width=\"300\" height=\"194\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n.jpg\"><img class=\"alignnone size-medium wp-image-44\" alt=\"5136_578618562187831_585551861_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/988765_576991139017240_960549931_n.jpg\"><img class=\"alignnone size-medium wp-image-52\" alt=\"988765_576991139017240_960549931_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/988765_576991139017240_960549931_n-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\"><img class=\"alignnone size-full wp-image-158\" alt=\"frisky-floor-show\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\"><img class=\"alignnone size-full wp-image-157\" alt=\"amazing-butterfly\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Slide.jpg\"><img class=\"alignnone size-medium wp-image-182\" alt=\"The Slide\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Slide-300x204.jpg\" width=\"300\" height=\"204\" /></a>\n\nSHOP FOR MORE AND SPECIFIC POSTURES<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\"><img class=\"alignnone size-full wp-image-156\" alt=\"man on top aside\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\" width=\"278\" height=\"239\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-155\" alt=\"The Kneeling Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"sucking pussyge x4\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina.jpg\"><img class=\"alignnone size-medium wp-image-146\" alt=\"ballerina\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1.jpg\"><img class=\"alignnone size-medium wp-image-154\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1-242x300.jpg\" width=\"242\" height=\"300\" /></a>','sex postures','','inherit','open','open','','23-autosave-v1','','','2014-02-14 14:21:53','2014-02-14 14:21:53','',23,'http://www.hotsexpostures.com/wordpress2/?p=162',0,'revision','',0),(163,1,'2014-02-14 12:12:21','2014-02-14 12:12:21','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\"><img class=\"alignnone size-full wp-image-156\" alt=\"man on top aside\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\" width=\"278\" height=\"239\" />you can shop for more sex postures<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-155\" alt=\"The Kneeling Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"sucking pussyge x4\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina.jpg\"><img class=\"alignnone size-medium wp-image-146\" alt=\"ballerina\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1.jpg\"><img class=\"alignnone size-medium wp-image-154\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1-242x300.jpg\" width=\"242\" height=\"300\" /></a></a>','sex postures','','inherit','open','open','','23-revision-v1','','','2014-02-14 12:12:21','2014-02-14 12:12:21','',23,'http://www.hotsexpostures.com/wordpress2/?p=163',0,'revision','',0),(164,1,'2014-02-14 12:15:24','2014-02-14 12:15:24',' \r\n\r\nSHOP FOR SPECIFIC POSTURES<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\"><img class=\"alignnone size-full wp-image-156\" alt=\"man on top aside\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\" width=\"278\" height=\"239\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-155\" alt=\"The Kneeling Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"sucking pussyge x4\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina.jpg\"><img class=\"alignnone size-medium wp-image-146\" alt=\"ballerina\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1.jpg\"><img class=\"alignnone size-medium wp-image-154\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1-242x300.jpg\" width=\"242\" height=\"300\" /></a>','sex postures','','inherit','open','open','','23-revision-v1','','','2014-02-14 12:15:24','2014-02-14 12:15:24','',23,'http://www.hotsexpostures.com/wordpress2/?p=164',0,'revision','',0),(165,1,'2014-02-14 12:16:13','2014-02-14 12:16:13',' \r\n\r\nSHOP FOR MORE AND SPECIFIC POSTURES<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\"><img class=\"alignnone size-full wp-image-156\" alt=\"man on top aside\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\" width=\"278\" height=\"239\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-155\" alt=\"The Kneeling Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"sucking pussyge x4\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina.jpg\"><img class=\"alignnone size-medium wp-image-146\" alt=\"ballerina\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1.jpg\"><img class=\"alignnone size-medium wp-image-154\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1-242x300.jpg\" width=\"242\" height=\"300\" /></a>','sex postures','','inherit','open','open','','23-revision-v1','','','2014-02-14 12:16:13','2014-02-14 12:16:13','',23,'http://www.hotsexpostures.com/wordpress2/?p=165',0,'revision','',0),(166,1,'2014-02-14 12:22:32','2014-02-14 12:22:32','PayPal is a global e-commerce business allowing payments and money transfers to be made through the Internet\r\n<iframe src=\"//www.youtube.com/embed/OF2lCZr61LE\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','paypal tutorial','','publish','open','open','','paypal-tutorial','','','2014-02-14 13:03:54','2014-02-14 13:03:54','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=166',0,'page','',0),(167,1,'2014-02-14 12:22:32','2014-02-14 12:22:32','<a href=\"http://www.youtube.com/watch?v=OF2lCZr61LE\">http://www.youtube.com/watch?v=OF2lCZr61LE</a>','paypal tutorial','','inherit','open','open','','166-revision-v1','','','2014-02-14 12:22:32','2014-02-14 12:22:32','',166,'http://www.hotsexpostures.com/wordpress2/?p=167',0,'revision','',0),(201,1,'2014-02-25 07:27:53','2014-02-25 07:27:53','','Home','','publish','open','open','','home','','','2014-02-25 07:34:28','2014-02-25 07:34:28','',0,'http://www.hotsexpostures.com/wordpress2/?p=201',1,'nav_menu_item','',0),(169,1,'2014-02-14 12:28:26','2014-02-14 12:28:26','<iframe width=\"420\" height=\"315\" src=\"//www.youtube.com/embed/OF2lCZr61LE\" frameborder=\"0\" allowfullscreen></iframe>','paypal tutorial','','inherit','open','open','','166-revision-v1','','','2014-02-14 12:28:26','2014-02-14 12:28:26','',166,'http://www.hotsexpostures.com/wordpress2/?p=169',0,'revision','',0),(170,1,'2014-02-14 12:29:56','2014-02-14 12:29:56','<iframe src=\"//www.youtube.com/embed/OF2lCZr61LE\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','paypal tutorial','','inherit','open','open','','166-revision-v1','','','2014-02-14 12:29:56','2014-02-14 12:29:56','',166,'http://www.hotsexpostures.com/wordpress2/?p=170',0,'revision','',0),(171,1,'2014-02-14 13:03:45','2014-02-14 13:03:45','paypal is an online payment \n<iframe src=\"//www.youtube.com/embed/OF2lCZr61LE\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','paypal tutorial','','inherit','open','open','','166-autosave-v1','','','2014-02-14 13:03:45','2014-02-14 13:03:45','',166,'http://www.hotsexpostures.com/wordpress2/?p=171',0,'revision','',0),(172,1,'2014-02-14 13:03:54','2014-02-14 13:03:54','PayPal is a global e-commerce business allowing payments and money transfers to be made through the Internet\r\n<iframe src=\"//www.youtube.com/embed/OF2lCZr61LE\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','paypal tutorial','','inherit','open','open','','166-revision-v1','','','2014-02-14 13:03:54','2014-02-14 13:03:54','',166,'http://www.hotsexpostures.com/wordpress2/?p=172',0,'revision','',0),(173,1,'2014-02-14 13:19:58','2014-02-14 13:19:58','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1.jpg\"><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled.jpg\"><img class=\"alignnone size-medium wp-image-159\" alt=\"the angle 90\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled-300x217.jpg\" width=\"300\" height=\"217\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force.jpg\"><img class=\"alignnone size-medium wp-image-98\" alt=\"G-force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Cross.jpg\"><img class=\"alignnone size-medium wp-image-174\" alt=\"The Cross\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Cross-265x300.jpg\" width=\"265\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi1.jpg\"><img class=\"alignnone size-medium wp-image-175\" alt=\"The Tominagi\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi1-300x220.jpg\" width=\"300\" height=\"220\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13629274981.jpg\"><img class=\"alignnone size-full wp-image-176\" alt=\"1362927498\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13629274981.jpg\" width=\"278\" height=\"239\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/89b63ac8468d45c15c1b03bfbfe9a2f2.jpg\"><img class=\"alignnone size-medium wp-image-177\" alt=\"the standing behind \" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/89b63ac8468d45c15c1b03bfbfe9a2f2-300x179.jpg\" width=\"300\" height=\"179\" /></a><img class=\"alignnone size-medium wp-image-147\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1-300x300.jpg\" width=\"300\" height=\"300\" /></a>','postures for pregnant women','','publish','open','open','','postures-for-pregnant-women','','','2014-02-14 13:19:58','2014-02-14 13:19:58','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=173',0,'page','',0),(174,1,'2014-02-14 13:17:08','2014-02-14 13:17:08','','The Cross','','inherit','open','open','','the-cross','','','2014-02-14 13:17:08','2014-02-14 13:17:08','',173,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Cross.jpg',0,'attachment','image/jpeg',0),(175,1,'2014-02-14 13:17:27','2014-02-14 13:17:27','','The Tominagi','','inherit','open','open','','the-tominagi-2','','','2014-02-14 13:17:27','2014-02-14 13:17:27','',173,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi1.jpg',0,'attachment','image/jpeg',0),(176,1,'2014-02-14 13:18:10','2014-02-14 13:18:10','','1362927498','','inherit','open','open','','1362927498-2','','','2014-02-14 13:18:10','2014-02-14 13:18:10','',173,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13629274981.jpg',0,'attachment','image/jpeg',0),(177,1,'2014-02-14 13:18:34','2014-02-14 13:18:34','','the standing behind ','','inherit','open','open','','89b63ac8468d45c15c1b03bfbfe9a2f2','','','2014-02-14 13:18:34','2014-02-14 13:18:34','',173,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/89b63ac8468d45c15c1b03bfbfe9a2f2.jpg',0,'attachment','image/jpeg',0),(178,1,'2014-02-14 13:19:58','2014-02-14 13:19:58','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1.jpg\"><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled.jpg\"><img class=\"alignnone size-medium wp-image-159\" alt=\"the angle 90\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled-300x217.jpg\" width=\"300\" height=\"217\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force.jpg\"><img class=\"alignnone size-medium wp-image-98\" alt=\"G-force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/G-force-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Cross.jpg\"><img class=\"alignnone size-medium wp-image-174\" alt=\"The Cross\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Cross-265x300.jpg\" width=\"265\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi1.jpg\"><img class=\"alignnone size-medium wp-image-175\" alt=\"The Tominagi\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Tominagi1-300x220.jpg\" width=\"300\" height=\"220\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13629274981.jpg\"><img class=\"alignnone size-full wp-image-176\" alt=\"1362927498\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/13629274981.jpg\" width=\"278\" height=\"239\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/89b63ac8468d45c15c1b03bfbfe9a2f2.jpg\"><img class=\"alignnone size-medium wp-image-177\" alt=\"the standing behind \" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/89b63ac8468d45c15c1b03bfbfe9a2f2-300x179.jpg\" width=\"300\" height=\"179\" /></a><img class=\"alignnone size-medium wp-image-147\" alt=\"front entrance\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/front-entrance1-300x300.jpg\" width=\"300\" height=\"300\" /></a>','postures for pregnant women','','inherit','open','open','','173-revision-v1','','','2014-02-14 13:19:58','2014-02-14 13:19:58','',173,'http://www.hotsexpostures.com/wordpress2/?p=178',0,'revision','',0),(179,1,'2014-02-14 13:23:37','2014-02-14 13:23:37','','postures for pregnant women','this sex postures will surely give you comfort any time you want to have sex with your partner.','publish','open','closed','','postures-for-pregnant-women','','','2014-02-14 13:25:30','2014-02-14 13:25:30','',0,'http://www.hotsexpostures.com/wordpress2/?post_type=product&p=179',0,'product','',0),(180,1,'2014-02-14 13:24:41','2014-02-14 13:24:41','','postures for pregnant women','this sex postures will surely give you comfort any time you want to have sex with your partner.','inherit','open','open','','179-autosave-v1','','','2014-02-14 13:24:41','2014-02-14 13:24:41','',179,'http://www.hotsexpostures.com/wordpress2/?p=180',0,'revision','',0),(181,1,'2014-02-14 13:25:24','2014-02-14 13:25:24','','The Cross','','inherit','open','open','','the-cross-2','','','2014-02-14 13:25:24','2014-02-14 13:25:24','',179,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Cross1.jpg',0,'attachment','image/jpeg',0),(182,1,'2014-02-14 14:21:20','2014-02-14 14:21:20','','The Slide','','inherit','open','open','','the-slide','','','2014-02-14 14:21:20','2014-02-14 14:21:20','',23,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Slide.jpg',0,'attachment','image/jpeg',0),(183,1,'2014-02-14 14:21:48','2014-02-14 14:21:48','','224149_v1','','inherit','open','open','','224149_v1','','','2014-02-14 14:21:48','2014-02-14 14:21:48','',23,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/224149_v1.jpg',0,'attachment','image/jpeg',0),(184,1,'2014-02-14 14:22:01','2014-02-14 14:22:01','<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge.jpg\"><img class=\"alignnone size-medium wp-image-106\" alt=\"on_edge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/on_edge-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style.jpg\"><img class=\"alignnone size-medium wp-image-117\" alt=\"Doggy Style\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Doggy-Style-272x300.jpg\" width=\"272\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1.jpg\"><img class=\"alignnone size-medium wp-image-121\" alt=\"pillow buttyge\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/pillow-buttyge1-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy.jpg\"><img class=\"alignnone size-medium wp-image-119\" alt=\"hanging hornegy\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/hanging-hornegy-231x300.jpg\" width=\"231\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag.jpg\"><img class=\"alignnone size-medium wp-image-109\" alt=\"secret_shag\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/secret_shag-300x199.jpg\" width=\"300\" height=\"199\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/580821_587690414613979_25316329_n.jpg\"><img class=\"alignnone size-full wp-image-47\" alt=\"580821_587690414613979_25316329_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/580821_587690414613979_25316329_n.jpg\" width=\"136\" height=\"141\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24.jpg\"><img class=\"alignnone size-medium wp-image-41\" alt=\"athletic gymnasium\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/24-300x194.jpg\" width=\"300\" height=\"194\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n.jpg\"><img class=\"alignnone size-medium wp-image-44\" alt=\"5136_578618562187831_585551861_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/988765_576991139017240_960549931_n.jpg\"><img class=\"alignnone size-medium wp-image-52\" alt=\"988765_576991139017240_960549931_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/988765_576991139017240_960549931_n-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\"><img class=\"alignnone size-full wp-image-158\" alt=\"frisky-floor-show\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/frisky-floor-show.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\"><img class=\"alignnone size-full wp-image-157\" alt=\"amazing-butterfly\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/amazing-butterfly.jpg\" width=\"300\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Slide.jpg\"><img class=\"alignnone size-medium wp-image-182\" alt=\"The Slide\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Slide-300x204.jpg\" width=\"300\" height=\"204\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/224149_v1.jpg\"><img class=\"alignnone size-medium wp-image-183\" alt=\"224149_v1\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/224149_v1-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled.jpg\"><img class=\"alignnone size-medium wp-image-159\" alt=\"the angle 90\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/Untitled-300x217.jpg\" width=\"300\" height=\"217\" /></a>\r\n\r\nSHOP FOR MORE AND SPECIFIC POSTURES<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\"><img class=\"alignnone size-full wp-image-156\" alt=\"man on top aside\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/1362927498.jpg\" width=\"278\" height=\"239\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow.jpg\"><img class=\"alignnone size-medium wp-image-155\" alt=\"The Kneeling Wheelbarrow\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-Kneeling-Wheelbarrow-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"sucking pussyge x4\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/sucking-pussyge-x4-300x179.jpg\" width=\"300\" height=\"179\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina.jpg\"><img class=\"alignnone size-medium wp-image-146\" alt=\"ballerina\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/ballerina-293x300.jpg\" width=\"293\" height=\"300\" /></a><a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1.jpg\"><img class=\"alignnone size-medium wp-image-154\" alt=\"The G-Force\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/The-G-Force1-242x300.jpg\" width=\"242\" height=\"300\" /></a>','sex postures','','inherit','open','open','','23-revision-v1','','','2014-02-14 14:22:01','2014-02-14 14:22:01','',23,'http://www.hotsexpostures.com/wordpress2/?p=184',0,'revision','',0),(185,1,'2014-02-18 19:40:20','2014-02-18 19:40:20','',' How to get a serious girlfriend whom you can fuck','this advice will surely help you find a girlfriend','publish','open','closed','','how-to-get-a-serious-girlfriend-whom-you-can-fuck','','','2014-02-18 19:41:41','2014-02-18 19:41:41','',0,'http://www.hotsexpostures.com/wordpress2/?post_type=product&p=185',0,'product','',0),(186,1,'2014-02-18 19:37:01','2014-02-18 19:37:01','Girls like flirting and like YOU to ask them, just ask them out and if you get rejected, it doesn\'t matter. Good looks do help, although personality is overpowering. If you shoot with kindness and humor, and make her feel special, it should last a while. You\'ll find someone who will like you back soon.',' How to get a serious girlfriend whom you can fuck','','publish','open','open','','how-to-get-a-serious-girlfriend-whom-you-can-fuck','','','2014-02-18 19:44:11','2014-02-18 19:44:11','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=186',0,'page','',0),(187,1,'2014-02-18 19:37:01','2014-02-18 19:37:01','Girls like flirting and like YOU to ask them, just ask them out and if you get rejected, it doesn\'t matter. Good looks do help, although personality is overpowering. If you shoot with kindness and humor, and make her feel special, it should last a while. You\'ll find someone who will like you back soon.',' How to get a serious girlfriend whom you can fuck','','inherit','open','open','','186-revision-v1','','','2014-02-18 19:37:01','2014-02-18 19:37:01','',186,'http://www.hotsexpostures.com/wordpress2/?p=187',0,'revision','',0),(189,1,'2014-02-18 19:56:02','2014-02-18 19:56:02','<a href=\"http://www.wikihow.com/Get-a-Huge-Butt\">http://www.wikihow.com/Get-a-Huge-Butt</a>','how to get a big butt','','publish','open','open','','how-to-get-a-big-butt','','','2014-02-18 19:56:02','2014-02-18 19:56:02','',0,'http://www.hotsexpostures.com/wordpress2/?page_id=189',0,'page','',0),(190,1,'2014-02-18 19:55:58','2014-02-18 19:55:58','','how to get a big butt','this page will show you a good webpage on how to get a big butt','publish','open','closed','','how-to-get-a-big-butt','','','2014-02-18 19:56:52','2014-02-18 19:56:52','',0,'http://www.hotsexpostures.com/wordpress2/?post_type=product&p=190',0,'product','',0),(191,1,'2014-02-18 19:54:49','2014-02-18 19:54:49','','670px-Get-a-Huge-Butt-Step-16-Version-2','','inherit','open','open','','670px-get-a-huge-butt-step-16-version-2','','','2014-02-18 19:54:49','2014-02-18 19:54:49','',190,'http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/670px-Get-a-Huge-Butt-Step-16-Version-2.jpg',0,'attachment','image/jpeg',0),(192,1,'2014-02-18 19:56:02','2014-02-18 19:56:02','<a href=\"http://www.wikihow.com/Get-a-Huge-Butt\">http://www.wikihow.com/Get-a-Huge-Butt</a>','how to get a big butt','','inherit','open','open','','189-revision-v1','','','2014-02-18 19:56:02','2014-02-18 19:56:02','',189,'http://www.hotsexpostures.com/wordpress2/?p=192',0,'revision','',0),(193,1,'2014-02-18 19:58:03','2014-02-18 19:58:03','','how to get a big butt','this page will show you a good webpage on how to get a big butt','inherit','open','open','','190-autosave-v1','','','2014-02-18 19:58:03','2014-02-18 19:58:03','',190,'http://www.hotsexpostures.com/wordpress2/?p=193',0,'revision','',0),(197,1,'2014-02-19 17:55:31','2014-02-19 17:55:31','Best Place for Quickie Sex: In the Bathroom\r\nLeave your shower on for a few minutes first to create a sexy, steamy atmosphere.<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n.jpg\"><img class=\"alignnone size-medium wp-image-44\" alt=\"5136_578618562187831_585551861_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n-300x179.jpg\" width=\"300\" height=\"179\" /></a>','Best Place for Quickie Sex','','publish','open','open','','best-place-for-quickie-sex','','','2014-02-19 17:55:31','2014-02-19 17:55:31','',0,'http://www.hotsexpostures.com/wordpress2/?p=197',0,'post','',0),(198,1,'2014-02-19 17:55:31','2014-02-19 17:55:31','Best Place for Quickie Sex: In the Bathroom\r\nLeave your shower on for a few minutes first to create a sexy, steamy atmosphere.<a href=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n.jpg\"><img class=\"alignnone size-medium wp-image-44\" alt=\"5136_578618562187831_585551861_n\" src=\"http://www.hotsexpostures.com/wordpress2/wp-content/uploads/2014/02/5136_578618562187831_585551861_n-300x179.jpg\" width=\"300\" height=\"179\" /></a>','Best Place for Quickie Sex','','inherit','open','open','','197-revision-v1','','','2014-02-19 17:55:31','2014-02-19 17:55:31','',197,'http://www.hotsexpostures.com/wordpress2/?p=198',0,'revision','',0),(200,1,'2014-02-24 17:31:46','2014-02-24 17:31:46','','Media','','private','closed','closed','','media','','','2014-02-24 17:31:46','2014-02-24 17:31:46','',0,'http://www.hotsexpostures.com/wordpress2/?option-tree=media',0,'option-tree','',0),(212,1,'2014-02-25 07:27:53','2014-02-25 07:27:53',' ','','','publish','open','open','','212','','','2014-02-25 07:34:28','2014-02-25 07:34:28','',0,'http://www.hotsexpostures.com/wordpress2/?p=212',3,'nav_menu_item','',0),(213,1,'2014-02-25 07:27:53','2014-02-25 07:27:53',' ','','','publish','open','open','','213','','','2014-02-25 07:34:28','2014-02-25 07:34:28','',0,'http://www.hotsexpostures.com/wordpress2/?p=213',7,'nav_menu_item','',0),(214,1,'2014-02-25 07:26:27','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-02-25 07:26:27','0000-00-00 00:00:00','',0,'http://www.hotsexpostures.com/wordpress2/?p=214',1,'nav_menu_item','',0),(215,1,'2014-02-25 07:26:27','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-02-25 07:26:27','0000-00-00 00:00:00','',0,'http://www.hotsexpostures.com/wordpress2/?p=215',1,'nav_menu_item','',0),(216,1,'2014-02-25 07:27:53','2014-02-25 07:27:53',' ','','','publish','open','open','','216','','','2014-02-25 07:34:28','2014-02-25 07:34:28','',0,'http://www.hotsexpostures.com/wordpress2/?p=216',8,'nav_menu_item','',0),(217,1,'2014-02-25 07:27:53','2014-02-25 07:27:53',' ','','','publish','open','open','','217','','','2014-02-25 07:34:28','2014-02-25 07:34:28','',9,'http://www.hotsexpostures.com/wordpress2/?p=217',9,'nav_menu_item','',0),(218,1,'2014-02-25 07:27:54','2014-02-25 07:27:54',' ','','','publish','open','open','','218','','','2014-02-25 07:34:28','2014-02-25 07:34:28','',9,'http://www.hotsexpostures.com/wordpress2/?p=218',10,'nav_menu_item','',0),(219,1,'2014-02-25 07:27:54','2014-02-25 07:27:54',' ','','','publish','open','open','','219','','','2014-02-25 07:34:28','2014-02-25 07:34:28','',0,'http://www.hotsexpostures.com/wordpress2/?p=219',11,'nav_menu_item','',0),(222,1,'2014-02-25 07:48:04','2014-02-25 07:48:04','','Order – February 25, 2014 @ 07:48 AM','','publish','open','closed','order_530c4ab44ecee','order-feb-25-2014-0748-am','','','2014-02-25 07:48:04','2014-02-25 07:48:04','',0,'http://www.hotsexpostures.com/wordpress2/?post_type=shop_order&p=222',0,'shop_order','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_spiderfacebook_login` -- DROP TABLE IF EXISTS `wp_spiderfacebook_login`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_spiderfacebook_login` ( `id` int(11) NOT NULL auto_increment, `user_id` varchar(200) NOT NULL, `username` varchar(200) NOT NULL, `password` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_spiderfacebook_login` -- LOCK TABLES `wp_spiderfacebook_login` WRITE; /*!40000 ALTER TABLE `wp_spiderfacebook_login` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_spiderfacebook_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_spiderfacebook_params` -- DROP TABLE IF EXISTS `wp_spiderfacebook_params`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_spiderfacebook_params` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL, `type` varchar(200) NOT NULL, `published` tinyint(1) NOT NULL, `width` varchar(200) NOT NULL, `url` varchar(200) NOT NULL, `url_type` varchar(200) NOT NULL, `colorsc` varchar(200) NOT NULL, `render` varchar(200) NOT NULL, `code` text NOT NULL, `articles` varchar(200) NOT NULL, `backg` varchar(200) NOT NULL, `border` varchar(200) NOT NULL, `action` varchar(200) NOT NULL, `send` tinyint(1) NOT NULL, `face` tinyint(1) NOT NULL, `layout` varchar(200) NOT NULL, `font` varchar(200) NOT NULL, `lang` varchar(200) NOT NULL, `height` varchar(200) NOT NULL, `post` varchar(200) NOT NULL, `rows` varchar(200) NOT NULL, `domain` varchar(200) NOT NULL, `appid` varchar(200) NOT NULL, `head` tinyint(1) NOT NULL, `recom` varchar(200) NOT NULL, `target` varchar(200) NOT NULL, `stream` tinyint(1) NOT NULL, `size` varchar(200) NOT NULL, `bord` tinyint(1) NOT NULL, `share_type` varchar(200) NOT NULL, `request_type` varchar(1) NOT NULL, `place` varchar(200) NOT NULL, `twit` varchar(200) NOT NULL, `items` text NOT NULL, `meta_title` text NOT NULL, `meta_type` text NOT NULL, `meta_url` text NOT NULL, `meta_image` text NOT NULL, `meta_site_name` text NOT NULL, `meta_description` text NOT NULL, `meta_admins` text NOT NULL, `item_meta_title` text NOT NULL, `item_meta_type` text NOT NULL, `item_meta_url` text NOT NULL, `item_meta_image` text NOT NULL, `item_meta_site_name` text NOT NULL, `item_meta_description` text NOT NULL, `item_meta_admins` text NOT NULL, `item_place` varchar(200) NOT NULL, `css` text NOT NULL, `def_img_art` text NOT NULL, `def_img_item` text NOT NULL, `fb_only` tinyint(1) NOT NULL, `reg_type` varchar(200) NOT NULL, `reg_red` varchar(250) NOT NULL, `log_red` varchar(250) NOT NULL, `url_value` varchar(250) NOT NULL, `lang_type` varchar(250) NOT NULL, `req_m` varchar(250) NOT NULL, `count_mode` varchar(250) NOT NULL, `hor_place` varchar(250) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_spiderfacebook_params` -- LOCK TABLES `wp_spiderfacebook_params` WRITE; /*!40000 ALTER TABLE `wp_spiderfacebook_params` DISABLE KEYS */; INSERT INTO `wp_spiderfacebook_params` VALUES (1,'facebook page','likebox',1,'','https://www.facebook.com/pages/Hot-Sex-Postures-and-Jokes/1436350633246139?ref=hl','normal','light','1','<div id=\"fb-root\"></div>\n<script>(function(d, s, id) {\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id)) return;\n js = d.createElement(s); js.id = id;\n js.src = \"//connect.facebook.net/en_GB/all.js#xfbml=1\";\n fjs.parentNode.insertBefore(js, fjs);\n}(document, \"script\", \"facebook-jssdk\"));</script>\n <div class=\"fb-like-box\" data-href=\"https://www.facebook.com/pages/Hot-Sex-Postures-and-Jokes/1436350633246139?ref=hl\" data-font=\"arial\" data-width=\"\" data-height=\"\" data-colorscheme=\"light\" data-show-faces=\"1\" data-border-color=\"#FFFFFF\" data-stream=\"1\" data-header=\"1\" style=\"background:#FFFFFF;padding-top:0px;\r\npadding-right:0px;\r\npadding-bottom:0px;\r\npadding-left:0px;\r\nmargin-top:0px;\r\nmargin-right:0px;\r\nmargin-bottom:0px;\r\nmargin-left:0px;\r\n\"></div>','','FFFFFF','FFFFFF','like',1,1,'standard','arial','en_GB','','','','www.hotsexpostures.com','',1,'true','_blank',1,'medium',1,'button','1','top','','','','','','','','','','','','','','','','','top','padding-top:0px;\r\npadding-right:0px;\r\npadding-bottom:0px;\r\npadding-left:0px;\r\nmargin-top:0px;\r\nmargin-right:0px;\r\nmargin-bottom:0px;\r\nmargin-left:0px;\r\n','','',0,'auto','','','','normal','','vertical','left'); /*!40000 ALTER TABLE `wp_spiderfacebook_params` 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,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(217,15,0),(216,15,0),(213,15,0),(212,15,0),(208,15,0),(207,15,0),(206,15,0),(133,3,0),(218,15,0),(129,1,0),(90,3,0),(116,3,0),(204,15,0),(201,15,0),(179,3,0),(185,3,0),(190,3,0),(197,1,0),(73,13,0),(219,15,0),(222,7,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=16 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,2),(2,2,'link_category','',0,7),(3,3,'product_type','',0,6),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_type','',0,0),(7,7,'shop_order_status','',0,1),(8,8,'shop_order_status','',0,0),(9,9,'shop_order_status','',0,0),(10,10,'shop_order_status','',0,0),(11,11,'shop_order_status','',0,0),(12,12,'shop_order_status','',0,0),(13,13,'shop_order_status','',0,1),(15,15,'nav_menu','',0,11); /*!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=16 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,'Blogroll','blogroll',0),(3,'simple','simple',0),(4,'grouped','grouped',0),(5,'variable','variable',0),(6,'external','external',0),(7,'pending','pending',0),(8,'failed','failed',0),(9,'on-hold','on-hold',0),(10,'processing','processing',0),(11,'completed','completed',0),(12,'refunded','refunded',0),(13,'cancelled','cancelled',0),(15,'postures1','postures1',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=774 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','xchristwo'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','223'),(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:6:{i:0;s:8:\"add-post\";i:1;s:11:\"add-product\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:15:\"add-product_cat\";i:5;s:15:\"add-product_tag\";}'),(17,1,'nav_menu_recently_edited','15'),(18,1,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:1:{s:32:\"8613985ec49eb8f757ae6439e879bb2a\";a:8:{s:10:\"product_id\";i:90;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";s:0:\"\";s:8:\"quantity\";i:1;s:10:\"line_total\";d:2;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:2;s:17:\"line_subtotal_tax\";i:0;}}}'),(19,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(20,1,'wp_user-settings-time','1392832527'),(21,1,'billing_country','TR'),(22,1,'billing_first_name','christian uchechukwu'),(23,1,'billing_last_name','onuoha'),(24,1,'billing_company',''),(25,1,'billing_address_1','near east university'),(26,1,'billing_address_2',''),(27,1,'billing_postcode','99010'),(28,1,'billing_city','lefkosha'),(29,1,'billing_state','TR34'),(30,1,'billing_email','xtwoxtwo3@gmail.com'),(31,1,'billing_phone','905338723324'),(32,2,'first_name','FqMPYmwpeBLX'),(33,2,'last_name','MpBLVlwtbNLX'),(34,2,'nickname','EoJNIkkxmL'),(35,2,'description',''),(36,2,'rich_editing','true'),(37,2,'comment_shortcuts','false'),(38,2,'admin_color','fresh'),(39,2,'use_ssl','0'),(40,2,'show_admin_bar_front','true'),(41,2,'aim',''),(42,2,'yim',''),(43,2,'jabber',''),(44,2,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45,2,'wp_user_level','0'),(46,3,'first_name','IrGMSkckqSLX'),(47,3,'last_name','JwRWTvmgxULX'),(48,3,'nickname','OcGLMkdzsS'),(49,3,'description',''),(50,3,'rich_editing','true'),(51,3,'comment_shortcuts','false'),(52,3,'admin_color','fresh'),(53,3,'use_ssl','0'),(54,3,'show_admin_bar_front','true'),(55,3,'aim',''),(56,3,'yim',''),(57,3,'jabber',''),(58,3,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59,3,'wp_user_level','0'),(60,4,'first_name','MkQPAklyxPLX'),(61,4,'last_name','YwTEZhdotCLX'),(62,4,'nickname','OhDKAnhogM'),(63,4,'description',''),(64,4,'rich_editing','true'),(65,4,'comment_shortcuts','false'),(66,4,'admin_color','fresh'),(67,4,'use_ssl','0'),(68,4,'show_admin_bar_front','true'),(69,4,'aim',''),(70,4,'yim',''),(71,4,'jabber',''),(72,4,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73,4,'wp_user_level','0'),(74,5,'first_name','ZqLAYkpvhHLX'),(75,5,'last_name','ZzURWyxboTLX'),(76,5,'nickname','RjXCCkduwR'),(77,5,'description',''),(78,5,'rich_editing','true'),(79,5,'comment_shortcuts','false'),(80,5,'admin_color','fresh'),(81,5,'use_ssl','0'),(82,5,'show_admin_bar_front','true'),(83,5,'aim',''),(84,5,'yim',''),(85,5,'jabber',''),(86,5,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(87,5,'wp_user_level','0'),(88,6,'first_name','DwightKlLW'),(89,6,'last_name','DwightKlLW'),(90,6,'nickname','DwightKl'),(91,6,'description',''),(92,6,'rich_editing','true'),(93,6,'comment_shortcuts','false'),(94,6,'admin_color','fresh'),(95,6,'use_ssl','0'),(96,6,'show_admin_bar_front','true'),(97,6,'aim',''),(98,6,'yim',''),(99,6,'jabber',''),(100,6,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(101,6,'wp_user_level','0'),(102,7,'first_name','DitslutsLugOF'),(103,7,'last_name','DitslutsLugOF'),(104,7,'nickname','DitslutsLug'),(105,7,'description',''),(106,7,'rich_editing','true'),(107,7,'comment_shortcuts','false'),(108,7,'admin_color','fresh'),(109,7,'use_ssl','0'),(110,7,'show_admin_bar_front','true'),(111,7,'aim',''),(112,7,'yim',''),(113,7,'jabber',''),(114,7,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(115,7,'wp_user_level','0'),(116,8,'first_name','CharlestureMZ'),(117,8,'last_name','CharlestureMZ'),(118,8,'nickname','Charlesture'),(119,8,'description',''),(120,8,'rich_editing','true'),(121,8,'comment_shortcuts','false'),(122,8,'admin_color','fresh'),(123,8,'use_ssl','0'),(124,8,'show_admin_bar_front','true'),(125,8,'aim',''),(126,8,'yim',''),(127,8,'jabber',''),(128,8,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(129,8,'wp_user_level','0'),(130,9,'first_name','DallassalUF'),(131,9,'last_name','DallassalUF'),(132,9,'nickname','Dallassal'),(133,9,'description',''),(134,9,'rich_editing','true'),(135,9,'comment_shortcuts','false'),(136,9,'admin_color','fresh'),(137,9,'use_ssl','0'),(138,9,'show_admin_bar_front','true'),(139,9,'aim',''),(140,9,'yim',''),(141,9,'jabber',''),(142,9,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(143,9,'wp_user_level','0'),(144,10,'first_name','RobertobersNQ'),(145,10,'last_name','RobertobersNQ'),(146,10,'nickname','Robertobers'),(147,10,'description',''),(148,10,'rich_editing','true'),(149,10,'comment_shortcuts','false'),(150,10,'admin_color','fresh'),(151,10,'use_ssl','0'),(152,10,'show_admin_bar_front','true'),(153,10,'aim',''),(154,10,'yim',''),(155,10,'jabber',''),(156,10,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(157,10,'wp_user_level','0'),(158,11,'first_name','WilliamdubZZ'),(159,11,'last_name','WilliamdubZZ'),(160,11,'nickname','Williamdub'),(161,11,'description',''),(162,11,'rich_editing','true'),(163,11,'comment_shortcuts','false'),(164,11,'admin_color','fresh'),(165,11,'use_ssl','0'),(166,11,'show_admin_bar_front','true'),(167,11,'aim',''),(168,11,'yim',''),(169,11,'jabber',''),(170,11,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(171,11,'wp_user_level','0'),(172,12,'first_name','MichaelEtHT'),(173,12,'last_name','MichaelEtHT'),(174,12,'nickname','MichaelEt'),(175,12,'description',''),(176,12,'rich_editing','true'),(177,12,'comment_shortcuts','false'),(178,12,'admin_color','fresh'),(179,12,'use_ssl','0'),(180,12,'show_admin_bar_front','true'),(181,12,'aim',''),(182,12,'yim',''),(183,12,'jabber',''),(184,12,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(185,12,'wp_user_level','0'),(186,13,'first_name','RonalddoldCG'),(187,13,'last_name','RonalddoldCG'),(188,13,'nickname','Ronalddold'),(189,13,'description',''),(190,13,'rich_editing','true'),(191,13,'comment_shortcuts','false'),(192,13,'admin_color','fresh'),(193,13,'use_ssl','0'),(194,13,'show_admin_bar_front','true'),(195,13,'aim',''),(196,13,'yim',''),(197,13,'jabber',''),(198,13,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(199,13,'wp_user_level','0'),(200,14,'first_name','LorenzoBitoZB'),(201,14,'last_name','LorenzoBitoZB'),(202,14,'nickname','LorenzoBito'),(203,14,'description',''),(204,14,'rich_editing','true'),(205,14,'comment_shortcuts','false'),(206,14,'admin_color','fresh'),(207,14,'use_ssl','0'),(208,14,'show_admin_bar_front','true'),(209,14,'aim',''),(210,14,'yim',''),(211,14,'jabber',''),(212,14,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(213,14,'wp_user_level','0'),(214,15,'first_name','StephenCoapCY'),(215,15,'last_name','StephenCoapCY'),(216,15,'nickname','StephenCoap'),(217,15,'description',''),(218,15,'rich_editing','true'),(219,15,'comment_shortcuts','false'),(220,15,'admin_color','fresh'),(221,15,'use_ssl','0'),(222,15,'show_admin_bar_front','true'),(223,15,'aim',''),(224,15,'yim',''),(225,15,'jabber',''),(226,15,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(227,15,'wp_user_level','0'),(228,16,'first_name','MatthewdetDM'),(229,16,'last_name','MatthewdetDM'),(230,16,'nickname','Matthewdet'),(231,16,'description',''),(232,16,'rich_editing','true'),(233,16,'comment_shortcuts','false'),(234,16,'admin_color','fresh'),(235,16,'use_ssl','0'),(236,16,'show_admin_bar_front','true'),(237,16,'aim',''),(238,16,'yim',''),(239,16,'jabber',''),(240,16,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(241,16,'wp_user_level','0'),(242,17,'first_name','EugenioPtWT'),(243,17,'last_name','EugenioPtWT'),(244,17,'nickname','EugenioPt'),(245,17,'description',''),(246,17,'rich_editing','true'),(247,17,'comment_shortcuts','false'),(248,17,'admin_color','fresh'),(249,17,'use_ssl','0'),(250,17,'show_admin_bar_front','true'),(251,17,'aim',''),(252,17,'yim',''),(253,17,'jabber',''),(254,17,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(255,17,'wp_user_level','0'),(256,18,'first_name','JeffreykiZT'),(257,18,'last_name','JeffreykiZT'),(258,18,'nickname','Jeffreyki'),(259,18,'description',''),(260,18,'rich_editing','true'),(261,18,'comment_shortcuts','false'),(262,18,'admin_color','fresh'),(263,18,'use_ssl','0'),(264,18,'show_admin_bar_front','true'),(265,18,'aim',''),(266,18,'yim',''),(267,18,'jabber',''),(268,18,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(269,18,'wp_user_level','0'),(270,19,'first_name','FrancisDatXD'),(271,19,'last_name','FrancisDatXD'),(272,19,'nickname','FrancisDat'),(273,19,'description',''),(274,19,'rich_editing','true'),(275,19,'comment_shortcuts','false'),(276,19,'admin_color','fresh'),(277,19,'use_ssl','0'),(278,19,'show_admin_bar_front','true'),(279,19,'aim',''),(280,19,'yim',''),(281,19,'jabber',''),(282,19,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(283,19,'wp_user_level','0'),(284,20,'first_name','StephenvobZW'),(285,20,'last_name','StephenvobZW'),(286,20,'nickname','Stephenvob'),(287,20,'description',''),(288,20,'rich_editing','true'),(289,20,'comment_shortcuts','false'),(290,20,'admin_color','fresh'),(291,20,'use_ssl','0'),(292,20,'show_admin_bar_front','true'),(293,20,'aim',''),(294,20,'yim',''),(295,20,'jabber',''),(296,20,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(297,20,'wp_user_level','0'),(298,21,'first_name','RichardjepEM'),(299,21,'last_name','RichardjepEM'),(300,21,'nickname','Richardjep'),(301,21,'description',''),(302,21,'rich_editing','true'),(303,21,'comment_shortcuts','false'),(304,21,'admin_color','fresh'),(305,21,'use_ssl','0'),(306,21,'show_admin_bar_front','true'),(307,21,'aim',''),(308,21,'yim',''),(309,21,'jabber',''),(310,21,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(311,21,'wp_user_level','0'),(312,22,'first_name','JosephvomGN'),(313,22,'last_name','JosephvomGN'),(314,22,'nickname','Josephvom'),(315,22,'description',''),(316,22,'rich_editing','true'),(317,22,'comment_shortcuts','false'),(318,22,'admin_color','fresh'),(319,22,'use_ssl','0'),(320,22,'show_admin_bar_front','true'),(321,22,'aim',''),(322,22,'yim',''),(323,22,'jabber',''),(324,22,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(325,22,'wp_user_level','0'),(326,23,'first_name','AndrewNugWQ'),(327,23,'last_name','AndrewNugWQ'),(328,23,'nickname','AndrewNug'),(329,23,'description',''),(330,23,'rich_editing','true'),(331,23,'comment_shortcuts','false'),(332,23,'admin_color','fresh'),(333,23,'use_ssl','0'),(334,23,'show_admin_bar_front','true'),(335,23,'aim',''),(336,23,'yim',''),(337,23,'jabber',''),(338,23,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(339,23,'wp_user_level','0'),(340,24,'first_name','StevenDamnUA'),(341,24,'last_name','StevenDamnUA'),(342,24,'nickname','StevenDamn'),(343,24,'description',''),(344,24,'rich_editing','true'),(345,24,'comment_shortcuts','false'),(346,24,'admin_color','fresh'),(347,24,'use_ssl','0'),(348,24,'show_admin_bar_front','true'),(349,24,'aim',''),(350,24,'yim',''),(351,24,'jabber',''),(352,24,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(353,24,'wp_user_level','0'),(354,25,'first_name','ChesterMiZG'),(355,25,'last_name','ChesterMiZG'),(356,25,'nickname','ChesterMi'),(357,25,'description',''),(358,25,'rich_editing','true'),(359,25,'comment_shortcuts','false'),(360,25,'admin_color','fresh'),(361,25,'use_ssl','0'),(362,25,'show_admin_bar_front','true'),(363,25,'aim',''),(364,25,'yim',''),(365,25,'jabber',''),(366,25,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(367,25,'wp_user_level','0'),(368,26,'first_name','MatthewkalpQS'),(369,26,'last_name','MatthewkalpQS'),(370,26,'nickname','Matthewkalp'),(371,26,'description',''),(372,26,'rich_editing','true'),(373,26,'comment_shortcuts','false'),(374,26,'admin_color','fresh'),(375,26,'use_ssl','0'),(376,26,'show_admin_bar_front','true'),(377,26,'aim',''),(378,26,'yim',''),(379,26,'jabber',''),(380,26,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(381,26,'wp_user_level','0'),(382,27,'first_name','AntoniomrDB'),(383,27,'last_name','AntoniomrDB'),(384,27,'nickname','Antoniomr'),(385,27,'description',''),(386,27,'rich_editing','true'),(387,27,'comment_shortcuts','false'),(388,27,'admin_color','fresh'),(389,27,'use_ssl','0'),(390,27,'show_admin_bar_front','true'),(391,27,'aim',''),(392,27,'yim',''),(393,27,'jabber',''),(394,27,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(395,27,'wp_user_level','0'),(396,28,'first_name','OrvillepawlYI'),(397,28,'last_name','OrvillepawlYI'),(398,28,'nickname','Orvillepawl'),(399,28,'description',''),(400,28,'rich_editing','true'),(401,28,'comment_shortcuts','false'),(402,28,'admin_color','fresh'),(403,28,'use_ssl','0'),(404,28,'show_admin_bar_front','true'),(405,28,'aim',''),(406,28,'yim',''),(407,28,'jabber',''),(408,28,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(409,28,'wp_user_level','0'),(410,29,'first_name','HowardpymnFZ'),(411,29,'last_name','HowardpymnFZ'),(412,29,'nickname','Howardpymn'),(413,29,'description',''),(414,29,'rich_editing','true'),(415,29,'comment_shortcuts','false'),(416,29,'admin_color','fresh'),(417,29,'use_ssl','0'),(418,29,'show_admin_bar_front','true'),(419,29,'aim',''),(420,29,'yim',''),(421,29,'jabber',''),(422,29,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(423,29,'wp_user_level','0'),(424,30,'first_name','ArthurvawVQ'),(425,30,'last_name','ArthurvawVQ'),(426,30,'nickname','Arthurvaw'),(427,30,'description',''),(428,30,'rich_editing','true'),(429,30,'comment_shortcuts','false'),(430,30,'admin_color','fresh'),(431,30,'use_ssl','0'),(432,30,'show_admin_bar_front','true'),(433,30,'aim',''),(434,30,'yim',''),(435,30,'jabber',''),(436,30,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(437,30,'wp_user_level','0'),(438,31,'first_name','WilliamdichBJ'),(439,31,'last_name','WilliamdichBJ'),(440,31,'nickname','Williamdich'),(441,31,'description',''),(442,31,'rich_editing','true'),(443,31,'comment_shortcuts','false'),(444,31,'admin_color','fresh'),(445,31,'use_ssl','0'),(446,31,'show_admin_bar_front','true'),(447,31,'aim',''),(448,31,'yim',''),(449,31,'jabber',''),(450,31,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(451,31,'wp_user_level','0'),(452,32,'first_name','StevenfeteHB'),(453,32,'last_name','StevenfeteHB'),(454,32,'nickname','Stevenfete'),(455,32,'description',''),(456,32,'rich_editing','true'),(457,32,'comment_shortcuts','false'),(458,32,'admin_color','fresh'),(459,32,'use_ssl','0'),(460,32,'show_admin_bar_front','true'),(461,32,'aim',''),(462,32,'yim',''),(463,32,'jabber',''),(464,32,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(465,32,'wp_user_level','0'),(466,33,'first_name','TimothyeaTS'),(467,33,'last_name','TimothyeaTS'),(468,33,'nickname','Timothyea'),(469,33,'description',''),(470,33,'rich_editing','true'),(471,33,'comment_shortcuts','false'),(472,33,'admin_color','fresh'),(473,33,'use_ssl','0'),(474,33,'show_admin_bar_front','true'),(475,33,'aim',''),(476,33,'yim',''),(477,33,'jabber',''),(478,33,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(479,33,'wp_user_level','0'),(480,34,'first_name','EugenegaraKF'),(481,34,'last_name','EugenegaraKF'),(482,34,'nickname','Eugenegara'),(483,34,'description',''),(484,34,'rich_editing','true'),(485,34,'comment_shortcuts','false'),(486,34,'admin_color','fresh'),(487,34,'use_ssl','0'),(488,34,'show_admin_bar_front','true'),(489,34,'aim',''),(490,34,'yim',''),(491,34,'jabber',''),(492,34,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(493,34,'wp_user_level','0'),(494,35,'first_name','DonaldKagMD'),(495,35,'last_name','DonaldKagMD'),(496,35,'nickname','DonaldKag'),(497,35,'description',''),(498,35,'rich_editing','true'),(499,35,'comment_shortcuts','false'),(500,35,'admin_color','fresh'),(501,35,'use_ssl','0'),(502,35,'show_admin_bar_front','true'),(503,35,'aim',''),(504,35,'yim',''),(505,35,'jabber',''),(506,35,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(507,35,'wp_user_level','0'),(508,36,'first_name','IrvingSlQM'),(509,36,'last_name','IrvingSlQM'),(510,36,'nickname','IrvingSl'),(511,36,'description',''),(512,36,'rich_editing','true'),(513,36,'comment_shortcuts','false'),(514,36,'admin_color','fresh'),(515,36,'use_ssl','0'),(516,36,'show_admin_bar_front','true'),(517,36,'aim',''),(518,36,'yim',''),(519,36,'jabber',''),(520,36,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(521,36,'wp_user_level','0'),(522,37,'first_name','JosephpiWG'),(523,37,'last_name','JosephpiWG'),(524,37,'nickname','Josephpi'),(525,37,'description',''),(526,37,'rich_editing','true'),(527,37,'comment_shortcuts','false'),(528,37,'admin_color','fresh'),(529,37,'use_ssl','0'),(530,37,'show_admin_bar_front','true'),(531,37,'aim',''),(532,37,'yim',''),(533,37,'jabber',''),(534,37,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(535,37,'wp_user_level','0'),(536,38,'first_name','FrancisDymnGM'),(537,38,'last_name','FrancisDymnGM'),(538,38,'nickname','FrancisDymn'),(539,38,'description',''),(540,38,'rich_editing','true'),(541,38,'comment_shortcuts','false'),(542,38,'admin_color','fresh'),(543,38,'use_ssl','0'),(544,38,'show_admin_bar_front','true'),(545,38,'aim',''),(546,38,'yim',''),(547,38,'jabber',''),(548,38,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(549,38,'wp_user_level','0'),(550,39,'first_name','AndrewcofLC'),(551,39,'last_name','AndrewcofLC'),(552,39,'nickname','Andrewcof'),(553,39,'description',''),(554,39,'rich_editing','true'),(555,39,'comment_shortcuts','false'),(556,39,'admin_color','fresh'),(557,39,'use_ssl','0'),(558,39,'show_admin_bar_front','true'),(559,39,'aim',''),(560,39,'yim',''),(561,39,'jabber',''),(562,39,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(563,39,'wp_user_level','0'),(564,40,'first_name','ErnestVonOY'),(565,40,'last_name','ErnestVonOY'),(566,40,'nickname','ErnestVon'),(567,40,'description',''),(568,40,'rich_editing','true'),(569,40,'comment_shortcuts','false'),(570,40,'admin_color','fresh'),(571,40,'use_ssl','0'),(572,40,'show_admin_bar_front','true'),(573,40,'aim',''),(574,40,'yim',''),(575,40,'jabber',''),(576,40,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(577,40,'wp_user_level','0'),(578,41,'first_name','FrancisSymnPI'),(579,41,'last_name','FrancisSymnPI'),(580,41,'nickname','FrancisSymn'),(581,41,'description',''),(582,41,'rich_editing','true'),(583,41,'comment_shortcuts','false'),(584,41,'admin_color','fresh'),(585,41,'use_ssl','0'),(586,41,'show_admin_bar_front','true'),(587,41,'aim',''),(588,41,'yim',''),(589,41,'jabber',''),(590,41,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(591,41,'wp_user_level','0'),(592,42,'first_name','WilliamotVU'),(593,42,'last_name','WilliamotVU'),(594,42,'nickname','Williamot'),(595,42,'description',''),(596,42,'rich_editing','true'),(597,42,'comment_shortcuts','false'),(598,42,'admin_color','fresh'),(599,42,'use_ssl','0'),(600,42,'show_admin_bar_front','true'),(601,42,'aim',''),(602,42,'yim',''),(603,42,'jabber',''),(604,42,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(605,42,'wp_user_level','0'),(606,43,'first_name','JeffreykapyNE'),(607,43,'last_name','JeffreykapyNE'),(608,43,'nickname','Jeffreykapy'),(609,43,'description',''),(610,43,'rich_editing','true'),(611,43,'comment_shortcuts','false'),(612,43,'admin_color','fresh'),(613,43,'use_ssl','0'),(614,43,'show_admin_bar_front','true'),(615,43,'aim',''),(616,43,'yim',''),(617,43,'jabber',''),(618,43,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(619,43,'wp_user_level','0'),(620,44,'first_name','RobertbewAJ'),(621,44,'last_name','RobertbewAJ'),(622,44,'nickname','Robertbew'),(623,44,'description',''),(624,44,'rich_editing','true'),(625,44,'comment_shortcuts','false'),(626,44,'admin_color','fresh'),(627,44,'use_ssl','0'),(628,44,'show_admin_bar_front','true'),(629,44,'aim',''),(630,44,'yim',''),(631,44,'jabber',''),(632,44,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(633,44,'wp_user_level','0'),(634,45,'first_name','BradleyjapJW'),(635,45,'last_name','BradleyjapJW'),(636,45,'nickname','Bradleyjap'),(637,45,'description',''),(638,45,'rich_editing','true'),(639,45,'comment_shortcuts','false'),(640,45,'admin_color','fresh'),(641,45,'use_ssl','0'),(642,45,'show_admin_bar_front','true'),(643,45,'aim',''),(644,45,'yim',''),(645,45,'jabber',''),(646,45,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(647,45,'wp_user_level','0'),(648,46,'first_name','RonaldPaGA'),(649,46,'last_name','RonaldPaGA'),(650,46,'nickname','RonaldPa'),(651,46,'description',''),(652,46,'rich_editing','true'),(653,46,'comment_shortcuts','false'),(654,46,'admin_color','fresh'),(655,46,'use_ssl','0'),(656,46,'show_admin_bar_front','true'),(657,46,'aim',''),(658,46,'yim',''),(659,46,'jabber',''),(660,46,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(661,46,'wp_user_level','0'),(662,47,'first_name','TimothyHofET'),(663,47,'last_name','TimothyHofET'),(664,47,'nickname','TimothyHof'),(665,47,'description',''),(666,47,'rich_editing','true'),(667,47,'comment_shortcuts','false'),(668,47,'admin_color','fresh'),(669,47,'use_ssl','0'),(670,47,'show_admin_bar_front','true'),(671,47,'aim',''),(672,47,'yim',''),(673,47,'jabber',''),(674,47,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(675,47,'wp_user_level','0'),(676,48,'first_name','OrvillebegeZZ'),(677,48,'last_name','OrvillebegeZZ'),(678,48,'nickname','Orvillebege'),(679,48,'description',''),(680,48,'rich_editing','true'),(681,48,'comment_shortcuts','false'),(682,48,'admin_color','fresh'),(683,48,'use_ssl','0'),(684,48,'show_admin_bar_front','true'),(685,48,'aim',''),(686,48,'yim',''),(687,48,'jabber',''),(688,48,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(689,48,'wp_user_level','0'),(690,49,'first_name','MathewhicHA'),(691,49,'last_name','MathewhicHA'),(692,49,'nickname','Mathewhic'),(693,49,'description',''),(694,49,'rich_editing','true'),(695,49,'comment_shortcuts','false'),(696,49,'admin_color','fresh'),(697,49,'use_ssl','0'),(698,49,'show_admin_bar_front','true'),(699,49,'aim',''),(700,49,'yim',''),(701,49,'jabber',''),(702,49,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(703,49,'wp_user_level','0'),(704,50,'first_name','TerenceMypeJO'),(705,50,'last_name','TerenceMypeJO'),(706,50,'nickname','TerenceMype'),(707,50,'description',''),(708,50,'rich_editing','true'),(709,50,'comment_shortcuts','false'),(710,50,'admin_color','fresh'),(711,50,'use_ssl','0'),(712,50,'show_admin_bar_front','true'),(713,50,'aim',''),(714,50,'yim',''),(715,50,'jabber',''),(716,50,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(717,50,'wp_user_level','0'),(718,51,'first_name','SantosBowSX'),(719,51,'last_name','SantosBowSX'),(720,51,'nickname','SantosBow'),(721,51,'description',''),(722,51,'rich_editing','true'),(723,51,'comment_shortcuts','false'),(724,51,'admin_color','fresh'),(725,51,'use_ssl','0'),(726,51,'show_admin_bar_front','true'),(727,51,'aim',''),(728,51,'yim',''),(729,51,'jabber',''),(730,51,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(731,51,'wp_user_level','0'),(732,52,'first_name','JosephNepBP'),(733,52,'last_name','JosephNepBP'),(734,52,'nickname','JosephNep'),(735,52,'description',''),(736,52,'rich_editing','true'),(737,52,'comment_shortcuts','false'),(738,52,'admin_color','fresh'),(739,52,'use_ssl','0'),(740,52,'show_admin_bar_front','true'),(741,52,'aim',''),(742,52,'yim',''),(743,52,'jabber',''),(744,52,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(745,52,'wp_user_level','0'),(746,53,'first_name','AlbertKaIP'),(747,53,'last_name','AlbertKaIP'),(748,53,'nickname','AlbertKa'),(749,53,'description',''),(750,53,'rich_editing','true'),(751,53,'comment_shortcuts','false'),(752,53,'admin_color','fresh'),(753,53,'use_ssl','0'),(754,53,'show_admin_bar_front','true'),(755,53,'aim',''),(756,53,'yim',''),(757,53,'jabber',''),(758,53,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(759,53,'wp_user_level','0'),(760,54,'first_name','MichaelcenJM'),(761,54,'last_name','MichaelcenJM'),(762,54,'nickname','Michaelcen'),(763,54,'description',''),(764,54,'rich_editing','true'),(765,54,'comment_shortcuts','false'),(766,54,'admin_color','fresh'),(767,54,'use_ssl','0'),(768,54,'show_admin_bar_front','true'),(769,54,'aim',''),(770,54,'yim',''),(771,54,'jabber',''),(772,54,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(773,54,'wp_user_level','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=55 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,'xchristwo','$P$Bp8yQKX7eq7xkxUXojKEL.7TLXSqqc/','xchristwo','xtwoxtwo3@gmail.com','','2014-02-12 18:51:30','',0,'xchristwo'),(2,'EoJNIkkxmL','$P$BojT7ZUcmFDrrfwzZJzpj5RSEQTTcN1','eojnikkxml','a.i.r.y.oddm.edvps.a@gmail.com','http://www.pinterest.com/jordanshoe2014/109-jordan-12-playoffs-jordan-playoffs-12s-playoff/','2014-02-19 09:45:07','',0,'FqMPYmwpeBLX MpBLVlwtbNLX'),(3,'OcGLMkdzsS','$P$BN5Ospq4yJ.N9kqRIhrML38lAvDA0B1','ocglmkdzss','a.ir.yo.d.d.m.e.dvps.a@gmail.com','http://www.pinterest.com/jordanshoe2014/109-jordan-12-playoffs-jordan-playoffs-12s-playoff/','2014-02-19 13:33:10','',0,'IrGMSkckqSLX JwRWTvmgxULX'),(4,'OhDKAnhogM','$P$B/oBVpQB2yyJ2an1DaNx00P/UBnW/u/','ohdkanhogm','a.iryo.ddmedv.p.sa@gmail.com','http://www.pinterest.com/jordans2015/109-bugs-bunny-8s-jordan-8-bugs-bunny-bugs-bunny-8/','2014-02-19 17:33:45','',0,'MkQPAklyxPLX YwTEZhdotCLX'),(5,'RjXCCkduwR','$P$BwFwP3wadvBY.KEg2sxOuZwSKDuiG91','rjxcckduwr','a.ir.y.od.d.m.ed.vpsa@gmail.com','http://www.pinterest.com/jordanshoe2014/108-jordan-cool-grey-12s-cool-grey-12s-cool-grey-1/','2014-02-19 21:29:59','',0,'ZqLAYkpvhHLX ZzURWyxboTLX'),(6,'DwightKl','$P$BMVnRWriBlVC3sWpj5H0IZldvV485N.','dwightkl','weatherubkl@gmail.com','','2014-02-20 21:11:41','',0,'DwightKlLW DwightKlLW'),(7,'DitslutsLug','$P$B1FHIGBHRHbsk2tkFjCSBkLYfB/pqC1','ditslutslug','s.ad.ia.l.a.tessa.56.8r.m@gmail.com','','2014-02-22 01:45:44','',0,'DitslutsLugOF DitslutsLugOF'),(8,'Charlesture','$P$BbKHx.o12SqBfqEQWINhOUwCEjjEQ1.','charlesture','brominepcvh@gmail.com','','2014-02-24 07:39:57','',0,'CharlestureMZ CharlestureMZ'),(9,'Dallassal','$P$BFQzPxK4RFRD/LgZL9x45FCVzWu.xV0','dallassal','recoilbxzb@gmail.com','','2014-02-24 07:48:04','',0,'DallassalUF DallassalUF'),(10,'Robertobers','$P$B8wNCXd1DBj.u4hMBDw9XKy36XMXJp0','robertobers','irregularirkp@gmail.com','','2014-02-24 17:14:58','',0,'RobertobersNQ RobertobersNQ'),(11,'Williamdub','$P$BvHzgHer9Fat.5tYg9tuhChXjSyhnc.','williamdub','criticapyw@gmail.com','','2014-02-24 20:03:57','',0,'WilliamdubZZ WilliamdubZZ'),(12,'MichaelEt','$P$BwMfm8NTSv0ZzzFmKfHQwYR873zvWe1','michaelet','reckonrncr@gmail.com','','2014-02-25 06:50:48','',0,'MichaelEtHT MichaelEtHT'),(13,'Ronalddold','$P$B6fORvnwyGYogA2hQDJn8PV6tPI2DP/','ronalddold','clusterwnkq@gmail.com','','2014-02-25 09:39:19','',0,'RonalddoldCG RonalddoldCG'),(14,'LorenzoBito','$P$BJM.v4iX5FVANATtgDAvbpvCeOyEXC.','lorenzobito','tardyyiyl@gmail.com','','2014-02-25 12:54:40','',0,'LorenzoBitoZB LorenzoBitoZB'),(15,'StephenCoap','$P$B5U9100ObNaBLbJAcAWO15hoCC/yFu0','stephencoap','shrinkjhxd@gmail.com','','2014-02-25 17:53:07','',0,'StephenCoapCY StephenCoapCY'),(16,'Matthewdet','$P$B0Eei4LnmJkB3ZzbiepJ7oiE6HndwX/','matthewdet','izhmberle@hotmail.com','','2014-02-25 21:57:08','',0,'MatthewdetDM MatthewdetDM'),(17,'EugenioPt','$P$B7dERXlwpDod.Y4e6uvk1G/Kcps3pO1','eugeniopt','deaccessppyw@gmail.com','','2014-02-25 22:01:18','',0,'EugenioPtWT EugenioPtWT'),(18,'Jeffreyki','$P$BYWqqQLOuOVmZsDTWtT4YeVb57x/751','jeffreyki','myriadsbel@gmail.com','','2014-02-25 22:35:52','',0,'JeffreykiZT JeffreykiZT'),(19,'FrancisDat','$P$BHEMSKMQHYyzUcAOXD5lwDa8SPeH1g1','francisdat','managementutze@gmail.com','','2014-02-26 01:38:12','',0,'FrancisDatXD FrancisDatXD'),(20,'Stephenvob','$P$B4mawVaNtv7FdoK8mWHP5ijaXEsB3T0','stephenvob','retirenkqd@gmail.com','','2014-02-26 01:55:11','',0,'StephenvobZW StephenvobZW'),(21,'Richardjep','$P$B7b5aqvV36tAjwuk2ZKD2gIjDfRDJ.0','richardjep','megawattsjxul@gmail.com','','2014-02-26 05:53:45','',0,'RichardjepEM RichardjepEM'),(22,'Josephvom','$P$BQ6iW2UI5inDbjXaK8k1EawPG0kaam.','josephvom','severewjwr@gmail.com','','2014-02-26 05:59:46','',0,'JosephvomGN JosephvomGN'),(23,'AndrewNug','$P$B/1MeJsicvxuGgTXi5Yg.3u9Myvn2d1','andrewnug','yangolans@hotmail.com','','2014-02-26 11:06:46','',0,'AndrewNugWQ AndrewNugWQ'),(24,'StevenDamn','$P$BR0qSJRNDO.ewEkVfFt5R9a2tfGMkx0','stevendamn','quaedehomb@hotmail.com','','2014-02-26 11:09:08','',0,'StevenDamnUA StevenDamnUA'),(25,'ChesterMi','$P$BbZiRPHdPFFgC3uei0AS1UDdFxXjww1','chestermi','anxerttenb@hotmail.com','','2014-02-26 12:21:30','',0,'ChesterMiZG ChesterMiZG'),(26,'Matthewkalp','$P$BKzl3YiuyrlogcRnXezq5/SVqsD5Hb0','matthewkalp','ufeelsgrav@hotmail.com','','2014-02-27 06:42:57','',0,'MatthewkalpQS MatthewkalpQS'),(27,'Antoniomr','$P$BgisX79Nz25raUrh7OuF497WBcaxsN1','antoniomr','angbertco@hotmail.com','','2014-02-27 10:34:46','',0,'AntoniomrDB AntoniomrDB'),(28,'Orvillepawl','$P$B78JrGgD8EBfQoMn43q.nER45iXK.L/','orvillepawl','juwtmajai@hotmail.com','','2014-02-28 09:47:09','',0,'OrvillepawlYI OrvillepawlYI'),(29,'Howardpymn','$P$BlfGw16TM3cLnJKa0h.5id0uUOij8q.','howardpymn','uonarmesb@hotmail.com','','2014-02-28 09:54:26','',0,'HowardpymnFZ HowardpymnFZ'),(30,'Arthurvaw','$P$BiAT3e5KO2gpJEzB.ylDKC63h8Rli90','arthurvaw','inyergerie@hotmail.com','','2014-02-28 09:56:45','',0,'ArthurvawVQ ArthurvawVQ'),(31,'Williamdich','$P$BFO8Fx2jJjxHJgb8Pey6/MRCxklX241','williamdich','hidlionkag@hotmail.com','','2014-03-01 07:19:03','',0,'WilliamdichBJ WilliamdichBJ'),(32,'Stevenfete','$P$Bxv4Z5mbXxwZiJyb3J4M.7YHw4fVhf.','stevenfete','danuisenbe@hotmail.com','','2014-03-01 07:20:42','',0,'StevenfeteHB StevenfeteHB'),(33,'Timothyea','$P$Bm79AVFOQ3d2nrsoJ.iUZ/Q1z7Jtcb1','timothyea','naturetpiu@gmail.com','','2014-03-04 05:04:31','',0,'TimothyeaTS TimothyeaTS'),(34,'Eugenegara','$P$Br5tEMsG4JIAFTCk.WaVDCVvaPN6hQ/','eugenegara','flatcarlzbh@gmail.com','','2014-03-04 06:15:18','',0,'EugenegaraKF EugenegaraKF'),(35,'DonaldKag','$P$BF2ucpJzb5H9uip.zMUpTngJVrcPf11','donaldkag','iaockbaum@hotmail.com','','2014-03-04 08:21:43','',0,'DonaldKagMD DonaldKagMD'),(36,'IrvingSl','$P$B5nGc7/lA0eNUXFMgGRj3.ZrBz0wme1','irvingsl','elaboratesdnr@gmail.com','','2014-03-04 08:24:45','',0,'IrvingSlQM IrvingSlQM'),(37,'Josephpi','$P$Bn/pFwRilS3jpz3pErXIw3MNBnz8eV1','josephpi','banorghio@hotmail.com','','2014-03-04 08:55:35','',0,'JosephpiWG JosephpiWG'),(38,'FrancisDymn','$P$BxsmGENiUgkUB7AdsnMJqhupffJ59n/','francisdymn','clearcutfrom@gmail.com','','2014-03-04 09:50:30','',0,'FrancisDymnGM FrancisDymnGM'),(39,'Andrewcof','$P$Bbg4FLu.zznHIyk8hbqzK5nLXejbUy/','andrewcof','rhinocerosfjnv@gmail.com','','2014-03-04 12:01:55','',0,'AndrewcofLC AndrewcofLC'),(40,'ErnestVon','$P$BN9PFIbo0Us0jrjvLAZtCtrEw4F.Fd0','ernestvon','divergentmypn@gmail.com','','2014-03-04 14:04:41','',0,'ErnestVonOY ErnestVonOY'),(41,'FrancisSymn','$P$B5gBHGNPgwZ3XayGXTTvK3DFQWa.xO.','francissymn','taverngdbs@gmail.com','','2014-03-04 17:47:31','',0,'FrancisSymnPI FrancisSymnPI'),(42,'Williamot','$P$B4d0QxeEfdQWf3FVnhcP6W0zKqQsyd.','williamot','xinxr1@gmail.com','http://www.passsport.it/tiffany/chiave-tiffany.html','2014-03-04 21:10:31','',0,'WilliamotVU WilliamotVU'),(43,'Jeffreykapy','$P$B0Y/fr0C6zpH77r89yWL3C1BRDzQof/','jeffreykapy','tjqjsnxa888@hotmail.com','http://www.whiskyparadise.com/louis-vuitton/borsa-louis-vuitton-nera.html','2014-03-05 00:47:31','',0,'JeffreykapyNE JeffreykapyNE'),(44,'Robertbew','$P$B5guP9djMSvHb3r.xhjuBj6cj9Bf/b0','robertbew','zheidgeadr@hotmail.com','','2014-03-05 06:38:40','',0,'RobertbewAJ RobertbewAJ'),(45,'Bradleyjap','$P$Bq0C0uKpVzXQ0DmBNJn3y2dLAT8.ar/','bradleyjap','ouxundrel@hotmail.com','','2014-03-05 06:50:56','',0,'BradleyjapJW BradleyjapJW'),(46,'RonaldPa','$P$B3sH2P2fdhhOc1vHQ2b8Hp7qjby0Uz0','ronaldpa','unyogusse@hotmail.com','','2014-03-05 06:52:29','',0,'RonaldPaGA RonaldPaGA'),(47,'TimothyHof','$P$BBktUxc4smOh3i9cvoGu07dk3Dond5/','timothyhof','youeaumon@hotmail.com','','2014-03-05 06:59:49','',0,'TimothyHofET TimothyHofET'),(48,'Orvillebege','$P$BEuODIJjTZ0/JmfNcaAH5CX6EiEVGn1','orvillebege','qiakerchan@hotmail.com','','2014-03-05 08:31:00','',0,'OrvillebegeZZ OrvillebegeZZ'),(49,'Mathewhic','$P$B396QRGySFS6u/HenrOpQqKBbTHOVA/','mathewhic','ifoversolo@hotmail.com','','2014-03-05 10:15:40','',0,'MathewhicHA MathewhicHA'),(50,'TerenceMype','$P$B7J0nZLd98SOX4f2/GW8MjJaBgKSLC1','terencemype','tiaellaska@hotmail.com','','2014-03-05 12:38:26','',0,'TerenceMypeJO TerenceMypeJO'),(51,'SantosBow','$P$BIw0vxeDU5C07TNI2EE9rQiyo0VzxT.','santosbow','yanschmee@hotmail.com','','2014-03-05 15:18:17','',0,'SantosBowSX SantosBowSX'),(52,'JosephNep','$P$BgY9VqT29eUY2Qv0lafZpkE70yEVe91','josephnep','anyrickkiu@hotmail.com','','2014-03-05 17:42:03','',0,'JosephNepBP JosephNepBP'),(53,'AlbertKa','$P$BWMeDga0TOt2FBUe0CTQfgAmrfPcX/1','albertka','aijrberke@hotmail.com','','2014-03-05 19:50:09','',0,'AlbertKaIP AlbertKaIP'),(54,'Michaelcen','$P$BUFeRlHa1rpBrd00/JRwCSvChLediT0','michaelcen','qtzwrggy529@hotmail.com','','2014-03-13 04:56:08','',0,'MichaelcenJM MichaelcenJM'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) NOT NULL auto_increment, `attribute_name` varchar(200) NOT NULL, `attribute_label` longtext, `attribute_type` varchar(200) NOT NULL, `attribute_orderby` varchar(200) NOT NULL, PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) NOT NULL auto_increment, `download_id` varchar(32) NOT NULL, `product_id` bigint(20) NOT NULL, `order_id` bigint(20) NOT NULL default '0', `order_key` varchar(200) NOT NULL, `user_email` varchar(200) NOT NULL, `user_id` bigint(20) default NULL, `downloads_remaining` varchar(9) default NULL, `access_granted` datetime NOT NULL default '0000-00-00 00:00:00', `access_expires` datetime default NULL, `download_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`,`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) NOT NULL auto_increment, `order_item_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (1,1,'_qty','1'),(2,1,'_tax_class',''),(3,1,'_product_id','72'),(4,1,'_variation_id',''),(5,1,'_line_subtotal','1'),(6,1,'_line_total','1'),(7,1,'_line_tax','0'),(8,1,'_line_subtotal_tax','0'),(9,2,'_qty','1'),(10,2,'_tax_class',''),(11,2,'_product_id','90'),(12,2,'_variation_id',''),(13,2,'_line_subtotal','2'),(14,2,'_line_total','2'),(15,2,'_line_tax','0'),(16,2,'_line_subtotal_tax','0'); /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) NOT NULL auto_increment, `order_item_name` longtext NOT NULL, `order_item_type` varchar(200) NOT NULL default '', `order_id` bigint(20) NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; INSERT INTO `wp_woocommerce_order_items` VALUES (1,'sex posture for the kings','line_item',73),(2,'sex postures for intimacy','line_item',222); /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) NOT NULL auto_increment, `location_code` varchar(255) NOT NULL, `tax_rate_id` bigint(20) NOT NULL, `location_type` varchar(40) NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type` (`location_type`), KEY `location_type_code` (`location_type`,`location_code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) NOT NULL auto_increment, `tax_rate_country` varchar(200) NOT NULL default '', `tax_rate_state` varchar(200) NOT NULL default '', `tax_rate` varchar(200) NOT NULL default '', `tax_rate_name` varchar(200) NOT NULL default '', `tax_rate_priority` bigint(20) NOT NULL, `tax_rate_compound` int(1) NOT NULL default '0', `tax_rate_shipping` int(1) NOT NULL default '1', `tax_rate_order` bigint(20) NOT NULL, `tax_rate_class` varchar(200) NOT NULL default '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`), KEY `tax_rate_class` (`tax_rate_class`), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_termmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_termmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_woocommerce_termmeta` ( `meta_id` bigint(20) NOT NULL auto_increment, `woocommerce_term_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `woocommerce_term_id` (`woocommerce_term_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_woocommerce_termmeta` -- LOCK TABLES `wp_woocommerce_termmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03927be_8' -- 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-04-23 11:43:34