0byt3m1n1
Path:
/
data
/
16
/
3
/
82
/
93
/
3082908
/
meta
/
3435268
/
mysql.backup
/
[
Home
]
File: 1_037b4ae_4.mysqlv108.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv108 Database: 1_037b4ae_4 -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=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 (1,1,'Mr WordPress','','http://wordpress.org/','','2012-06-20 17:27:39','2012-06-20 17:27:39','Hi, this is a comment.<br />To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0),(2,84,'ThemeNectar','support@themenectar.com','','71.224.116.100','2013-03-23 19:59:45','2013-03-23 19:59:45','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum luctus ipsum id quam euismod a malesuada sapien euismod. Aliquam commodo aliquam ante eu iaculis. Praesent tristique est eu purus pellentesque sed adipiscing nulla tristique. Donec ac consectetur leo.',0,'1','','',0,2),(3,87,'ThemeNectar','support@themenectar.com','','71.224.116.100','2013-03-23 20:00:05','2013-03-23 20:00:05','Mauris dapibus ante in ligula venenatis interdum. Nunc iaculis, ligula ac egestas lacinia, libero enim mollis lorem, eget euismod tortor metus vel lorem. Sed tristique facilisis malesuada. Sed feugiat, massa sed venenatis consectetur, erat magna facilisis libero, ac porttitor sapien dolor in libero.',0,'1','','',0,2),(4,110,'ThemeNectar','support@themenectar.com','','71.224.116.100','2013-03-23 19:58:58','2013-03-23 19:58:58','Nulla sed mi leo, sit amet molestie nulla. Phasellus lobortis blandit ipsum, at adipiscing eros porta quis. Phasellus in nisi ipsum, quis dapibus magna. Phasellus odio dolor, pretium sit amet aliquam a, gravida eget dui.',0,'1','','',0,2),(5,110,'ThemeNectar','support@themenectar.com','','71.224.116.100','2013-03-23 19:59:08','2013-03-23 19:59:08','Integer vel libero arcu, egestas tempor ipsum. Vestibulum id dolor aliquet dolor fringilla ornare. Nunc non massa erat. Vivamus odio sem, rhoncus vel bibendum vitae, euismod a urna. Aliquam erat volutpat.',0,'1','','',4,2); /*!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=221 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://tricia-ang.com/','yes'),(2,'blogname','triciaang','yes'),(3,'blogdescription','Just another WordPress site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','tricia@azence.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(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','0','yes'),(30,'moderation_notify','1','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:2:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:41:\"wordpress-importer/wordpress-importer.php\";}','yes'),(37,'home','http://tricia-ang.com/','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'advanced_edit','0','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','','no'),(45,'template','salient','yes'),(46,'stylesheet','salient','yes'),(47,'comment_whitelist','1','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','0','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','page','yes'),(59,'tag_base','','yes'),(60,'show_avatars','1','yes'),(61,'avatar_rating','G','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','0','yes'),(77,'close_comments_days_old','14','yes'),(78,'thread_comments','1','yes'),(79,'thread_comments_depth','5','yes'),(80,'page_comments','0','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:0:{}','no'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','709','yes'),(94,'page_on_front','554','yes'),(95,'default_post_format','0','yes'),(96,'initial_db_version','20596','yes'),(97,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(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:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:9:{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:{}s:9:\"sidebar-6\";N;s:9:\"sidebar-7\";N;s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:6:{i:1391664469;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:1391670900;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:1391696450;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:1391722275;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"adcb9b75260590ff6058773ddcb9ddd6\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4;}}}}i:1391722435;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"fa2f62f3c35641f2b125152ba5b18249\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:992;}}}}s:7:\"version\";i:2;}','yes'),(157,'_site_transient_timeout_browser_5eb51bc8c7544029173466a3dd61d286','1392239215','yes'),(106,'_transient_random_seed','553d6a32a6d273b499d8dfc7fdb4458f','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'),(217,'wpb_js_composer_templates_slashes_updated','yes','yes'),(205,'theme_mods_twentyeleven','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1391636104;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'),(189,'_site_transient_timeout_theme_roots','1391637635','yes'),(190,'_site_transient_theme_roots','a:5:{s:7:\"salient\";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\";}','yes'),(117,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1391635844;s:7:\"checked\";a:5:{s:7:\"salient\";s:5:\"3.0.5\";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:8:\"response\";a:2:{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:12:\"translations\";a:0:{}}','yes'),(191,'_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:1391635844;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:39:\"http://037b4ae.netsolhost.com/triciaang\";s:4:\"link\";s:115:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://037b4ae.netsolhost.com/triciaang/\";s:3:\"url\";s:148:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://037b4ae.netsolhost.com/triciaang/\";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'),(171,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1391677620','no'),(172,'_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:28:\"BuddyPress: BuddyPress 1.9.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://buddypress.org/?p=177981\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2014/02/buddypress-1-9-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1098:\"<p>BuddyPress 1.9.2 is available. This is a security and maintenance release, fixing two possible security issues with Group creation (responsibly disclosed by Pietro Oliva) along with some fixes to our WordPress Menus integration, bp-default theme switching, and improvements to theme compatibility.</p>\n<p>A complete list of closed tickets can be found at <a href=\"http://buddypress.trac.wordpress.org/query?group=status&milestone=1.9.2\">the 1.9.2 milestone</a>, and a full changelog is at <a href=\"http://codex.buddypress.org/developer/releases/version-1-9-2/\">http://codex.buddypress.org/developer/releases/version-1-9-2/</a>.</p>\n<p>This is a recommended update for all installations of BuddyPress 1.5+.</p>\n<p>Upgrade via your WordPress Dashboard > Updates. You can also download the latest version at <a href=\"http://wordpress.org/plugins/buddypress/\">http://wordpress.org/plugins/buddypress</a>.</p>\n<p>Questions or comments? Check out our <a href=\"http://buddypress.org/support\">support community</a> and <a href=\"http://buddypress.trac.wordpress.org\">development tracker</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 Feb 2014 20:45: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: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: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:66:\"WPTavern: Why You Should Clean Out Your WordPress Themes Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=16288\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:176:\"http://wptavern.com/why-you-should-clean-out-your-wordpress-themes-directory?utm_source=rss&utm_medium=rss&utm_campaign=why-you-should-clean-out-your-wordpress-themes-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4642:\"<div id=\"attachment_16322\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/02/cleaning.jpg\" rel=\"prettyphoto[16288]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/cleaning.jpg\" alt=\"photo credit: 13Moya 十三磨牙 - cc\" width=\"1146\" height=\"549\" class=\"size-full wp-image-16322\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/ericqian/4447132325/\">13Moya 十三磨牙</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a></p></div>\n<p>You’ve probably heard the advice that you should delete old or unwanted plugins from your WordPress installation. Plugins are often on the forefront of WordPress housekeeping lists. This is probably due to the fact that on a normal WordPress site you’re usually running just one theme and then multiple, sometimes dozens, of plugins. Unused plugins in the mix make it inconvenient to scroll through the list and troubleshoot conflicts. They can also pose a security risk if they’re not updated.</p>\n<p>But what about themes? Cleaning out your WordPress themes directory is just as important as plugin housekeeping. The current WordPress download package comes with three default themes pre-installed: Twenty Fourteen, Twenty Thirteen and Twenty Twelve. You may even have Twenty Eleven left over on your site, along with themes you’ve previously tested.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/800px-themes.png\" rel=\"prettyphoto[16288]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/800px-themes.png\" alt=\"800px-themes\" width=\"800\" height=\"548\" class=\"aligncenter size-full wp-image-16297\" /></a></p>\n<p>Chances are that you won’t need all of these. Any theme not in use has got to go – with one important exception: a default theme for fallback. You can always re-install a theme further down the road if you decide you need it.</p>\n<p>Trying on a bunch of themes and then leaving them in your themes directory is somewhat akin to leaving your clothes all over the floor, instead of putting them in the laundry bin. When it comes to WordPress themes, however, this careless practice can have some serious consequences.</p>\n<h3>WordPress Themes Can Be An Entry Point For Hackers</h3>\n<p>Because WordPress is now powering more than 1 in 5 websites on the internet, WordPress sites are a prime target for hackers and spammers. If your site isn’t secure, hackers can use your themes as entry points. They’ve studied WordPress themes and know how to take advantage of them to forge an all-out attack on your site, your server and its resources.</p>\n<p>Hackers may insert malicious files or edits to your theme to try to hijack your site. Sometimes they get in through vulnerable scripts, as was the case with the historic <a href=\"http://markmaunder.com/2011/08/01/zero-day-vulnerability-in-many-wordpress-themes/\" target=\"_blank\">timthumb.php attack in 2011</a>, which posed a serious security risk for millions of WordPress sites using themes bundled with the script.</p>\n<p>Once a hack is successful, you’ll spend more time than you’d like in unraveling what they’ve done and convincing your host to turn your site back on.</p>\n<h3>WordPress Theme Housekeeping Checklist</h3>\n<p>Outdated versions of WordPress, themes and plugins are the most common cause of hacked sites. At the very least, you’ll want to keep everything up to date. Enabling <a href=\"http://wptavern.com/how-to-configure-automatic-core-updates-for-wordpress-3-7\" target=\"_blank\">automatic background updates</a> is a great way to stay current, especially for sites that you own but rarely visit.</p>\n<p>Here’s a checklist of what you can do right now to clean out your WordPress themes directory:</p>\n<ul>\n<li>Remove all unused WordPress themes (with the exception of one default for fallback)</li>\n<li>Update any themes that you are keeping</li>\n<li>Make sure <a href=\"http://codex.wordpress.org/Changing_File_Permissions\" target=\"_blank\">permissions</a> on your wp-content and themes directories are 0755</li>\n<li>Enable automatic background updates</li>\n</ul>\n<p>This checklist should have you covered for the basics, but more advanced measures can be put in place if you’re keen on exploring additional security options. For more information about <a href=\"http://codex.wordpress.org/Hardening_WordPress\" target=\"_blank\">hardening WordPress</a> against intrusions, check out the codex and its <a href=\"http://codex.wordpress.org/Hardening_WordPress#Resources\" target=\"_blank\">recommended resources</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 Feb 2014 20:36: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: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:62:\"WPTavern: Daily Plugin – Maps, Mobile, Money and Maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16271\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"http://wptavern.com/daily-plugin-02-05-2014?utm_source=rss&utm_medium=rss&utm_campaign=daily-plugin-02-05-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:8508:\"<p><img class=\"alignleft wp-image-16289\" alt=\"Daily Plugin for Wednesday 02-05-2014\" src=\"http://wptavern.com/wp-content/uploads/2014/02/custom_classifieds_12091-300x253.png\" width=\"180\" height=\"152\" />Here we are, half way through the week! What a busy week it’s been for the WordPress Plugin Repository! A lot of plugin developer “<em>New Years Resolutions</em>” are starting to bear fruit and are being released into the repository this week after a long month of development. We have a good sampling of fruit this week. Today it’s about <strong>Maps, Mobility, Menus, Money and Maintenance</strong>. Let’s get plugged in!</p>\n<h3>Overlay Multiple Location Markers on a Map as Custom Post Types</h3>\n<p>For a few months I have been working on a business/industry directory site using a premium directory theme from ThemeForest and some custom programming. The theme worked well for about 6 weeks until suddenly it broke. The developer vanished off the face of the Earth. As my fellow theme buyers gathered with their pitchforks and torches, the entire theme was removed from ThemeForest due to lack of support. I’ve not been able to find the same functionality for maps <strong>until now</strong>.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/screenshot-31.png\" rel=\"prettyphoto[16271]\"><img class=\"alignleft size-medium wp-image-16276\" alt=\"gMap Point List\" src=\"http://wptavern.com/wp-content/uploads/2014/02/screenshot-31-300x188.png\" width=\"300\" height=\"188\" /></a><strong><a title=\"gMap Point List\" href=\"http://wordpress.org/plugins/gmap-point-list/\" target=\"_blank\">Gmap Point List</a></strong> by Rafel Sans is a plugin that lets you create your own jQuery based map from the Google Maps API and then overlay your pins, or “<em>markers</em>” on top of the map. Each of the markers represents a custom post type that contains the data about the specific location. Because it is a custom post type, there is no limit to the data fields that are available when compiling data about a specific business listing. Pins can be added with address, lat/long Geo-coordinates or simply dropped on the map. The plugin is new and the documentation is currently only available in Spanish, but it was simple enough to use without it.</p>\n<h3>How Much is a BitCoin Worth Anyway?</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/screenshot-11.png\" rel=\"prettyphoto[16271]\"><img class=\"alignleft size-full wp-image-16281\" alt=\"BitCoin Exchage Rate\" src=\"http://wptavern.com/wp-content/uploads/2014/02/screenshot-11.png\" width=\"219\" height=\"143\" /></a>I’ve seen several BitCoin based plugins float by in the repository lately. There are several donation widgets that accept it, but I’m always resorting to a Google search to figure out exactly what my coins are worth. In comes the <a title=\"BitCoin Exchange Widget\" href=\"http://wordpress.org/plugins/btc-exchange-widget/\" target=\"_blank\"><strong>BTC Exchange Widget</strong></a>. This is a quick and easy widget that adds an area for visitors to enter the amount of BitCoins and select their preferred exchange currency, such as USD for US Dollars. In just one click, the current exchange rate is provided. While I am personally still a bit of a skeptic when it comes to BitCoin, fans of this virtual currency should find this plugin useful.</p>\n<h3>Preview Your Posts as a Tablet or Mobile device in one click!</h3>\n<p>Responsive design was supposed to make our lives easier. Instead of having to create a different mobile and tablet theme, the responsive set was billed as the end-all of design. While that advancement has certainly warranted applause, creating responsive content has not gotten much easier. This is mostly due to our inability to view our content as it would look on a device. Enter <a title=\"Responsive Post Preview\" href=\"http://wordpress.org/plugins/responsive-post-preview/\" target=\"_blank\"><strong>Responsive Post Preview</strong></a> by Jake Bresnehan. This plugin provides an easy, quick way to test how your content looks at various sizes.</p>\n<p><strong>Have a look at the demo, straight from the developer.</strong></p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>This plugin will undoubtedly save a lot of time when in development mode. The instant view provided by Response Post Preview may be something that will find its way into WordPress Core functionality sooner than later.</p>\n<h3>A clean, responsive way to show a site is still under construction.</h3>\n<p>In the old days, we used an animated GIF of a construction tractor to show the world a site was not ready for public viewing. While that may have worked well in 2005, a domain today is considered a valuable web property. Every single site viewer should be seen as a potential lead or subscriber. That’s why it’s important to provide as much information as possible on your “<em>Coming Soon</em>” page. Even though the site isn’t ready, you can still connect with your audience.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/screenshot-41.jpg\" rel=\"prettyphoto[16271]\"><img class=\"alignleft size-medium wp-image-16283\" alt=\"Easy Maintenance Mode Coming Soon\" src=\"http://wptavern.com/wp-content/uploads/2014/02/screenshot-41-300x142.jpg\" width=\"300\" height=\"142\" /></a>The <a title=\"Easy Maintenance Mode\" href=\"http://wordpress.org/plugins/easy-maintenance-mode-coming-soon/\"><strong>Easy Maintenance Mode</strong></a> plugin allows to you quickly create a maintenance or under construction page. Upon plugin activation you are presented with a few options to get you going, including Facebook, Twitter and Google+ connectivity options, HTML-enabled text area, customization of the background, fonts, colors and style. The plugin is also responsive, allowing you to provide the same message social connections across any platform. The great thing about this plugin is that a logged-in user does not see the “<em>Coming Soon</em>” screen. If you’re working on the site and are logged in, you will see the site as you normally would. But if you are a random page surfer or not logged in, you see the maintenance page.</p>\n<h3>Adding Custom Icons to your Category Widget.</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/screenshot-111.png\" rel=\"prettyphoto[16271]\"><img class=\"alignleft wp-image-16285\" alt=\"Category List Icons\" src=\"http://wptavern.com/wp-content/uploads/2014/02/screenshot-111-263x300.png\" width=\"216\" height=\"247\" /></a>The recently released plugin <a title=\"Category List Icon\" href=\"http://wordpress.org/plugins/category-list-icon/\" target=\"_blank\"><strong>Category List Icon</strong></a> by Hasan Rang provides functionality to add an icon for your categories. I’ve often seen commercial sites that categorize their news with an icon. Now I can have it for myself, and so can you! The plugin provides options for custom category icon sizes and custom CSS for each of the category icon items. This can provide an added punch to a theme from a design perspective. The subtle, yet contextual icons can help your users identify content and navigate through your site accordingly. Page views matter to Google. Present your viewers with rich, content-related icons to navigate your site and you’ll be rewarded with a better looking sidebar category widget as well!</p>\n<h3>Need Custom Icons for a Responsive Display? Check this out!</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/screenshot-21.png\" rel=\"prettyphoto[16271]\"><img class=\"alignleft size-thumbnail wp-image-16287\" alt=\"Mobile Optimizer Menu\" src=\"http://wptavern.com/wp-content/uploads/2014/02/screenshot-21-77x150.png\" width=\"77\" height=\"150\" /></a><a title=\"Unite Mobile Optimizer Menu\" href=\"http://wordpress.org/plugins/unite-mobile-optimizer-menu/\" target=\"_blank\"><strong>Unite Mobile Optimizer Menu</strong></a> by Amit Keren lets you create a sliding icon list for mobile site viewers. Like the category icon plugin above, you can set up your own custom images and icons for the mobile menu. I found this among the easier mobile menu plugins that I have tested out. I can imagine the different button and icon configurations a person could come up with. But remember to stick with icons that will be familiar to your viewer. Keep it simple!</p>\n<p><strong>Which plugins from today’s list are you most likely to try out? Share your feedback and ideas!<br />\n</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:\"Wed, 05 Feb 2014 20:02: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:\"Marcus Couch\";s: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:104:\"WordPress.tv: Joe Casabona: Making WordPress Mobile: Great Responsive Theming Tips, Tricks And Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=30605\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wordpress.tv/2014/02/05/joe-casabona-making-wordpress-mobile-great-responsive-theming-tips-tricks-and-tutorials/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:755:\"<div id=\"v-G1nKobdE-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/30605/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/30605/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=30605&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/02/05/joe-casabona-making-wordpress-mobile-great-responsive-theming-tips-tricks-and-tutorials/\"><img alt=\"Joe Casabona: Making WordPress Mobile: Great Responsive Theming Tips, Tricks And Tutorials\" src=\"http://videos.videopress.com/G1nKobdE/video-a234ed4e39_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 Feb 2014 15:07:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:67:\"WPTavern: WiredTree To Sponsor All North American WordCamps In 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=15911\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"http://wptavern.com/wiredtree-to-sponsor-all-north-american-wordcamps-in-2014?utm_source=rss&utm_medium=rss&utm_campaign=wiredtree-to-sponsor-all-north-american-wordcamps-in-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:2971:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/WiredTreeLogo.jpg\" rel=\"prettyphoto[15911]\"><img class=\"alignright size-full wp-image-15914\" alt=\"WiredTree Logo\" src=\"http://wptavern.com/wp-content/uploads/2014/01/WiredTreeLogo.jpg\" width=\"282\" height=\"78\" /></a><a title=\"http://www.wiredtree.com/\" href=\"http://www.wiredtree.com/\">WiredTree</a>, a webhosting company has become a <a title=\"http://central.wordcamp.org/wordcamp-pillar/\" href=\"http://central.wordcamp.org/wordcamp-pillar/\">WordCamp Pillar sponsor</a>. The pillar sponsorship program is a package setup by WordCamp Central that enables businesses to sponsor multiple WordCamp events without having to go through the hassle of sponsoring them individually.</p>\n<p>WordCamp organizers will have a little less to worry about when it comes to funding for their event. WiredTree has upped the ante and will be <a title=\"http://central.wordcamp.org/news/2014/01/31/wiredtree-sponsors-every-wordcamp-in-north-america-for-2014/\" href=\"http://central.wordcamp.org/news/2014/01/31/wiredtree-sponsors-every-wordcamp-in-north-america-for-2014/\">sponsoring all North American based WordCamps</a> in 2014. I got in touch with WiredTree and asked them why they became a pillar sponsor and if sponsoring WordCamps has led to more customers.</p>\n<p>It turns out that the relationship between WordCamps and Wiredtree began at WordCamp Chicago 2013. A client of theirs reached out to Wiredtree on Twitter and asked if they would like to sponsor the event since they were a happy user of both. Zac Cogswell, President of WiredTree agreed that it would be a great fit.</p>\n<blockquote><p>WordPress is the most widely deployed CMS system across our network and many of our clients are actively involved in the WordPress community. Our support team uses it daily so we have a lot of operational experience we can share. WordCamp in particular being non-profit and locally-organized looked like a great way to support the community.</p></blockquote>\n<p>Wiredtree had such a great experience sponsoring WordCamp Chicago, they later went on to sponsor WordCamp Grand Rapids, MI along with a few other events. Getting to connect with clients face-to-face has been invaluable to the company. I then asked Zac whether sponsoring WordCamps correlated with an increase in new customers:</p>\n<blockquote><p>It’s too early yet to say what the effect will be as we’re coming up on the second WordCamp of the year in Dayton, OH, but I can say that feedback on social media has been positive. WordCamp attendees are very passionate folks and we’re passionate about hosting so we think it will go well. In any event, we’re just happy to be a part of it.</p></blockquote>\n<p>I personally want to thank <a title=\"http://www.wiredtree.com/\" href=\"http://www.wiredtree.com/\">Wiredtree</a> for sponsoring all North American based WordCamps during 2014. The less headaches WordCamp organizers have the better.</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 Feb 2014 14:00: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress.tv: Kameron Williams: Design For Humans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=30601\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.tv/2014/02/05/kameron-williams-design-for-humans/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:653:\"<div id=\"v-0c6tdIL3-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/30601/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/30601/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=30601&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/02/05/kameron-williams-design-for-humans/\"><img alt=\"Kameron Williams: Design For Humans\" src=\"http://videos.videopress.com/0c6tdIL3/video-2855cb23a4_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Feb 2014 07:34:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WPTavern: Industry Night #7 – Talking Membership Tools with Dave Jackson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wptavern.com/industry-night-7-dave-jackson?utm_source=rss&utm_medium=rss&utm_campaign=industry-night-7-dave-jackson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1775:\"<p><img class=\"alignleft size-medium wp-image-16238\" alt=\"Industry Night with Marcus Couch\" src=\"http://wptavern.com/wp-content/uploads/2014/02/IndustryNight-007-mp3-image-300x300.jpg\" width=\"300\" height=\"300\" />On today’s show we’re talking about membership sites. It’s fitting that we talk with <strong>Dave Jackson</strong>, curator of <strong><a title=\"School of Podcasting\" href=\"http://schoolofpodcasting.com/\">The School of Podcasting</a></strong>. When I started podcasting back in 2004, Dave Jackson was one of the first people who reached out to network with me about podcasting. Like me, Dave and the first wave of original podcasters were also the early pioneers of WordPress. Because of the inherent RSS capability, WordPress became the tool of choice for every podcast producer from about 2005 onward.</p>\n<p>Throughout the last decade, Dave’s instructional membership site has taken on many different designs and frameworks. Throughout the years, new technologies have replaced older ones. New features have evolved, including how users register, payments, the rate in which they consume content and the notifications to the user once new content is released.</p>\n<p>With so many new advancements and options available, I thought it would be a great opportunity to talk with Dave about what he uses that makes him successful and what mistakes were made in the past. We discuss different membership plugins and platforms as well as the different models of content protection that are now available.</p>\n<p>If you’re looking to learn more about running and maintaining your own membership site, this episode is for you! So sit back, grab a cold one and join me in my conversation with Dave Jackson from The School of Podcasting!</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 Feb 2014 06:45:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marcus Couch\";s: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:64:\"WPTavern: How to Set Up Email Alerts For Topics on 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=16242\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/how-to-set-up-email-alerts-for-topics-on-wordpress-org?utm_source=rss&utm_medium=rss&utm_campaign=how-to-set-up-email-alerts-for-topics-on-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2641:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/alerts.jpg\" rel=\"prettyphoto[16242]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/alerts.jpg\" alt=\"alerts\" width=\"1015\" height=\"561\" class=\"aligncenter size-full wp-image-16258\" /></a><br />\nDid you know that you can set up notifications for topics on <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress.org</a>? Sign in to your account and then navigate to your notifications by visiting:</p>\n<p><strong>http://profiles.wordpress.org/username/profile/notifications/</strong></p>\n<p>Once you are there you can create new notifications by adding a search string for a topic that you’re interested in following. The “notification name” field will be shown in the subject line of the alert emails sent from WordPress.org.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/new-notification.png\" rel=\"prettyphoto[16242]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/new-notification.png\" alt=\"new-notification\" width=\"1421\" height=\"763\" class=\"aligncenter size-full wp-image-16249\" /></a></p>\n<p>When you set up a new notification, you’ll be notified any time a word or phrase you choose are directly referenced in a post or forum anywhere in the WP.org ecosystem.</p>\n<p>You’ll notice that mentions of your username are included in your notifications by default. Any custom notifications that you set up will be listed below your profile.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/notifications.png\" rel=\"prettyphoto[16242]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/notifications.png\" alt=\"notifications\" width=\"1933\" height=\"1124\" class=\"aligncenter size-full wp-image-16250\" /></a></p>\n<h3>Why Should You Set Up Email Alerts?</h3>\n<p>Your profile on WordPress.org is more valuable than you might think. There are so many useful things you can do with the email alerts to keep you informed on community discussions without having to read everything. You can use your account to set up alerts for mentions of your own plugins, themes or topics that you are interested in following. If you are wanting to help out with support in the forums and have a particular area of expertise, you might consider adding it as a search string. If there are new features that you’re hoping will be added to core, you can use alerts to follow discussions on those topics.</p>\n<p>Nobody has the time to read everything that happens on the WordPress.org ecosystem. Signing up for alerts is a strategic way to keep yourself in the conversation without having to dig for the references.</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 Feb 2014 05:38: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: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:78:\"WPTavern: Moments: A Free Responsive WordPress Theme With Post Formats Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/moments-a-free-responsive-wordpress-theme-with-post-formats-support?utm_source=rss&utm_medium=rss&utm_campaign=moments-a-free-responsive-wordpress-theme-with-post-formats-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3035:\"<p>The folks at Site5 have just added a new theme to their growing collection of <a href=\"http://www.s5themes.com/themes/\" target=\"_blank\">free WordPress themes</a>. Moments is a new personal blogging theme that allows you to record your life with beautifully designed <a href=\"http://codex.wordpress.org/Post_Formats\" target=\"_blank\">post formats</a>. It also responds nicely to mobile devices.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/moments.jpg\" rel=\"prettyphoto[16147]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/moments.jpg\" alt=\"moments\" width=\"768\" height=\"567\" class=\"aligncenter size-full wp-image-16150\" /></a></p>\n<p>Features included in the <a href=\"http://www.s5themes.com/theme/moments\" target=\"_blank\">Moments</a> theme are geared toward making it easy for you to personalize your site. A few of the highlights include:</p>\n<ul>\n<li>Widget ready sidebar</li>\n<li>Support for all Post Formats</li>\n<li>Custom Logo and Favicon support</li>\n<li>Custom fonts via Google Webfont typography options</li>\n<li>Built-in Pagination</li>\n<li>Social icons</li>\n<li>jQuery PrettyPhoto Lightbox</li>\n<li>Built-in thumbnail regeneration</li>\n</ul>\n<p>View a <a href=\"http://demo.s5themes.com/?theme=moments\" target=\"_blank\">live demo</a> to see Moments in action.</p>\n<p>SIte5 offers the demo XML for download so that you can try the theme with the demo content in place. Moments, like all Site5 themes, comes with <a href=\"http://www.s5themes.com/documentation/moments/\" target=\"_blank\">excellent documentation</a>. As a hosting company, they probably understand the value of documentation in mitigating the number of support requests related to common problems. I’m guessing that’s also why they’ve built thumbnail regeneration into the theme, since that tends to be a frequent issue for users when activating new themes. Site5 also offers a <a href=\"http://www.s5themes.com/forums/discussion/moments/\" target=\"_blank\">support forum</a>, should you have any issues with the theme.</p>\n<p>If you decide to use this theme, I would not recommend using the Stat Code option in the theme settings. It’s better to <a href=\"http://wptavern.com/why-you-should-never-add-analytics-code-to-your-wordpress-theme\" target=\"_blank\">put Google analytics or other tracking codes in a plugin</a> for data portability. When you change themes it’s too easy to forget that your tracking code was in the theme settings.</p>\n<p>With all the discussion lately about <a href=\"http://wptavern.com/why-arent-post-formats-in-wordpress-more-popular\" target=\"_blank\">why more people don’t make use of post formats</a>, it’s refreshing to see themes showcase this feature in a beautiful way. Perhaps WordPress themes with well-designed post formats will inspire more users to learn how to use them in blogging. Moments does a nice job of spotlighting this feature. You can <a href=\"http://www.s5themes.com/theme/moments\" target=\"_blank\">download</a> the theme for free from Site5.</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 Feb 2014 23:12:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"WPTavern: Add These Subreddits To Your List Of WordPress Watering Holes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16186\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:186:\"http://wptavern.com/add-these-subreddits-to-your-list-of-wordpress-watering-holes?utm_source=rss&utm_medium=rss&utm_campaign=add-these-subreddits-to-your-list-of-wordpress-watering-holes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4998:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/RedditLogo.jpg\" rel=\"prettyphoto[16186]\"><img class=\"alignright size-full wp-image-16194\" alt=\"Reddit Logo\" src=\"http://wptavern.com/wp-content/uploads/2014/02/RedditLogo.jpg\" width=\"118\" height=\"44\" /></a>The WordPress community is a vast ecosystem of websites, forums, blogs, social media, and everything inbetween. WordPress.org is not yet suited to handle a large userbase of groups with varied interests. I call areas of the community where these groups congregate, <em>watering holes</em>. One example of such a place is Reddit.</p>\n<h3>Casual WordPress News and Support</h3>\n<p><a title=\"http://www.reddit.com/\" href=\"http://www.reddit.com/\">Reddit.com</a>, a popular news sharing website is more than just technology news. The site covers a number of topics called subreddits. One of those is <a title=\"http://www.reddit.com/r/Wordpress\" href=\"http://www.reddit.com/r/Wordpress\">dedicated to WordPress</a>. Over the past few months, I’ve noticed this is a popular hangout for WordPress developers and community members. I’ve seen everything from support questions answered to developers creating a plugin in their spare time because someone requested it. This watering hole is filled with helpful people. I’ve yet to see a WordPress thread filled with bashing or derogatory statements towards an individual.</p>\n<h3>Advanced WordPress Topics</h3>\n<div id=\"attachment_16201\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/02/ProWordPressOnReddit.jpg\" rel=\"prettyphoto[16186]\"><img class=\"size-large wp-image-16201\" alt=\"Pro WordPress Subreddit\" src=\"http://wptavern.com/wp-content/uploads/2014/02/ProWordPressOnReddit-500x196.jpg\" width=\"500\" height=\"196\" /></a><p class=\"wp-caption-text\">Advanced WordPress Topics On Reddit</p></div>\n<p>If you’re interested in more advanced WordPress topics, Brad Williams created a subreddit called <a title=\"http://www.reddit.com/r/ProWordPress/\" href=\"http://www.reddit.com/r/ProWordPress/\">ProWordPress</a>. The list is moderated by <strong>Brad Williams, Travis Northcutt, and Michael Beckwith</strong>. All three are respected members of the WordPress community. Please don’t submit WordPress support questions to this subreddit. Instead, use the <a title=\"http://wordpress.org/support/\" href=\"http://wordpress.org/support/\">WordPress.org support forum</a>.</p>\n<p>I asked Brad why he created a separate WordPress subreddit instead of using the existing one.</p>\n<blockquote><p>Because I wanted a smaller, focused subreddit for these advanced topics. Beginners won’t stumble into r/ProWordPress and if they do they will quickly realize it’s not the subreddit for them.</p></blockquote>\n<h3>Does Using Reddit Equal More Traffic?</h3>\n<p>I’ve rarely seen an increase in traffic due to Reddit with one exception. When Sarah Gooding published an article announcing <a title=\"http://wptavern.com/wordpress-core-adopts-sass-css-preprocessor\" href=\"http://wptavern.com/wordpress-core-adopts-sass-css-preprocessor\">WordPress had adopted the Sass CSS Pre-processor</a> WPTavern experienced a large bump in traffic. There were over <a title=\"http://redd.it/1qo3bk\" href=\"http://redd.it/1qo3bk\">20 upvotes</a> on the WordPress subreddit along with a few comments. Because of the technical nature of the article and the technology focused users of Reddit the article did well. For the most part, content submitted to the site averages 1-5 upvotes amounting to very little traffic.</p>\n<h3>Subreddits Are Like Forums</h3>\n<p>Reddit is an enormous community of activity. Subreddits provide a place for like minded individuals to gather and discuss a particular subject without the crowd noise from the Reddit front page. I’ve never been a fan of Reddit but since I’ve discovered areas dedicated to WordPress, I’ve become an avid user. The thing I like most about subreddits is that they’re similar to forums. I love the community atmosphere of well run forums and I feel a similar vibe from the WordPress subreddit. If you’re going to participate on Reddit, I encourage you to read their <a title=\"http://www.reddit.com/wiki/reddiquette\" href=\"http://www.reddit.com/wiki/reddiquette\">reddiquette page</a>. This document outlines how to stay within the good graces of the community.</p>\n<h3>The Tavern As A Watering Hole</h3>\n<p>My hope is when the WPTavern forums make their return, they will once again be a friendly watering hole where people can relax and talk WordPress. The community surrounding WPTavern is one of the primary reasons the site has been so successful.</p>\n<p>If you’re looking for a good place to hang out and talk WordPress, consider both WordPress subreddits. Just make sure to follow the rules and don’t even think about using Reddit for self-promotion.</p>\n<p><strong>Where are your favorite places on the web to hangout and talk WordPress?</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 Feb 2014 22:27:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:75:\"WPTavern: Sandbox Plugin Creates a WordPress Test Environment in Two 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=16179\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/sandbox-plugin-creates-a-wordpress-test-environment-in-two-clicks?utm_source=rss&utm_medium=rss&utm_campaign=sandbox-plugin-creates-a-wordpress-test-environment-in-two-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6568:\"<div id=\"attachment_16183\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/02/large_3368937938.jpg\" rel=\"prettyphoto[16179]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/large_3368937938.jpg\" alt=\"photo credit: Blixt A. - cc\" width=\"1024\" height=\"509\" class=\"size-full wp-image-16183\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/mr-blixt/3368937938/\">Blixt A.</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a></p></div>\n<p>A test environment for your WordPress site is an important part of being able to ensure smooth updates. It also allows you to test new plugins and themes without affecting visitors. However, creating an exact copy of your site in the same environment is no simple task. There are many commercial plugins and WordPress hosts who offer one click staging environments, but an easy-to-use free option has been somewhat elusive until now.</p>\n<p>Today I’d like to take you on a tour of the new <a href=\"http://wordpress.org/plugins/sandbox/\" target=\"_blank\">Sandbox</a> plugin, which is now available on WordPress.org. With just two clicks, this plugin creates an exact copy of your WordPress site on your existing hosting provider. The staging environment is completely independent of your site and is hidden from visitors and search engines. The Sandbox plugin also gives you the ability to create multiple sandboxes in order to test different iterations of your site and/or its extensions.</p>\n<h3>How Sandbox Works</h3>\n<p>I tested the plugin and can confirm that it does exactly what it says it will do. Here’s how it works:</p>\n<ol>\n<li>Sandbox copies your database tables into a new set of tables with a different prefix.</li>\n<li>Data within the new database tables are updated to reflect the sandbox prefix</li>\n<li>Sandbox copies all files a new folder under the sandbox directory.</li>\n<li>The plugin updates the configuration file within the sandbox to support the unique sandbox database prefix</li>\n</ol>\n<p>Let’s take a quick walkthrough of setting up Sandbox on a live site. Once you activate the plugin, a new Sandbox menu item is added to the admin where you can create your first test site. The plugin will warn you to backup your site before proceeding.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/add-new-sandbox.jpg\" rel=\"prettyphoto[16179]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/add-new-sandbox.jpg\" alt=\"add-new-sandbox\" width=\"822\" height=\"300\" class=\"aligncenter size-full wp-image-16190\" /></a></p>\n<p>Next, you’ll be asked to fill in the details for your test site. Simple enough, right?</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/create-sandbox.jpg\" rel=\"prettyphoto[16179]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/create-sandbox.jpg\" alt=\"create-sandbox\" width=\"762\" height=\"341\" class=\"aligncenter size-full wp-image-16192\" /></a></p>\n<p>The plugin gives you updates as it is creating your test site and will confirm its success at the end of the process. This may take a few minutes, depending on how large your site is.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/creating-sandbox.jpg\" rel=\"prettyphoto[16179]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/creating-sandbox.jpg\" alt=\"creating-sandbox\" width=\"485\" height=\"232\" class=\"aligncenter size-full wp-image-16197\" /></a></p>\n<p>Once you activate your new sandbox, you’ll be navigating your test site within your browser. An alert box at the top will let you know which site you’re on and there’s a link that takes you back to your live site at any time.</p>\n<h3>Concerns and Feedback</h3>\n<p>Sandbox is not a perfect plugin, by any means, but I think it’s an excellent starting place that could develop into a solution for setting up quick test environments. My chief concern, however, is that it’s difficult to know when you’re in the sandbox, despite the notice at the top. The URL doesn’t change and your test site is virtually indistinguishable from the production site. One improvement I’d suggest is a larger, more prominent notice that makes it clear which site you’re navigating.</p>\n<p>Additionally, if you’re actively using the plugin, it will make your backups enormous, due to all the extra tables in your database. Each sandbox you add will add its own set of tables and this can really add up when testing multiple iterations of your site. The plugin does not remove the extra tables it created within your database when you deactivate and delete it. The good thing is that you can delete the extra tables be deleting your sandboxes when you have no further use for them.</p>\n<p>I tested a small blog site and it seemed to take a little while to set up a sandbox. This is understandable, given how much work it is doing behind the scenes. However, I have little hope of the plugin working on larger sites without timing out.</p>\n<p>What I love about Sandbox is that you don’t have to go through the process of copying files down to a local test environment that may not perfectly match your production server. I also appreciate the fact that it’s so easy to use and has a very low barrier for entry. WordPress users who otherwise might never explore a staging environment can easily handle the setup process of the Sandbox plugin.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/medium_2715060136.jpg\" rel=\"prettyphoto[16179]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/medium_2715060136-300x225.jpg\" alt=\"medium_2715060136\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-16207\" /></a>Stepping into your new WordPress sandbox does have a certain thrill akin to squishing your toes into sand. You know that if you break anything, it’s just sand after all. The Sandbox plugin makes it simple to test updates to your site’s plugins, themes and core. You can also use it to test plugin conflicts without turning off the lights on your production site. Simply create a new test site and go to town, disabling plugins one at a time. Testing conflicts wherein you are encouraged to disable all your plugins is much easier with a test environment that is an exact copy of your live site. The free <a href=\"http://wordpress.org/plugins/sandbox/\" target=\"_blank\">Sandbox</a> plugin makes it possible for WordPress users at any level to create their own staging environments.</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 Feb 2014 21:15: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: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:68:\"Alex King: I’m pleased to be a guest on the Matt Report – rig…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=19414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2014/02/04/19414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"<div>\n<p>I’m pleased to be a guest on the <a href=\"http://mattreport.com/\">Matt Report</a> – right now! Check out the <a href=\"http://mattreport.com/live/\">Live Stream</a>.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2014 17:11: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:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"WordPress.tv: Betsy Cohen: Before You Build: Content, Brand And UX Strategy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=30477\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/02/04/betsy-cohen-before-you-build-content-brand-and-ux-strategy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-BDDFnThY-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/30477/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/30477/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=30477&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/02/04/betsy-cohen-before-you-build-content-brand-and-ux-strategy/\"><img alt=\"Betsy Cohen: Before You Build: Content, Brand And UX Strategy\" src=\"http://videos.videopress.com/BDDFnThY/video-d64b56cbc8_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2014 12:45:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:81:\"WPTavern: Free BuddyPress Wallpapers Now Available For Desktop and Mobile Devices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16151\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/free-buddypress-wallpapers-now-available-for-desktop-and-mobile-devices?utm_source=rss&utm_medium=rss&utm_campaign=free-buddypress-wallpapers-now-available-for-desktop-and-mobile-devices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1963:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers.png\" rel=\"prettyphoto[16151]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers.png\" alt=\"buddypress-wallpapers\" width=\"640\" height=\"480\" class=\"aligncenter size-full wp-image-16152\" /></a></p>\n<p>Good news for BuddyPress fans: The project now has wallpapers available for desktop and mobile devices. While viewing the official <a href=\"http://codex.buddypress.org/developer/official-fonts-and-logos/\" target=\"_blank\">BuddyPress logos and fonts</a> page, I noticed that there were no wallpapers like those that you can find on the <a href=\"http://wordpress.org/about/logos/\" target=\"_blank\">WordPress Logos page</a>. I decided to reproduce a few of the wallpapers for BuddyPress, based on the backgrounds found on WordPress.org.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/bpmobilewallpaper.png\" rel=\"prettyphoto[16151]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/bpmobilewallpaper-300x225.png\" alt=\"bpmobilewallpaper\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-16159\" /></a>In the new BuddyPress Wallpapers section you’ll find a light background and a pale blue background with the following sizes available for each:</p>\n<ul>\n<li>640×960 Smartphones</li>\n<li>1024×768</li>\n<li>1440×900</li>\n<li>2048×1536 iPad</li>\n<li>2560×1400</li>\n<li>2880×1800 for Retina display</li>\n</ul>\n<p>If you’re excited to show your enthusiasm for BuddyPress, grab a wallpaper for your mobile home/lock screen, tablet or desktop. You can view the different colors and download the size appropriate to your device from the <a href=\"http://codex.buddypress.org/developer/official-fonts-and-logos/#buddypress-wallpapers\" target=\"_blank\">BuddyPress codex</a>. Want more WordPress themed wallpapers? Check out the newly updated <a href=\"http://wp-wallpaper.com/\" target=\"_blank\">wp-wallpapers.com</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2014 08:09: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: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:76:\"WPTavern: Daily Plugin for Monday 02-03-2014 – Is Your WP Grass Overgrown?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:186:\"http://wptavern.com/daily-plugin-for-monday-02-03-2014-is-your-wp-grass-overgrown?utm_source=rss&utm_medium=rss&utm_campaign=daily-plugin-for-monday-02-03-2014-is-your-wp-grass-overgrown\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6691:\"<p>Happy Monday everyone! Many cool new plugins have found their way into the repository in the last few days. Today we check out plugins for PayPal donations, Admin notes in individual posts, User Profile Links, User Profile Meta and a fun motivational plugin called WP Grass.</p>\n<p>Remember to use a staging site if you choose to take these plugins for a test drive. Using brand new, untested plugins on a live site can have bad consequences. Make sure you create a backup before activating any of these plugins to a live site. You’ll be glad you did if things go bad. That being said, let’s get plugged in!</p>\n<h3>Everything but the car in the yard on cinder blocks.</h3>\n<div id=\"attachment_16120\" class=\"wp-caption alignleft\"><a href=\"http://wptavern.com/wp-content/uploads/2014/02/wp-grass2.png\" rel=\"prettyphoto[16018]\"><img class=\"size-medium wp-image-16120\" alt=\"Infrequent Content = Overgrown grass!\" src=\"http://wptavern.com/wp-content/uploads/2014/02/wp-grass2-300x187.png\" width=\"300\" height=\"187\" /></a><p class=\"wp-caption-text\">Infrequent Content = Overgrown grass!</p></div>\n<p>It’s not difficult to spot the neighbor on your block that doesn’t take very good care of their lawn. With one glance, it’s quite clear who doesn’t maintain their property. <strong><a title=\"WP Grass\" href=\"http://wordpress.org/plugins/wp-grass/\" target=\"_blank\">WP Grass</a></strong> uses the same “<strong>overgrown grass</strong>” concept to help motivate you to keep your home page filled with fresh content. When you frequently update the content on your site, the plugin shows a freshly cut lawn at the footer. The longer the time period between content, the higher the grass will get in the footer! This plugin is a good motivator that may help you to keep your blog properly maintained with fresh content.</p>\n<h3>Grant someone a key without sacrificing the castle.</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/user-profile-meta.jpg\" rel=\"prettyphoto[16018]\"><img class=\"size-medium wp-image-16125 alignleft\" alt=\"User Profile Meta\" src=\"http://wptavern.com/wp-content/uploads/2014/02/user-profile-meta-300x226.jpg\" width=\"300\" height=\"226\" /></a>There are many times in which I would like to grant an individual user specific capabilities on my site, but don’t want to go through the hassle of creating a new user role. <strong><a title=\"User Profile Meta\" href=\"http://wordpress.org/plugins/user-profile-meta/\" target=\"_blank\">User Profile Meta</a></strong> goes deep into the capabilities of a user without having to change their overall role. It allows you to edit existing user fields, create new fields, delete fields without having to refresh the page. Easily change common items like toolbar appearance, default editors and specific plugin access. Overall, I found this to be a very handy plugin to go into the finer details of a specific user.</p>\n<h3>What about having too many fields on your User Profile page?</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/profile-links.png\" rel=\"prettyphoto[16018]\"><img class=\"wp-image-16019 alignleft\" alt=\"Profile Links\" src=\"http://wptavern.com/wp-content/uploads/2014/02/profile-links-300x219.png\" width=\"300\" height=\"219\" /> </a><strong><a title=\"Profile Links\" href=\"http://wordpress.org/plugins/profile-links/\" target=\"_blank\">Profile Links</a></strong> provides easy to use functionality when it comes to the user profile page. If you’re like me and have a lot of different plugins that add to the user profile page, you know what a pain it can be to locate specific fields that need to be modified. Profile Links creates a quick jump list at the top of the user profile page for all of the different option groups in your profile. This plugin is probably overkill to those who have only a few users. However, I found this to be a convenience in navigating through the user profile pages on some of my more largely populated sites with over 30 users.</p>\n<h3>Leave a not-so-subtle note to your contributing users.</h3>\n<p><strong><a href=\"http://wptavern.com/wp-content/uploads/2014/02/user-note.png\" rel=\"prettyphoto[16018]\"><img class=\"alignleft size-medium wp-image-16127\" alt=\"Admin Page Notes\" src=\"http://wptavern.com/wp-content/uploads/2014/02/user-note-300x279.png\" width=\"300\" height=\"279\" /></a></strong>There are many plugins out there that allow the administrator to leave notes to a user. I’ve used everything from bbPress notification messages to sidebar notes, and nothing has had the capabilities of this plugin.<a title=\"Admin Page Notes\" href=\"http://wordpress.org/plugins/admin-page-notes/\" target=\"_blank\"><strong> Admin Page Notes</strong></a> lets the admin leave an HTML capable note to the user within the post or page editor on an individual post basis. Call it a poor man’s <a title=\"http://wordpress.org/plugins/edit-flow/\" href=\"http://wordpress.org/plugins/edit-flow/\">Edit Flow</a>. For simple and effective placement of your message, this plugin is among the best I have seen. It works simply by adding a notation field in the post editor that only the administrator can see. No one but the administrator can edit or access the message. Because the area is also HTML capable, you are able to add research links or even further references to a story that your contributing user can use in their post.</p>\n<h3>Here’s a great plugin if you take PayPal donations.</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/paypal-donation.jpg\" rel=\"prettyphoto[16018]\"><img class=\"alignleft size-medium wp-image-16130\" alt=\"PayPal Donation Plugin\" src=\"http://wptavern.com/wp-content/uploads/2014/02/paypal-donation-300x193.jpg\" width=\"300\" height=\"193\" /></a>If you accept donations on your site, <strong><a title=\"PayPal Donation\" href=\"http://wordpress.org/plugins/paypal-donation/\" target=\"_blank\">PayPal Donation</a> </strong>may be a good solution. I found this to be more unique than other PayPal donation plugins. It has the ability to change images based on the current percentage of the funding goal. This would allow one to create a rising thermometer, a moving gauge or a scoreboard. Another unique trait found in this plugin is the feature of adding individual expenses. For an average blogger this could be items such as hosting and development expenses. It would also be an outstanding plugin for charities and specific goal fundraising. This is one worth test driving if you want a dynamic, changing display of your donation drive.</p>\n<p><strong>Let me know your impressions and results of the plugins talked about here! How would you use these plugins?</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 Feb 2014 01:55: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:\"Marcus Couch\";s: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:86:\"WPTavern: Matt Mullenweg Discusses Automattic’s Unique Work Culture on Hired Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=15999\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/matt-mullenweg-discusses-automattics-unique-work-culture-on-hired-podcast?utm_source=rss&utm_medium=rss&utm_campaign=matt-mullenweg-discusses-automattics-unique-work-culture-on-hired-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2575:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/mw.jpg\" rel=\"prettyphoto[15999]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/mw-300x189.jpg\" alt=\"mw\" width=\"300\" height=\"189\" class=\"alignright size-medium wp-image-16098\" /></a>Matt Mullenweg, WordPress co-founder and CEO of Automattic, was recently featured on the Hired Podcast, a show that focuses on exciting things in the world of work life and company culture. <a href=\"http://cameronmoll.com/\" target=\"_blank\">Cameron Moll</a>, founder of <a href=\"http://www.authenticjobs.com/\" target=\"_blank\">Authentic Jobs</a>, hosts this short <a href=\"http://hired.fm/episode/16\" target=\"_blank\">27 minute interview</a>, which many of you may enjoy.</p>\n<p>As Mullenweg tells the story of how Automattic was created, he said, <strong>“I wanted to create a place that I wanted to work…I wanted everything that I did in life professionally and personally to promote open source software.”</strong> Moll asks a lot of great questions to uncover the company culture at Automattic and find out how employees collaborate. His interview includes some interesting topics:</p>\n<ul>\n<li>A quick overview of how WordPress was born</li>\n<li>How Automattic was created</li>\n<li>Why Mullenweg recently switched roles with Toni Schneider</li>\n<li>Open communication and collaborative process for Automattic employees</li>\n<li>Why Automattic uses trials for hiring</li>\n<li>How company size impacts growth</li>\n<li>Establishing company culture with remote workers</li>\n</ul>\n<p>One particular part that I found to be interesting was how Mullenweg had initially kept Automattic artificially small during the early days, for fear of losing the efficiency and excitement the company had developed. During the interview he says that he was surprised by how Automattic has been able to maintain the same culture while expanding to offer more prompt attention to every aspect of its products and support. When discussing the organization’s growth, Mullenweg says,<strong> “Nothing great I’ve ever done has ever been alone. It’s always been with other people.”</strong> He offers an inside look at how Automattic is different, its unique hiring process and the preeminence of customer support.</p>\n<p>If you’re interested in WordPress or want to take a closer look at the principles that have driven Automattic’s success as a product organization, check out the <a href=\"http://hired.fm/episode/16\" target=\"_blank\">Hired Podcast interview with Matt Mullenweg</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 Feb 2014 23:47:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: Gust Plugin Brings the Ghost Admin Panel Into 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=16038\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gust-plugin-brings-the-ghost-admin-panel-into-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=gust-plugin-brings-the-ghost-admin-panel-into-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:5955:\"<p>The <a href=\"https://ghost.org/\" target=\"_blank\">Ghost</a> open source blogging project had an interesting path to get to where it is today. John O’Nolan, the project’s creator, originally <a href=\"http://john.onolan.org/project-ghost/\" target=\"_blank\">introduced</a> the idea of his pure blogging platform as a “WordPress-lite fork.” After a great deal of deliberation, O’Nolan <a href=\"http://wptavern.com/what-wordpress-can-learn-from-the-ghost-project\" target=\"_blank\">decided not to fork WordPress</a> and instead opted to built his application on Node.js, powered by the Express framework.</p>\n<p>The Ghost tagline <em>“Just a Blogging Platform”</em> is essentially a reaction to WordPress’ <em>“Just another WordPress site,”</em> and a departure from what O’Nolan perceived to be an increasingly CMS-focused WordPress core. After a successful round of funding on <a href=\"https://www.kickstarter.com/projects/johnonolan/ghost-just-a-blogging-platform\" target=\"_blank\">Kickstarter</a>, with more than $100,000 raised in the first 48 hours, Ghost was able to break out on its own. The project tapped into the growing demand for simplicity in blogging software. Ghost fans don’t want it to do everything; they simply want to publish blogs.</p>\n<h2>Introducing Gust: A Ghost Style Publishing Admin For WordPress</h2>\n<p>There were some in the WordPress camp who were disappointed that the project would not be continuing on as a fork, as Ghost would have been an appealing “flavor” of WordPress for users who don’t need a CMS. A few WordPress plugin developers were excited about some of Ghost concepts and have produced plugins that bring those into WordPress. <a href=\"http://wordpress.org/plugins/gust/\" target=\"_blank\">Gust</a> is one in particular that caught my eye.</p>\n<p><a href=\"http://profiles.wordpress.org/ideag/\" target=\"_blank\">Arūnas Liuiza</a> has been slowly adding Ghost-style functionality to the Gust plugin ever since he released it on WordPress.org in mid-December of 2013. His objective for the plugin is to bring a Ghost-inspired, clean admin panel into WordPress for users who want to focus on blogging.</p>\n<p>Gust re-imagines the WordPress admin panel to feature posts.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/gust-dashboard.png\" rel=\"prettyphoto[16038]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/gust-dashboard.png\" alt=\"gust-dashboard\" width=\"1358\" height=\"653\" class=\"aligncenter size-full wp-image-16057\" /></a></p>\n<p>The plugin adds markdown, a word count and live previews to the WordPress post editor. If the viewport is too small to display both panels, the live preview is then tabbed:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/gust-post-editor.png\" rel=\"prettyphoto[16038]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/gust-post-editor.png\" alt=\"gust-post-editor\" width=\"1358\" height=\"653\" class=\"aligncenter size-full wp-image-16065\" /></a></p>\n<p>The new post tagging interface is one of the recent additions to the plugin. Its unobtrusive place at the bottom of the screen keeps the focus on content creation in the main part of the viewport.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/tagging-interface.png\" rel=\"prettyphoto[16038]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/tagging-interface.png\" alt=\"tagging-interface\" width=\"466\" height=\"247\" class=\"aligncenter size-full wp-image-16071\" /></a></p>\n<p>The post settings at the bottom of the editor allow you to easily edit the time published, post slug and delete, if necessary.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/gust-delete.jpg\" rel=\"prettyphoto[16038]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/gust-delete.jpg\" alt=\"gust-delete\" width=\"1096\" height=\"586\" class=\"aligncenter size-full wp-image-16072\" /></a></p>\n<p>The Gust plugin also adds a themed login page that sports a Ghost-inspired design:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/gust-login.png\" rel=\"prettyphoto[16038]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/gust-login.png\" alt=\"gust-login\" width=\"855\" height=\"335\" class=\"aligncenter size-full wp-image-16068\" /></a></p>\n<p>Gust is an unofficial port of Ghost features to WordPress, which is why it adopted the slightly modified name. Its capabilities currently include:</p>\n<ul>\n<li>Posts/Pages Markdown editor</li>\n<li>Media upload integration</li>\n<li>Post tags support</li>\n<li>Post category support</li>\n<li>Post scheduling support</li>\n<li>Themed login page</li>\n</ul>\n<h3>Notes on Testing Gust</h3>\n<p>Gust requires PHP 5.3 or higher. After you install the plugin, it may seem like it’s not working. That’s because there’s not yet an intuitive way to take users to the Gust admin panel. You get there by visiting: <strong>yourdomain.com/gust</strong>. Adding a button to the admin area to launch the Gust editing panel would help to make the plugin easier to use. However, once inside the Gust panel, I found the current features easy to use and free from major bugs.</p>\n<p>Liusiza plans to add a category manager in the upcoming 0.4 version of the plugin. He cautions that this is an early release, so some features, such as categories and support for featured images, are not yet present. If Gust is able to gain enough interest, he will add these features in a future release.</p>\n<p>I would like to see Gust presented with a more unique design that isn’t a wholesale copy of the Ghost editor, but that’s a matter of preference, not function. Overall, I like what Arūnas Liuiza has done with <a href=\"http://wordpress.org/plugins/gust/\" target=\"_blank\">Gust</a>. If he continues to further develop and support it, the plugin will no doubt become a solid option for streamlining the WordPress admin for bloggers.</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 Feb 2014 20:55: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: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:73:\"WPTavern: New Site Highlights Acts Of Kindness In The WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=16043\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/new-site-highlights-acts-of-kindness-in-the-wordpress-community?utm_source=rss&utm_medium=rss&utm_campaign=new-site-highlights-acts-of-kindness-in-the-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3978:\"<p><a title=\"http://wpkindness.com/\" href=\"http://wpkindness.com/\">WPKindness</a> is a site devoted to sharing acts of kindness that have taken place throughout the WordPress community. The site is powered by <a href=\"http://headwaythemes.com/\">Headway</a>, <a href=\"http://www.gravityforms.com/\">Gravity Forms</a>, <a href=\"http://wp-types.com/\">Toolset</a> and <a title=\"http://www.wordpress.org\" href=\"http://www.wordpress.org\">WordPress</a>. To report an act of kindness, visit <a title=\"http://wpkindness.com/submit-an-act-of-kindness/\" href=\"http://wpkindness.com/submit-an-act-of-kindness/\">their submission page</a> and fill out the necessary details. Near the end of the submission form is a radio button where users can sign up to an infrequent newsletter. I asked the sites creator Ryan Bell what information would in the newsletter: “<em>I would send out a newsletter once or twice a month with my favorite submissions</em>“.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/02/WPKindnesslogo.jpg\" rel=\"prettyphoto[16043]\"><img class=\"aligncenter size-full wp-image-16049\" alt=\"WP Kindness Logo\" src=\"http://wptavern.com/wp-content/uploads/2014/02/WPKindnesslogo.jpg\" width=\"542\" height=\"140\" /></a></p>\n<p>The site is a great idea but things become fuzzy once you read <a title=\"http://wpkindness.com/terms-of-service/\" href=\"http://wpkindness.com/terms-of-service/\">their terms of service</a>. The only problem I see is with number three “<em>You understand wpkindness.com might use an affiliate link to the company you are submitting about.</em>“. I am torn on whether this is good or bad.</p>\n<p>The way I see it, an affiliate link within an act of kindness report is almost the same as a great product review. Visitors that come across these links may make purchases based on those reports. If I report an act of kindness, I’m not sure I like the idea of someone else making money off my report. I have to admit, it’s an ingenious way of generating affiliate income if he can get a lot of people to submit acts of kindness that have occurred with companies. Ryan tells me that although there are no affiliate links on the site now, he wanted to cover his bases in case he wanted to use them to monetize the site in the future.</p>\n<blockquote><p>I would probably only do it for products I have used and feel are great products. If the site starts to be used a lot by the community and is an asset I don’t see why I shouldn’t be able to find a way to monetize it.</p></blockquote>\n<p>I’ve been on the receiving end of many acts of kindness but I’ve mostly used Twitter, forums, or a blog post to thank them. I appreciate Ryan’s goal for the site.</p>\n<blockquote><p>There is always someone willing to help you figure out how to make your site do what you want it to do with WordPress. I wanted to give those people recognition, whether it is a theme shop, hosting platform, plugin developer, or just a human who loves WordPress. My desire is for this to be a place where people can come and brag about the awesome people in the WordPress community and in turn build loyalty for that brand.</p></blockquote>\n<p>It will be interesting to see how many people share acts of kindness they have received from members of the WordPress community. It’s a great idea but the possible use of affiliate links on reports makes me uncomfortable. I’m not against Ryan making money, but I don’t think adding affiliate links into submitted content is the right way to go about it. I’d have a blog attached to the site and create content that correlates with the submissions. Then use affiliate links within those posts.</p>\n<h3>Help Ryan Out:</h3>\n<p>Ryan is seeking recommendations from the community on what they would like to see on the site. Also, if you have any ideas on how Ryan could monetize WPKindness without manipulating submissions, let us know in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Feb 2014 20:33:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:37:\"WPTavern: Would You Attend A WooCamp?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15235\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"http://wptavern.com/would-you-attend-a-woocamp?utm_source=rss&utm_medium=rss&utm_campaign=would-you-attend-a-woocamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1898:\"<p>The WordPress Meetup group in San Francisco recently held their first WooCommerce meetup within the new Automattic Headquarters. The meetup focused on an <a href=\"http://www.meetup.com/WooCommerce-SF/events/152723732/\" title=\"http://www.meetup.com/WooCommerce-SF/events/152723732/\">introduction to WooCommerce</a> and provided time at the end for customers show and tell their WooCommerce projects. There was also an opportunity to have questions answered. As you can see from the following photo, the group had a great turnout.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>What a crowd at the first <a href=\"https://twitter.com/search?q=%23WooCommerce&src=hash\">#WooCommerce</a> meet up in SF – <a href=\"http://t.co/ZZV2rAcdRo\">pic.twitter.com/ZZV2rAcdRo</a> Thanks to <a href=\"https://twitter.com/thenbrent\">@thenbrent</a> & <a href=\"https://twitter.com/msdesign21\">@msdesign21</a> for representing!</p>\n<p>— Mark Forrester (@mark_forrester) <a href=\"https://twitter.com/mark_forrester/statuses/426265459990999040\">January 23, 2014</a></p></blockquote>\n<p></p>\n<p>I asked Mark Forrester co-founder of <a href=\"http://www.woothemes.com\" title=\"http://www.woothemes.com\">WooThemes.com</a> if there would be some type of WooCamp event in the future.</p>\n<blockquote><p>On the subject of a “WooCamp” you might not be far off. We’re strongly considering a WooCommerce conference, hopefully in Q3 – stateside. We’re going through the logistics of it now and these mini meet ups are great way to gauge interest and plan for a particular target market.</p></blockquote>\n<p>Between WooThemes and WooCommerce, I think they have enough customers to sell out any venue for a conference focused on their products.</p>\n<div class=\"aligncenter\">Note: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.</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 Feb 2014 17:55:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:119:\"WordPress.tv: Ken Granger: Building Websites That Visitors Actually Want To Use: Google Analytics And The Sticky Factor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=30479\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"http://wordpress.tv/2014/02/03/ken-granger-building-websites-that-visitors-actually-want-to-use-google-analytics-and-the-sticky-factor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:786:\"<div id=\"v-rxcgRb0h-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/30479/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/30479/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=30479&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/02/03/ken-granger-building-websites-that-visitors-actually-want-to-use-google-analytics-and-the-sticky-factor/\"><img alt=\"Ken Granger: Building Websites That Visitors Actually Want To Use: Google Analytics And The Sticky Factor\" src=\"http://videos.videopress.com/rxcgRb0h/video-e20a5bb5fa_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 Feb 2014 14: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: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:61:\"WordPress.tv: Gabriela Levit: How To Add Content To WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=30470\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.tv/2014/02/03/gabriela-levit-how-to-add-content-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:671:\"<div id=\"v-ijiERbwk-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/30470/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/30470/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=30470&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/02/03/gabriela-levit-how-to-add-content-to-wordpress/\"><img alt=\"Gabriela Levit: How To Add Content To WordPress\" src=\"http://videos.videopress.com/ijiERbwk/video-c15700bf90_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 Feb 2014 13:21: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:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WordPress.tv: Brennen Byrne and Sam Hotchkiss: Security Best Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=30463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2014/02/02/brennen-byrne-and-sam-hotchkiss-security-best-practices/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:689:\"<div id=\"v-Z8swZW0m-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/30463/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/30463/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=30463&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/02/02/brennen-byrne-and-sam-hotchkiss-security-best-practices/\"><img alt=\"Brennen Byrne and Sam Hotchkiss: Security Best Practices\" src=\"http://videos.videopress.com/Z8swZW0m/video-529b665623_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 Feb 2014 10:01:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WordPress.tv: Suzette Franck: Setting Up And Maintaining Your WordPress Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=30460\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wordpress.tv/2014/02/01/suzette-franck-setting-up-and-maintaining-your-wordpress-site/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:701:\"<div id=\"v-KPRBHtwq-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/30460/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/30460/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=30460&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/02/01/suzette-franck-setting-up-and-maintaining-your-wordpress-site/\"><img alt=\"Suzette Franck: Setting Up And Maintaining Your WordPress Site\" src=\"http://videos.videopress.com/KPRBHtwq/video-3bf0fc5e92_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 Feb 2014 00:59:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress.tv: Sé Reed: What Is WordPress And How To Install\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=30450\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.tv/2014/02/01/se-reed-what-is-wordpress-and-how-to-install/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:668:\"<div id=\"v-OgElcRIz-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/30450/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/30450/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=30450&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/02/01/se-reed-what-is-wordpress-and-how-to-install/\"><img alt=\"Sé Reed: What Is WordPress And How To Install\" src=\"http://videos.videopress.com/OgElcRIz/video-9a7578dc96_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 Feb 2014 19:35: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: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:44:\"WPTavern: Try To Locate WordPress On The Map\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16004\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/try-to-locate-wordpress-on-the-map?utm_source=rss&utm_medium=rss&utm_campaign=try-to-locate-wordpress-on-the-map\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1667:\"<p>The Internet is made up of millions or perhaps billions of websites. To visually put the Internet in perspective is difficult. Martin Vargic also known as <a href=\"http://the9988.deviantart.com/\" title=\"http://the9988.deviantart.com/\">The9988</a> on Deviantart.com has <a href=\"http://the9988.deviantart.com/art/Map-of-the-Internet-1-0-427143215\" title=\"http://the9988.deviantart.com/art/Map-of-the-Internet-1-0-427143215\">published a miniscule portion</a> of what he thinks the Internet would look like on a world map. Martin states that 1.0 is not the final version and that additional software companies and websites will be added.</p>\n<div id=\"attachment_16006\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/02/SouthParkInternetMap.jpg\" rel=\"prettyphoto[16004]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/02/SouthParkInternetMap.jpg\" alt=\"South Park Is An Island\" width=\"650\" height=\"200\" class=\"size-full wp-image-16006\" /></a><p class=\"wp-caption-text\">South Park Is and Island</p></div>\n<p>I was able to locate WordPress on the map along with Jetpack, bbPress, Captcha, NextGen, WooCommerce, Akismet, and Mike Little. I don’t care whether the map is accurate or not. I just think it’s cool to see so many websites and technology companies represented in this fashion. It’s interesting to see Akismet as a little blip while spam ocean is huge. <a href=\"http://the9988.deviantart.com/art/Map-of-the-Internet-1-0-427143215\" title=\"http://the9988.deviantart.com/art/Map-of-the-Internet-1-0-427143215\">After you find WordPress</a>, let me know in the comments what other gems you discovered.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: WPWeekly Episode 136 – Nick Haskins, Creator Of The Aesop Storytelling Engine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=15952&preview_id=15952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:212:\"http://wptavern.com/wpweekly-episode-136-nick-haskins-creator-of-the-aesop-storytelling-engine?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-136-nick-haskins-creator-of-the-aesop-storytelling-engine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5297:\"<p>In this weeks installment of WordPress Weekly, I was joined by plugin guru <a href=\"http://marcuscouch.com/\" title=\"http://marcuscouch.com/\">Marcus Couch</a> and special guest <a href=\"http://nickhaskins.com/\" title=\"http://nickhaskins.com/\">Nick Haskins</a>. Nick is the creator of the Aesop <a href=\"http://aesopstories.com/story-engine/\" title=\"http://aesopstories.com/story-engine/\">Storytelling Engine</a>. We talked about the news of the week. Then, we launched into a great interview with Nick where he tells us what inspired him to create Aesop, how he got involved with WordPress, and what his plans are for the service now that it <a href=\"http://wptavern.com/aesop-wordpress-storytelling-plugin-is-now-fully-funded\" title=\"http://wptavern.com/aesop-wordpress-storytelling-plugin-is-now-fully-funded\">successfully completed</a> its crowd funding campaign. </p>\n<p>Marcus and I as well as the chatroom discussed potential use cases for Aesop that go above and beyond telling a story. For instance, the idea of using it to create a text-based game with images that can have multiple endings. Listen to the show and let us know in the comments what ideas you have for Aesop!</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-co-founder-mike-little-gets-his-own-wikipedia-page\" title=\"http://wptavern.com/wordpress-co-founder-mike-little-gets-his-own-wikipedia-page\">WordPress Co-Founder Mike Little Gets His Own Wikipedia Page</a><br />\n<a href=\"http://wptavern.com/industry-night-6-john-overall\" title=\"http://wptavern.com/industry-night-6-john-overall\">Industry Night #6 – Talking Shop with John Overall</a><br />\n<a href=\"http://wptavern.com/high-demand-for-wordpress-education-prompts-treehouse-to-launch-new-beginners-course\" title=\"http://wptavern.com/high-demand-for-wordpress-education-prompts-treehouse-to-launch-new-beginners-course\">High Demand For WordPress Education Prompts Treehouse to Launch New Beginner’s Course</a><br />\n<a href=\"http://wptavern.com/why-arent-post-formats-in-wordpress-more-popular\" title=\"http://wptavern.com/why-arent-post-formats-in-wordpress-more-popular\">Why Aren’t Post Formats In WordPress More Popular?</a><br />\n<a href=\"http://wptavern.com/buddypress-2-0-to-add-profile-editing-in-the-wordpress-admin\" title=\"http://wptavern.com/buddypress-2-0-to-add-profile-editing-in-the-wordpress-admin\">BuddyPress 2.0 To Add Profile Editing in the WordPress Admin</a><br />\n<a href=\"http://wptavern.com/why-post-by-email-is-still-available-in-wordpress\" title=\"http://wptavern.com/why-post-by-email-is-still-available-in-wordpress\">Why Post By Email Is Still Available In WordPress</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"http://wordpress.org/plugins/layered-pop/\" title=\"http://wordpress.org/plugins/layered-pop/\">Layered Pop</a> by Ivan Churakov creates unique multi-layer popup windows for your website. You can create multiple layers with <em>whatever-you-want</em> content and add custom transitions/animations for each layer. You can initiate the popup window on page load or show it on a click event, like hitting a button on the sidebar. Full Site: <a href=\"http://layeredpopups.com/\" title=\"http://layeredpopups.com/\">http://layeredpopups.com/</a> CodeCanyon cost for the premium version is $16</p>\n<p><a href=\"http://wordpress.org/plugins/agreeable/\" title=\"http://wordpress.org/plugins/agreeable/\">Agreeable</a> lets you add an “<strong>agree to terms</strong>” check box to your login and/or registration pages, requiring users to agree to your terms and conditions before logging in or registering. This allows you to set up your Terms of Use and Conditions page, which can be linked to from the login block. If they don’t check the box that they agree to the terms, they can’t log in! Works with BuddyPress as well. No longer will users or clients be able to claim ignorance about the rules and policies of the site! </p>\n<p><a href=\"http://wordpress.org/plugins/sandbox/\" title=\"http://wordpress.org/plugins/sandbox/\">Sandbox</a> is a plugin that can create a completely independent test site using existing hosting that is only available to administrators. With two simple clicks an entire testing site is created using your existing hosting provider. No more copying down to a complex local test setup or living dangerously on a live site. A complete independent sandbox, unavailable to the public and search engines, can be created quickly and simply. You can even create multiple sandboxes to test different iterations of your site.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, February 7th 3 P.M. Eastern – Special Guest Jonathan Atkinson who makes a living through Themeforest.</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #136:</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:\"Fri, 31 Jan 2014 22:24:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:97:\"WPTavern: Jetpack 2.8 Introduces Markdown Module and Adds Publicize Support for Custom Post Types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:238:\"http://wptavern.com/jetpack-2-8-introduces-markdown-module-and-adds-publicize-support-for-custom-post-types?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-2-8-introduces-markdown-module-and-adds-publicize-support-for-custom-post-types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2805:\"<p>Markdown has finally made its way to Jetpack after it was <a href=\"http://wptavern.com/wordpress-com-adds-support-for-markdown-is-tinymce-on-its-way-out\" target=\"_blank\">added to WordPress.com</a> a couple months ago. The new Markdown module in <a href=\"http://jetpack.me/2014/01/31/jetpack-2-8-introducing-markdown-and-improving-monitor/\" target=\"_blank\">Jetpack 2.8</a> gives you the option to write and edit rich text without having to write code or reach for your mouse. If you’re not familiar with Markdown, here’s what it looks like:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/markdown.png\" rel=\"prettyphoto[15930]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/markdown.png\" alt=\"markdown\" width=\"600\" height=\"287\" class=\"aligncenter size-full wp-image-15980\" /></a></p>\n<p>That transforms on the front end to look something like this:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/markdown-example.png\" rel=\"prettyphoto[15930]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/markdown-example.png\" alt=\"markdown-example\" width=\"600\" height=\"383\" class=\"aligncenter size-full wp-image-15985\" /></a></p>\n<p>Markdown fans will also be glad to know that this feature works on mobile, so you can continue using Markdown when blogging on the go. </p>\n<p>The Markdown module in Jetpack also includes all the same features available on WordPress.com, which allows fenced code blocks, inspired by <a href=\"https://help.github.com/articles/github-flavored-markdown\" target=\"_blank\">GitHub Flavored Markdown</a>. This produces code blocks within your content, nicely formatted to the language you specify. Jetpack users may even be able to do away with their syntax highlighting plugins in favor of using the new Markdown module.</p>\n<h3>Publicize Adds Support For Custom Post Types</h3>\n<p>The other major new feature in Jetpack 2.8 is the expansion of the Publicize module to support custom post types. This should be a relief for users who often publish new entries as a custom post type. Now you can automatically share those new posts to your social networks with one small tweak to the CPT’s ‘supports’ array. The Jetpack team demonstrates the following example to enable the title, editor, Publicize and Markdown: </p>\n<pre>\'supports\' => array( \'title\', \'editor\', \'publicize\', \'wpcom-markdown\' ),</pre>\n<h3>Improvements to Monitor Module</h3>\n<p>Lastly, Jetpack’s Monitor module now includes the ability for you to add multiple email addresses for notifications of downtime on your site. This is very helpful for sites that have multiple people available to offer support. With more people getting the notices, you’re much more likely to to be able to tackle your downtime issues in a timely manner.</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, 31 Jan 2014 22:23: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: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:19:\"Matt: Hired Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43482\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://ma.tt/2014/01/hired-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:238:\"<p>I spoke for about half an hour <a href=\"http://hired.fm/episode/16\">with Cameron Moll on his Hired podcast</a> about <a href=\"http://automattic.com/work-with-us/\">working at Automattic</a> and how we approach recruiting and hiring.</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, 31 Jan 2014 20:34: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: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:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Top 10 Free WordPress Blogging Themes From January 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=15890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/top-10-free-wordpress-blogging-themes-from-january-2014?utm_source=rss&utm_medium=rss&utm_campaign=top-10-free-wordpress-blogging-themes-from-january-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:6964:\"<p>January has been a rocking month in the world of WordPress themes. With everyone kicking off their blogs for 2014, we’ve seen a gaggle of pure blogging themes released this month. If you’ve neglected your blog, it’s not too late to get started. You haven’t missed the boat. Find a new theme that inspires you and go to town. The themes listed here have been hand-selected to be the best of those that were released in January. Check out a few of our favorites and grab some inspiration for blogging in the new year.</p>\n<h2>Syntax</h2>\n<p><a href=\"http://wordpress.org/themes/syntax\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/syntax.png\" alt=\"syntax\" width=\"880\" height=\"660\" class=\"aligncenter size-full wp-image-15891\" /></a><br />\nSyntax is a beautiful, clean blogging theme from Automattic, originally created for WordPress.com. It features a centered content column with a non-obtrusive menu that slides out from the side of the page.</p>\n<h5><a href=\"http://wordpress.org/themes/syntax\" target=\"_blank\">Download</a> | <a href=\"http://syntaxdemo.wordpress.com/\" target=\"_blank\">Demo</a></h5>\n<h2>Fullby</h2>\n<p><a href=\"http://www.marchettidesign.net/fullby/\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/fullby-home.jpg\" alt=\"fullby-home\" width=\"700\" height=\"416\" class=\"aligncenter size-full wp-image-15893\" /></a><br />\nFullby is a theme that we recently <a href=\"http://wptavern.com/fullby-a-free-magazine-theme-for-wordpress-based-on-bootstrap\" target=\"_blank\">featured</a> on the Tavern. It was inspired by Twenty Fourteen and built with Bootstrap. The theme’s fluid, modular grid style for displaying posts offers a big visual impact. </p>\n<h5><a href=\"http://www.marchettidesign.net/fullby/\" target=\"_blank\">Download</a> | <a href=\"http://www.marchettidesign.net/fullby/demo/\" target=\"_blank\">Demo</a></h5>\n<h2>typefocus</h2>\n<p><a href=\"http://wordpress.org/themes/typefocus\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/typefocus.png\" alt=\"typefocus\" width=\"600\" height=\"435\" class=\"aligncenter size-full wp-image-15894\" /></a><br />\ntypefocus is a new theme in the WordPress Theme Directory. This minimalist blogging theme focuses on typography and features your social icons and avatar in the sidebar.</p>\n<h5><a href=\"http://wordpress.org/themes/typefocus\" target=\"_blank\">Download</a> | <a href=\"http://ajaysdesk.com/typefocus-2/\" target=\"_blank\">Demo</a></h5>\n<h2>StanleyWP</h2>\n<p><a href=\"http://gentsthemes.com/themes/stanleywp-twitter-bootstrap-wordpress-theme/\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/stanleywp.png\" alt=\"stanleywp\" width=\"1400\" height=\"775\" class=\"aligncenter size-full wp-image-15896\" /></a><br />\nStanleyWP is a free theme built on Bootstrap. It doubles as a personal branding and blogging theme. Stanley includes portfolio post types, multiple page templates and all the UI goodies that come with Bootstrap.</p>\n<h5><a href=\"http://gentsthemes.com/themes/stanleywp-twitter-bootstrap-wordpress-theme/\" target=\"_blank\">Download</a> | <a href=\"http://gentsthemes.com/demo/stanleywp/\" target=\"_blank\">Demo</a></h5>\n<h2>Progeny MMXIV</h2>\n<p><a href=\"http://wordpress.org/themes/progeny-mmxiv\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/progeny1.png\" alt=\"progeny\" width=\"880\" height=\"660\" class=\"aligncenter size-full wp-image-15900\" /></a><br />\nProgeny MMXIV is a beautiful child theme for Twenty Fourteen with a focus on the music industry, featuring customized page layouts for music, videos, and gigs. It includes built-in support for featured music or videos in the top content grid or slider.</p>\n<h5><a href=\"http://wordpress.org/themes/progeny-mmxiv\" target=\"_blank\">Download</a> | <a href=\"http://demo.audiotheme.com/progeny-mmxiv/\" target=\"_blank\">Demo</a></h5>\n<h2>Opus</h2>\n<p><a href=\"http://wordpress.org/themes/opus\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/opus.png\" alt=\"opus\" width=\"600\" height=\"450\" class=\"aligncenter size-full wp-image-15041\" /></a><br />\nOpus is a free theme from wordpress.org that we recently <a href=\"http://wptavern.com/opus-a-free-wordpress-blogging-theme-with-a-big-personality\" target=\"_blank\">featured</a> on the Tavern. It was built with a mobile first approach and sports a flat design with big visual elements.</p>\n<h5><a href=\"http://wordpress.org/themes/opus\" target=\"_blank\">Download</a> | <a href=\"http://fikrirasyid.com/wordpress-themes/opus/\" target=\"_blank\">Demo</a></h5>\n<h2>Bushwick</h2>\n<p><a href=\"http://wordpress.org/themes/bushwick\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/bushwick.png\" alt=\"bushwick\" width=\"880\" height=\"660\" class=\"aligncenter size-full wp-image-15902\" /></a><br />\nBushwick is a blogging theme from Automattic that showcases your content alongside big, beautiful imagery. This lightweight theme includes a slide out menu for your widgets.</p>\n<h5><a href=\"http://wordpress.org/themes/bushwick\" target=\"_blank\">Download</a> | <a href=\"http://bushwickdemo.wordpress.com/\" target=\"_blank\">Demo</a></h5>\n<h2>Kirumo</h2>\n<p><a href=\"http://wordpress.org/themes/kirumo\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/kirumo.png\" alt=\"kirumo\" width=\"880\" height=\"660\" class=\"aligncenter size-full wp-image-15904\" /></a><br />\nKirumo is a new free theme on WordPress.org. It is a simple, mobile-friendly blogging theme with support for all post formats. Kirumo also comes with a full-width page template that supports a horizontal row of three widgets below.</p>\n<h5><a href=\"http://wordpress.org/themes/kirumo\" target=\"_blank\">Download</a> | <a href=\"http://kirumo.johnregan3.com/\" target=\"_blank\">Demo</a></h5>\n<h2>Blogly Lite</h2>\n<p><a href=\"http://wordpress.org/themes/blogly-lite\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/blogly-lite.png\" alt=\"blogly-lite\" width=\"613\" height=\"660\" class=\"aligncenter size-full wp-image-14687\" /></a><br />\n<a href=\"http://wptavern.com/blogly-a-free-personal-blogging-theme-for-wordpress\" target=\"_blank\">Blogly Lite</a> is a free theme, courtesy of the folks at WPLift. It includes support for FontAwesome icons and post formats. All of the options for this theme are found in WordPress’ native customizer.</p>\n<h5><a href=\"http://wordpress.org/themes/blogly-lite\" target=\"_blank\">Download</a> | <a href=\"http://wptavern.com/blogly-a-free-personal-blogging-theme-for-wordpress\" target=\"_blank\">Demo</a></h5>\n<h2>Flato</h2>\n<p><a href=\"http://wordpress.org/themes/flato\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/flato.png\" alt=\"flato\" width=\"600\" height=\"450\" class=\"aligncenter size-full wp-image-15905\" /></a><br />\nFlato is new to WordPress.org this month. This flat, responsive design makes a nice minimalist blogging theme and includes four footer widget areas.</p>\n<h5><a href=\"http://wordpress.org/themes/flato\" target=\"_blank\">Download</a> | <a href=\"http://demo.themememe.com/flato/\" target=\"_blank\">Demo</a></h5>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Jan 2014 19: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: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:49:\"WPTavern: How WordPress Obtained The W.org Domain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15691\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"http://wptavern.com/how-wordpress-obtained-the-w-org-domain?utm_source=rss&utm_medium=rss&utm_campaign=how-wordpress-obtained-the-w-org-domain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3594:\"<p>A few days ago on Twitter, I noticed an interesting tweet by<a title=\"https://twitter.com/themelab\" href=\"https://twitter.com/themelab\"> Themelab</a> inquiring about the <a title=\"http://w.org\" href=\"http://w.org\">W.org</a> domain.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Since when did <a href=\"https://twitter.com/WordPress\">@WordPress</a> get the <a href=\"http://t.co/t8ZkKybZ0w\">http://t.co/t8ZkKybZ0w</a> domain? Just noticed it.</p>\n<p>— Theme Lab (@themelab) <a href=\"https://twitter.com/themelab/statuses/428253263444840448\">January 28, 2014</a></p></blockquote>\n<p></p>\n<p>Matt Mullenweg has a history of acquiring great domains. In 2009 <a title=\"http://en.blog.wordpress.com/2009/08/14/shorten/\" href=\"http://en.blog.wordpress.com/2009/08/14/shorten/\">he announced </a>he had obtained the only two letter .me domain in the world which is used as a URL shortener. The domain for his personal site is <a title=\"http://ma.tt/\" href=\"http://ma.tt/\">ma.tt</a>. Single letter domains are rare, highly valued, and expensive.</p>\n<h3>Project94</h3>\n<p><a title=\"http://www.project94.org/\" href=\"http://www.project94.org/\">Project94.org</a> is the allocation of 94 1-2 character .ORG domain names that have never been released for registration. Through GoDaddy and eNom, these names are made available to registrants who not only reflect the core attributes of the .ORG domain but also reinforce the trust and value of the .ORG brand. Their <a title=\"http://www.project94.org/about-project94/\" href=\"http://www.project94.org/about-project94/\">about page</a> has more information but the allocation of 1-2 character domains have been reserved since 1985 when .ORG was created.</p>\n<h3>The Purpose Of W.org</h3>\n<p>I confirmed with a source inside of GoDaddy that they are the ones who provided Matt the domain. Details concerning the transaction are private and the <a title=\"http://www.networksolutions.com/whois/results.jsp?domain=w.org\" href=\"http://www.networksolutions.com/whois/results.jsp?domain=w.org\">WHOIS information</a> shows no affiliation with Matt.</p>\n<p><a title=\"http://w.org\" href=\"http://w.org\">W.org</a> currently redirects to WordPress.org but is also used to host images and other static assets. I got in touch with Otto to see what the domain and sub-domains are being used for.</p>\n<ul>\n<li><a href=\"http://s.w.org\">s.w.org</a> is where we’re serving static resources for the main website from. Things like images and CSS files and other such things that don’t go through PHP processes. If you examine the source of most any page on WordPress.org, you’ll see it uses <a href=\"http://s.w.org\">s.w.org</a> for a lot (not all, yet) of the static files displayed.</li>\n<li><a href=\"http://ps.w.org\">ps.w.org</a> is for the plugin repository. We can use it for screenshots and the header banners and other images from the plugin system.</li>\n<li><a href=\"http://ts.w.org\">ts.w.org</a> is for the theme repository. Same deal, for theme screenshots and the like.</li>\n</ul>\n<p>By using a CDN or Content Distribution Network, serving images and other static assets is much faster. This also reduces the load on the various servers that make up WordPress.org. The sub-domains are part of an ongoing effort to make the entire WordPress.org website capable of running over HTTPS. According to Otto, the new CDN supports HTTPS while the previous one did not.</p>\n<p>While Matt owns a lot of coveted domains, he has yet to obtain <a title=\"http://ww1.wp.org/\" href=\"http://ww1.wp.org/\">WP.org</a> which is currently just a parked domain.</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, 31 Jan 2014 18:11:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"WPTavern: How To Create A Dropdown Menu Of WordPress Categories Without Using 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://wptavern.com/?p=15932\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:208:\"http://wptavern.com/how-to-create-a-dropdown-menu-of-wordpress-categories-without-using-code?utm_source=rss&utm_medium=rss&utm_campaign=how-to-create-a-dropdown-menu-of-wordpress-categories-without-using-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3167:\"<p>A long standing pain point I’ve had with WordPress is the inability to use the menu administration area to easily add a dropdown list of categories to my theme’s main menu. While the menu system provides the means to add categories to a menu, it doesn’t contain a way to easily create a dropdown list of categories. Thankfully, there is an easy work around that accomplishes the goal without using code. Thanks to <a title=\"https://foxnet-themes.fi/\" href=\"https://foxnet-themes.fi/\">Sami Keijonen</a> who told me about this technique on the <a title=\"http://themehybrid.com\" href=\"http://themehybrid.com\">ThemeHybrid support forums</a>.</p>\n<p>Start by browsing to <strong>Appearance – Menus</strong>. Select the menu where you want the link to be displayed. Create a new <strong>Link menu item</strong> and use <strong>#</strong> as the URL with the link text of categories. Then click the <strong>Add to Menu button</strong>.</p>\n<div id=\"attachment_15934\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/DropDownCategoriesTutorial.jpg\" rel=\"prettyphoto[15932]\"><img class=\"size-medium wp-image-15934\" alt=\"Creating The Placeholder\" src=\"http://wptavern.com/wp-content/uploads/2014/01/DropDownCategoriesTutorial-262x300.jpg\" width=\"262\" height=\"300\" /></a><p class=\"wp-caption-text\">Creating The Placeholder</p></div>\n<p>Select which categories you want to be displayed within the dropdown list. After you add the categories to the menu, make sure to drag and drop them so that they are a child link underneath the parent menu of categories. Look at the following screenshot for reference.</p>\n<div id=\"attachment_15936\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/DropDownCategoriesTutorial2.jpg\" rel=\"prettyphoto[15932]\"><img class=\"size-full wp-image-15936\" alt=\"Arranging The Menu Items\" src=\"http://wptavern.com/wp-content/uploads/2014/01/DropDownCategoriesTutorial2.jpg\" width=\"454\" height=\"256\" /></a><p class=\"wp-caption-text\">Arranging The Menu Items</p></div>\n<p>After you’ve arranged the category links, save the menu. Visit your front page and hover over the categories link to make sure the dropdown list works correctly. The parent menu item of categories acts as a placeholder which is the ingenious part of the tutorial.</p>\n<div id=\"attachment_15937\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/DropDownCategoriesTutorial3.jpg\" rel=\"prettyphoto[15932]\"><img class=\"size-full wp-image-15937\" alt=\"Drop Down List Of Categories\" src=\"http://wptavern.com/wp-content/uploads/2014/01/DropDownCategoriesTutorial3.jpg\" width=\"403\" height=\"264\" /></a><p class=\"wp-caption-text\">Drop Down Menu In Use</p></div>\n<p>By using this technique, I can modify which categories and what order they are displayed using the WordPress menu manager. I don’t have to worry about it disappearing via plugins or by switching themes. Thanks again to the always helpful, friendly, <a title=\"http://themehybrid.com/support/\" href=\"http://themehybrid.com/support/\">ThemeHybrid support forums</a> for this tip.</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, 31 Jan 2014 17:58:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"WPTavern: Shortcode Suggest Helps You Discover Shortcodes 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=15868\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:184:\"http://wptavern.com/shortcode-suggest-helps-you-discover-shortcodes-in-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=shortcode-suggest-helps-you-discover-shortcodes-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:2217:\"<p>If you’re like me, you can never remember the shortcodes you have active on your WordPress site. This inevitably leads you to stop what you’re doing and hunt down the documentation for the feature you’re attempting to use. This is especially true when it’s a shortcode that can be configured with multiple attributes. </p>\n<p>What if there was a way to make shortcodes more discoverable in the post editor? That’s exactly what <a href=\"http://scott.ee/\" target=\"_blank\">Scott Evans</a> has attempted to do in his <a href=\"https://github.com/scottsweb/shortcode-suggest/\" target=\"_blank\">Shortcode Suggest</a> plugin. When activated, this plugin adds autosuggest for shortcodes as you type in the visual editor. It also includes a short description of the shortcodes it detects.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/shortcodes.png\" rel=\"prettyphoto[15868]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/shortcodes.png\" alt=\"shortcodes\" width=\"1459\" height=\"997\" class=\"aligncenter size-full wp-image-15871\" /></a></p>\n<p>As of right now, the plugin is a rough concept that Evans put on github in order to gauge interest and collect feedback. In the future, he plans to improve the design of the suggestions and only load the plugin on the required post types and admin screens. Shortcode Suggest only works on the visual editor but Evans is considering enabling it for the HTML editor, depending on feedback.</p>\n<p>If there was a more standard approach to including shortcode attributes within inline docs, Evans says the plugin would be even more useful. As it is, there may be some gaps where the information is incomplete.</p>\n<p>Shortcodes are popular because they provide an easy and approachable method for users to embed complex functionality within content. However, there’s no easy way to know what shortcodes are available to your installation. Shortcode Suggest provides a nice solution for this. Download it from <a href=\"https://github.com/scottsweb/shortcode-suggest/\" target=\"_blank\">github</a> and take it for a test drive. Is this a plugin that you’d like to see further developed? What would make it more useful?</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, 31 Jan 2014 06:52:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"WPTavern: Major Update To WordPress For iOS Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=15858\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"http://wptavern.com/major-update-to-wordpress-for-ios-now-available?utm_source=rss&utm_medium=rss&utm_campaign=major-update-to-wordpress-for-ios-now-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3269:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2010/08/wordpressIOSlogo.png\" rel=\"prettyphoto[15858]\"><img src=\"http://wptavern.com/wp-content/uploads/2010/08/wordpressIOSlogo.png\" alt=\"WordPress for iOS Banner\" width=\"264\" height=\"37\" class=\"alignright size-full wp-image-4346\" /></a> WordPress for iOS 3.9 <a title=\"http://ios.wordpress.org/2014/01/30/wordpress-for-ios-3-9-released/\" href=\"http://ios.wordpress.org/2014/01/30/wordpress-for-ios-3-9-released/\">has been released</a> and it includes some major changes. The first thing you’ll notice is that the sidebar navigation has been removed. In its place is a tab bar-based layout. This has enabled many other visual changes throughout the app. Reader, comments, and notifications have been revamped. My favorite feature in this update is seamless inline commenting. This addition makes replying to comments feel like text messaging. Keep in mind that from version 3.9 onwards will require iOS7.</p>\n<h3>My Thoughts On 3.9</h3>\n<p>I’ve upgraded the app on my iPhone 5 and without the sidebar navigation, I feel lost. The first screen that loads is Reader. From here, I have no idea what to do or where to go to access my connected sites. This is a drastic interface change that should have had a tour attached to it. I’d like to see a welcome screen or helpers added to WordPress for iOS so the feeling people get when they upgrade is not confusion or frustration. After a few minutes of using the new interface, I was able to locate my connected sites. To find your connected sites select the <strong>Me button</strong> on the bottom of the app.</p>\n<div id=\"attachment_15862\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/WPEditoriOS7.png\" rel=\"prettyphoto[15858]\"><img class=\"size-large wp-image-15862\" alt=\"WordPress Post Editor In iOS7\" src=\"http://wptavern.com/wp-content/uploads/2014/01/WPEditoriOS7-281x500.png\" width=\"281\" height=\"500\" /></a><p class=\"wp-caption-text\">Simple Post Editor</p></div>\n<p>Once I was comfortable navigating, I was able to appreciate the speed and responsiveness of the app. Some of this is due to the hardware within the iPhone 5. Regardless, the app is fast! I appreciate how big the Gravatars are on the comments and notifications pages. Thanks to the extra height on the iPhone 5, writing a post is easier than it was on my iPhone 4. The post editor is amazingly simple. Post title at the top, content underneath with the keyboard at the bottom. This layout works great. I like how the meta data entries are on a separate screen which enables the post editor to remain simple.</p>\n<h3>Solid Update</h3>\n<p>Overall this is a solid update. Congrats to the team and thanks to all of the contributors that helped make WordPress for iOS 3.9 a reality. If you would like to get involved with WordPress for iOS development, drop them a line at <a href=\"http://make.wordpress.org/mobile\">make.wordpress.org/mobile</a> and grab a copy of the code at <a href=\"http://github.com/wordpress-mobile/WordPress-iOS\">github.com/wordpress-mobile/WordPress-iOS</a>. You can also provide feedback and follow progress via their Twitter account <a href=\"https://twitter.com/WordPressiOS\">@WordPressiOS</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, 31 Jan 2014 00:06: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: Why Post By Email Is Still Available 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=15745\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/why-post-by-email-is-still-available-in-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=why-post-by-email-is-still-available-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:3355:\"<p>It’s that time of year again. The process of <a title=\"http://make.wordpress.org/core/2014/01/29/gsoc-2014\" href=\"http://make.wordpress.org/core/2014/01/29/gsoc-2014\">finding mentors, projects, and students</a> is underway for the 2014 edition of the <a title=\"http://www.google-melange.com/gsoc/homepage/google/gsoc2014\" href=\"http://www.google-melange.com/gsoc/homepage/google/gsoc2014\">Google Summer of Code</a>. One of the successful projects from last years event is the <a title=\"http://wordpress.org/plugins/post-by-email/\" href=\"http://wordpress.org/plugins/post-by-email/\">Post by Email plugin</a> by Kat Hagan. The plugin was supposed to <a title=\"http://wptavern.com/wordpress-3-7-to-remove-post-by-email-feature-in-favor-of-official-plugin\" href=\"http://wptavern.com/wordpress-3-7-to-remove-post-by-email-feature-in-favor-of-official-plugin\">replace the feature</a> in WordPress 3.7.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/PostByEmailFeaturedImage.jpg\" rel=\"prettyphoto[15745]\"><img class=\"aligncenter size-large wp-image-15750\" alt=\"Post By Email\" src=\"http://wptavern.com/wp-content/uploads/2014/01/PostByEmailFeaturedImage-500x153.jpg\" width=\"500\" height=\"153\" /></a></p>\n<p>I reached out to WordPress core developer Andrew Nacin to find out if the feature will be removed from WordPress sometime soon and whether Kat’s plugin was a source of the delay. One thing is certain, the feature will be removed.</p>\n<blockquote><p>There were some nagging concerns that outright removing the feature from core could inconvenience users who still rely on it. That doesn’t detract from Kat’s work at all. Her plugin is fantastic and it’s definitely a huge improvement over what’s in core now. It was never designed to be pulled into core, but rather to provide us an opportunity to remove what’s in core now.</p></blockquote>\n<p>Removing post by email presents a number of challenges. This will be the first time a feature is removed from core and substituted by a plugin. The team is still working on a plan of action.</p>\n<blockquote><p>In order to make the transition graceful, should we, say, download, activate, and set up Kat’s plugin when updating to WordPress 3.9? Or we could remove it but if they had it configured, point them toward the plugin. Or, at the very least, we could keep it functional, hiding the UI for new and existing installs unless they already had it configured. So there’s a bit more UX decision-making that has to happen there, but it’s on the table.</p></blockquote>\n<p>While WordPress is accustomed to merging plugins into core, this is the opposite situation. If I don’t have the post by email functionality configured in WordPress, I hope that it’s detected and the code is removed without adding the plugin to my install. It’s easy enough to delete it but I’d rather not go through the process. It will be interesting to see how this is handled and if the results are satisfactory, it may pave the way for something similar to happen with the <a title=\"http://codex.wordpress.org/Links_Manager\" href=\"http://codex.wordpress.org/Links_Manager\">Link Manager</a> that was hidden from view in WordPress 3.5</p>\n<p>How do you propose this feature be removed with as little hassle to end users as possible?</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, 30 Jan 2014 22:30: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:\"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: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:41:\"WP iPhone: WordPress for iOS 3.9 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ios.wordpress.org/?p=1528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://ios.wordpress.org/2014/01/30/wordpress-for-ios-3-9-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2765:\"<p><img class=\"aligncenter size-full wp-image-1531\" alt=\"ios-39\" src=\"http://wpiphone.files.wordpress.com/2014/01/ios-39.jpg\" /></p>\n<p>WordPress for iOS 3.9 is out and now available to download from the App Store. This release is one of our largest app releases to date. This update is remarkable both for the significant changes we’ve introduced, and for the level of dedication it received from our hard-working team members.</p>\n<p>Version 3.9 includes a major visual redesign of the app. We decided to drop the sidebar navigation and embrace a tab bar-based layout. The app’s new design allowed us to add numerous visual improvements throughout, including revamped and enhanced Reader, Comments, and Notifications sections. We also created a seamless inline commenting experience to make it easier for you to engage with the content you love. Finally, we made visual improvements to the editing experience of posts and pages.</p>\n<p>Our team has embraced the latest and greatest technologies that Apple has provided us with iOS 7 to deliver you the best app possible. Version 3.9 and future updates will require iOS 7.</p>\n<p>The app also includes several other changes. On top of various bug fixes and performance improvements, it now supports deep-linking from Twitter, and features an improved login screen. Be sure to try it out.</p>\n<p>A huge thanks to the contributors who worked on this release: <a href=\"https://github.com/pivotal-rebecca\">@pivotal-rebecca</a>, <a href=\"https://github.com/mikejohnstn\">@mikejohnstn</a>, <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/h4xnoodle\">@h4xnoodle</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/tomwitkin\">@tomwitkin</a>, <a href=\"https://github.com/irbrad\">@irbrad</a>, <a href=\"https://github.com/beaucollins\">@beaucollins</a>,<a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/intoxicated\">@intoxicated</a></p>\n<p>If you would like to get involved with WordPress for iOS development, drop us a line at <a href=\"http://make.wordpress.org/mobile\">make.wordpress.org/mobile</a> and grab a copy of the code at <a href=\"http://github.com/wordpress-mobile/WordPress-iOS\">github.com/wordpress-mobile/WordPress-iOS</a>.</p>\n<p>Have feedback? Leave a comment below or tweet us <a href=\"https://twitter.com/WordPressiOS\">@WordPressiOS</a></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/1528/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/1528/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=ios.wordpress.org&blog=3882653&post=1528&subd=wpiphone&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:\"Thu, 30 Jan 2014 22:19: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:7:\"Sendhil\";s: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:83:\"WPTavern: Audio/Video 2.0 Project Aims to Improve WordPress Core Multimedia Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14537\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/new-disco-fries-project-aims-to-improve-wordpress-core-audio-and-video-support?utm_source=rss&utm_medium=rss&utm_campaign=new-disco-fries-project-aims-to-improve-wordpress-core-audio-and-video-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4046:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/wp-audio.jpg\" rel=\"prettyphoto[14537]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/wp-audio.jpg\" alt=\"wp-audio\" width=\"816\" height=\"377\" class=\"aligncenter size-full wp-image-15827\" /></a><br />\nWordPress 3.6 introduced <a href=\"http://make.wordpress.org/core/2013/04/08/audio-video-support-in-core/\" target=\"_blank\">native support for audio and video files</a> which meant that you no longer need to add a plugin in order to play multimedia files hosted in your media library. A new group, led by <a href=\"http://make.wordpress.org/core/author/wonderboymusic/\" target=\"_blank\">Scott Taylor</a> under the project code name “Disco Fries,” has set out to continue iterating on this feature. </p>\n<p>Taylor said the goal of project Disco Fries is “to continue to modernize Media and give our huge user base even more ways to display and manage their content.” The group is working on adding and improving support for MediaElement.js, Backbone, and Underscore to bring WordPress media into the future. Here are a few of the highlights of what the team is currently working on:</p>\n<ul>\n<li>Replace media file type icons with Dashicons</li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/26870\" target=\"_blank\">Documentation of media code</a> – Add (JSDoc)umentation to the Backbone-centric Media files</li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/26825\" target=\"_blank\">Metadata Regeneration for audio/video</a> – ability to generate on-demand</li>\n<li>Add “Playlist” and “Video Playlist” <a href=\"https://core.trac.wordpress.org/ticket/26631\" target=\"_blank\">shortcodes</a></li>\n<li>Consolidate handling of object, audio and video tags in <a href=\"https://core.trac.wordpress.org/ticket/26864\" target=\"_blank\">wpautop()</a></li>\n<li>Placeholders (TinyMCE views) for Audio / Video shortcodes</li>\n<li>Support mediaelement.js YouTube sources in the video shortcode</li>\n</ul>\n<p>Many of these are are subtle or otherwise invisible changes to users in general, as in the case of documenting the Backbone files. The most visible changes are placeholders in the visual editor and the capability to add audio/video playlists via shortcode. </p>\n<div id=\"attachment_15846\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/placeholders.png\" rel=\"prettyphoto[14537]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/placeholders.png\" alt=\"Audio/Video placeholders in the visual editor\" width=\"567\" height=\"530\" class=\"size-full wp-image-15846\" /></a><p class=\"wp-caption-text\">Audio/Video placeholders in the visual editor</p></div>\n<p>Taylor shared some of the progress on the playlists in an <a href=\"http://make.wordpress.org/core/2014/01/29/audiovideo-2-0-update/\" target=\"_blank\">update</a> on make.wordpress.org/core. He created a basic UI for playlists with minimal HTML and CSS that should inherit the styles of the active theme. Here’s an example of how that looks with the Twenty Fourteen theme:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/twenty-fourteen-audio-playlist.png\" rel=\"prettyphoto[14537]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/twenty-fourteen-audio-playlist.png\" alt=\"twenty-fourteen-audio-playlist\" width=\"536\" height=\"392\" class=\"aligncenter size-full wp-image-15836\" /></a></p>\n<p>The prospect of soon having native audio and video playlists in the core is very exciting. While oEmbed support for playing multimedia files is excellent, WordPress has been lagging behind in the ability to play files located in its own media library. With these new updates, WordPress users who frequently post media files will have the option to eliminate the plugins they previously depended on for playback. To check in on the progress of the Disco Fries project, check out the new core <a href=\"http://make.wordpress.org/core/components/media/\" target=\"_blank\">Media component</a> page for an overview.</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, 30 Jan 2014 22:04: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WP Android: Now Available: New Reader, Easier Setup and Improved UI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://android.wordpress.org/?p=965\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://android.wordpress.org/2014/01/30/2-6-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2849:\"<p><img src=\"http://wpandroid.files.wordpress.com/2014/01/android26.png?w=840&h=560\" alt=\"WordPress for Android 2.6\" width=\"840\" height=\"560\" class=\"alignnone size-full wp-image-966\" /></p>\n<p>The latest update to WordPress for Android includes a new reading and setup experience, as well as significant updates to the user interface. Here are some of the highlights of this release.</p>\n<h2>New Reader</h2>\n<p>The app Reader has been completely redesigned, and now provides a much-improved, native reading experience. You’ll definitely notice its speed — posts appear in a snap, and images fade in as they load. You can also view users that have commented or liked posts, as well as edit the list of tags that you follow. We’ve revamped the like, reblog, and comment interfaces to make it easier than ever to respond to posts that strike your fancy.</p>\n<h2>Redesigned Blog Setup</h2>\n<p>When signing in to the app or creating an account on WordPress.com, you’ll notice a brand new user interface that makes it super-simple to start blogging. If you keep multiple blogs on your account, they will all be automatically added for you. You can also hide whichever blogs you don’t wish to work on in the app.</p>\n<h2>UI Improvements</h2>\n<p>We’ve given the app a facelift, including a new color scheme, a refined navigation drawer layout, and sharp-looking lists in notifications, posts, pages and comments.</p>\n<p>You’ll also notice some changes to the post editor, with larger images and a new Post Settings area where you’ll manage post data such as status, post formats, and categories, among others. The post content area will now go full screen while you are editing, to give you maximum space to focus on your content. Give the app a try here:</p>\n<p>Download the update today from <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\">Google Play</a>.</p>\n<h2>What’s next?</h2>\n<p>A big thanks to all of the contributors who worked so hard on this release: <a href=\"https://github.com/aerych\">aerych</a>, <a href=\"https://github.com/daniloercoli\">daniloercoli</a>, <a href=\"https://github.com/Jason-Chen\">Jason-Chen</a>, <a href=\"https://github.com/maxme\">maxme</a>, <a href=\"https://github.com/nbradbury\">nbradbury</a> and <a href=\"https://github.com/roundhill\">roundhill</a>!</p>\n<p>The mobile team isn’t stopping here! We have pretty big plans for the months to come and the rest of 2014. You can keep up with the development progress over at <a href=\"http://make.wordpress.org/mobile\" rel=\"nofollow\">http://make.wordpress.org/mobile</a>. You can also follow the app on twitter <a href=\"http://twitter.com/wpandroid\">@WPAndroid</a>.</p><img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=android.wordpress.org&blog=9426921&post=965&subd=wpandroid&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:\"Thu, 30 Jan 2014 19:02:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Dan\";s: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:23:\"Alex King: RAMP v 1.4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=19358\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2014/01/30/ramp-v-1-4-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1449:\"<p>We’ve pushed out a few new versions of RAMP recently, addressing:</p>\n<ul>\n<li><a href=\"http://crowdfavorite.com/blog/2014/01/ramp-v1-4-4/\">v1.4.4</a> More obvious error messages when media fails to transfer</li>\n<li><a href=\"http://crowdfavorite.com/blog/2014/01/ramp-v1-4-3/\">v1.4.3</a> and <a href=\"http://crowdfavorite.com/blog/2014/01/ramp-v1-4-2/\">v1.4.2</a> both address issues with backslashes being removed from content. I’ve written about <a href=\"http://alexking.org/blog/thread/wordpress-slashes\">this issue</a> ad nauseum, but RAMP was originally written before the issue was discovered. If my patches had gone through, RAMP would have been silently fixed. Instead, we needed to patch it to match the insane WordPress core behavior (adding slashes to things before saving them).</li>\n</ul>\n<p>Anyway – a few nice recent changes to make RAMP better! We’ve also added additional customer documentation around troubleshooting various issues, something we intend to continue to expand.</p>\n<p class=\"threads-post-notice\">This post is part of the thread: <a href=\"http://alexking.org/blog/thread/wordpress-slashes\">WordPress Slashes</a> – an ongoing story on this site. View the thread timeline for more context on this post.</p>\n<p class=\"threads-post-notice\">This post is part of the project: <a href=\"http://alexking.org/project/ramp\">RAMP</a>. View the project timeline for more context on this post.</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, 30 Jan 2014 19:00:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"WPTavern: BuddyPress 2.0 To Add Profile Editing in the WordPress Admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15511\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:184:\"http://wptavern.com/buddypress-2-0-to-add-profile-editing-in-the-wordpress-admin?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-2-0-to-add-profile-editing-in-the-wordpress-admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4270:\"<p>BuddyPress 2.0 is underway and an exciting new feature is in the works. This next release will <a href=\"https://buddypress.trac.wordpress.org/ticket/5197\" target=\"_blank\">add profile editing to the WordPress admin</a>. Navigating to the admin Users screen and clicking on “profile” will take you to a new “Community Profile” tab for backend profile management.</p>\n<div id=\"attachment_15795\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/community-profile.png\" rel=\"prettyphoto[15511]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/community-profile.png\" alt=\"New Community Profile Tab\" width=\"1257\" height=\"955\" class=\"size-full wp-image-15795\" /></a><p class=\"wp-caption-text\">New Community Profile Tab</p></div>\n<p>In addition to editing profile fields, this new screen allows administrators to quickly mark a user as “Active” or “Spammer,” delete the avatar and view member stats.</p>\n<p>The code for this feature has already <a href=\"https://buddypress.trac.wordpress.org/changeset/7764\" target=\"_blank\">landed</a> in the BuddyPress trunk and core developers plan to iterate on it throughout the 2.0 cycle. Profile editing adds the following to BuddyPress:</p>\n<ul>\n<li>New bp-members-admin.php and accompanying assets to handle the initial admin page creation (outside of XProfile).</li>\n<li>New stats template functions in Blogs, Friends, and Groups components, to provide additional meta data about a members community involvement.</li>\n<li>Modifies some existing XProfile admin/template/filters to make it more accommodating to querying for profile data outside of BuddyPress’s traditional displayed_user context.</li>\n</ul>\n<p>The new Community Profile tab should save administrators quite a bit of time when managing their communities, since they won’t have to switch to the front end to view profiles. Sometimes it isn’t clear if a user is a spammer and having a quick way to view profiles in the backend helps to clarify that, especially with the addition of community involvement stats for each member. This feature is enabled by default for administrators only. Further down the road, this setting may be something that can be <a href=\"https://buddypress.trac.wordpress.org/ticket/5197#comment:3\" target=\"_blank\">turned on for non-admins via a filter</a>, but that has not yet been implemented. </p>\n<h3>Roadmap For BuddyPress 2.0</h3>\n<p>The features that are currently under active development for the <a href=\"https://buddypress.trac.wordpress.org/milestone/2.0\" target=\"_blank\">BuddyPress 2.0 milestone</a> include:</p>\n<ul>\n<li>bp-forums <a href=\"https://buddypress.trac.wordpress.org/ticket/5351\" target=\"_blank\">retirement</a></li>\n<li>WordPress Rewrite Rules API <a href=\"https://buddypress.trac.wordpress.org/ticket/4954\" target=\"_blank\">integration</a></li>\n<li><a href=\"https://buddypress.trac.wordpress.org/ticket/5352\" target=\"_blank\">Move XProfile visibility</a> from each field into Settings</li>\n<li>last_activity usermeta <a href=\"https://buddypress.trac.wordpress.org/ticket/5128\" target=\"_blank\">improvements</a></li>\n<li>Activity comment sync for comments</li>\n<li>Ticket triage and general maintenance</li>\n<li>New <a href=\"https://buddypress.trac.wordpress.org/ticket/4952\" target=\"_blank\">template pack</a></li>\n</ul>\n<p>Additionally, Boone Gorges has been working on <a href=\"https://buddypress.trac.wordpress.org/ticket/5349\" target=\"_blank\">refactoring the Activity query</a> to improve BuddyPress performance. He hopes to implement persistent caching for individual activity items before BuddyPress 2.0 is released. “It’ll be a good test case for spreading some individual object caching throughout the rest of the components,” he said. This should help to provide a little boost for any BuddyPress sites that make use of object caching. </p>\n<p>Results of the most recent <a href=\"http://wptavern.com/help-shape-buddypress-development-in-2014\" target=\"_blank\">BuddyPress development survey</a> should be available early next week. An exact date has not yet been set for the 2.0 release but it should drop sometime in March. The dates will be finalized at the next development meeting.</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, 30 Jan 2014 18:20: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: How To Create A Platform Agnostic Favicon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15757\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/how-to-create-a-platform-agnostic-favicon?utm_source=rss&utm_medium=rss&utm_campaign=how-to-create-a-platform-agnostic-favicon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5396:\"<p>Remember <a href=\"http://en.wikipedia.org/wiki/Favicon\" title=\"http://en.wikipedia.org/wiki/Favicon\">favicons</a>? Those cute 16×16 pixel images that are used to quickly locate a site when multiple browser tabs are opened. According to Philippe Bernard, favicons are not mobile friendly nor do they look good on mobile platforms by default. That’s why he created <a href=\"http://realfavicongenerator.net/\" title=\"http://realfavicongenerator.net/\">RealFaviconGenerator.net</a>. The site generates favicons that look good in all major browsers and platforms. </p>\n<p>To get started, make sure you have a square image that is at least <strong>260×260</strong> pixels in size for optimal results. In this tutorial, I’ll be using the WordPress Tavern beer mug. After you’ve uploaded your image, you’ll see a screen that gives you the ability to edit how the image will look on iOS and Android. Transparent icons don’t look very good on iOS devices so consider adding a background color. You can also configure the image to not touch the inside borders of the icon. </p>\n<div id=\"attachment_15760\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/FaviconForAppleAndroid.jpg\" rel=\"prettyphoto[15757]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/FaviconForAppleAndroid-500x184.jpg\" alt=\"Favicon For Apple And Android\" width=\"500\" height=\"184\" class=\"size-large wp-image-15760\" /></a><p class=\"wp-caption-text\">Customize How The Icon Will Look</p></div>\n<p>Since the beer mug is black, it didn’t look good against any of the Windows 8 tile colors. Thankfully, the generator provides an option to use a saturated version of the logo. This option changed the mug from black to white. The white beer mug is compatible with just about every tile color available. </p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/FaviconWindowsTile.jpg\" rel=\"prettyphoto[15757]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/FaviconWindowsTile-500x148.jpg\" alt=\"Windows 8 Favicon Tile\" width=\"500\" height=\"148\" class=\"aligncenter size-large wp-image-15762\" /></a></p>\n<p>Once you’re satisfied with the images, tell the generator how you’ll apply them to your website. On the following page, you’ll be given a link to download a Favicon package. Within this package are your compressed and uncompressed images along with a browser config XML file that is used by Windows 8. You’ll need to upload the contents of the package to the websites root folder. Last but not least, copy the code provided to you and paste it within your sites <code>head</code> section. If you’re using a Stargazer child theme, you’ll find the <code>head</code> section within <strong>header.php</strong>. After you’ve uploaded all of the files and made the change to header.php, use their favicon checker provided by their site to see if everything checks out ok. </p>\n<h3>The Significance Of These Images</h3>\n<p>I was unaware of the fact that WPTavern doesn’t look nice when added as a bookmark to the home screen of iOS devices. The next two images show what it looked like before and after using the favicon generator. </p>\n<p><div id=\"attachment_15780\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/BeforeFaviconGenerator.jpg\" rel=\"prettyphoto[15757]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/BeforeFaviconGenerator.jpg\" alt=\"Before Favicon Generator\" width=\"274\" height=\"152\" class=\"size-full wp-image-15780\" /></a><p class=\"wp-caption-text\">Before</p></div> <div id=\"attachment_15779\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/AfterFaviconGenerator.jpg\" rel=\"prettyphoto[15757]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/AfterFaviconGenerator.jpg\" alt=\"After Favicon Generator\" width=\"184\" height=\"96\" class=\"size-full wp-image-15779\" /></a><p class=\"wp-caption-text\">After</p></div></p>\n<p>As you can see, by having an image specifically for iOS devices, WPTavern looks like a native app. It’s really just a bookmark. Since the site has a responsive design, it might as well be an app! We’ve already had compliments on the improvement. </p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/wptavern\">@wptavern</a> <a href=\"https://twitter.com/petyeah\">@petyeah</a> Looks much better as the fav icon that’s for sure. I agree the mug could be just a shade larger though!</p>\n<p>— Chris Black (@ThatChrisBlack) <a href=\"https://twitter.com/ThatChrisBlack/statuses/428685542574673920\">January 30, 2014</a></p></blockquote>\n<p></p>\n<p>As for the size of the mug, we’re working on it.</p>\n<h3>Little Work Equals Big Gains</h3>\n<p>I thought <a href=\"http://realfavicongenerator.net/\" title=\"http://realfavicongenerator.net/\">Realfavicongenerator</a> was just another typical generator looking for traffic but by going through this exercise, I was able to improve the way WPTavern looks across multiple platforms when users save the site to their home screen. The site is free and I encourage you to give it a try. I’d also like to hear from experienced theme designers to see what they think of the code generated by the site. Is there a way to achieve the same results with more efficient code? </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, 30 Jan 2014 14:00:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:85:\"WPTavern: WordPress Trac Gets New Core Components Overview Page for Filtering Tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15747\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:214:\"http://wptavern.com/wordpress-trac-gets-new-core-components-overview-page-for-filtering-tickets?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-trac-gets-new-core-components-overview-page-for-filtering-tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2113:\"<p>The exciting news today in WordPress core development is a shiny new <a href=\"http://make.wordpress.org/core/components/\" target=\"_blank\">core/components</a> page that presents an organized overview of open Trac tickets for each component. Nacin announced the new feature today during the #wordpress-dev IRC meeting, which delighted many core contributors in attendance. The page breaks down 34 top-level components with two dozen subcomponents.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/core-components.jpg\" rel=\"prettyphoto[15747]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/core-components.jpg\" alt=\"core-components\" width=\"666\" height=\"710\" class=\"aligncenter size-full wp-image-15761\" /></a></p>\n<p>When you further navigate to a component page, you’ll see any subcomponents linked at the top, along with a description, and any recent <a href=\"http://make.wordpress.org/\" target=\"_blank\">make.wordpress.org</a> blog posts. Below the open ticket summary is a list of tickets with no replies and tickets slated for the next major milestone. At the bottom you’ll find a list of the component’s maintainers.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/formatting-component.jpg\" rel=\"prettyphoto[15747]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/formatting-component.jpg\" alt=\"formatting-component\" width=\"730\" height=\"698\" class=\"aligncenter size-full wp-image-15766\" /></a></p>\n<p>Trac has been <a href=\"http://make.wordpress.org/core/2014/01/27/proposed-trac-component-reorganization/\" target=\"_blank\">completely reorganized</a> into a few dozen components. The purpose behind the reorganization and the <a href=\"http://make.wordpress.org/core/components/\" target=\"_blank\">overview page</a> is to help better classify tickets and streamline contributions. Contributors with a particular area of interest are able to instantly drill down to open tickets within that component. Nacin plans to add component-based notifications by the end of the week, so you can subscribe to any components where you have an interest. </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, 30 Jan 2014 00:30: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: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:53:\"WPTavern: Create Stylish Surveys Easily With Typeform\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15695\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/create-stylish-surveys-easily-with-typeform?utm_source=rss&utm_medium=rss&utm_campaign=create-stylish-surveys-easily-with-typeform\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3220:\"<p><a title=\"https://www.typeform.com/\" href=\"https://www.typeform.com/\">Typeform</a> is a brand new free service that makes it easy to create stylish forms. The interface reminds me of <a title=\"http://www.gravityforms.com/\" href=\"http://www.gravityforms.com/\">GravityForms</a>. Field types are located on the left part of the screen while the form structure is on the right. There are a myriad of field types ranging from dropdown boxes to multiple choice questions.</p>\n<p>One draw back I immediately discovered is that if you don’t drag and drop the fields into the form, they won’t be saved. This was frustrating because I initially just clicked on the fields, configured them, then clicked the save button only to discover they were not added to the form. Both methods should be available.</p>\n<div id=\"attachment_15697\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/TypeFormFieldsandLayout.jpg\" rel=\"prettyphoto[15695]\"><img class=\"size-large wp-image-15697\" alt=\"Typeform Fields And Layout\" src=\"http://wptavern.com/wp-content/uploads/2014/01/TypeFormFieldsandLayout-500x239.jpg\" width=\"500\" height=\"239\" /></a><p class=\"wp-caption-text\">Field Types On The Left, Layout On The Right</p></div>\n<p>Typeform supplies a variety of pre-made themes and color schemes to add visual style. Once the form is finished, there are a few different ways to distribute it.</p>\n<ul>\n<li>Direct link to Typeform</li>\n<li>Launch in a popup window</li>\n<li>Embed in a webpage</li>\n</ul>\n<p>If you opt to embed the form into a post, you’ll need to decide whether you want to embed as a widget or a full page. Typeforms are automatically responsive and can be used on touch devices. They also provide users a stats area to measure metrics so you can keep tabs on how well it’s performing.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/TypeFormMetrics.jpg\" rel=\"prettyphoto[15695]\"><img class=\"aligncenter size-large wp-image-15699\" alt=\"Typeform Metrics\" src=\"http://wptavern.com/wp-content/uploads/2014/01/TypeFormMetrics-500x262.jpg\" width=\"500\" height=\"262\" /></a></p>\n<p>The service is free to try while it’s in Beta. According to a <a title=\"http://hellotypeform.tumblr.com/post/68472467781/typeform-is-leaving-beta-soon-pricing-revealed#.UukzurRjbvk\" href=\"http://hellotypeform.tumblr.com/post/68472467781/typeform-is-leaving-beta-soon-pricing-revealed#.UukzurRjbvk\">recent blog post</a>, the beta period will be ending near <strong>February 12th</strong>. The post also explains that the service will remain free with unlimited data collection. The only time you’ll <a title=\"http://i.cubeupload.com/aiklCg.jpg\" href=\"http://i.cubeupload.com/aiklCg.jpg\" rel=\"prettyphoto[15695]\">have to pay</a> is when you need to use a <strong>Pro</strong> feature.</p>\n<p>Overall, creating and managing surveys through Typeform was an easy experience. I still think survey building is boring. Pretty images and improved workflow won’t change my mind. If you want to see an example form, look below and take the pop quiz. If you give Typeform a try, let me know in the comments what you think.</p>\n<div class=\"typeform-widget\"></div>\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:\"Wed, 29 Jan 2014 23: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: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: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:62:\"WPTavern: Why Aren’t Post Formats In WordPress More 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=15726\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"http://wptavern.com/why-arent-post-formats-in-wordpress-more-popular?utm_source=rss&utm_medium=rss&utm_campaign=why-arent-post-formats-in-wordpress-more-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:5002:\"<p>No, Post Formats haven’t gone anywhere but theme support and their use appear to be waning. Joyce Grace over at ManageWP.com has <a title=\"https://managewp.com/wordpress-post-formats-blogging\" href=\"https://managewp.com/wordpress-post-formats-blogging\">published a great article</a> that explores some possibilities as to why the feature is not being used, why we might see the feature make a comeback, and the SEO issues surrounding them. Outside of <a title=\"http://wptavern.com/behind-the-scenes-of-the-collections-theme\" href=\"http://wptavern.com/behind-the-scenes-of-the-collections-theme\">Collections by The Theme Foundry</a> I’ve not seen many themes where Post Formats is a selling point.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2013/08/CollectionsTheme2.jpg\" rel=\"prettyphoto[15726]\"><img class=\"aligncenter size-large wp-image-8364\" alt=\"CollectionsTheme 2\" src=\"http://wptavern.com/wp-content/uploads/2013/08/CollectionsTheme2-500x264.jpg\" width=\"500\" height=\"264\" /></a></p>\n<p>It didn’t help that the UI components for Post Formats <a title=\"http://wptavern.com/mark-jaquith-on-wordpress-3-6-postmortem-and-post-formats-ui\" href=\"http://wptavern.com/mark-jaquith-on-wordpress-3-6-postmortem-and-post-formats-ui\">were delayed and then dropped</a> out of core during the development cycle of WordPress 3.6. The main purpose of Post Formats UI was to expose the feature to thousands of users who otherwise, may not have known about it. I like what Joyce said about their implementation:</p>\n<blockquote><p>Whether Post Formats stay part of core or part of a plugin doesn’t really matter. The content producers, their primary users, won’t notice a huge difference either way. The main objective should be that more people are aware of, and start using them. They will make blogging more effective, more fun, less strenuous and less intimidating.</p></blockquote>\n<h3>Post Formats Are Unpredictable</h3>\n<p>Instead of the typical blog post that contains a <em>title, category, tags,</em> and additional meta data, formatted posts can be styled to display only the content specific to its type. For example, a post that uses the <strong>Quote format</strong> can be styled to only show the quote with an attribution link.</p>\n<p>This is part of the reason why I’m not comfortable using them. There is no consistency between themes where I can predict what a post will look like when assigned a format. I either have to browse my archive that has a post with the format already applied or look at the theme demo page.</p>\n<p>One of my gripes is that you can’t preview a post with a format assigned to it because the post preview shows you the <a title=\"http://codex.wordpress.org/Theme_Development#Single_Post_.28single.php.29\" href=\"http://codex.wordpress.org/Theme_Development#Single_Post_.28single.php.29\">single post view</a>. This view is different from what visitors will see when browsing the front page. What usually ends up happening is I publish a post with a format assigned, load the front page and make any necessary edits. I like Post Formats but this unique problem is a huge turn off for me.</p>\n<div id=\"attachment_15741\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/TumblrPostFormats.jpg\" rel=\"prettyphoto[15726]\"><img class=\"size-large wp-image-15741\" alt=\"Tumblr Post Formats\" src=\"http://wptavern.com/wp-content/uploads/2014/01/TumblrPostFormats-500x98.jpg\" width=\"500\" height=\"98\" /></a><p class=\"wp-caption-text\">Post Formats On Tumblr</p></div>\n<p>When I used <a title=\"https://www.tumblr.com/\" href=\"https://www.tumblr.com/\">Tumblr</a> a few years ago, it was the easiest way to publish content I’ve ever encountered. It was a relief to not use tags, categories, or other forms of content organization. I would add a title, specify the type of post and hit publish. Most of my content was short with the occasional long form post. <strong>This is the hidden beauty of Post Formats</strong>. As Joyce rightfully points out, “<em>they make blogging more effective, more fun, less strenuous and less intimidating.</em>”</p>\n<h3>Do You Use Post Formats?</h3>\n<p>Once it’s discovered that not every post needs to be 1,000 words in length and that short pieces of content can look great, Post Formats become an addicting way to keep a blog alive. It was for me when I used them on the Tavern. It’s worth noting that instead of tweeting or publishing a video on Facebook, a Post Format supported theme on a WordPress powered site would make an excellent alternative for publishing short form content. Not only do you retain ownership of your content, you can fully customize how it looks.</p>\n<p>Do you use Post Formats on your site? Do you know of any other WordPress themes that are built around Post Formats? If so, share them in the comments. Last but not least, what will it take to get more people to use this unique feature of WordPress?</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, 29 Jan 2014 22:32:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: High Demand For WordPress Education Prompts Treehouse to Launch New Beginner’s Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:232:\"http://wptavern.com/high-demand-for-wordpress-education-prompts-treehouse-to-launch-new-beginners-course?utm_source=rss&utm_medium=rss&utm_campaign=high-demand-for-wordpress-education-prompts-treehouse-to-launch-new-beginners-course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3668:\"<p><a href=\"http://teamtreehouse.com/\" target=\"_blank\">Treehouse</a> offers technology education courses in a virtual environment to help users pick up new skills. Membership to the site offers access to various tracks of study that include topics such as iOS and Android development, web design, PHP, Rails development and more. Treehouse has been gradually adding to its collection of WordPress courses and this week the company announced a new beginner’s course in the WordPress track, titled <a href=\"http://teamtreehouse.com/library/how-to-make-a-website-with-wordpress\" target=\"_blank\">How to Make a Website with WordPress</a>. </p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/treehousewp1.png\" rel=\"prettyphoto[15513]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/treehousewp1.png\" alt=\"treehousewp\" width=\"640\" height=\"441\" class=\"aligncenter size-full wp-image-15527\" /></a></p>\n<p>This course is taught by <a href=\"http://zacgordon.com/\" target=\"_blank\">Zac Gordon</a> and covers everything from getting up and running to customizing a WordPress site with themes and plugins:</p>\n<ul>\n<li>Installing WordPress</li>\n<li>Managing and Customizing Themes</li>\n<li>Using Custom Post Types</li>\n<li>Managing Widgets and Menus</li>\n<li>Tips for Using Plugins</li>\n</ul>\n<h3>Treehouse Plans to Prioritize WordPress Education</h3>\n<p>In February, Treehouse plans to add a new course on Local WordPress Development and is currently cranking out one or two WordPress courses a month. </p>\n<p>I spoke with Treehouse instructor Zac Gordon to gauge the level of demand for WordPress education. Surprisingly, he said the company is actually receiving more requests for instruction on using WordPress, as opposed to developing for the platform. <strong>“While our main goal is to get someone to the point where they are ready to work as a WordPress developer, a lot of folks are more interested in being WordPress power users than they are at being developers.”</strong></p>\n<p>Smaller agencies and companies often use Treehouse in order to offload WordPress support for clients who are still learning how to use it. Gordon says that those requests are what inspired their <a href=\"http://teamtreehouse.com/library/wordpress-for-website-owners\" target=\"_blank\">WordPress for Website Owners</a> course.</p>\n<p>“At this point we don’t see as much of a request for in-depth material as we do for requests on specific topics or plugins,” he said. “For example, a lot of folks ask about working with child themes or custom post types so we cover that in a range of formats. We also get requests for things like WooCommerce and BuddyPress.”</p>\n<p>Gordon is working on revamping Treehouse’s current <a href=\"http://teamtreehouse.com/library/how-to-build-a-wordpress-theme\" target=\"_blank\">theme</a> and <a href=\"http://teamtreehouse.com/library/how-to-build-a-wordpress-plugin\" target=\"_blank\">plugin</a> development courses in order to keep the content fresh. A new theme development course aimed at beginners, followed by a more advanced course, will replace the current ones in the near future. He also hopes to launch a new course later this year for using WordPress as an application framework.</p>\n<p>As the global usage of WordPress continues to climb past 20%, the reports from Treehouse confirm that the demand for WordPress education is at an all time high. High quality beginner’s courses are becoming just as important as advanced development tutorials. I expect this trend to continue as more people discover just how easy it is to manage their own websites with WordPress.</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, 29 Jan 2014 20:51: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Widget Customizer Proposed 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=15658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/widget-customizer-proposed-for-wordpress-3-9?utm_source=rss&utm_medium=rss&utm_campaign=widget-customizer-proposed-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:3474:\"<p>The <a href=\"http://wptavern.com/the-future-of-wordpress-widgets-a-better-ui-with-real-time-previews\" target=\"_blank\">Widget Customizer</a> plugin is currently being considered for inclusion in WordPress 3.9. Weston Ruter, the project’s lead developer, submitted a <a href=\"http://make.wordpress.org/core/2014/01/28/widget-customizer-feature-as-plugin-merge-proposal/\" target=\"_blank\">proposal</a> for its merge into core. He and a large team of contributors have been working ardently to bring this feature into WordPress so that users no longer have to edit widgets blind. With the <a href=\"http://wordpress.org/plugins/widget-customizer/\" target=\"_blank\">Widget Customizer</a> in place, you can see a live preview of your widget as you are editing it. </p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/widget-editing.png\" rel=\"prettyphoto[15658]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/widget-editing.png\" alt=\"widget-editing\" width=\"962\" height=\"927\" class=\"aligncenter size-full wp-image-15711\" /></a></p>\n<p>The Widget Customizer actually goes far beyond simply editing widgets. Actions available in the live preview include: adding a new widget, editing existing widgets, reordering widgets, dragging widgets to other sidebars, or even removing widgets from the sidebars entirely. There’s no need to save and move to the frontend to preview any of these actions, since they can all make use of the customizer’s preview.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/widget-actions.png\" rel=\"prettyphoto[15658]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/widget-actions.png\" alt=\"widget-actions\" width=\"1190\" height=\"894\" class=\"aligncenter size-full wp-image-15709\" /></a></p>\n<p>As you can see in the screenshot above, the plugin includes a couple of other new additions. The team added a search bar for finding a specific widget and icons to help you quickly identify a widget. Support for widget visibility is also included with a semi-transparent indicator in the customizer for widgets that are not able to be rendered in the preview.</p>\n<h3>New Requirements for WordPress Themes</h3>\n<p>If the Widget Customizer is added to core, WordPress theme developers will need to indicate that their widget areas support live previews in the customizer. This is as simple as adding support to the parent or child theme’s <em>functions.php</em> file:</p>\n<p><strong>add_theme_support(‘widget-customizer’)</strong> </p>\n<p>Additionally, themes will need to indicate a widget’s support for live previews by including <a href=\"https://gist.github.com/westonruter/7965203/c1f78af5882dfecca575d7c7da4f0837af8fa869#file-lightbox-widget-php-L22\" target=\"_blank\">‘customizer_support’ => true</a> in the array passed to WP_Widget::__construct(). If the Widget Customizer is merged, WordPress theme developers will need to get busy making these updates for 3.9 in order to ensure a smooth experience for widget previews. </p>\n<p>WordPress core developers will be studying the implementation of the Widget Customizer plugin today during the regularly scheduled development meeting. They will determine whether it is ready for core and provide feedback for improvement. </p>\n<p>Have you tried the <a href=\"http://wordpress.org/plugins/widget-customizer/\" target=\"_blank\">Widget Customizer</a> plugin? Would you like to see it added in the next major release? </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, 29 Jan 2014 18:55:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: Aesop WordPress Storytelling Plugin Is Now Fully Funded\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/aesop-wordpress-storytelling-plugin-is-now-fully-funded?utm_source=rss&utm_medium=rss&utm_campaign=aesop-wordpress-storytelling-plugin-is-now-fully-funded\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2838:\"<p><a href=\"http://aesopstories.com/story-engine/\" target=\"_blank\">Aesop</a> plugin developer <a href=\"https://twitter.com/nphaskins\" target=\"_blank\">Nick Haskins</a> announced tonight that the project has now been <a href=\"http://aesopstories.com/updates/aesop-funded/\" target=\"_blank\">fully funded</a> through its <a href=\"https://aesop.crowdhoster.com/storytelling-engine\" target=\"_blank\">Crowdhoster campaign</a>. He’s raised $6,397 of $6,000, thanks to backing from many major WordPress companies and individuals who are hoping to make the Aesop storytelling engine a reality.</p>\n<p>Haskin’s <a href=\"http://wptavern.com/aesop-story-engine-an-open-source-wordpress-plugin-for-storytelling\" target=\"_blank\">open source storytelling plugin</a> allows publishers to create rich storytelling experiences with multimedia elements. </p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/aesop1.png\" rel=\"prettyphoto[15661]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/aesop1.png\" alt=\"aesop\" width=\"640\" height=\"480\" class=\"aligncenter size-full wp-image-15676\" /></a></p>\n<p>The Aesop fundraising campaign ended on January 26th but was shy of its original $15,000 goal. The campaign was subsequently <a href=\"http://aesopstories.com/updates/campaign-update/\" target=\"_blank\">extended</a> with a vastly reduced goal of $6k and a new focus on polishing the story engine before moving on to the hosted version: </p>\n<blockquote><p>Because we did not raise the full amount, there’s a strong chance that the hosted version may not come to fruition. This wasn’t scheduled to happen until the Spring anyways, so there’s still a small chance it will pan out, however focus is being put on finishing the core story engine first.</p></blockquote>\n<p>Development on the project will now refocus to complete the story engine along with a couple of themes built specifically for Aesop. Haskins is getting the plugin ready for submission to the WordPress.org repository and is working towards building out the business and branding for the project. Those who have backed Aesop will receive access to the themes before they are released to the general public.</p>\n<h3>Storytelling is Not Dead</h3>\n<p>The successful funding of the Aesop project demonstrates how much potential this new tool has for revolutionizing storytelling on the web. Once the plugin is polished up, anyone will be able to easily create photo essays, novels, interviews and big visual posts with a user-friendly story editor and full design control. Publishers are looking for new ways to keep readers engaged, as the industry evolves to keep pace with the modern web. The Aesop storytelling engine makes it possible for WordPress, the world’s leading publishing platform, to keep the art of storytelling alive in the digital age.</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, 29 Jan 2014 04:53:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:\"WPTavern: Industry Night #6 – Talking Shop with John Overall\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15647\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wptavern.com/industry-night-6-john-overall?utm_source=rss&utm_medium=rss&utm_campaign=industry-night-6-john-overall\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1722:\"<p><img class=\"alignleft size-medium wp-image-14203\" alt=\"IndustryNight_albumart_2d\" src=\"http://wptavern.com/wp-content/uploads/2014/01/IndustryNight_albumart_2d-300x300.jpg\" width=\"300\" height=\"300\" />For more than two years, I’ve been in a weekly routine of co-hosting the <a title=\"WordPress Plugins A-Z\" href=\"http://wppluginsatoz.com\">WordPress Plugins A-Z</a> podcast with John Overall. Every week we talk about the latest and greatest in plugins. Sorting out the junk from the gems. We’re like the Siskel & Ebert of plugins, giving our opinions on the newest plugins being released in the repository.</p>\n<p>Once the show is over though, we generally just set the meeting time for the next episode and hang up. This time however, I decided to take a rare opportunity to extend my time with John for a little WordPress “<em>shop talk</em>“. Like me, John has done hundreds of development projects. He’s seen just about everything that can (<strong>and will</strong>) go wrong with WordPress. John has done so much in WordPress that a majority of his business is providing emergency support. While so many people focus on the building of sites, John has specialized in fixing things that break in WordPress. You can call him any time, day or night and he’s there to rescue your WordPress install with emergency level support.</p>\n<p>In this episode we talk about the ten plugins that John installs on <span>every client site</span> and why simplicity is often the most difficult concept for clients to grasp. So pull up a chair, grab a cold one and join me in my conversation with <a title=\"http://www.johnoverall.com/\" href=\"http://www.johnoverall.com/\">John Overall</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, 29 Jan 2014 02:17:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marcus Couch\";s: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:61:\"WPTavern: GovFresh WP: A Free WordPress Theme For Governments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15597\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"http://wptavern.com/govfresh-a-free-wordpress-theme-for-governments?utm_source=rss&utm_medium=rss&utm_campaign=govfresh-a-free-wordpress-theme-for-governments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3079:\"<p>This week <a href=\"http://govfresh.com/\" target=\"_blank\">GovFresh</a>, a government and technology blog, launched a new WordPress theme project to help promote the use of open source software among governments. </p>\n<p>If you’ve ever visited a local government website that looks like it hasn’t been updated since 1999, then you understand the problem that the folks at GovFresh are trying to tackle here. Many smaller cities do not have a technology budget to afford website consulting services and therefore get left behind. It’s mind boggling to see how widespread this problem is, given all the user-friendly open source technology available these days.</p>\n<p>The deplorable state of government websites inspired Luke Fretwell to develop <a href=\"http://wp.govfresh.com/\" target=\"_blank\">GovFresh WP</a>, a free WordPress theme for governments. </p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/govfreshwp.png\" rel=\"prettyphoto[15597]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/govfreshwp.png\" alt=\"govfreshwp\" width=\"671\" height=\"374\" class=\"aligncenter size-full wp-image-15633\" /></a></p>\n<p>GovFresh WP is a starter theme based on Bootstrap and features all the basics for building a modern website:</p>\n<ul>\n<li>Mobile-friendly and adapts to all devices (PC, laptop, tablet, smartphone)</li>\n<li>Custom header and background images</li>\n<li>Homepage, sidebar, footer widgets</li>\n<li>Data portability – change the design and never lose your content</li>\n</ul>\n<p>It also comes with a <a href=\"http://wp.govfresh.com/plugins/\" target=\"_blank\">list of recommended plugins</a> to help those administering government websites to get started, including solutions for performance and caching, workflow, analytics, security, SEO and more. </p>\n<h3>Calling on WordPress Developers to Help</h3>\n<p>Luke Fretwell is looking for help from the WordPress developer community and GovFresh WP is now available on <a href=\"https://github.com/govfresh/govfreshwp\" target=\"_blank\">github</a>. He wants to improve the theme and incorporate <a href=\"http://govfresh.uservoice.com/forums/238740-govfresh-wp\" target=\"_blank\">new ideas</a>, which will require some rebuilding of his code. </p>\n<p>The project currently has two pilot cities, <a href=\"http://cityofdeleon.org/\" target=\"_blank\">De Leon, TX</a> and <a href=\"http://cityofferndale.org/\" target=\"_blank\">Ferndale, WA</a>, running on the theme, and there are plans in the works to offer support for small city web operations. It would be exciting if the theme had some support for incorporating <a href=\"http://wptavern.com/data-gov-is-using-wordpress-and-all-the-code-is-open-source\" target=\"_blank\">open data features</a> into the website in the case of cities or agencies. If you can help to further develop GovFresh WP or have suggestions to improve it, get in touch with Luke Fretwell at <a href=\"http://govfresh.com/contact\" target=\"_blank\">GovFresh</a>. By contributing to this theme you will be helping smaller governments to more adequately serve their citizens.</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, 28 Jan 2014 22:24:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Sir Trevor WP: An Alternative Post Editor 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=14852\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/sir-trevor-wp-an-alternative-post-editor-for-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=sir-trevor-wp-an-alternative-post-editor-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4711:\"<p>There’s nothing more fun than exploring different interface ideas for the WordPress publishing process. Over the past several months we’ve featured a number of plugins that are vying for the best way to edit content on the front end. <a href=\"http://wordpress.org/plugins/sir-trevor-wp/\" target=\"_blank\">Sir Trevor WP</a> is a new plugin that presents an alternative way to edit content within the admin.</p>\n<p>It’s based on <a href=\"http://madebymany.github.io/sir-trevor-js/\" target=\"_blank\">Sir Trevor JS</a>, a rich content editor that claims not to presuppose anything about how the content will be rendered. Sir Trevor content is made up of blocks that are easy to edit. It ships with a handful of default content blocks but is also extensible if you want to add your own:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/sirtrevorjs.jpg\" rel=\"prettyphoto[14852]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/sirtrevorjs.jpg\" alt=\"sirtrevorjs\" width=\"940\" height=\"182\" class=\"aligncenter size-full wp-image-15605\" /></a></p>\n<p>The Sir Trevor WP plugin brings these intuitive block types into the WordPress content editor, making it easy for anyone to understand how to add content. When you install the plugin, it is turned on by default for all new posts, but you will retain the option to use the normal editor at any time via a strategically placed button. Here’s what Sir Trevor WP looks like in the post editor:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/sir-trevor-wp1.jpg\" rel=\"prettyphoto[14852]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/sir-trevor-wp1.jpg\" alt=\"sir-trevor-wp\" width=\"739\" height=\"338\" class=\"aligncenter size-full wp-image-15610\" /></a></p>\n<p>Selecting the Text block gives you what you need to input text:</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/text-block.jpg\" rel=\"prettyphoto[14852]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/text-block.jpg\" alt=\"text-block\" width=\"833\" height=\"438\" class=\"aligncenter size-full wp-image-15612\" /></a></p>\n<p>Selecting “Image” provides an upload interface that bypasses the normal WordPress media dialog.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/sir-trevor-media.jpg\" rel=\"prettyphoto[14852]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/sir-trevor-media.jpg\" alt=\"sir-trevor-media\" width=\"777\" height=\"496\" class=\"aligncenter size-full wp-image-15614\" /></a></p>\n<h3>Testing Sir Trevor WP</h3>\n<p>If you want to test out this plugin, the most important thing to remember is that you will need to start a new post in order to see it in action. If you go to edit your old posts, Sir Trevor will not be an option.</p>\n<p>No time to test on your own server? Check out an animated gif of the plugin in action.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2014/01/sirtrevor.gif\" rel=\"prettyphoto[14852]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/sirtrevor.gif\" alt=\"sirtrevor\" width=\"384\" height=\"280\" class=\"aligncenter size-full wp-image-15608\" /></a></p>\n<p>You can also try out the <a href=\"http://madebymany.github.io/sir-trevor-js/example.html\" target=\"_blank\">live interactive demo</a> of the editor on the Sir Trevor JS site.</p>\n<p>While testing the plugin, I found that it certainly could use a little polishing. Adding images is currently very slow and may not work at all. Also, you will not be able to edit previously created posts in the Sir Trevor editor. This may ultimately be an impossibility given how it stores content. Errors on content blocks could also be a little more explanatory. For example, a user might receive the following error “List block is invalid”, but there is no explanation to help the user find a way forward. Unless you’re willing to experiment quite a bit, it’s not as user-friendly as it seems from the outset.</p>\n<p>The <a href=\"http://wordpress.org/plugins/sir-trevor-wp/\" target=\"_blank\">Sir Trevor WP</a> plugin probably isn’t ready for a production environment at present, but I love the fact that its creator is exploring new ways to improve the WordPress publishing experience. It reminds me of all of the things that were appealing about the <a href=\"http://wptavern.com/mark-jaquith-on-wordpress-3-6-postmortem-and-post-formats-ui\" target=\"_blank\">Post Formats UI</a> feature the WordPress community explored in 3.6. The challenge of simplifying WordPress’ powerful publishing capabilities still remains. Sir Trevor WP tackles that with a new way of presenting the editor. Hopefully, the surrounding discussion can spark some new ideas for the future.</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, 28 Jan 2014 19:53: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: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: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:48:\"WPTavern: WordPress, Openness, and Communication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15519\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"http://wptavern.com/wordpress-openness-and-communication?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-openness-and-communication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7956:\"<p>One of the battles the WordPress.org project has faced since its inception is communication. Not just how much or how little but also the tools used to communicate. When I followed the development of WordPress with eagle eyes from <strong>2008-2011</strong>, I used all of the communication channels that were available. IRC, the WordPress development blog, the WordPress.org forum, mailing lists, blogs about WordPress, and wherever else discussion on the core of WordPress took place. </p>\n<p>There were times when WordPress appeared to be a completely transparent project. There were also instances when changes took place that were <a href=\"http://justintadlock.com/archives/2010/07/08/lowercase-p-dangit\" title=\"http://justintadlock.com/archives/2010/07/08/lowercase-p-dangit\">not communicated very well to the community</a> that caused more harm than good. </p>\n<div id=\"attachment_15569\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/CommunicationFeaturedImage.jpg\" rel=\"prettyphoto[15519]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/CommunicationFeaturedImage.jpg\" alt=\"Communication Featured Image\" width=\"637\" height=\"200\" class=\"size-full wp-image-15569\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/elycefeliz/3224486233/\">elycefeliz</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a></p></div>\n<h3>Four Examples Of Communication Within WordPress.org</h3>\n<p>Siobhan McKeown, author of the <a title=\"http://wordpress.org/about/history/\" href=\"http://wordpress.org/about/history/\">WordPress history book</a> has <a title=\"http://siobhanmckeown.com/degrees-of-openness-communication-in-the-wordpress-community/\" href=\"http://siobhanmckeown.com/degrees-of-openness-communication-in-the-wordpress-community/\">published a great post</a> that looks at the openness and types of communication used within the WordPress.org project. She specifically highlights four different projects within WordPress. They are as follows:</p>\n<ul>\n<li>Shuttle – Admin redesign project between WordPress 1.5 and 2.3</li>\n<li>Redesign of the backend using design agency Happy Cog</li>\n<li>Redesign of the backend immediately after 2.5 codenamed Crazyhorse</li>\n<li>Redesign of the backend codenamed MP6</li>\n</ul>\n<h3>WordPress 2.5 Morphs Into Crazyhorse</h3>\n<p>I was one of the first to publicly view <a title=\"http://wordpress.org/news/2008/03/wordpress-25-brecker/\" href=\"http://wordpress.org/news/2008/03/wordpress-25-brecker/\">WordPress 2.5</a> redesigned by Happy Cog. It was released at WordCamp Dallas 2008 to cheers. Within a month, those cheers turned into boos. To the surprise of many including myself, the <a title=\"http://wordpress.org/news/2008/10/usability-testing-report-25-and-crazyhorse/\" href=\"http://wordpress.org/news/2008/10/usability-testing-report-25-and-crazyhorse/\">Crazyhorse project was announced</a> soon after the release of 2.5.</p>\n<blockquote><p>Whereas the 2.5 redesign was done behind closed doors, a lot of work was done in the Crazyhorse to keep the community up to date. Significantly, a number of the key developers at that time feel that it was one of the project’s most exciting times, a point at which WordPress really grew up.</p></blockquote>\n<div id=\"attachment_15571\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/WordPress27CrazyHorse.png\" rel=\"prettyphoto[15519]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/WordPress27CrazyHorse.png\" alt=\"WordPress 2.7 Crazyhorse\" width=\"597\" height=\"402\" class=\"size-full wp-image-15571\" /></a><p class=\"wp-caption-text\">WordPress 2.7 Unfinished Post Writing Panel</p></div>\n<p>I agree that Crazyhorse was one of the most exciting times for the WordPress project. It’s one of the few times I remember witnessing a strong devotion to get the community involved in all aspects of the project with surveys and usability reports. Jen Mylo did an awesome job gathering community feedback every step of the way. The communication channel she administered between core developers and users is one of the biggest reasons I believe WordPress 2.7 was so successful. </p>\n<h3>MP6 Development Using a Skype Back Channel</h3>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2013/05/mp6logo.jpg\" rel=\"prettyphoto[15519]\"><img src=\"http://wptavern.com/wp-content/uploads/2013/05/mp6logo.jpg\" alt=\"mp6 plugin header logo\" width=\"206\" height=\"197\" class=\"alignright size-full wp-image-6888\" /></a>MP6 was an interesting project to follow. Most of the communication surrounding the development of MP6 took place on a private Skype channel. Anyone could access the channel if they asked for permission but those chat logs are not searchable. They are not easily obtainable by anyone and it left many people wondering whether this type of communication is beneficial to the development of WordPress. </p>\n<p>During <a href=\"http://youtu.be/al_Saklwq48?t=41m15s\" title=\"http://youtu.be/al_Saklwq48?t=41m15s\">Matt’s State of The Word presentation in 2013</a>, Matt wasn’t sure whether the private channel on Skype was a good or bad thing. At the very least, reports of all of the changes that went into MP6 during the week were published on the <a href=\"http://make.wordpress.org/core/tag/mp6/\" title=\"http://make.wordpress.org/core/tag/mp6/\">Make.core.WordPress blog</a>. The reports gave those that didn’t have access to the Skype channel the chance to provide feedback and be part of the development process. </p>\n<div id=\"attachment_15574\" class=\"wp-caption aligncenter\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/MP6Report.jpg\" rel=\"prettyphoto[15519]\"><img src=\"http://wptavern.com/wp-content/uploads/2014/01/MP6Report-500x283.jpg\" alt=\"Standard Status Report Of MP6\" width=\"500\" height=\"283\" class=\"size-large wp-image-15574\" /></a><p class=\"wp-caption-text\">Standard Status Report Of MP6</p></div>\n<h3>Reports Are Boring But Are Publicly Available</h3>\n<p>There are those who believe that to be truly open source, everything concerning the project should be transparent. Others are ok with back channel conversations as long as the results of those conversations are published in a public location. Thanks to the success of the MP6 model, features as plugins first and other aspects of core development are being published as reports on the <a href=\"http://make.wordpress.org/core/\" title=\"http://make.wordpress.org/core/\">Make.Core.WordPress</a> site. Siobhan made an excellent point regarding all of these reports:</p>\n<blockquote><p>The downfall of all this reporting is that it changes the public tone of the project from a conversation between community members, to a list of reports. The updates blog is particularly report-heavy, though many of the other make blogs are becoming that way. Reports are boring to read. No one wants to read a hundred reports. People want to be part of the conversation. Commenting on a report of a conversation that has already taken place elsewhere doesn’t make you feel part of things.</p></blockquote>\n<h3>Complex Problem With No Easy Solution</h3>\n<p>I agree that reports are <strong>BORING</strong>. However, I’m thankful that the information in those reports is publicly available since I can not be part of the conversation. All it takes for me to keep up with a project is to keep tabs on those reports. The biggest take away from Siobhan’s post is that there is no tool or service that solves all of the communication issues within WordPress.org. It’s a problem that will continue show its ugly head. Thanks to Siobhan for putting the post together and showcasing just how delicate the balance is. </p>\n<p>If you were in a leadership role within the WordPress.org project, what ideas, tools, or suggestions would you put in place to make communication accessible and easier for all contributors? </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, 28 Jan 2014 17:12: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:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 05 Feb 2014 21:06:59 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"205204\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 05 Feb 2014 21:00:17 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20121202214312\";}','no'),(183,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1391677620','no'),(184,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1391634420','no'),(187,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1391677622','no'),(181,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1391677620','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, 05 Feb 2014 20:52: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: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:17:\"CSSable Countdown\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/cssable-countdown/#post-63653\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 00:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63653@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:\"A fully CSS-able jQuery countdown/countup timer available in both widget and shortcode.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"dmonnier\";s: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:25:\"HMK Random Featured Image\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/plugins/hmk-random-featured-image/#post-63663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 13: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63663@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:138:\"The plugin automatically sets a random featured image for post if there is no featured image is selected while creating or editing a post.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Kashif Ali\";s: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:19:\"User Profile Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/plugins/user-profile-fields/#post-63655\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 04:52: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63655@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:80:\"Allows site owners to remove fields from the "User Profile" admin screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"John Luetke\";s: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:14:\"Custom Banners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/custom-banners/#post-63639\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 20:50: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63639@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:138:\"Custom Banners provides a simple interface to upload several banners and show a random or specific one to each visitor, using a shortcode.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"richardgabriel\";s: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:33:\"Balanced Payments for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/plugins/woocommerce-gateway-balanced-payments/#post-63652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 23:12: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:\"63652@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:97:\"A gateway for the WooCommerce eCommerce plugin to allow using Balanced Payments to take payments.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Patrick Garman\";s: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:9:\"Indexisto\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/indexisto/#post-63621\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 12:49: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:36:\"63621@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:110:\"Free hosted search for your site. Fast and easy installation. Ready to use AJAX search box. Fully customizable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Indexisto\";s: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:28:\"PPC Tracker WordPress 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:59:\"https://wordpress.org/plugins/ppc-fraud-detctor/#post-63591\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 18:23:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63591@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:131:\"This is a simple plugin that detects Google Adwords Traffic & generates a report of IP's you can add to ip exclusion list.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"SaveQuickPPC\";s: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:25:\"Stylish Top Author 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:67:\"https://wordpress.org/plugins/stylish-top-author-widget/#post-63624\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 14:38: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:\"63624@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:41:\"Displays author with most published post.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Obaid Hossain\";s: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:23:\"Display Pages Shortcode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/plugins/display-pages-shortcode/#post-63620\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 12:10: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:\"63620@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:63:\"Display a listing of pages using the [display-pages] shortcode.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"RustyBadRobot\";s: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:11:\"WP Dev Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/wp-dev-info/#post-63643\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 22:46: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63643@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:127:\"Displays information on both front and back ends during development, such as memory usage, number of database queries 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:11:\"Michael Ott\";s: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:\"CCR Featured 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/ccr-featured-posts/#post-63542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 05:42:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63542@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:50:\"Featured Posts Widget shows by selected categories\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"codexcoder\";s: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:23:\"CCR Client Testimonials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/plugins/ccr-client-testimonials/#post-63552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 06:14: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:\"63552@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:71:\"CCR Testimonial is a Carousel type Testimonial build with Bootstrap 3.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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"codexcoder\";s: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:11:\"HTML Parser\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/html-parser/#post-63575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 07:04: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63575@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:67:\"It is a very simple plugin that will help you parse your HTML 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:10:\"rishabh_19\";s: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:32:\"Sitemap Generator for Webmasters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/plugins/sitemap-generator-for-webmasters/#post-63641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 21:26: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:\"63641@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:\"This plugin will generate a xml based sitemap.org compliant sitemap for your website. This is required to get your sitemap listed in Google/Bing or Ya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"iwebslogtech\";s: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:74:\"DutyCalculator: Calculate & charge import duty & taxes at checkout\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/dutycalculator-calculate-charge-import-duty-taxes-at-checkout/#post-63622\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2014 14:27: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63622@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:\"Calculate & charge import duty & taxes at checkout to provide your customers with DDP service - requires API key\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"DutyCalculator\";s: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, 05 Feb 2014 21:07:00 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, 05 Feb 2014 21:27:55 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Wed, 05 Feb 2014 20:52:55 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20121202214312\";}','no'),(161,'_transient_timeout_feed_mod_2e1192931376b61c7ce202aecb7ed8ba','1391677619','no'),(162,'_transient_feed_mod_2e1192931376b61c7ce202aecb7ed8ba','1391634419','no'),(163,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1391677619','no'),(164,'_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'),(165,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1391677619','no'),(166,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jan 2014 20:54: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:\"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:33:\"http://wordpress.org/?v=3.9-alpha\";s:7:\"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: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: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: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:18739:\"<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\">iandunn</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:2;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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: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: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: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: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:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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:7;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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:\"\";}}}}}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:31:\"WordPress 3.7 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Oct 2013 19:52:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=2718\";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:331:\"The first release candidate for WordPress 3.7 is now available! In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 next week, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2274:\"<p>The first release candidate for WordPress 3.7 is now available!</p>\n<p>In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>WordPress 3.7 introduces <strong>automatic background updates</strong> for security and minor releases (like updating from 3.7 to 3.7.1). These are really easy to test — RC 1 will update every 12 hours or so to the latest development version, and then email you the results. (You may get two emails: one for debugging, and one all users of 3.7 will receive.) If something went wrong, you can report it.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 3.7 RC1, 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.7-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.7, visit the awesome About screen in your dashboard (<strong><img alt=\"\" src=\"http://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" data-recalc-dims=\"1\" /> → About</strong> in the toolbar). There, you can also see if your install is eligible for background updates. WordPress won’t automatically update, for example, if you’re using version control like Subversion or Git.</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 3.7, so that if there is a compatibility issue, we can figure it out before the final release. Make sure you post any issues to the support forums.</p>\n<p><em>WordPress three seven</em><br />\n<em>A self-updating engine</em><br />\n<em>Lies beneath the hood</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Wed, 05 Feb 2014 21:06:59 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 23 Jan 2014 20:54:06 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20121202214312\";}','no'),(159,'_transient_timeout_feed_2e1192931376b61c7ce202aecb7ed8ba','1391677619','no'),(160,'_transient_feed_2e1192931376b61c7ce202aecb7ed8ba','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:66:\"link:http://037b4ae.netsolhost.com/triciaang/ - 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:103:\"http://www.google.com/search?ie=utf-8&q=link:http://037b4ae.netsolhost.com/triciaang/&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:97:\"Your search - <b>link:http://037b4ae.netsolhost.com/triciaang/</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, 05 Feb 2014 21:06:59 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=b3364a5f633d6f58:FF=0:TM=1391634419:LM=1391634419:S=zZ3p2ALlFAS_VPIH; expires=Fri, 05-Feb-2016 21:06:59 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=67=lNx3jZ60ljMw_w-_aUiaoI5BPfcZ-ZPg1b5s6cql_SGDrWo8QTBmH367XmNBoukTVTvLrHLfGKcJ3zRDEc4EYAiPToyVvjN7k8fPw2fk7rl57O4r0n0zTq15eTAffSZr; expires=Thu, 07-Aug-2014 21:06:59 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'),(185,'_transient_timeout_plugin_slugs','1391720822','no'),(186,'_transient_plugin_slugs','a:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:2;s:36:\"google-sitemap-generator/sitemap.php\";i:3;s:9:\"hello.php\";i:4;s:19:\"jetpack/jetpack.php\";i:5;s:21:\"podpress/podpress.php\";i:6;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(192,'can_compress_scripts','1','yes'),(203,'category_children','a:0:{}','yes'),(196,'_site_transient_timeout_popular_importers_en_US','1391808623','yes'),(197,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(153,'recently_activated','a:0:{}','yes'),(206,'current_theme','Salient','yes'),(207,'theme_mods_salient','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"top_nav\";i:25;}}','yes'),(208,'theme_switched','','yes'),(209,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"258\";s:6:\"height\";s:3:\"275\";s:4:\"crop\";i:1;}','yes'),(210,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"630\";s:4:\"crop\";i:1;}','yes'),(211,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";s:4:\"crop\";i:1;}','yes'),(212,'salient','a:77:{s:11:\"back-to-top\";s:1:\"1\";s:16:\"smooth-scrolling\";s:1:\"1\";s:10:\"responsive\";s:1:\"1\";s:12:\"accent-color\";s:7:\"#27CCC0\";s:13:\"extra-color-1\";s:7:\"#f6653c\";s:13:\"extra-color-2\";s:7:\"#2AC4EA\";s:13:\"extra-color-3\";s:7:\"#333333\";s:12:\"boxed_layout\";s:1:\"0\";s:16:\"background-color\";s:7:\"#f1f1f1\";s:16:\"background-cover\";s:1:\"0\";s:19:\"extended-theme-font\";s:1:\"0\";s:16:\"use-custom-fonts\";s:1:\"0\";s:23:\"header-resize-on-scroll\";s:1:\"1\";s:26:\"header-disable-ajax-search\";s:1:\"0\";s:12:\"header-color\";s:5:\"light\";s:23:\"header-background-color\";s:7:\"#ffffff\";s:17:\"header-font-color\";s:7:\"#888888\";s:23:\"header-font-hover-color\";s:7:\"#27CCC0\";s:32:\"header-dropdown-background-color\";s:7:\"#1F1F1F\";s:38:\"header-dropdown-background-hover-color\";s:7:\"#313233\";s:26:\"header-dropdown-font-color\";s:7:\"#CCCCCC\";s:32:\"header-dropdown-font-hover-color\";s:7:\"#27CCC0\";s:33:\"secondary-header-background-color\";s:7:\"#F8F8F8\";s:27:\"secondary-header-font-color\";s:7:\"#666666\";s:33:\"secondary-header-font-hover-color\";s:7:\"#222222\";s:13:\"header_layout\";s:8:\"standard\";s:23:\"enable_social_in_header\";s:1:\"0\";s:23:\"enable-main-footer-area\";s:1:\"1\";s:14:\"footer_columns\";s:1:\"4\";s:19:\"footer-custom-color\";s:1:\"0\";s:23:\"footer-background-color\";s:7:\"#313233\";s:17:\"footer-font-color\";s:7:\"#CCCCCC\";s:27:\"footer-secondary-font-color\";s:7:\"#777777\";s:33:\"footer-copyright-background-color\";s:7:\"#1F1F1F\";s:27:\"footer-copyright-font-color\";s:7:\"#777777\";s:20:\"cta-background-color\";s:7:\"#ECEBE9\";s:14:\"cta-text-color\";s:7:\"#4B4F52\";s:13:\"cta-btn-color\";s:12:\"accent-color\";s:21:\"main_portfolio_layout\";s:1:\"3\";s:28:\"main_portfolio_project_style\";s:1:\"1\";s:21:\"portfolio_use_masonry\";s:1:\"0\";s:24:\"portfolio_inline_filters\";s:1:\"0\";s:24:\"portfolio_sidebar_follow\";s:1:\"0\";s:16:\"portfolio_social\";s:1:\"1\";s:26:\"portfolio-facebook-sharing\";s:1:\"1\";s:25:\"portfolio-twitter-sharing\";s:1:\"1\";s:27:\"portfolio-pinterest-sharing\";s:1:\"1\";s:14:\"portfolio_date\";s:1:\"1\";s:20:\"portfolio_pagination\";s:1:\"0\";s:26:\"portfolio_extra_pagination\";s:1:\"0\";s:9:\"blog_type\";s:16:\"std-blog-sidebar\";s:10:\"author_bio\";s:1:\"0\";s:17:\"blog_auto_excerpt\";s:1:\"0\";s:11:\"blog_social\";s:1:\"1\";s:21:\"blog-facebook-sharing\";s:1:\"1\";s:20:\"blog-twitter-sharing\";s:1:\"1\";s:22:\"blog-pinterest-sharing\";s:1:\"1\";s:12:\"display_tags\";s:1:\"0\";s:17:\"display_full_date\";s:1:\"0\";s:16:\"extra_pagination\";s:1:\"0\";s:15:\"enable-map-zoom\";s:1:\"0\";s:14:\"use-marker-img\";s:1:\"0\";s:20:\"enable-map-animation\";s:1:\"1\";s:11:\"map-point-1\";s:1:\"0\";s:11:\"map-point-2\";s:1:\"0\";s:11:\"map-point-3\";s:1:\"0\";s:11:\"map-point-4\";s:1:\"0\";s:11:\"map-point-5\";s:1:\"0\";s:11:\"map-point-6\";s:1:\"0\";s:11:\"map-point-7\";s:1:\"0\";s:11:\"map-point-8\";s:1:\"0\";s:11:\"map-point-9\";s:1:\"0\";s:12:\"map-point-10\";s:1:\"0\";s:24:\"slider-caption-animation\";s:1:\"1\";s:23:\"slider-background-cover\";s:1:\"1\";s:15:\"slider-autoplay\";s:1:\"1\";s:15:\"slider-bg-color\";s:7:\"#000000\";}','yes'),(158,'_site_transient_browser_5eb51bc8c7544029173466a3dd61d286','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"32.0.1700.77\";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'),(167,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1391677619','no'),(168,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1391634419','no'),(169,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1391677619','no'),(170,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2014/01/wordpress-3-8-1/\' title=\'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 […] […]\'>WordPress 3.8.1 Maintenance Release</a> <span class=\"rss-date\">January 23, 2014</span><div class=\'rssSummary\'>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 […] […]</div></li><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2013/12/parker/\' title=\'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. […] […]\'>WordPress 3.8 “Parker”</a> <span class=\"rss-date\">December 12, 2013</span><div class=\'rssSummary\'>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. […] […]</div></li></ul></div>','no'),(173,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1391677620','no'),(174,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1391634420','no'),(175,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1391677620','no'),(176,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://buddypress.org/2014/02/buddypress-1-9-2/\' title=\'BuddyPress 1.9.2 is available. This is a security and maintenance release, fixing two possible security issues with Group creation (responsibly disclosed by Pietro Oliva) along with some fixes to our WordPress Menus integration, bp-default theme switching, and improvements to theme compatibility. A complete list of closed tickets can be found at the 1.9.2 mi […]\'>BuddyPress: BuddyPress 1.9.2</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/why-you-should-clean-out-your-wordpress-themes-directory?utm_source=rss&utm_medium=rss&utm_campaign=why-you-should-clean-out-your-wordpress-themes-directory\' title=\'photo credit: 13Moya 十三磨牙 – cc You’ve probably heard the advice that you should delete old or unwanted plugins from your WordPress installation. Plugins are often on the forefront of WordPress housekeeping lists. This is probably due to the fact that on a normal WordPress site you’re usually running just one theme and then multiple, sometimes dozens, of plug […]\'>WPTavern: Why You Should Clean Out Your WordPress Themes Directory</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/daily-plugin-02-05-2014?utm_source=rss&utm_medium=rss&utm_campaign=daily-plugin-02-05-2014\' title=\'Here we are, half way through the week! What a busy week it’s been for the WordPress Plugin Repository! A lot of plugin developer “New Years Resolutions” are starting to bear fruit and are being released into the repository this week after a long month of development. We have a good sampling of fruit this week. Today it’s about Maps, Mobility, Menus, Money a […]\'>WPTavern: Daily Plugin – Maps, Mobile, Money and Maintenance</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2014/02/05/joe-casabona-making-wordpress-mobile-great-responsive-theming-tips-tricks-and-tutorials/\' title=\' […]\'>WordPress.tv: Joe Casabona: Making WordPress Mobile: Great Responsive Theming Tips, Tricks And Tutorials</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wiredtree-to-sponsor-all-north-american-wordcamps-in-2014?utm_source=rss&utm_medium=rss&utm_campaign=wiredtree-to-sponsor-all-north-american-wordcamps-in-2014\' title=\'WiredTree, a webhosting company has become a WordCamp Pillar sponsor. The pillar sponsorship program is a package setup by WordCamp Central that enables businesses to sponsor multiple WordCamp events without having to go through the hassle of sponsoring them individually. WordCamp organizers will have a little less to worry about when it comes to funding for […]\'>WPTavern: WiredTree To Sponsor All North American WordCamps In 2014</a></li></ul></div>','no'),(177,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1391677620','no'),(178,'_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, 05 Feb 2014 21:02:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:46:\"UpdraftPlus - WordPress Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 May 2012 15:14: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:\"38058@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:\"Easy and complete backups + restoration. Manual or automated backups (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"David Anderson\";s: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: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: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: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:\"\";}}}}}}}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, 05 Feb 2014 21:07:00 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'),(179,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1391677620','no'),(180,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1391634420','no'),(188,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/plugins/wordfence/\'>Wordfence Security</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wordfence&_wpnonce=125dce4cd1&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Wordfence Security\'>Install</a>)</span>\n<p>Wordfence Security is a free enterprise class security plugin that includes a firewall, virus scanning, real-time traffic with geolocation and more.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'https://wordpress.org/plugins/woocommerce-gateway-balanced-payments/\'>Balanced Payments for WooCommerce</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=woocommerce-gateway-balanced-payments&_wpnonce=eb4937ed9c&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Balanced Payments for WooCommerce\'>Install</a>)</span>\n<p>A gateway for the WooCommerce eCommerce plugin to allow using Balanced Payments to take payments.</p>\n','no'),(198,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1391635854;s:7:\"checked\";a:8:{s:19:\"akismet/akismet.php\";s:5:\"2.5.7\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"4.2.8\";s:36:\"google-sitemap-generator/sitemap.php\";s:5:\"3.2.9\";s:9:\"hello.php\";s:3:\"1.6\";s:19:\"jetpack/jetpack.php\";s:3:\"2.2\";s:21:\"podpress/podpress.php\";s:9:\"8.8.10.13\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.1\";s:27:\"wp-super-cache/wp-cache.php\";s:3:\"1.2\";}s:8:\"response\";a:6:{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.5.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.2.5.9.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.4\";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.4.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:\"3.4\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.3.3.1.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:3:\"2.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.2.8.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: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'),(213,'wpcf7','a:1:{s:7:\"version\";s:3:\"3.7\";}','yes'),(215,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(218,'wpb_js_templates','a:1:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:8:\"template\";s: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=1674 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'),(1631,1035,'_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>'),(4,5,'_menu_item_type','custom'),(5,5,'_menu_item_menu_item_parent','0'),(6,5,'_menu_item_object_id','5'),(7,5,'_menu_item_object','custom'),(8,5,'_menu_item_target',''),(9,5,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10,5,'_menu_item_xfn',''),(11,5,'_menu_item_url','#'),(12,6,'_menu_item_type','custom'),(13,6,'_menu_item_menu_item_parent','0'),(14,6,'_menu_item_object_id','6'),(15,6,'_menu_item_object','custom'),(16,6,'_menu_item_target',''),(17,6,'_menu_item_classes','a:2:{i:0;s:8:\"megamenu\";i:1;s:9:\"columns-4\";}'),(18,6,'_menu_item_xfn',''),(19,6,'_menu_item_url','#'),(20,7,'_menu_item_type','custom'),(21,7,'_menu_item_menu_item_parent','0'),(22,7,'_menu_item_object_id','7'),(23,7,'_menu_item_object','custom'),(24,7,'_menu_item_target',''),(25,7,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(26,7,'_menu_item_xfn',''),(27,7,'_menu_item_url','#'),(28,8,'_menu_item_type','custom'),(29,8,'_menu_item_menu_item_parent','6'),(30,8,'_menu_item_object_id','8'),(31,8,'_menu_item_object','custom'),(32,8,'_menu_item_target',''),(33,8,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(34,8,'_menu_item_xfn',''),(35,8,'_menu_item_url','#'),(36,9,'_menu_item_type','custom'),(37,9,'_menu_item_menu_item_parent','6'),(38,9,'_menu_item_object_id','9'),(39,9,'_menu_item_object','custom'),(40,9,'_menu_item_target',''),(41,9,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(42,9,'_menu_item_xfn',''),(43,9,'_menu_item_url','#'),(44,10,'_menu_item_type','custom'),(45,10,'_menu_item_menu_item_parent','9'),(46,10,'_menu_item_object_id','10'),(47,10,'_menu_item_object','custom'),(48,10,'_menu_item_target',''),(49,10,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(50,10,'_menu_item_xfn',''),(51,10,'_menu_item_url','#'),(52,11,'_menu_item_type','custom'),(53,11,'_menu_item_menu_item_parent','8'),(54,11,'_menu_item_object_id','11'),(55,11,'_menu_item_object','custom'),(56,11,'_menu_item_target',''),(57,11,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(58,11,'_menu_item_xfn',''),(59,11,'_menu_item_url','#'),(60,12,'_menu_item_type','custom'),(61,12,'_menu_item_menu_item_parent','8'),(62,12,'_menu_item_object_id','12'),(63,12,'_menu_item_object','custom'),(64,12,'_menu_item_target',''),(65,12,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(66,12,'_menu_item_xfn',''),(67,12,'_menu_item_url','#'),(68,13,'_menu_item_type','custom'),(69,13,'_menu_item_menu_item_parent','8'),(70,13,'_menu_item_object_id','13'),(71,13,'_menu_item_object','custom'),(72,13,'_menu_item_target',''),(73,13,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(74,13,'_menu_item_xfn',''),(75,13,'_menu_item_url','#'),(76,14,'_menu_item_type','custom'),(77,14,'_menu_item_menu_item_parent','6'),(78,14,'_menu_item_object_id','14'),(79,14,'_menu_item_object','custom'),(80,14,'_menu_item_target',''),(81,14,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(82,14,'_menu_item_xfn',''),(83,14,'_menu_item_url','http://#'),(84,15,'_menu_item_type','custom'),(85,15,'_menu_item_menu_item_parent','9'),(86,15,'_menu_item_object_id','15'),(87,15,'_menu_item_object','custom'),(88,15,'_menu_item_target',''),(89,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,15,'_menu_item_xfn',''),(91,15,'_menu_item_url','#'),(92,16,'_menu_item_type','custom'),(93,16,'_menu_item_menu_item_parent','9'),(94,16,'_menu_item_object_id','16'),(95,16,'_menu_item_object','custom'),(96,16,'_menu_item_target',''),(97,16,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(98,16,'_menu_item_xfn',''),(99,16,'_menu_item_url','#'),(100,17,'_menu_item_type','custom'),(101,17,'_menu_item_menu_item_parent','8'),(102,17,'_menu_item_object_id','17'),(103,17,'_menu_item_object','custom'),(104,17,'_menu_item_target',''),(105,17,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(106,17,'_menu_item_xfn',''),(107,17,'_menu_item_url','#'),(108,18,'_menu_item_type','custom'),(109,18,'_menu_item_menu_item_parent','20'),(110,18,'_menu_item_object_id','18'),(111,18,'_menu_item_object','custom'),(112,18,'_menu_item_target',''),(113,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(114,18,'_menu_item_xfn',''),(115,18,'_menu_item_url','#'),(116,19,'_menu_item_type','custom'),(117,19,'_menu_item_menu_item_parent','20'),(118,19,'_menu_item_object_id','19'),(119,19,'_menu_item_object','custom'),(120,19,'_menu_item_target',''),(121,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(122,19,'_menu_item_xfn',''),(123,19,'_menu_item_url','#'),(124,20,'_menu_item_type','custom'),(125,20,'_menu_item_menu_item_parent','0'),(126,20,'_menu_item_object_id','20'),(127,20,'_menu_item_object','custom'),(128,20,'_menu_item_target',''),(129,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(130,20,'_menu_item_xfn',''),(131,20,'_menu_item_url','#'),(132,21,'_edit_last','2'),(133,21,'_wp_page_template','default'),(134,21,'_nectar_header_bg',''),(135,21,'_nectar_header_title',''),(136,21,'_nectar_header_subtitle',''),(137,21,'_aioseop_title','Salient | Blog'),(138,23,'_edit_last','2'),(139,23,'_wp_page_template','default'),(140,23,'_nectar_header_bg',''),(141,23,'_nectar_header_title',''),(142,23,'_nectar_header_subtitle',''),(143,23,'_aioseop_title','Salient | Features'),(144,26,'_nectar_header_bg_height',''),(145,26,'_edit_last','1'),(146,26,'_nectar_header_bg',''),(147,26,'_nectar_header_title',''),(148,26,'_nectar_header_subtitle',''),(149,26,'_wp_page_template','template-contact.php'),(150,26,'_aioseop_title','Salient | Contact'),(151,26,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(152,26,'nectar-metabox-portfolio-display-sortable','off'),(153,26,'_nectar_header_parallax','off'),(154,26,'_wpb_vc_js_status','true'),(155,26,'_wpb_vc_js_interface_version','2'),(156,26,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(157,197,'_edit_last','2'),(158,197,'_nectar_header_bg',''),(159,197,'_nectar_header_title','Sidebar page'),(160,197,'_nectar_header_subtitle','consectetur adipiscing elit quisque'),(161,197,'_wp_page_template','page-sidebar.php'),(162,197,'_aioseop_title','Salient | Features - Sidebar'),(163,205,'_edit_last','2'),(164,205,'_nectar_header_bg',''),(165,205,'_nectar_header_title',''),(166,205,'_nectar_header_subtitle',''),(167,205,'_wp_page_template','default'),(168,205,'_aioseop_title','Salient | Features - Columns'),(169,205,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(170,205,'nectar-metabox-portfolio-display-sortable','off'),(171,205,'_nectar_header_parallax','off'),(172,205,'_nectar_header_bg_height',''),(173,205,'_wpb_vc_js_status','true'),(174,205,'_wpb_vc_js_interface_version','2'),(175,205,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(176,207,'_edit_last','2'),(177,207,'_nectar_header_title','Stunning Headers'),(178,207,'_nectar_header_bg','http://themenectar.com/demo/salient/wp-content/uploads/2013/03/features.jpg'),(179,207,'_nectar_header_subtitle','On any page you feel like.'),(180,207,'_wp_page_template','default'),(181,207,'_aioseop_title','Salient | Features - Elements'),(182,207,'_nectar_header_bg_height',''),(183,207,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(184,207,'nectar-metabox-portfolio-display-sortable','off'),(185,207,'_nectar_header_parallax','off'),(186,207,'_wpb_vc_js_status','true'),(187,207,'_wpb_vc_js_interface_version','2'),(188,207,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(189,482,'_edit_last','2'),(190,482,'_nectar_header_bg','http://themenectar.com/demo/salient/wp-content/uploads/2013/04/pricing-tables.jpg'),(191,482,'_nectar_header_bg_height','300'),(192,482,'_nectar_header_title',' Pricing Tables'),(193,482,'_nectar_header_subtitle','Explore all of our awesome plans '),(194,482,'_wp_page_template','default'),(195,482,'_wpb_vc_js_status','true'),(196,482,'_wpb_vc_js_interface_version','2'),(197,482,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(198,482,'nectar-metabox-portfolio-display-sortable','off'),(199,482,'_nectar_header_parallax','off'),(200,482,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(201,551,'_edit_last','2'),(202,551,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(203,551,'nectar-metabox-portfolio-display-sortable','off'),(204,551,'_nectar_header_bg',''),(205,551,'_nectar_header_bg_height',''),(206,551,'_nectar_header_title',''),(207,551,'_nectar_header_subtitle',''),(208,551,'_wp_page_template','default'),(209,551,'_nectar_header_parallax','off'),(210,551,'_wpb_vc_js_status','true'),(211,551,'_wpb_vc_js_interface_version','2'),(212,551,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(213,554,'_edit_last','2'),(214,554,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(215,554,'nectar-metabox-portfolio-display-sortable','off'),(216,554,'_nectar_header_bg',''),(217,554,'_nectar_header_bg_height',''),(218,554,'_nectar_header_title',''),(219,554,'_nectar_header_subtitle',''),(220,554,'_wp_page_template','template-home-4.php'),(221,554,'_nectar_header_parallax','off'),(222,554,'_wpb_vc_js_status','true'),(223,554,'_wpb_vc_js_interface_version','2'),(224,554,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(225,568,'_edit_last','2'),(226,568,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(227,568,'nectar-metabox-portfolio-display-sortable','off'),(228,568,'_nectar_header_bg',''),(229,568,'_nectar_header_parallax','off'),(230,568,'_nectar_header_bg_height',''),(231,568,'_nectar_header_title',''),(232,568,'_nectar_header_subtitle',''),(233,568,'_wp_page_template','default'),(234,568,'_wpb_vc_js_status','true'),(235,568,'_wpb_vc_js_interface_version','0'),(236,568,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(237,580,'_edit_last','2'),(238,580,'_wp_page_template','template-home-4.php'),(239,580,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(240,580,'nectar-metabox-portfolio-display-sortable','off'),(241,580,'_nectar_header_bg',''),(242,580,'_nectar_header_parallax','off'),(243,580,'_nectar_header_bg_height',''),(244,580,'_nectar_header_title',''),(245,580,'_nectar_header_subtitle',''),(246,580,'_wpb_vc_js_status','true'),(247,580,'_wpb_vc_js_interface_version','0'),(248,580,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(249,596,'_edit_last','2'),(250,596,'_wp_page_template','default'),(251,596,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(252,596,'nectar-metabox-portfolio-display-sortable','off'),(253,596,'_nectar_header_bg',''),(254,596,'_nectar_header_parallax','off'),(255,596,'_nectar_header_bg_height',''),(256,596,'_nectar_header_title',''),(257,596,'_nectar_header_subtitle',''),(258,596,'_wpb_vc_js_status','true'),(259,596,'_wpb_vc_js_interface_version','2'),(260,596,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(261,647,'_edit_last','2'),(262,647,'_nectar_header_bg',''),(263,647,'_nectar_header_title',''),(264,647,'_nectar_header_subtitle',''),(265,647,'_wp_page_template','default'),(266,647,'_nectar_header_bg_height',''),(267,647,'_aioseop_title','Salient | About'),(268,647,'_wpb_vc_js_status','false'),(269,647,'_wpb_vc_js_interface_version','0'),(270,647,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(271,647,'nectar-metabox-portfolio-display-sortable','off'),(272,647,'_nectar_header_parallax','off'),(273,647,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(274,648,'_edit_last','2'),(275,648,'_wp_page_template','default'),(276,648,'_nectar_header_bg','http://localhost/premium_theme_1/wp-content/uploads/2013/03/about-me.jpg'),(277,648,'_nectar_header_title','Amanda Klien'),(278,648,'_nectar_header_subtitle','Graphic Designer'),(279,648,'_aioseop_title','Salient | About Me Example'),(280,648,'_nectar_header_bg_height',''),(281,648,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(282,648,'nectar-metabox-portfolio-display-sortable','off'),(283,648,'_nectar_header_parallax','off'),(284,648,'_wpb_vc_js_status','true'),(285,648,'_wpb_vc_js_interface_version','2'),(286,648,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(287,669,'_edit_last','2'),(288,669,'_wp_page_template','default'),(289,669,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(290,669,'nectar-metabox-portfolio-display-sortable','off'),(291,669,'_nectar_header_bg',''),(292,669,'_nectar_header_parallax','off'),(293,669,'_nectar_header_bg_height',''),(294,669,'_nectar_header_title',''),(295,669,'_nectar_header_subtitle',''),(296,669,'_wpb_vc_js_status','true'),(297,669,'_wpb_vc_js_interface_version','2'),(298,669,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(299,704,'_edit_last','2'),(300,704,'_nectar_header_bg',''),(301,704,'_nectar_header_title',''),(302,704,'_nectar_header_subtitle',''),(303,704,'_wp_page_template','default'),(304,704,'_aioseop_title','Salient | About Team Example'),(305,704,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(306,704,'nectar-metabox-portfolio-display-sortable','off'),(307,704,'_nectar_header_bg_height',''),(308,704,'_nectar_header_parallax','off'),(309,704,'_wpb_vc_js_status','true'),(310,704,'_wpb_vc_js_interface_version','2'),(311,704,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(312,709,'_edit_last','2'),(313,709,'_wp_page_template','default'),(314,709,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(315,709,'nectar-metabox-portfolio-display-sortable','off'),(316,709,'_nectar_header_bg',''),(317,709,'_nectar_header_parallax','off'),(318,709,'_nectar_header_bg_height',''),(319,709,'_nectar_header_title',''),(320,709,'_nectar_header_subtitle',''),(321,709,'_wpb_vc_js_status','true'),(322,709,'_wpb_vc_js_interface_version','2'),(323,709,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(324,725,'_edit_last','2'),(325,725,'_wp_page_template','default'),(326,725,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(327,725,'nectar-metabox-portfolio-display-sortable','off'),(328,725,'_nectar_header_bg',''),(329,725,'_nectar_header_parallax','off'),(330,725,'_nectar_header_bg_height',''),(331,725,'_nectar_header_title',''),(332,725,'_nectar_header_subtitle',''),(333,725,'_wpb_vc_js_status','true'),(334,725,'_wpb_vc_js_interface_version','2'),(335,725,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(336,727,'_edit_last','2'),(337,727,'_wp_page_template','default'),(338,727,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(339,727,'nectar-metabox-portfolio-display-sortable','off'),(340,727,'_nectar_header_bg',''),(341,727,'_nectar_header_parallax','off'),(342,727,'_nectar_header_bg_height',''),(343,727,'_nectar_header_title',''),(344,727,'_nectar_header_subtitle',''),(345,727,'_wpb_vc_js_status','true'),(346,727,'_wpb_vc_js_interface_version','2'),(347,727,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(348,729,'_edit_last','2'),(349,729,'_wp_page_template','default'),(350,729,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(351,729,'nectar-metabox-portfolio-display-sortable','off'),(352,729,'_nectar_header_bg',''),(353,729,'_nectar_header_parallax','off'),(354,729,'_nectar_header_bg_height',''),(355,729,'_nectar_header_title',''),(356,729,'_nectar_header_subtitle',''),(357,729,'_wpb_vc_js_status','true'),(358,729,'_wpb_vc_js_interface_version','2'),(359,729,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(360,731,'_edit_last','2'),(361,731,'_wp_page_template','default'),(362,731,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(363,731,'nectar-metabox-portfolio-display-sortable','off'),(364,731,'_nectar_header_bg',''),(365,731,'_nectar_header_parallax','off'),(366,731,'_nectar_header_bg_height',''),(367,731,'_nectar_header_title',''),(368,731,'_nectar_header_subtitle',''),(369,731,'_wpb_vc_js_status','true'),(370,731,'_wpb_vc_js_interface_version','2'),(371,731,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(372,733,'_edit_last','2'),(373,733,'_wp_page_template','default'),(374,733,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(375,733,'nectar-metabox-portfolio-display-sortable','off'),(376,733,'_nectar_header_bg',''),(377,733,'_nectar_header_parallax','off'),(378,733,'_nectar_header_bg_height',''),(379,733,'_nectar_header_title',''),(380,733,'_nectar_header_subtitle',''),(381,733,'_wpb_vc_js_status','true'),(382,733,'_wpb_vc_js_interface_version','2'),(383,733,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(384,743,'_edit_last','2'),(385,743,'_wp_page_template','default'),(386,743,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(387,743,'nectar-metabox-portfolio-display-sortable','off'),(388,743,'_nectar_header_bg',''),(389,743,'_nectar_header_parallax','off'),(390,743,'_nectar_header_bg_height',''),(391,743,'_nectar_header_title',''),(392,743,'_nectar_header_subtitle',''),(393,743,'_wpb_vc_js_status','true'),(394,743,'_wpb_vc_js_interface_version','2'),(395,743,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(396,764,'_edit_last','2'),(397,764,'_wp_page_template','default'),(398,764,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(399,764,'nectar-metabox-portfolio-display-sortable','off'),(400,764,'_nectar_header_bg',''),(401,764,'_nectar_header_parallax','off'),(402,764,'_nectar_header_bg_height',''),(403,764,'_nectar_header_title',''),(404,764,'_nectar_header_subtitle',''),(405,764,'_wpb_vc_js_status','true'),(406,764,'_wpb_vc_js_interface_version','0'),(407,764,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(408,767,'_edit_last','2'),(409,767,'_wp_page_template','default'),(410,767,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(411,767,'nectar-metabox-portfolio-display-sortable','off'),(412,767,'_nectar_header_bg',''),(413,767,'_nectar_header_parallax','off'),(414,767,'_nectar_header_bg_height',''),(415,767,'_nectar_header_title',''),(416,767,'_nectar_header_subtitle',''),(417,767,'_wpb_vc_js_status','true'),(418,767,'_wpb_vc_js_interface_version','0'),(419,767,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(420,770,'_edit_last','2'),(421,770,'_wp_page_template','default'),(422,770,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(423,770,'nectar-metabox-portfolio-display-sortable','off'),(424,770,'_nectar_header_bg',''),(425,770,'_nectar_header_parallax','off'),(426,770,'_nectar_header_bg_height',''),(427,770,'_nectar_header_title',''),(428,770,'_nectar_header_subtitle',''),(429,770,'_wpb_vc_js_status','true'),(430,770,'_wpb_vc_js_interface_version','0'),(431,770,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(432,773,'_edit_last','2'),(433,773,'_wp_page_template','default'),(434,773,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(435,773,'nectar-metabox-portfolio-display-sortable','off'),(436,773,'_nectar_header_bg',''),(437,773,'_nectar_header_parallax','off'),(438,773,'_nectar_header_bg_height',''),(439,773,'_nectar_header_title',''),(440,773,'_nectar_header_subtitle',''),(441,773,'_wpb_vc_js_status','true'),(442,773,'_wpb_vc_js_interface_version','2'),(443,773,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(444,965,'_edit_last','2'),(445,965,'_wp_page_template','default'),(446,965,'_wpb_vc_js_status','true'),(447,965,'_wpb_vc_js_interface_version','2'),(448,965,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(449,965,'nectar-metabox-portfolio-display-sortable','off'),(450,965,'_nectar_header_bg',''),(451,965,'_nectar_header_parallax','off'),(452,965,'_nectar_header_bg_height',''),(453,965,'_nectar_header_title',''),(454,965,'_nectar_header_subtitle',''),(455,965,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(456,965,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:1035;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1390003151;}'),(457,82,'_edit_last','2'),(458,82,'_nectar_quote',''),(459,82,'_nectar_link',''),(460,82,'_nectar_video_m4v',''),(461,82,'_nectar_video_ogv',''),(462,82,'_nectar_video_poster',''),(463,82,'_nectar_video_embed',''),(464,82,'_nectar_audio_mp3','http://themenectar.com/demo/salient/audio/the_dark_world.mp3'),(465,82,'_nectar_audio_ogg','http://themenectar.com/demo/salient/audio/the_dark_world.ogg'),(466,82,'_nectar_love','0'),(467,82,'_format_url',''),(468,82,'_format_link_url',''),(469,82,'_format_quote_source_url',''),(470,82,'_format_quote_source_name',''),(471,82,'_format_image',''),(472,82,'_format_audio_embed',''),(473,82,'_format_video_embed',''),(474,82,'_nectar_gallery_slider','off'),(475,84,'_edit_last','2'),(476,84,'_nectar_quote',''),(477,84,'_nectar_link',''),(478,84,'_nectar_video_m4v','http://themenectar.com/demo/salient/video/big_buck_bunny.mp4'),(479,84,'_nectar_video_ogv','http://themenectar.com/demo/salient/video/big_buck_bunny.ogg'),(480,84,'_nectar_video_poster',''),(481,84,'_nectar_video_embed',''),(482,84,'_nectar_audio_mp3',''),(483,84,'_nectar_audio_ogg',''),(484,84,'_nectar_love','0'),(485,84,'_format_url',''),(486,84,'_format_link_url',''),(487,84,'_format_quote_source_url',''),(488,84,'_format_quote_source_name',''),(489,84,'_format_image',''),(490,84,'_format_audio_embed',''),(491,84,'_format_video_embed',''),(492,84,'_nectar_gallery_slider','off'),(493,87,'_edit_last','2'),(494,87,'_nectar_quote',''),(495,87,'_nectar_link',''),(496,87,'_nectar_video_m4v',''),(497,87,'_nectar_video_ogv',''),(498,87,'_nectar_video_poster',''),(499,87,'_nectar_video_embed',''),(500,87,'_nectar_audio_mp3',''),(501,87,'_nectar_audio_ogg',''),(502,87,'_nectar_love','0'),(503,87,'_format_url',''),(504,87,'_format_link_url',''),(505,87,'_format_quote_source_url',''),(506,87,'_format_quote_source_name',''),(507,87,'_format_image',''),(508,87,'_format_audio_embed',''),(509,87,'_format_video_embed',''),(510,87,'_nectar_gallery_slider','off'),(511,106,'_nectar_quote','Courage is not the absence of fear, but rather the judgement that something else is more important than fear'),(512,106,'_nectar_link',''),(513,106,'_nectar_video_m4v',''),(514,106,'_nectar_video_ogv',''),(515,106,'_nectar_video_poster',''),(516,106,'_nectar_video_embed',''),(517,106,'_nectar_audio_mp3',''),(518,106,'_nectar_audio_ogg',''),(519,106,'_edit_last','2'),(520,106,'_nectar_love','0'),(521,106,'_format_url',''),(522,106,'_format_link_url',''),(523,106,'_format_quote_source_url',''),(524,106,'_format_quote_source_name','Ambrose Redmoon '),(525,106,'_format_image',''),(526,106,'_format_audio_embed',''),(527,106,'_format_video_embed',''),(528,106,'_nectar_gallery_slider','off'),(529,108,'_edit_last','2'),(530,108,'_nectar_quote',''),(531,108,'_nectar_link',''),(532,108,'_nectar_video_m4v',''),(533,108,'_nectar_video_ogv',''),(534,108,'_nectar_video_poster',''),(535,108,'_nectar_video_embed','<iframe src="http://player.vimeo.com/video/53027095" width="800" height="450" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> '),(536,108,'_nectar_audio_mp3',''),(537,108,'_nectar_audio_ogg',''),(538,108,'_nectar_love','0'),(539,108,'_format_url',''),(540,108,'_format_link_url',''),(541,108,'_format_quote_source_url',''),(542,108,'_format_quote_source_name',''),(543,108,'_format_image',''),(544,108,'_format_audio_embed',''),(545,108,'_format_video_embed',''),(546,108,'_nectar_gallery_slider','off'),(547,110,'_edit_last','2'),(548,110,'_nectar_quote',''),(549,110,'_nectar_link',''),(550,110,'_nectar_video_m4v',''),(551,110,'_nectar_video_ogv',''),(552,110,'_nectar_video_poster',''),(553,110,'_nectar_video_embed',''),(554,110,'_nectar_audio_mp3',''),(555,110,'_nectar_audio_ogg',''),(556,110,'_nectar_love','0'),(557,124,'_edit_last','2'),(558,124,'_nectar_quote',''),(559,124,'_nectar_link',''),(560,124,'_nectar_video_m4v',''),(561,124,'_nectar_video_ogv',''),(562,124,'_nectar_video_poster',''),(563,124,'_nectar_video_embed',''),(564,124,'_nectar_audio_mp3',''),(565,124,'_nectar_audio_ogg',''),(566,124,'_nectar_love','0'),(567,124,'_nectar_gallery_slider','off'),(568,137,'_edit_last','2'),(569,137,'_nectar_quote',''),(570,137,'_nectar_link','http://www.themenectar.com'),(571,137,'_nectar_video_m4v',''),(572,137,'_nectar_video_ogv',''),(573,137,'_nectar_video_poster',''),(574,137,'_nectar_video_embed',''),(575,137,'_nectar_audio_mp3',''),(576,137,'_nectar_audio_ogg',''),(577,137,'_nectar_love','0'),(578,137,'_format_url',''),(579,137,'_format_link_url','http://themenectar.com'),(580,137,'_format_quote_source_url',''),(581,137,'_format_quote_source_name',''),(582,137,'_format_image',''),(583,137,'_format_audio_embed',''),(584,137,'_format_video_embed',''),(585,137,'_nectar_gallery_slider','off'),(586,144,'_edit_last','2'),(587,144,'_nectar_quote',''),(588,144,'_nectar_link',''),(589,144,'_nectar_video_m4v',''),(590,144,'_nectar_video_ogv',''),(591,144,'_nectar_video_poster',''),(592,144,'_nectar_video_embed',''),(593,144,'_nectar_audio_mp3',''),(594,144,'_nectar_audio_ogg',''),(595,144,'_nectar_love','0'),(596,144,'_nectar_gallery_slider','off'),(597,789,'_edit_last','2'),(598,789,'_nectar_gallery_slider','off'),(599,789,'_nectar_quote',''),(600,789,'_nectar_link',''),(601,789,'_nectar_video_m4v',''),(602,789,'_nectar_video_ogv',''),(603,789,'_nectar_video_poster',''),(604,789,'_nectar_video_embed',''),(605,789,'_nectar_audio_mp3',''),(606,789,'_nectar_audio_ogg',''),(607,789,'_nectar_love','0'),(608,966,'_menu_item_type','post_type'),(609,966,'_menu_item_menu_item_parent','974'),(610,966,'_menu_item_object_id','568'),(611,966,'_menu_item_object','page'),(612,966,'_menu_item_target',''),(613,966,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(614,966,'_menu_item_xfn',''),(615,966,'_menu_item_url',''),(616,967,'_menu_item_type','post_type'),(617,967,'_menu_item_menu_item_parent','7'),(618,967,'_menu_item_object_id','580'),(619,967,'_menu_item_object','page'),(620,967,'_menu_item_target',''),(621,967,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(622,967,'_menu_item_xfn',''),(623,967,'_menu_item_url',''),(624,968,'_menu_item_type','post_type'),(625,968,'_menu_item_menu_item_parent','5'),(626,968,'_menu_item_object_id','596'),(627,968,'_menu_item_object','page'),(628,968,'_menu_item_target',''),(629,968,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(630,968,'_menu_item_xfn',''),(631,968,'_menu_item_url',''),(632,969,'_menu_item_type','post_type'),(633,969,'_menu_item_menu_item_parent','0'),(634,969,'_menu_item_object_id','21'),(635,969,'_menu_item_object','page'),(636,969,'_menu_item_target',''),(637,969,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(638,969,'_menu_item_xfn',''),(639,969,'_menu_item_url',''),(640,970,'_menu_item_type','post_type'),(641,970,'_menu_item_menu_item_parent','5'),(642,970,'_menu_item_object_id','648'),(643,970,'_menu_item_object','page'),(644,970,'_menu_item_target',''),(645,970,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(646,970,'_menu_item_xfn',''),(647,970,'_menu_item_url',''),(648,971,'_menu_item_type','post_type'),(649,971,'_menu_item_menu_item_parent','0'),(650,971,'_menu_item_object_id','26'),(651,971,'_menu_item_object','page'),(652,971,'_menu_item_target',''),(653,971,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(654,971,'_menu_item_xfn',''),(655,971,'_menu_item_url',''),(656,972,'_menu_item_type','post_type'),(657,972,'_menu_item_menu_item_parent','5'),(658,972,'_menu_item_object_id','704'),(659,972,'_menu_item_object','page'),(660,972,'_menu_item_target',''),(661,972,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(662,972,'_menu_item_xfn',''),(663,972,'_menu_item_url',''),(664,973,'_menu_item_type','post_type'),(665,973,'_menu_item_menu_item_parent','974'),(666,973,'_menu_item_object_id','205'),(667,973,'_menu_item_object','page'),(668,973,'_menu_item_target',''),(669,973,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(670,973,'_menu_item_xfn',''),(671,973,'_menu_item_url',''),(672,974,'_menu_item_type','post_type'),(673,974,'_menu_item_menu_item_parent','6'),(674,974,'_menu_item_object_id','207'),(675,974,'_menu_item_object','page'),(676,974,'_menu_item_target',''),(677,974,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(678,974,'_menu_item_xfn',''),(679,974,'_menu_item_url',''),(680,975,'_menu_item_type','post_type'),(681,975,'_menu_item_menu_item_parent','974'),(682,975,'_menu_item_object_id','482'),(683,975,'_menu_item_object','page'),(684,975,'_menu_item_target',''),(685,975,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(686,975,'_menu_item_xfn',''),(687,975,'_menu_item_url',''),(688,976,'_menu_item_type','post_type'),(689,976,'_menu_item_menu_item_parent','7'),(690,976,'_menu_item_object_id','554'),(691,976,'_menu_item_object','page'),(692,976,'_menu_item_target',''),(693,976,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(694,976,'_menu_item_xfn',''),(695,976,'_menu_item_url',''),(696,977,'_menu_item_type','post_type'),(697,977,'_menu_item_menu_item_parent','7'),(698,977,'_menu_item_object_id','551'),(699,977,'_menu_item_object','page'),(700,977,'_menu_item_target',''),(701,977,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(702,977,'_menu_item_xfn',''),(703,977,'_menu_item_url',''),(704,978,'_menu_item_type','post_type'),(705,978,'_menu_item_menu_item_parent','7'),(706,978,'_menu_item_object_id','669'),(707,978,'_menu_item_object','page'),(708,978,'_menu_item_target',''),(709,978,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(710,978,'_menu_item_xfn',''),(711,978,'_menu_item_url',''),(712,979,'_menu_item_type','post_type'),(713,979,'_menu_item_menu_item_parent','7'),(714,979,'_menu_item_object_id','709'),(715,979,'_menu_item_object','page'),(716,979,'_menu_item_target',''),(717,979,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(718,979,'_menu_item_xfn',''),(719,979,'_menu_item_url',''),(720,980,'_menu_item_type','post_type'),(721,980,'_menu_item_menu_item_parent','19'),(722,980,'_menu_item_object_id','733'),(723,980,'_menu_item_object','page'),(724,980,'_menu_item_target',''),(725,980,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(726,980,'_menu_item_xfn',''),(727,980,'_menu_item_url',''),(728,981,'_menu_item_type','post_type'),(729,981,'_menu_item_menu_item_parent','19'),(730,981,'_menu_item_object_id','731'),(731,981,'_menu_item_object','page'),(732,981,'_menu_item_target',''),(733,981,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(734,981,'_menu_item_xfn',''),(735,981,'_menu_item_url',''),(736,982,'_menu_item_type','post_type'),(737,982,'_menu_item_menu_item_parent','18'),(738,982,'_menu_item_object_id','729'),(739,982,'_menu_item_object','page'),(740,982,'_menu_item_target',''),(741,982,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(742,982,'_menu_item_xfn',''),(743,982,'_menu_item_url',''),(744,983,'_menu_item_type','post_type'),(745,983,'_menu_item_menu_item_parent','18'),(746,983,'_menu_item_object_id','727'),(747,983,'_menu_item_object','page'),(748,983,'_menu_item_target',''),(749,983,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(750,983,'_menu_item_xfn',''),(751,983,'_menu_item_url',''),(752,984,'_menu_item_type','post_type'),(753,984,'_menu_item_menu_item_parent','18'),(754,984,'_menu_item_object_id','725'),(755,984,'_menu_item_object','page'),(756,984,'_menu_item_target',''),(757,984,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(758,984,'_menu_item_xfn',''),(759,984,'_menu_item_url',''),(760,985,'_menu_item_type','post_type'),(761,985,'_menu_item_menu_item_parent','19'),(762,985,'_menu_item_object_id','743'),(763,985,'_menu_item_object','page'),(764,985,'_menu_item_target',''),(765,985,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(766,985,'_menu_item_xfn',''),(767,985,'_menu_item_url',''),(768,986,'_menu_item_type','post_type'),(769,986,'_menu_item_menu_item_parent','14'),(770,986,'_menu_item_object_id','764'),(771,986,'_menu_item_object','page'),(772,986,'_menu_item_target',''),(773,986,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(774,986,'_menu_item_xfn',''),(775,986,'_menu_item_url',''),(776,987,'_menu_item_type','post_type'),(777,987,'_menu_item_menu_item_parent','14'),(778,987,'_menu_item_object_id','767'),(779,987,'_menu_item_object','page'),(780,987,'_menu_item_target',''),(781,987,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(782,987,'_menu_item_xfn',''),(783,987,'_menu_item_url',''),(784,988,'_menu_item_type','post_type'),(785,988,'_menu_item_menu_item_parent','14'),(786,988,'_menu_item_object_id','770'),(787,988,'_menu_item_object','page'),(788,988,'_menu_item_target',''),(789,988,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(790,988,'_menu_item_xfn',''),(791,988,'_menu_item_url',''),(792,989,'_menu_item_type','post_type'),(793,989,'_menu_item_menu_item_parent','19'),(794,989,'_menu_item_object_id','773'),(795,989,'_menu_item_object','page'),(796,989,'_menu_item_target',''),(797,989,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(798,989,'_menu_item_xfn',''),(799,989,'_menu_item_url',''),(800,990,'_menu_item_type','post_type'),(801,990,'_menu_item_menu_item_parent','974'),(802,990,'_menu_item_object_id','207'),(803,990,'_menu_item_object','page'),(804,990,'_menu_item_target',''),(805,990,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(806,990,'_menu_item_xfn',''),(807,990,'_menu_item_url',''),(808,991,'_menu_item_type','post_type'),(809,991,'_menu_item_menu_item_parent','14'),(810,991,'_menu_item_object_id','965'),(811,991,'_menu_item_object','page'),(812,991,'_menu_item_target',''),(813,991,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(814,991,'_menu_item_xfn',''),(815,991,'_menu_item_url',''),(1630,1,'_nectar_love','0'),(818,993,'_menu_item_type','custom'),(819,993,'_menu_item_menu_item_parent','0'),(820,993,'_menu_item_object_id','993'),(821,993,'_menu_item_object','custom'),(822,993,'_menu_item_target',''),(823,993,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(824,993,'_menu_item_xfn',''),(825,993,'_menu_item_url','#'),(826,994,'_menu_item_type','custom'),(827,994,'_menu_item_menu_item_parent','0'),(828,994,'_menu_item_object_id','994'),(829,994,'_menu_item_object','custom'),(830,994,'_menu_item_target',''),(831,994,'_menu_item_classes','a:2:{i:0;s:8:\"megamenu\";i:1;s:9:\"columns-4\";}'),(832,994,'_menu_item_xfn',''),(833,994,'_menu_item_url','#'),(834,995,'_menu_item_type','custom'),(835,995,'_menu_item_menu_item_parent','0'),(836,995,'_menu_item_object_id','995'),(837,995,'_menu_item_object','custom'),(838,995,'_menu_item_target',''),(839,995,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(840,995,'_menu_item_xfn',''),(841,995,'_menu_item_url','#'),(842,996,'_menu_item_type','custom'),(843,996,'_menu_item_menu_item_parent','994'),(844,996,'_menu_item_object_id','996'),(845,996,'_menu_item_object','custom'),(846,996,'_menu_item_target',''),(847,996,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(848,996,'_menu_item_xfn',''),(849,996,'_menu_item_url','#'),(850,997,'_menu_item_type','custom'),(851,997,'_menu_item_menu_item_parent','994'),(852,997,'_menu_item_object_id','997'),(853,997,'_menu_item_object','custom'),(854,997,'_menu_item_target',''),(855,997,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(856,997,'_menu_item_xfn',''),(857,997,'_menu_item_url','#'),(858,998,'_menu_item_type','custom'),(859,998,'_menu_item_menu_item_parent','997'),(860,998,'_menu_item_object_id','998'),(861,998,'_menu_item_object','custom'),(862,998,'_menu_item_target',''),(863,998,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(864,998,'_menu_item_xfn',''),(865,998,'_menu_item_url','#'),(866,999,'_menu_item_type','custom'),(867,999,'_menu_item_menu_item_parent','996'),(868,999,'_menu_item_object_id','999'),(869,999,'_menu_item_object','custom'),(870,999,'_menu_item_target',''),(871,999,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(872,999,'_menu_item_xfn',''),(873,999,'_menu_item_url','#'),(874,1000,'_menu_item_type','custom'),(875,1000,'_menu_item_menu_item_parent','996'),(876,1000,'_menu_item_object_id','1000'),(877,1000,'_menu_item_object','custom'),(878,1000,'_menu_item_target',''),(879,1000,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(880,1000,'_menu_item_xfn',''),(881,1000,'_menu_item_url','#'),(882,1001,'_menu_item_type','custom'),(883,1001,'_menu_item_menu_item_parent','996'),(884,1001,'_menu_item_object_id','1001'),(885,1001,'_menu_item_object','custom'),(886,1001,'_menu_item_target',''),(887,1001,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(888,1001,'_menu_item_xfn',''),(889,1001,'_menu_item_url','#'),(890,1002,'_menu_item_type','custom'),(891,1002,'_menu_item_menu_item_parent','994'),(892,1002,'_menu_item_object_id','1002'),(893,1002,'_menu_item_object','custom'),(894,1002,'_menu_item_target',''),(895,1002,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(896,1002,'_menu_item_xfn',''),(897,1002,'_menu_item_url','http://#'),(898,1003,'_menu_item_type','custom'),(899,1003,'_menu_item_menu_item_parent','997'),(900,1003,'_menu_item_object_id','1003'),(901,1003,'_menu_item_object','custom'),(902,1003,'_menu_item_target',''),(903,1003,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(904,1003,'_menu_item_xfn',''),(905,1003,'_menu_item_url','#'),(906,1004,'_menu_item_type','custom'),(907,1004,'_menu_item_menu_item_parent','997'),(908,1004,'_menu_item_object_id','1004'),(909,1004,'_menu_item_object','custom'),(910,1004,'_menu_item_target',''),(911,1004,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(912,1004,'_menu_item_xfn',''),(913,1004,'_menu_item_url','#'),(914,1005,'_menu_item_type','custom'),(915,1005,'_menu_item_menu_item_parent','996'),(916,1005,'_menu_item_object_id','1005'),(917,1005,'_menu_item_object','custom'),(918,1005,'_menu_item_target',''),(919,1005,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(920,1005,'_menu_item_xfn',''),(921,1005,'_menu_item_url','#'),(922,1006,'_menu_item_type','custom'),(923,1006,'_menu_item_menu_item_parent','1008'),(924,1006,'_menu_item_object_id','1006'),(925,1006,'_menu_item_object','custom'),(926,1006,'_menu_item_target',''),(927,1006,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(928,1006,'_menu_item_xfn',''),(929,1006,'_menu_item_url','#'),(930,1007,'_menu_item_type','custom'),(931,1007,'_menu_item_menu_item_parent','1008'),(932,1007,'_menu_item_object_id','1007'),(933,1007,'_menu_item_object','custom'),(934,1007,'_menu_item_target',''),(935,1007,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(936,1007,'_menu_item_xfn',''),(937,1007,'_menu_item_url','#'),(938,1008,'_menu_item_type','custom'),(939,1008,'_menu_item_menu_item_parent','0'),(940,1008,'_menu_item_object_id','1008'),(941,1008,'_menu_item_object','custom'),(942,1008,'_menu_item_target',''),(943,1008,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(944,1008,'_menu_item_xfn',''),(945,1008,'_menu_item_url','#'),(946,21,'_edit_last','1'),(947,21,'_wp_page_template','default'),(948,21,'_nectar_header_bg',''),(949,21,'_nectar_header_title',''),(950,21,'_nectar_header_subtitle',''),(951,21,'_aioseop_title','Salient | Blog'),(952,23,'_edit_last','1'),(953,23,'_wp_page_template','default'),(954,23,'_nectar_header_bg',''),(955,23,'_nectar_header_title',''),(956,23,'_nectar_header_subtitle',''),(957,23,'_aioseop_title','Salient | Features'),(958,26,'_nectar_header_bg_height',''),(959,26,'_edit_last','1'),(960,26,'_nectar_header_bg',''),(961,26,'_nectar_header_title',''),(962,26,'_nectar_header_subtitle',''),(963,26,'_wp_page_template','template-contact.php'),(964,26,'_aioseop_title','Salient | Contact'),(965,26,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(966,26,'nectar-metabox-portfolio-display-sortable','off'),(967,26,'_nectar_header_parallax','off'),(968,26,'_wpb_vc_js_status','true'),(969,26,'_wpb_vc_js_interface_version','2'),(970,26,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(971,197,'_edit_last','1'),(972,197,'_nectar_header_bg',''),(973,197,'_nectar_header_title','Sidebar page'),(974,197,'_nectar_header_subtitle','consectetur adipiscing elit quisque'),(975,197,'_wp_page_template','page-sidebar.php'),(976,197,'_aioseop_title','Salient | Features - Sidebar'),(977,205,'_edit_last','1'),(978,205,'_nectar_header_bg',''),(979,205,'_nectar_header_title',''),(980,205,'_nectar_header_subtitle',''),(981,205,'_wp_page_template','default'),(982,205,'_aioseop_title','Salient | Features - Columns'),(983,205,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(984,205,'nectar-metabox-portfolio-display-sortable','off'),(985,205,'_nectar_header_parallax','off'),(986,205,'_nectar_header_bg_height',''),(987,205,'_wpb_vc_js_status','true'),(988,205,'_wpb_vc_js_interface_version','2'),(989,205,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(990,207,'_edit_last','1'),(991,207,'_nectar_header_title','Stunning Headers'),(992,207,'_nectar_header_bg','http://themenectar.com/demo/salient/wp-content/uploads/2013/03/features.jpg'),(993,207,'_nectar_header_subtitle','On any page you feel like.'),(994,207,'_wp_page_template','default'),(995,207,'_aioseop_title','Salient | Features - Elements'),(996,207,'_nectar_header_bg_height',''),(997,207,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(998,207,'nectar-metabox-portfolio-display-sortable','off'),(999,207,'_nectar_header_parallax','off'),(1000,207,'_wpb_vc_js_status','true'),(1001,207,'_wpb_vc_js_interface_version','2'),(1002,207,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1003,482,'_edit_last','1'),(1004,482,'_nectar_header_bg','http://themenectar.com/demo/salient/wp-content/uploads/2013/04/pricing-tables.jpg'),(1005,482,'_nectar_header_bg_height','300'),(1006,482,'_nectar_header_title',' Pricing Tables'),(1007,482,'_nectar_header_subtitle','Explore all of our awesome plans '),(1008,482,'_wp_page_template','default'),(1009,482,'_wpb_vc_js_status','true'),(1010,482,'_wpb_vc_js_interface_version','2'),(1011,482,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1012,482,'nectar-metabox-portfolio-display-sortable','off'),(1013,482,'_nectar_header_parallax','off'),(1014,482,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1015,551,'_edit_last','1'),(1016,551,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1017,551,'nectar-metabox-portfolio-display-sortable','off'),(1018,551,'_nectar_header_bg',''),(1019,551,'_nectar_header_bg_height',''),(1020,551,'_nectar_header_title',''),(1021,551,'_nectar_header_subtitle',''),(1022,551,'_wp_page_template','default'),(1023,551,'_nectar_header_parallax','off'),(1024,551,'_wpb_vc_js_status','true'),(1025,551,'_wpb_vc_js_interface_version','2'),(1026,551,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1027,554,'_edit_last','1'),(1028,554,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1029,554,'nectar-metabox-portfolio-display-sortable','off'),(1030,554,'_nectar_header_bg',''),(1031,554,'_nectar_header_bg_height',''),(1032,554,'_nectar_header_title',''),(1033,554,'_nectar_header_subtitle',''),(1034,554,'_wp_page_template','template-home-4.php'),(1035,554,'_nectar_header_parallax','off'),(1036,554,'_wpb_vc_js_status','true'),(1037,554,'_wpb_vc_js_interface_version','2'),(1038,554,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1039,568,'_edit_last','1'),(1040,568,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1041,568,'nectar-metabox-portfolio-display-sortable','off'),(1042,568,'_nectar_header_bg',''),(1043,568,'_nectar_header_parallax','off'),(1044,568,'_nectar_header_bg_height',''),(1045,568,'_nectar_header_title',''),(1046,568,'_nectar_header_subtitle',''),(1047,568,'_wp_page_template','default'),(1048,568,'_wpb_vc_js_status','true'),(1049,568,'_wpb_vc_js_interface_version','0'),(1050,568,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1051,580,'_edit_last','1'),(1052,580,'_wp_page_template','template-home-4.php'),(1053,580,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1054,580,'nectar-metabox-portfolio-display-sortable','off'),(1055,580,'_nectar_header_bg',''),(1056,580,'_nectar_header_parallax','off'),(1057,580,'_nectar_header_bg_height',''),(1058,580,'_nectar_header_title',''),(1059,580,'_nectar_header_subtitle',''),(1060,580,'_wpb_vc_js_status','true'),(1061,580,'_wpb_vc_js_interface_version','0'),(1062,580,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1063,596,'_edit_last','1'),(1064,596,'_wp_page_template','default'),(1065,596,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1066,596,'nectar-metabox-portfolio-display-sortable','off'),(1067,596,'_nectar_header_bg',''),(1068,596,'_nectar_header_parallax','off'),(1069,596,'_nectar_header_bg_height',''),(1070,596,'_nectar_header_title',''),(1071,596,'_nectar_header_subtitle',''),(1072,596,'_wpb_vc_js_status','true'),(1073,596,'_wpb_vc_js_interface_version','2'),(1074,596,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1075,647,'_edit_last','1'),(1076,647,'_nectar_header_bg',''),(1077,647,'_nectar_header_title',''),(1078,647,'_nectar_header_subtitle',''),(1079,647,'_wp_page_template','default'),(1080,647,'_nectar_header_bg_height',''),(1081,647,'_aioseop_title','Salient | About'),(1082,647,'_wpb_vc_js_status','false'),(1083,647,'_wpb_vc_js_interface_version','0'),(1084,647,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1085,647,'nectar-metabox-portfolio-display-sortable','off'),(1086,647,'_nectar_header_parallax','off'),(1087,647,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1088,648,'_edit_last','1'),(1089,648,'_wp_page_template','default'),(1090,648,'_nectar_header_bg','http://localhost/premium_theme_1/wp-content/uploads/2013/03/about-me.jpg'),(1091,648,'_nectar_header_title','Amanda Klien'),(1092,648,'_nectar_header_subtitle','Graphic Designer'),(1093,648,'_aioseop_title','Salient | About Me Example'),(1094,648,'_nectar_header_bg_height',''),(1095,648,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1096,648,'nectar-metabox-portfolio-display-sortable','off'),(1097,648,'_nectar_header_parallax','off'),(1098,648,'_wpb_vc_js_status','true'),(1099,648,'_wpb_vc_js_interface_version','2'),(1100,648,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1101,669,'_edit_last','1'),(1102,669,'_wp_page_template','default'),(1103,669,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1104,669,'nectar-metabox-portfolio-display-sortable','off'),(1105,669,'_nectar_header_bg',''),(1106,669,'_nectar_header_parallax','off'),(1107,669,'_nectar_header_bg_height',''),(1108,669,'_nectar_header_title',''),(1109,669,'_nectar_header_subtitle',''),(1110,669,'_wpb_vc_js_status','true'),(1111,669,'_wpb_vc_js_interface_version','2'),(1112,669,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1113,704,'_edit_last','1'),(1114,704,'_nectar_header_bg',''),(1115,704,'_nectar_header_title',''),(1116,704,'_nectar_header_subtitle',''),(1117,704,'_wp_page_template','default'),(1118,704,'_aioseop_title','Salient | About Team Example'),(1119,704,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1120,704,'nectar-metabox-portfolio-display-sortable','off'),(1121,704,'_nectar_header_bg_height',''),(1122,704,'_nectar_header_parallax','off'),(1123,704,'_wpb_vc_js_status','true'),(1124,704,'_wpb_vc_js_interface_version','2'),(1125,704,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1126,709,'_edit_last','1'),(1127,709,'_wp_page_template','default'),(1128,709,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1129,709,'nectar-metabox-portfolio-display-sortable','off'),(1130,709,'_nectar_header_bg',''),(1131,709,'_nectar_header_parallax','off'),(1132,709,'_nectar_header_bg_height',''),(1133,709,'_nectar_header_title',''),(1134,709,'_nectar_header_subtitle',''),(1135,709,'_wpb_vc_js_status','true'),(1136,709,'_wpb_vc_js_interface_version','2'),(1137,709,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1138,725,'_edit_last','1'),(1139,725,'_wp_page_template','default'),(1140,725,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1141,725,'nectar-metabox-portfolio-display-sortable','off'),(1142,725,'_nectar_header_bg',''),(1143,725,'_nectar_header_parallax','off'),(1144,725,'_nectar_header_bg_height',''),(1145,725,'_nectar_header_title',''),(1146,725,'_nectar_header_subtitle',''),(1147,725,'_wpb_vc_js_status','true'),(1148,725,'_wpb_vc_js_interface_version','2'),(1149,725,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1150,727,'_edit_last','1'),(1151,727,'_wp_page_template','default'),(1152,727,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1153,727,'nectar-metabox-portfolio-display-sortable','off'),(1154,727,'_nectar_header_bg',''),(1155,727,'_nectar_header_parallax','off'),(1156,727,'_nectar_header_bg_height',''),(1157,727,'_nectar_header_title',''),(1158,727,'_nectar_header_subtitle',''),(1159,727,'_wpb_vc_js_status','true'),(1160,727,'_wpb_vc_js_interface_version','2'),(1161,727,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1162,729,'_edit_last','1'),(1163,729,'_wp_page_template','default'),(1164,729,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1165,729,'nectar-metabox-portfolio-display-sortable','off'),(1166,729,'_nectar_header_bg',''),(1167,729,'_nectar_header_parallax','off'),(1168,729,'_nectar_header_bg_height',''),(1169,729,'_nectar_header_title',''),(1170,729,'_nectar_header_subtitle',''),(1171,729,'_wpb_vc_js_status','true'),(1172,729,'_wpb_vc_js_interface_version','2'),(1173,729,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1174,731,'_edit_last','1'),(1175,731,'_wp_page_template','default'),(1176,731,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1177,731,'nectar-metabox-portfolio-display-sortable','off'),(1178,731,'_nectar_header_bg',''),(1179,731,'_nectar_header_parallax','off'),(1180,731,'_nectar_header_bg_height',''),(1181,731,'_nectar_header_title',''),(1182,731,'_nectar_header_subtitle',''),(1183,731,'_wpb_vc_js_status','true'),(1184,731,'_wpb_vc_js_interface_version','2'),(1185,731,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1186,733,'_edit_last','1'),(1187,733,'_wp_page_template','default'),(1188,733,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1189,733,'nectar-metabox-portfolio-display-sortable','off'),(1190,733,'_nectar_header_bg',''),(1191,733,'_nectar_header_parallax','off'),(1192,733,'_nectar_header_bg_height',''),(1193,733,'_nectar_header_title',''),(1194,733,'_nectar_header_subtitle',''),(1195,733,'_wpb_vc_js_status','true'),(1196,733,'_wpb_vc_js_interface_version','2'),(1197,733,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1198,743,'_edit_last','1'),(1199,743,'_wp_page_template','default'),(1200,743,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1201,743,'nectar-metabox-portfolio-display-sortable','off'),(1202,743,'_nectar_header_bg',''),(1203,743,'_nectar_header_parallax','off'),(1204,743,'_nectar_header_bg_height',''),(1205,743,'_nectar_header_title',''),(1206,743,'_nectar_header_subtitle',''),(1207,743,'_wpb_vc_js_status','true'),(1208,743,'_wpb_vc_js_interface_version','2'),(1209,743,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1210,764,'_edit_last','1'),(1211,764,'_wp_page_template','default'),(1212,764,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1213,764,'nectar-metabox-portfolio-display-sortable','off'),(1214,764,'_nectar_header_bg',''),(1215,764,'_nectar_header_parallax','off'),(1216,764,'_nectar_header_bg_height',''),(1217,764,'_nectar_header_title',''),(1218,764,'_nectar_header_subtitle',''),(1219,764,'_wpb_vc_js_status','true'),(1220,764,'_wpb_vc_js_interface_version','0'),(1221,764,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1222,767,'_edit_last','1'),(1223,767,'_wp_page_template','default'),(1224,767,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1225,767,'nectar-metabox-portfolio-display-sortable','off'),(1226,767,'_nectar_header_bg',''),(1227,767,'_nectar_header_parallax','off'),(1228,767,'_nectar_header_bg_height',''),(1229,767,'_nectar_header_title',''),(1230,767,'_nectar_header_subtitle',''),(1231,767,'_wpb_vc_js_status','true'),(1232,767,'_wpb_vc_js_interface_version','0'),(1233,767,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1234,770,'_edit_last','1'),(1235,770,'_wp_page_template','default'),(1236,770,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1237,770,'nectar-metabox-portfolio-display-sortable','off'),(1238,770,'_nectar_header_bg',''),(1239,770,'_nectar_header_parallax','off'),(1240,770,'_nectar_header_bg_height',''),(1241,770,'_nectar_header_title',''),(1242,770,'_nectar_header_subtitle',''),(1243,770,'_wpb_vc_js_status','true'),(1244,770,'_wpb_vc_js_interface_version','0'),(1245,770,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1246,773,'_edit_last','1'),(1247,773,'_wp_page_template','default'),(1248,773,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1249,773,'nectar-metabox-portfolio-display-sortable','off'),(1250,773,'_nectar_header_bg',''),(1251,773,'_nectar_header_parallax','off'),(1252,773,'_nectar_header_bg_height',''),(1253,773,'_nectar_header_title',''),(1254,773,'_nectar_header_subtitle',''),(1255,773,'_wpb_vc_js_status','true'),(1256,773,'_wpb_vc_js_interface_version','2'),(1257,773,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1258,965,'_edit_last','1'),(1259,965,'_wp_page_template','default'),(1260,965,'_wpb_vc_js_status','true'),(1261,965,'_wpb_vc_js_interface_version','2'),(1262,965,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1263,965,'nectar-metabox-portfolio-display-sortable','off'),(1264,965,'_nectar_header_bg',''),(1265,965,'_nectar_header_parallax','off'),(1266,965,'_nectar_header_bg_height',''),(1267,965,'_nectar_header_title',''),(1268,965,'_nectar_header_subtitle',''),(1269,965,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1270,965,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:1035;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1390003151;}'),(1271,82,'_edit_last','1'),(1272,82,'_nectar_quote',''),(1273,82,'_nectar_link',''),(1274,82,'_nectar_video_m4v',''),(1275,82,'_nectar_video_ogv',''),(1276,82,'_nectar_video_poster',''),(1277,82,'_nectar_video_embed',''),(1278,82,'_nectar_audio_mp3','http://themenectar.com/demo/salient/audio/the_dark_world.mp3'),(1279,82,'_nectar_audio_ogg','http://themenectar.com/demo/salient/audio/the_dark_world.ogg'),(1280,82,'_nectar_love','0'),(1281,82,'_format_url',''),(1282,82,'_format_link_url',''),(1283,82,'_format_quote_source_url',''),(1284,82,'_format_quote_source_name',''),(1285,82,'_format_image',''),(1286,82,'_format_audio_embed',''),(1287,82,'_format_video_embed',''),(1288,82,'_nectar_gallery_slider','off'),(1289,84,'_edit_last','1'),(1290,84,'_nectar_quote',''),(1291,84,'_nectar_link',''),(1292,84,'_nectar_video_m4v','http://themenectar.com/demo/salient/video/big_buck_bunny.mp4'),(1293,84,'_nectar_video_ogv','http://themenectar.com/demo/salient/video/big_buck_bunny.ogg'),(1294,84,'_nectar_video_poster',''),(1295,84,'_nectar_video_embed',''),(1296,84,'_nectar_audio_mp3',''),(1297,84,'_nectar_audio_ogg',''),(1298,84,'_nectar_love','0'),(1299,84,'_format_url',''),(1300,84,'_format_link_url',''),(1301,84,'_format_quote_source_url',''),(1302,84,'_format_quote_source_name',''),(1303,84,'_format_image',''),(1304,84,'_format_audio_embed',''),(1305,84,'_format_video_embed',''),(1306,84,'_nectar_gallery_slider','off'),(1307,87,'_edit_last','1'),(1308,87,'_nectar_quote',''),(1309,87,'_nectar_link',''),(1310,87,'_nectar_video_m4v',''),(1311,87,'_nectar_video_ogv',''),(1312,87,'_nectar_video_poster',''),(1313,87,'_nectar_video_embed',''),(1314,87,'_nectar_audio_mp3',''),(1315,87,'_nectar_audio_ogg',''),(1316,87,'_nectar_love','0'),(1317,87,'_format_url',''),(1318,87,'_format_link_url',''),(1319,87,'_format_quote_source_url',''),(1320,87,'_format_quote_source_name',''),(1321,87,'_format_image',''),(1322,87,'_format_audio_embed',''),(1323,87,'_format_video_embed',''),(1324,87,'_nectar_gallery_slider','off'),(1325,106,'_nectar_quote','Courage is not the absence of fear, but rather the judgement that something else is more important than fear'),(1326,106,'_nectar_link',''),(1327,106,'_nectar_video_m4v',''),(1328,106,'_nectar_video_ogv',''),(1329,106,'_nectar_video_poster',''),(1330,106,'_nectar_video_embed',''),(1331,106,'_nectar_audio_mp3',''),(1332,106,'_nectar_audio_ogg',''),(1333,106,'_edit_last','1'),(1334,106,'_nectar_love','0'),(1335,106,'_format_url',''),(1336,106,'_format_link_url',''),(1337,106,'_format_quote_source_url',''),(1338,106,'_format_quote_source_name','Ambrose Redmoon '),(1339,106,'_format_image',''),(1340,106,'_format_audio_embed',''),(1341,106,'_format_video_embed',''),(1342,106,'_nectar_gallery_slider','off'),(1343,108,'_edit_last','1'),(1344,108,'_nectar_quote',''),(1345,108,'_nectar_link',''),(1346,108,'_nectar_video_m4v',''),(1347,108,'_nectar_video_ogv',''),(1348,108,'_nectar_video_poster',''),(1349,108,'_nectar_video_embed','<iframe src="http://player.vimeo.com/video/53027095" width="800" height="450" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> '),(1350,108,'_nectar_audio_mp3',''),(1351,108,'_nectar_audio_ogg',''),(1352,108,'_nectar_love','0'),(1353,108,'_format_url',''),(1354,108,'_format_link_url',''),(1355,108,'_format_quote_source_url',''),(1356,108,'_format_quote_source_name',''),(1357,108,'_format_image',''),(1358,108,'_format_audio_embed',''),(1359,108,'_format_video_embed',''),(1360,108,'_nectar_gallery_slider','off'),(1361,110,'_edit_last','1'),(1362,110,'_nectar_quote',''),(1363,110,'_nectar_link',''),(1364,110,'_nectar_video_m4v',''),(1365,110,'_nectar_video_ogv',''),(1366,110,'_nectar_video_poster',''),(1367,110,'_nectar_video_embed',''),(1368,110,'_nectar_audio_mp3',''),(1369,110,'_nectar_audio_ogg',''),(1370,110,'_nectar_love','0'),(1371,124,'_edit_last','1'),(1372,124,'_nectar_quote',''),(1373,124,'_nectar_link',''),(1374,124,'_nectar_video_m4v',''),(1375,124,'_nectar_video_ogv',''),(1376,124,'_nectar_video_poster',''),(1377,124,'_nectar_video_embed',''),(1378,124,'_nectar_audio_mp3',''),(1379,124,'_nectar_audio_ogg',''),(1380,124,'_nectar_love','0'),(1381,124,'_nectar_gallery_slider','off'),(1382,137,'_edit_last','1'),(1383,137,'_nectar_quote',''),(1384,137,'_nectar_link','http://www.themenectar.com'),(1385,137,'_nectar_video_m4v',''),(1386,137,'_nectar_video_ogv',''),(1387,137,'_nectar_video_poster',''),(1388,137,'_nectar_video_embed',''),(1389,137,'_nectar_audio_mp3',''),(1390,137,'_nectar_audio_ogg',''),(1391,137,'_nectar_love','0'),(1392,137,'_format_url',''),(1393,137,'_format_link_url','http://themenectar.com'),(1394,137,'_format_quote_source_url',''),(1395,137,'_format_quote_source_name',''),(1396,137,'_format_image',''),(1397,137,'_format_audio_embed',''),(1398,137,'_format_video_embed',''),(1399,137,'_nectar_gallery_slider','off'),(1400,144,'_edit_last','1'),(1401,144,'_nectar_quote',''),(1402,144,'_nectar_link',''),(1403,144,'_nectar_video_m4v',''),(1404,144,'_nectar_video_ogv',''),(1405,144,'_nectar_video_poster',''),(1406,144,'_nectar_video_embed',''),(1407,144,'_nectar_audio_mp3',''),(1408,144,'_nectar_audio_ogg',''),(1409,144,'_nectar_love','0'),(1410,144,'_nectar_gallery_slider','off'),(1411,789,'_edit_last','1'),(1412,789,'_nectar_gallery_slider','off'),(1413,789,'_nectar_quote',''),(1414,789,'_nectar_link',''),(1415,789,'_nectar_video_m4v',''),(1416,789,'_nectar_video_ogv',''),(1417,789,'_nectar_video_poster',''),(1418,789,'_nectar_video_embed',''),(1419,789,'_nectar_audio_mp3',''),(1420,789,'_nectar_audio_ogg',''),(1421,789,'_nectar_love','0'),(1422,1009,'_menu_item_type','post_type'),(1423,1009,'_menu_item_menu_item_parent','1017'),(1424,1009,'_menu_item_object_id','568'),(1425,1009,'_menu_item_object','page'),(1426,1009,'_menu_item_target',''),(1427,1009,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1428,1009,'_menu_item_xfn',''),(1429,1009,'_menu_item_url',''),(1430,1010,'_menu_item_type','post_type'),(1431,1010,'_menu_item_menu_item_parent','995'),(1432,1010,'_menu_item_object_id','580'),(1433,1010,'_menu_item_object','page'),(1434,1010,'_menu_item_target',''),(1435,1010,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1436,1010,'_menu_item_xfn',''),(1437,1010,'_menu_item_url',''),(1438,1011,'_menu_item_type','post_type'),(1439,1011,'_menu_item_menu_item_parent','993'),(1440,1011,'_menu_item_object_id','596'),(1441,1011,'_menu_item_object','page'),(1442,1011,'_menu_item_target',''),(1443,1011,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1444,1011,'_menu_item_xfn',''),(1445,1011,'_menu_item_url',''),(1446,1012,'_menu_item_type','post_type'),(1447,1012,'_menu_item_menu_item_parent','0'),(1448,1012,'_menu_item_object_id','21'),(1449,1012,'_menu_item_object','page'),(1450,1012,'_menu_item_target',''),(1451,1012,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1452,1012,'_menu_item_xfn',''),(1453,1012,'_menu_item_url',''),(1454,1013,'_menu_item_type','post_type'),(1455,1013,'_menu_item_menu_item_parent','993'),(1456,1013,'_menu_item_object_id','648'),(1457,1013,'_menu_item_object','page'),(1458,1013,'_menu_item_target',''),(1459,1013,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1460,1013,'_menu_item_xfn',''),(1461,1013,'_menu_item_url',''),(1462,1014,'_menu_item_type','post_type'),(1463,1014,'_menu_item_menu_item_parent','0'),(1464,1014,'_menu_item_object_id','26'),(1465,1014,'_menu_item_object','page'),(1466,1014,'_menu_item_target',''),(1467,1014,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1468,1014,'_menu_item_xfn',''),(1469,1014,'_menu_item_url',''),(1470,1015,'_menu_item_type','post_type'),(1471,1015,'_menu_item_menu_item_parent','993'),(1472,1015,'_menu_item_object_id','704'),(1473,1015,'_menu_item_object','page'),(1474,1015,'_menu_item_target',''),(1475,1015,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1476,1015,'_menu_item_xfn',''),(1477,1015,'_menu_item_url',''),(1478,1016,'_menu_item_type','post_type'),(1479,1016,'_menu_item_menu_item_parent','1017'),(1480,1016,'_menu_item_object_id','205'),(1481,1016,'_menu_item_object','page'),(1482,1016,'_menu_item_target',''),(1483,1016,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1484,1016,'_menu_item_xfn',''),(1485,1016,'_menu_item_url',''),(1486,1017,'_menu_item_type','post_type'),(1487,1017,'_menu_item_menu_item_parent','994'),(1488,1017,'_menu_item_object_id','207'),(1489,1017,'_menu_item_object','page'),(1490,1017,'_menu_item_target',''),(1491,1017,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1492,1017,'_menu_item_xfn',''),(1493,1017,'_menu_item_url',''),(1494,1018,'_menu_item_type','post_type'),(1495,1018,'_menu_item_menu_item_parent','1017'),(1496,1018,'_menu_item_object_id','482'),(1497,1018,'_menu_item_object','page'),(1498,1018,'_menu_item_target',''),(1499,1018,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1500,1018,'_menu_item_xfn',''),(1501,1018,'_menu_item_url',''),(1502,1019,'_menu_item_type','post_type'),(1503,1019,'_menu_item_menu_item_parent','995'),(1504,1019,'_menu_item_object_id','554'),(1505,1019,'_menu_item_object','page'),(1506,1019,'_menu_item_target',''),(1507,1019,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1508,1019,'_menu_item_xfn',''),(1509,1019,'_menu_item_url',''),(1510,1020,'_menu_item_type','post_type'),(1511,1020,'_menu_item_menu_item_parent','995'),(1512,1020,'_menu_item_object_id','551'),(1513,1020,'_menu_item_object','page'),(1514,1020,'_menu_item_target',''),(1515,1020,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1516,1020,'_menu_item_xfn',''),(1517,1020,'_menu_item_url',''),(1518,1021,'_menu_item_type','post_type'),(1519,1021,'_menu_item_menu_item_parent','995'),(1520,1021,'_menu_item_object_id','669'),(1521,1021,'_menu_item_object','page'),(1522,1021,'_menu_item_target',''),(1523,1021,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1524,1021,'_menu_item_xfn',''),(1525,1021,'_menu_item_url',''),(1526,1022,'_menu_item_type','post_type'),(1527,1022,'_menu_item_menu_item_parent','995'),(1528,1022,'_menu_item_object_id','709'),(1529,1022,'_menu_item_object','page'),(1530,1022,'_menu_item_target',''),(1531,1022,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1532,1022,'_menu_item_xfn',''),(1533,1022,'_menu_item_url',''),(1534,1023,'_menu_item_type','post_type'),(1535,1023,'_menu_item_menu_item_parent','1007'),(1536,1023,'_menu_item_object_id','733'),(1537,1023,'_menu_item_object','page'),(1538,1023,'_menu_item_target',''),(1539,1023,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1540,1023,'_menu_item_xfn',''),(1541,1023,'_menu_item_url',''),(1542,1024,'_menu_item_type','post_type'),(1543,1024,'_menu_item_menu_item_parent','1007'),(1544,1024,'_menu_item_object_id','731'),(1545,1024,'_menu_item_object','page'),(1546,1024,'_menu_item_target',''),(1547,1024,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1548,1024,'_menu_item_xfn',''),(1549,1024,'_menu_item_url',''),(1550,1025,'_menu_item_type','post_type'),(1551,1025,'_menu_item_menu_item_parent','1006'),(1552,1025,'_menu_item_object_id','729'),(1553,1025,'_menu_item_object','page'),(1554,1025,'_menu_item_target',''),(1555,1025,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1556,1025,'_menu_item_xfn',''),(1557,1025,'_menu_item_url',''),(1558,1026,'_menu_item_type','post_type'),(1559,1026,'_menu_item_menu_item_parent','1006'),(1560,1026,'_menu_item_object_id','727'),(1561,1026,'_menu_item_object','page'),(1562,1026,'_menu_item_target',''),(1563,1026,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1564,1026,'_menu_item_xfn',''),(1565,1026,'_menu_item_url',''),(1566,1027,'_menu_item_type','post_type'),(1567,1027,'_menu_item_menu_item_parent','1006'),(1568,1027,'_menu_item_object_id','725'),(1569,1027,'_menu_item_object','page'),(1570,1027,'_menu_item_target',''),(1571,1027,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1572,1027,'_menu_item_xfn',''),(1573,1027,'_menu_item_url',''),(1574,1028,'_menu_item_type','post_type'),(1575,1028,'_menu_item_menu_item_parent','1007'),(1576,1028,'_menu_item_object_id','743'),(1577,1028,'_menu_item_object','page'),(1578,1028,'_menu_item_target',''),(1579,1028,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1580,1028,'_menu_item_xfn',''),(1581,1028,'_menu_item_url',''),(1582,1029,'_menu_item_type','post_type'),(1583,1029,'_menu_item_menu_item_parent','1002'),(1584,1029,'_menu_item_object_id','764'),(1585,1029,'_menu_item_object','page'),(1586,1029,'_menu_item_target',''),(1587,1029,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1588,1029,'_menu_item_xfn',''),(1589,1029,'_menu_item_url',''),(1590,1030,'_menu_item_type','post_type'),(1591,1030,'_menu_item_menu_item_parent','1002'),(1592,1030,'_menu_item_object_id','767'),(1593,1030,'_menu_item_object','page'),(1594,1030,'_menu_item_target',''),(1595,1030,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1596,1030,'_menu_item_xfn',''),(1597,1030,'_menu_item_url',''),(1598,1031,'_menu_item_type','post_type'),(1599,1031,'_menu_item_menu_item_parent','1002'),(1600,1031,'_menu_item_object_id','770'),(1601,1031,'_menu_item_object','page'),(1602,1031,'_menu_item_target',''),(1603,1031,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1604,1031,'_menu_item_xfn',''),(1605,1031,'_menu_item_url',''),(1606,1032,'_menu_item_type','post_type'),(1607,1032,'_menu_item_menu_item_parent','1007'),(1608,1032,'_menu_item_object_id','773'),(1609,1032,'_menu_item_object','page'),(1610,1032,'_menu_item_target',''),(1611,1032,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1612,1032,'_menu_item_xfn',''),(1613,1032,'_menu_item_url',''),(1614,1033,'_menu_item_type','post_type'),(1615,1033,'_menu_item_menu_item_parent','1017'),(1616,1033,'_menu_item_object_id','207'),(1617,1033,'_menu_item_object','page'),(1618,1033,'_menu_item_target',''),(1619,1033,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1620,1033,'_menu_item_xfn',''),(1621,1033,'_menu_item_url',''),(1622,1034,'_menu_item_type','post_type'),(1623,1034,'_menu_item_menu_item_parent','1002'),(1624,1034,'_menu_item_object_id','965'),(1625,1034,'_menu_item_object','page'),(1626,1034,'_menu_item_target',''),(1627,1034,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1628,1034,'_menu_item_xfn',''),(1629,1034,'_menu_item_url',''),(1632,1035,'_mail','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:168:\"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 triciaang (http://tricia-ang.com)\";s:9:\"recipient\";s:17:\"tricia@azence.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}'),(1633,1035,'_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:110:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on triciaang (http://tricia-ang.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}'),(1634,1035,'_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.\";}'),(1635,1035,'_additional_settings',''),(1636,1035,'_locale','en_US'),(1637,1036,'_menu_item_type','post_type'),(1638,1036,'_menu_item_menu_item_parent','0'),(1639,1036,'_menu_item_object_id','554'),(1640,1036,'_menu_item_object','page'),(1641,1036,'_menu_item_target',''),(1642,1036,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1643,1036,'_menu_item_xfn',''),(1644,1036,'_menu_item_url',''),(1646,1037,'_menu_item_type','post_type'),(1647,1037,'_menu_item_menu_item_parent','0'),(1648,1037,'_menu_item_object_id','26'),(1649,1037,'_menu_item_object','page'),(1650,1037,'_menu_item_target',''),(1651,1037,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1652,1037,'_menu_item_xfn',''),(1653,1037,'_menu_item_url',''),(1655,1038,'_menu_item_type','post_type'),(1656,1038,'_menu_item_menu_item_parent','0'),(1657,1038,'_menu_item_object_id','709'),(1658,1038,'_menu_item_object','page'),(1659,1038,'_menu_item_target',''),(1660,1038,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1661,1038,'_menu_item_xfn',''),(1662,1038,'_menu_item_url',''),(1664,1039,'_menu_item_type','post_type'),(1665,1039,'_menu_item_menu_item_parent','0'),(1666,1039,'_menu_item_object_id','743'),(1667,1039,'_menu_item_object','page'),(1668,1039,'_menu_item_target',''),(1669,1039,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1670,1039,'_menu_item_xfn',''),(1671,1039,'_menu_item_url',''),(1673,26,'_edit_lock','1391643687: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=1042 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2013-03-11 22:21:17','2013-03-11 22:21:17','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2012-06-20 17:27:39','2012-06-20 17:27:39','',0,'http://netsol003.com/woopWp/?p=1',0,'post','',1),(2,1,'2012-06-20 17:27:39','2012-06-20 17:27:39','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!','Sample Page','','publish','open','open','','sample-page','','','2012-06-20 17:27:39','2012-06-20 17:27:39','',0,'http://netsol003.com/woopWp/?page_id=2',0,'page','',0),(3,1,'2013-03-12 14:20:57','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2013-03-12 14:20:57','0000-00-00 00:00:00','',0,'http://037b4ae.netsolhost.com/triciaang/triciaang/?p=3',0,'post','',0),(5,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','About','','publish','open','open','','about','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=5',7,'nav_menu_item','',0),(6,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Features','','publish','open','open','','features','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=6',21,'nav_menu_item','',0),(7,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Home','','publish','open','open','','home','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=7',1,'nav_menu_item','',0),(8,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Nectar Sliders','','publish','open','open','','nectar-sliders','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=8',31,'nav_menu_item','',0),(9,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Gorgeous Design ','','publish','open','open','','gorgeous-design','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=9',22,'nav_menu_item','',0),(10,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Love At First Sight','','publish','open','open','','love-at-first-sight','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=10',23,'nav_menu_item','',0),(11,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Full Width Slider','','publish','open','open','','full-width-slider','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=11',32,'nav_menu_item','',0),(12,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Parallax Slider ','','publish','open','open','','parallax-slider','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=12',33,'nav_menu_item','',0),(13,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Video Backgrounds','','publish','open','open','','video-backgrounds','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=13',34,'nav_menu_item','',0),(14,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Robust Power','','publish','open','open','','robust-power','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=14',36,'nav_menu_item','',0),(15,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Tell Your Story','','publish','open','open','','tell-your-story','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=15',25,'nav_menu_item','',0),(16,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Show Off Your Work','','publish','open','open','','show-off-your-work','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=16',24,'nav_menu_item','',0),(17,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Multiple Instances','','publish','open','open','','multiple-instances','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=17',35,'nav_menu_item','',0),(18,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Portfolio Columns','','publish','open','open','','portfolio-columns','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=18',12,'nav_menu_item','',0),(19,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Portfolio Fullwidth','','publish','open','open','','portfolio-fullwidth','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=19',16,'nav_menu_item','',0),(20,1,'2014-02-05 21:31:51','2014-02-05 21:31:51','','Portfolio','','publish','open','open','','portfolio','','','2014-02-05 21:31:51','2014-02-05 21:31:51','',0,'http://037b4ae.netsolhost.com/triciaang/?p=20',11,'nav_menu_item','',0),(21,2,'2013-03-23 05:01:12','2013-03-23 05:01:12','','Blog','','publish','open','open','','blog','','','2013-03-23 05:01:12','2013-03-23 05:01:12','',0,'http://themenectar.com/demo/salient/?page_id=6',0,'page','',0),(23,2,'2013-03-23 13:05:51','2013-03-23 13:05:51','','Features','','publish','open','open','','features','','','2013-03-23 13:05:51','2013-03-23 13:05:51','',0,'http://themenectar.com/demo/salient/?page_id=23',0,'page','',0),(26,2,'2013-03-23 13:06:18','2013-03-23 13:06:18','[vc_row][vc_column width=\"2/3\"][vc_column_text][contact-form-7 id=\"1035\" title=\"Contact form 1\"][/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h2>Don\'t hesitate to reach out!</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam mattis porttitor turpis, at convallis eros ultricies ut. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque consequat quam et augue laoreet ac hendrerit mauris tempus. Suspendisse eleifend dui eu dui pharetra lobortis. Mauris ut arcu a diam auctor porttitor. Maecenas tempor ultrice.\r\n<h2>Another awesome heading!</h2>\r\nAliquam dictum pharetra pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut pharetra ligula eu metus pulvinar tristique.[/vc_column_text][divider line_type=\"No Line\" custom_height=\"5\"][one_half][vc_column_text] <b>Address</b>: 2500 Castle Dr, Suite F-2 Manhattan, NY 10282 [/vc_column_text][/one_half][one_half_last][vc_column_text] <b>Phone</b>: +123 123 1234\r\n<b>Email</b>: email@domain.com [/vc_column_text][/one_half_last][/vc_column][/vc_row]','Contact','','publish','open','open','','contact','','','2014-02-05 21:51:09','2014-02-05 21:51:09','',0,'http://themenectar.com/demo/salient/?page_id=26',0,'page','',0),(1041,1,'2014-02-05 21:51:09','2014-02-05 21:51:09','[vc_row][vc_column width=\"2/3\"][vc_column_text][contact-form-7 id=\"1035\" title=\"Contact form 1\"][/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h2>Don\'t hesitate to reach out!</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam mattis porttitor turpis, at convallis eros ultricies ut. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque consequat quam et augue laoreet ac hendrerit mauris tempus. Suspendisse eleifend dui eu dui pharetra lobortis. Mauris ut arcu a diam auctor porttitor. Maecenas tempor ultrice.\r\n<h2>Another awesome heading!</h2>\r\nAliquam dictum pharetra pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut pharetra ligula eu metus pulvinar tristique.[/vc_column_text][divider line_type=\"No Line\" custom_height=\"5\"][one_half][vc_column_text] <b>Address</b>: 2500 Castle Dr, Suite F-2 Manhattan, NY 10282 [/vc_column_text][/one_half][one_half_last][vc_column_text] <b>Phone</b>: +123 123 1234\r\n<b>Email</b>: email@domain.com [/vc_column_text][/one_half_last][/vc_column][/vc_row]','Contact','','inherit','open','open','','26-revision-v1','','','2014-02-05 21:51:09','2014-02-05 21:51:09','',26,'http://tricia-ang.com/26-revision-v1/',0,'revision','',0),(197,2,'2013-03-23 21:55:09','2013-03-23 21:55:09','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis vestibulum condimentum, mi ligula venenatis tortor, in fermentum lacus augue sit amet enim. Curabitur pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl. Aliquam elementum posuere felis, eget molestie magna viverra sed.\n\nDuis consectetur nisl ut odio aliquam sodales. In hac habitasse platea dictumst. Duis in purus augue. Nunc magna mi, pretium eu tempus ac, scelerisque quis turpis. Morbi aliquet consectetur metus, sed iaculis sapien tincidunt nec. Praesent condimentum vulputate erat vel sodales. Sed sollicitudin venenatis adipiscing.uspendisse ornare mi a felis consequat sagittis. Ut accumsan mi sit amet mauris fringilla fringilla. Pellentesque in sem in lacus varius gravida vitae et velit. at ante\n\n[one_half]\n<h3>[icon size=\"small\" image=\"icon-cloud\"] Quisque malesuada felis</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis vestibulum condimentum, mi ligula venenatis tortor, in fermentum lacus augue sit amet enim. Curabitur pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. [/one_half]\n\n[one_half_last]\n<h3>[icon size=\"small\" image=\"icon-hdd\"] Phasellus ligula elit</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis vestibulum condimentum, mi ligula venenatis tortor, in fermentum lacus augue sit amet enim. Curabitur pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. [/one_half_last]','Sidebar','','publish','open','open','','page-w-sidebar','','','2013-03-23 21:55:09','2013-03-23 21:55:09','',23,'http://themenectar.com/demo/salient/?page_id=197',0,'page','',0),(205,2,'2013-03-23 22:31:02','2013-03-23 22:31:02','[vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][heading subtitle=\"The good ol\' standard column, available in a variety of sizes.\"] Standard Columns [/heading][/vc_column][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][one_half][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam euismod fermentum tincidunt. Duis iaculis leo ut urna rutrum aliquam. Proin non fringilla erat. Integer at neque ante, non volutpat lacus. Sed nec ornare augue. Aliquam a lectus enim, eu mattis lorem. Sed suscipit felis ac lectus rutrum eget ultrices libero tempor. Donec posuere justo quis libero rutrum pulvinar. Pellentesque eu arcu et justo adipiscing mattis. Nulla interdum, felis quis tincidunt vehicula, diam quam fringilla lorem, sed euismod ante enim vel lacus. Praesent at dolor mauris, ut imperdiet elit. Donec condimentum condimentum neque, eu sodales ante aliquam nec. [/vc_column_text][/one_half][one_half_last][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam euismod fermentum tincidunt. Duis iaculis leo ut urna rutrum aliquam. Proin non fringilla erat. Integer at neque ante, non volutpat lacus. Sed nec ornare augue. Aliquam a lectus enim, eu mattis lorem. Sed suscipit felis ac lectus rutrum eget ultrices libero tempor. Donec posuere justo quis libero rutrum pulvinar. Pellentesque eu arcu et justo adipiscing mattis. Nulla interdum, felis quis tincidunt vehicula, diam quam fringilla lorem, sed euismod ante enim vel lacus. Praesent at dolor mauris, ut imperdiet elit. Donec condimentum condimentum neque, eu sodales ante aliquam nec. [/vc_column_text][/one_half_last][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][one_third][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_third][one_third][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_third][one_third_last][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_third_last][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][one_fourth][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth][one_fourth][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth][one_fourth][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth][one_fourth_last][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth_last][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][one_sixth][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_sixth][one_sixth][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_sixth][one_sixth][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_sixth][one_sixth][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_sixth][one_sixth][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_sixth][one_sixth_last][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_sixth_last][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0\"][vc_column width=\"1/1\"][heading subtitle=\"Easily turn any column into a boxed column with one click!\"]Boxed Columns[/heading][/vc_column][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][one_fourth boxed=\"true\" centered_text=\"true\"][vc_column_text]\n<h4>Donec Ac Lacus</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth][one_fourth boxed=\"true\" centered_text=\"true\"][vc_column_text]\n<h4>Aliquam Ac Urna</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth][one_fourth boxed=\"true\" centered_text=\"true\"][vc_column_text]\n<h4>Sed Congue Nunc</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth][one_fourth_last boxed=\"true\" centered_text=\"true\"][vc_column_text]\n<h4>Consectetur Adipiscing</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth_last][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"10\"][vc_column width=\"1/1\"][heading subtitle=\"For those looking for a little extra flash in their content.\"] Animated Columns [/heading][/vc_column][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][one_half animation=\"Fade In From Left\" delay=\"0\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam euismod fermentum tincidunt. Duis iaculis leo ut urna rutrum aliquam. Proin non fringilla erat. Integer at neque ante, non volutpat lacus. Sed nec ornare augue. Aliquam a lectus enim, eu mattis lorem. Sed suscipit felis ac lectus rutrum eget ultrices libero tempor. Donec posuere justo quis libero rutrum pulvinar. Pellentesque eu arcu et justo adipiscing mattis. Nulla interdum, felis quis tincidunt vehicula, diam quam fringilla lorem, sed euismod ante enim vel lacus. Praesent at dolor mauris, ut imperdiet elit. Donec condimentum condimentum neque, eu sodales ante aliquam nec. [/vc_column_text][/one_half][one_half_last animation=\"Fade In From Right\" delay=\"0\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam euismod fermentum tincidunt. Duis iaculis leo ut urna rutrum aliquam. Proin non fringilla erat. Integer at neque ante, non volutpat lacus. Sed nec ornare augue. Aliquam a lectus enim, eu mattis lorem. Sed suscipit felis ac lectus rutrum eget ultrices libero tempor. Donec posuere justo quis libero rutrum pulvinar. Pellentesque eu arcu et justo adipiscing mattis. Nulla interdum, felis quis tincidunt vehicula, diam quam fringilla lorem, sed euismod ante enim vel lacus. Praesent at dolor mauris, ut imperdiet elit. Donec condimentum condimentum neque, eu sodales ante aliquam nec. [/vc_column_text][/one_half_last][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][one_third animation=\"Fade In\" delay=\"0\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_third][one_third animation=\"Fade In\" delay=\"300\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_third][one_third_last animation=\"Fade In\" delay=\"600\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_third_last][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][one_fourth animation=\"Fade In From Bottom\" delay=\"0\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth][one_fourth animation=\"Fade In From Bottom\" delay=\"200\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth][one_fourth animation=\"Fade In From Bottom\" delay=\"400\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth][one_fourth_last animation=\"Fade In From Bottom\" delay=\"600\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula. [/vc_column_text][/one_fourth_last][/vc_row]','Columns','','publish','open','open','','columns','','','2013-03-23 22:31:02','2013-03-23 22:31:02','',23,'http://themenectar.com/demo/salient/?page_id=205',0,'page','',0),(207,2,'2013-03-23 22:45:31','2013-03-23 22:45:31','[full_width_section bg_pos=\"Center Center\" parallax_bg=\"true\" bg_repeat=\"No-Repeat\" text_color=\"dark\" top_padding=\"70\" bottom_padding=\"30\" background_color=\"#fcfcfc\" type=\"full_width_background\" text_align=\"left\"][one_half][vc_column_text]\n<h2>Toggles & Accordions</h2>\n[/vc_column_text][toggles][toggle title=\"Toggle Panel #1\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce velit tortor, dictum in gravida nec, aliquet non lorem. Donec vestibulum justo a diam ultricies pellentesque. Quisque mattis diam vel lacus tincidunt elementum. Sed vitae adipiscing turpis. Aenean ligula nibh, molestie id viv erra a, dapibus at dolor. In iaculis vive rra neque, ac eleifend ante lobo rtis id. congue id [/vc_column_text][/toggle][toggle title=\"Toggle Panel #2\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce velit tortor, dictum in gravida nec, aliquet non lorem. Donec vestibulum justo a diam ultricies pellentesque. Quisque mattis diam vel lacus tincidunt elementum. Sed vitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor. In iaculis viverra neque, ac eleifend ante lobortis id. [/vc_column_text][/toggle][toggle title=\"Toggle Panel #3\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce velit tortor, dictum in gravida nec, aliquet non lorem. Donec vestibulum justo a diam ultricies pellentesque. Quisque mattis diam vel lacus tincidunt elementum. Sed vitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor. In iaculis viverra neque, ac eleifend ante lobortis id.. [/vc_column_text][/toggle][/toggles][/one_half][one_half_last][vc_column_text]\n<h2>Tabbed Sections</h2>\n[/vc_column_text][tabbed_section][tab title=\"Sample Tab #1\" id=\"t1\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce velit tortor, dictum in gravida nec, aliquet non lorem. Donec vestibulum justo a diam ultricies pellentesque. Quisque mattis diam vel lacus tincidunt elementum. Sed vitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor. In iaculis viverra neque, ac eleifend ante lobortis id. In viverra ipsum ac eros tristique dignissim. Donec aliquam velit vitae mi dictum. [/vc_column_text][/tab][tab title=\"Sample Tab #2\" id=\"t2\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce velit tortor, dictum in gravida nec, aliquet non lorem. Donec vestibulum justo a diam ultricies pellentesque. Quisque mattis diam vel lacus tincidunt elementum. Sed vitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor. In iaculis viverra neque, ac eleifend ante lobortis id. In viverra ipsum ac eros tristique dignissim. Donec aliquam velit vitae mi dictum. [/vc_column_text][/tab][tab title=\"Sample Tab #3\" id=\"t3\"][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce velit tortor, dictum in gravida nec, aliquet non lorem. Donec vestibulum justo a diam ultricies pellentesque. Quisque mattis diam vel lacus tincidunt elementum. Sed vitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor. In iaculis viverra neque, ac eleifend ante lobortis id. In viverra ipsum ac eros tristique dignissim. Donec aliquam velit vitae mi dictum.[/vc_column_text][/tab][/tabbed_section][/one_half_last][/full_width_section][full_width_section bg_pos=\"Center Center\" parallax_bg=\"true\" bg_repeat=\"No-Repeat\" text_color=\"dark\" top_padding=\"0\" bottom_padding=\"70\" background_color=\"#fcfcfc\" type=\"full_width_background\" text_align=\"left\"][one_third centered_text=\"true\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce velit tortor, dictum in gravida nec, aliquet non lorem. Donec vestibulum justo a diam ultricies pellentesque. Quisque mattis diam vel lacus tincidunt elementum.\n\n[button size=\"small\" url=\"#\" text=\"Small Button\" color=\"extra-color-2\"][/vc_column_text][/one_third][one_third centered_text=\"true\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce velit tortor, dictum in gravida nec, aliquet non lorem. Donec vestibulum justo a diam ultricies pellentesque. Quisque mattis diam vel lacus tincidunt elementum.\n\n[button size=\"medium\" url=\"#\" text=\"Medium Button\" color=\"extra-color-2\"][/vc_column_text][/one_third][one_third_last centered_text=\"true\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce velit tortor, dictum in gravida nec, aliquet non lorem. Donec vestibulum justo a diam ultricies pellentesque. Quisque mattis diam vel lacus tincidunt elementum.\n\n[button size=\"large\" url=\"#\" text=\"Large Button\" color=\"extra-color-2\"][/vc_column_text][/one_third_last][/full_width_section][full_width_section bg_pos=\"Center Center\" bg_repeat=\"No-Repeat\" text_color=\"dark\" top_padding=\"40\" bottom_padding=\"70\" background_color=\"#f4f4f4\" type=\"full_width_background\" text_align=\"left\"][vc_column width=\"1/1\"][heading subtitle=\"Creating jaw dropping designs has never been easier\"] Pick your own colors and create a unique color scheme! [/heading][/vc_column][/full_width_section][full_width_section bg_pos=\"Center Center\" bg_repeat=\"No-Repeat\" text_color=\"dark\" top_padding=\"20\" bottom_padding=\"50\" background_color=\"#f4f4f4\" type=\"full_width_background\" text_align=\"left\"][one_sixth centered_text=\"true\"][vc_column_text][icon size=\"large-2\" image=\"icon-heart\" color=\"extra-color-1\"][/vc_column_text][/one_sixth][one_sixth centered_text=\"true\"][vc_column_text][icon size=\"large-2\" image=\"icon-bolt\" color=\"extra-color-2\"][/vc_column_text][/one_sixth][one_sixth centered_text=\"true\"][vc_column_text][icon size=\"large-2\" image=\"icon-leaf\"][/vc_column_text][/one_sixth][one_sixth centered_text=\"true\"][vc_column_text][icon size=\"large\" image=\"icon-key\" color=\"extra-color-1\"][/vc_column_text][/one_sixth][one_sixth centered_text=\"true\"][vc_column_text][icon size=\"large\" image=\"icon-lightbulb\" color=\"extra-color-2\"][/vc_column_text][/one_sixth][one_sixth_last centered_text=\"true\"][vc_column_text][icon size=\"large\" image=\"icon-eye-open\" color=\"accent-color\"][/vc_column_text][/one_sixth_last][/full_width_section][full_width_section bg_pos=\"Center Center\" bg_repeat=\"No-Repeat\" text_color=\"Dark\" top_padding=\"40\" bottom_padding=\"70\" background_color=\"#f4f4f4\"][three_fourths][image_with_animation animation=\"Fade In From Left\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/fontawesome.jpg\"] [/image_with_animation][/three_fourths][one_fourth_last][vc_column_text]\n<h3>[icon size=\"small\" image=\"icon-heart\"] Lorem ipsum dolor sit</h3>\n<h3>[icon size=\"small\" image=\"icon-bolt\"] Rhoncus iaculis et at</h3>\n<h3>[icon size=\"small\" image=\"icon-leaf\"] Curabitur lectus nun</h3>\n<h3>[icon size=\"small\" image=\"icon-key\"] Posuere feugiat risus</h3>\n<h3>[icon size=\"small\" image=\"icon-lightbulb\"] Iaculis et at tortor</h3>\n<h3>[icon size=\"small\" image=\"icon-eye-open\"] Nulla facil Donec</h3>\n[divider line=\"true\"][icon size=\"tiny\" color=\"extra-color-2\" image=\"icon-heart\"] Lorem ipsum dolor sit\n[icon size=\"tiny\" color=\"extra-color-2\" image=\"icon-bolt\"] Rhoncus iaculis et at\n[icon size=\"tiny\" color=\"extra-color-2\" image=\"icon-leaf\"] Curabitur lectus nun\n[icon size=\"tiny\" color=\"extra-color-2\" image=\"icon-key\"] Posuere feugiat risus\n[icon size=\"tiny\" color=\"extra-color-2\" image=\"icon-lightbulb\"] Iaculis et at tortor[/vc_column_text][/one_fourth_last][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Light\" top_padding=\"60\" bottom_padding=\"35\" background_color=\"#F6653C\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">Get creative with full width color sections anywhere you want! [button color=\"See-Through\" size=\"medium\" url=\"\" text=\"Alt button\"]</h2>\n[/vc_column_text][/vc_column][/full_width_section][full_width_section bg_pos=\"Center Center\" parallax_bg=\"true\" bg_repeat=\"No-Repeat\" text_color=\"Light\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/06/elements-testimonials-bg.jpg\" top_padding=\"70\" bottom_padding=\"70\" background_color=\"#fff\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">Testimonial Slider Mixed with Parallax Section</h2>\n[/vc_column_text][divider line_type=\"No Line\" custom_height=\"50\"][testimonial_slider][testimonial name=\"Greg Ross, ThemeNectar\" quote=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec massa placerat, ac aliquam dui. Quisque semper tempus tellus ac lobortis. Aenean consectetur laoreet massa non interdum. Massa non interdum. \" id=\"t1\" title=\"Testimonial\"][testimonial name=\"Jeff Gemmell, ThemeNectar\" quote=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus erat ac massa placerat, ac aliquam Aenean consectetur laoreet massa non interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. \" id=\"t2\" title=\"Testimonial\"][testimonial name=\"Mark Levin, ThemeNectar\" quote=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus erat ac massa placerat, ac aliquam dui pulvinar. Quisque semper tempus tellus ac lobortis. Aenean consectetur laoreet massa non interdum. \" id=\"t3\" title=\"Testimonial\"][/testimonial_slider][/vc_column][/full_width_section][full_width_section bg_pos=\"Center Center\" parallax_bg=\"true\" bg_repeat=\"No-Repeat\" text_color=\"Dark\" top_padding=\"70\" bottom_padding=\"70\" background_color=\"#F5F5F5\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">Animated Milestone Counters</h2>\n[/vc_column_text][divider line_type=\"Small Line\" custom_height=\"40\"][one_fourth][milestone color=\"extra-color-1\" number=\"65\" subject=\"Awards Won\"][/one_fourth][one_fourth][milestone color=\"extra-color-2\" number=\"268\" subject=\"Completed Designs\"][/one_fourth][one_fourth][milestone color=\"extra-color-1\" number=\"37\" subject=\"GitHub Repo\'s\"][/one_fourth][one_fourth_last][milestone color=\"extra-color-2\" number=\"439\" subject=\"Cups of Coffee\"][/one_fourth_last][/vc_column][/full_width_section][full_width_section bg_pos=\"Center Center\" parallax_bg=\"true\" bg_repeat=\"No-Repeat\" text_color=\"Dark\" top_padding=\"70\" bottom_padding=\"70\" background_color=\"#f1f1f1\"][one_third][vc_column_text]\n<h2>Animated Bar Graph</h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolor. [/vc_column_text][/one_third][two_thirds_last][bar title=\"HTML/CSS\" percent=\"70\" id=\"b1\"][bar title=\"Logo Design\" percent=\"80\" id=\"b2\"][bar title=\"WordPress\" percent=\"100\" id=\"b3\"][bar title=\"Photoshop\" percent=\"90\" id=\"b4\"][bar title=\"Illustrator\" percent=\"75\" id=\"b5\"][/two_thirds_last][/full_width_section][vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"35\" bottom_padding=\"40\"][vc_column width=\"1/1\"][heading subtitle=\"Even choose the number of columns in each row!\"] Clients Carousel & Columns [/heading][/vc_column][/vc_row][vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"20\" bottom_padding=\"30\"][vc_column width=\"1/1\"][clients carousel=\"true\" columns=\"5\" fade_in_animation=\"true\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/theme-nectar2.png\" url=\"none\" id=\"c1\" title=\"Client\" name=\"ThemeNectar\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/geometric-super-wolves2.png\" url=\"none\" id=\"c2\" title=\"Client\" name=\"GeoMetric Super Wolves\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/paradox2.png\" url=\"none\" id=\"c3\" title=\"Client\" name=\"Paradox\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/split-rain2.png\" url=\"none\" id=\"c4\" title=\"Client\" name=\"Split Rain\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/theme-nectar2.png\" url=\"none\" id=\"c5\" title=\"Client\" name=\"ThemeNectar\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/geometric-super-wolves2.png\" url=\"none\" id=\"c6\" title=\"Client\" name=\"GeoMetric Super Wolves\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/paradox2.png\" url=\"none\" id=\"c7\" title=\"Client\" name=\"Paradox\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/split-rain2.png\" url=\"none\" id=\"c8\" title=\"Client\" name=\"Split Rain\"][/client][/clients][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][carousel easing=\"easeInOutQuart\" carousel_title=\"Carousel & Team Members\" scroll_speed=\"1000\"][item id=\"1389947189512-10\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/11.jpg\" name=\"Trevor Smith\" job_position=\"Founder / Project Lead\"][/item][item id=\"1389947189574-6\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/21.jpg\" name=\"Carlton Harris\" job_position=\"Developer\"][/item][item id=\"1389947189630-0\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/3.jpg\" name=\"Amanda Kliens\" job_position=\"Graphic Designer\"][/item][item id=\"1389947189687-4\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/4.png\" name=\"Tyler Johnson\" job_position=\"Front-End Developer\"][/item][/carousel][/vc_column][/vc_row]','Elements','','publish','open','open','','elements','','','2013-03-23 22:45:31','2013-03-23 22:45:31','',23,'http://themenectar.com/demo/salient/?page_id=207',0,'page','',0),(482,2,'2013-04-13 06:24:03','2013-04-13 06:24:03','[vc_row][vc_column width=\"1/1\"][pricing_table columns=\"4\"][pricing_column title=\"Basic\" price=\"99\" currency_symbol=\"$\" interval=\"Per Month\" id=\"1389950167991-0\"]\n<ul class=\"features\">\n <li>This is included</li>\n <li>You even get this</li>\n <li>Yes, this too!</li>\n</ul>\n[button size=\"medium\" url=\"#\" text=\"Sign up now!\"][/pricing_column][pricing_column title=\"Standard\" highlight=\"true\" highlight_reason=\"Most Popular\" price=\"199\" currency_symbol=\"$\" interval=\"Per Month\" id=\"1389950168041-9\"]\n<ul class=\"features\">\n <li>This is included</li>\n <li>And this too</li>\n <li>Maybe even this</li>\n <li>Nevermind, it\'s not</li>\n</ul>\n[button size=\"medium\" url=\"#\" text=\"Sign up now!\"][/pricing_column][pricing_column title=\"Advanced\" price=\"299\" currency_symbol=\"$\" interval=\"Per Month\" id=\"1389950168076-2\"]\n<ul class=\"features\">\n <li>This is included</li>\n <li>Even this too</li>\n <li>Also included</li>\n <li>You even get this</li>\n <li>And a little of this</li>\n</ul>\n[button size=\"medium\" url=\"#\" text=\"Sign up now!\"][/pricing_column][pricing_column title=\"Premium\" price=\"399\" currency_symbol=\"$\" interval=\"Per Month\" id=\"1389950168111-3\"]\n<ul class=\"features\">\n <li>This is included</li>\n <li>Even unlimited this</li>\n <li>You also get this!</li>\n <li>Add even some of this</li>\n <li>Only if you want it</li>\n</ul>\n[button size=\"medium\" url=\"http://themenectar.com\" text=\"Sign up now!\"][/pricing_column][/pricing_table][/vc_column][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"20\"][vc_column width=\"1/1\"][heading subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing\"] More Pricing Table Examples! [/heading][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][pricing_table columns=\"5\"][pricing_column title=\"Free\" price=\"0\" currency_symbol=\"$\" id=\"1389950168281-10\"]\n<ul class=\"features\">\n <li>This is included</li>\n <li>But that\'s it</li>\n</ul>\n[button size=\"medium\" url=\"#\" text=\"Sign up now!\"][/pricing_column][pricing_column title=\"Light\" price=\"5\" currency_symbol=\"$\" interval=\"Per Week\" id=\"1389950168324-5\"]\n<ul class=\"features\">\n <li>This is included</li>\n <li>You even get this</li>\n <li>Even unlimited this</li>\n</ul>\n[button size=\"medium\" url=\"#\" text=\"Sign up now!\"][/pricing_column][pricing_column title=\"Basic\" price=\"10\" currency_symbol=\"$\" interval=\"Per Week\" id=\"1389950168360-1\"]\n<ul class=\"features\">\n <li>This is included</li>\n <li>And some of this</li>\n <li>Even unlimited this</li>\n</ul>\n[button size=\"medium\" url=\"#\" text=\"Sign up now!\"][/pricing_column][pricing_column title=\"Super\" highlight=\"true\" highlight_reason=\"Recommended\" price=\"30\" currency_symbol=\"$\" interval=\"Per Month\" id=\"1389950168396-7\"]\n<ul class=\"features\">\n <li>This is included</li>\n <li>And this too</li>\n <li>Maybe even this</li>\n <li>[icon size=\"tiny\" image=\"icon-star-empty\"]Unlimited this</li>\n</ul>\n[button size=\"medium\" url=\"#\" text=\"Sign up now!\"][/pricing_column][pricing_column title=\"Deluxe\" price=\"50\" currency_symbol=\"$\" interval=\"Per Month\" id=\"1389950168435-10\"]\n<ul class=\"features\">\n <li>This is included</li>\n <li>You even get this</li>\n <li>And a lot of this!</li>\n <li>[icon size=\"tiny\" image=\"icon-star-empty\"]Unlimited this</li>\n</ul>\n[button size=\"medium\" url=\"#\" text=\"Sign up now!\"][/pricing_column][/pricing_table][/vc_column][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"20\"][vc_column width=\"1/2\"][vc_column_text]\n<h3>Are these the only plans?</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec porta, mi ut facilisis ullamcorper, magna risus vehicula augue, eget faucibus magna massa at justo. Nulla a arcu ut massa hendrerit varius id vitae augue. Sed quis augue ut eros tincidunt hendrerit eu eget nisl. Duis malesuada vehicula massa. [/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3>Are there any discounts?</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec porta, mi ut facilisis ullamcorper, magna risus vehicula augue, eget faucibus magna massa at justo. Nulla a arcu ut massa hendrerit varius id vitae augue. Sed quis augue ut eros tincidunt hendrerit eu eget nisl. Duis malesuada vehicula massa. [/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h3>When will my account be activated?</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec porta, mi ut facilisis ullamcorper, magna risus vehicula augue, eget faucibus magna massa at justo. Nulla a arcu ut massa hendrerit varius id vitae augue. Sed quis augue ut eros tincidunt hendrerit eu eget nisl. Duis malesuada vehicula massa. [/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3>Can I cancel at any time?</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec porta, mi ut facilisis ullamcorper, magna risus vehicula augue, eget faucibus magna massa at justo. Nulla a arcu ut massa hendrerit varius id vitae augue. Sed quis augue ut eros tincidunt hendrerit eu eget nisl. Duis malesuada vehicula massa. [/vc_column_text][/vc_column][/vc_row]','Pricing Tables','','publish','open','open','','pricing-tables','','','2013-04-13 06:24:03','2013-04-13 06:24:03','',23,'http://themenectar.com/demo/salient/?page_id=482',0,'page','',0),(551,2,'2013-06-26 22:56:49','2013-06-26 22:56:49','[vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][nectar_slider full_width=\"true\" parallax=\"true\" arrow_navigation=\"true\" bullet_navigation=\"true\" desktop_swipe=\"true\" location=\"Home\" slider_height=\"750\" loop=\"true\"][/vc_column][/vc_row][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"dark\" top_padding=\"100\" bottom_padding=\"100\" background_color=\"#fdfdfd\" type=\"full_width_background\" text_align=\"left\"][one_fourth centered_text=\"true\"][vc_column_text][icon size=\"large\" image=\"icon-tablet\" color=\"Extra-Color-1\"]\n<h3>100% Responsive Design</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam. [/vc_column_text][/one_fourth][one_fourth centered_text=\"true\"][vc_column_text][icon size=\"large\" image=\"steadysets-icon-diamond\" color=\"Extra-Color-1\"]\n<h3>Award Winning Quality</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam. [/vc_column_text][/one_fourth][one_fourth centered_text=\"true\"][vc_column_text][icon color=\"Extra-Color-1\" size=\"large\" image=\"steadysets-icon-file\"]\n<h3>Extensive Documentation</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam. [/vc_column_text][/one_fourth][one_fourth_last centered_text=\"true\"][vc_column_text][icon size=\"large\" image=\"icon-gift\" color=\"Extra-Color-1\"]\n<h3>Loaded With Goodies</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam. [/vc_column_text][/one_fourth_last][/full_width_section][vc_row type=\"full_width_content\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][nectar_slider full_width=\"true\" location=\"Coding\" slider_height=\"500\"][/vc_column][/vc_row][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Light\" top_padding=\"50\" bottom_padding=\"40\" background_color=\"#2ac4ea\"][vc_column width=\"1/1\"][vc_column_text]\n<h3 class=\"light\" style=\"text-align: center;\">Stop blending in with the rest of the crowd and start leaving your mark on the web.</h3>\n[/vc_column_text][/vc_column][/full_width_section][vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"120\" bottom_padding=\"60\" bg_color=\"#ffffff\"][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"0\"][text-with-icon icon_type=\"font_icon\" icon=\"steadysets-icon-bucket\" color=\"Accent-Color\"]\n<h3>Design To Brag About</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"200\"][text-with-icon icon_type=\"font_icon\" icon=\"steadysets-icon-lab\" color=\"Accent-Color\"]\n<h3>Completely Customizable</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"400\"][text-with-icon icon_type=\"font_icon\" icon=\"steadysets-icon-atom\" color=\"Accent-Color\"]\n<h3>Loaded With Power</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][/vc_row][vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"120\" bg_color=\"#ffffff\"][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"600\"][text-with-icon icon_type=\"font_icon\" icon=\"linecon-icon-display\" color=\"Accent-Color\"]\n<h3>In-Depth Tutorial Videos</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"800\"][text-with-icon icon_type=\"font_icon\" icon=\"steadysets-icon-file-settings\" color=\"Accent-Color\"]\n<h3>Clean Modern Code</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"1000\"][text-with-icon icon_type=\"font_icon\" icon=\"linecon-icon-settings\" color=\"Accent-Color\"]\n<h3>Free Updates & Support</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][/vc_row][vc_row type=\"full_width_content\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][recent_projects full_width=\"true\" category=\"all\" hide_controls=\"true\" heading=\"Recent Work We\'ve Completed For Our Amazing Clients.\" page_link_url=\"#\" number_to_display=\"10\"][/vc_column][/vc_row][full_width_section bg_pos=\"Center Center\" bg_repeat=\"No-Repeat\" text_color=\"light\" top_padding=\"100\" bottom_padding=\"0\" background_color=\"#859198\"][vc_column width=\"1/1\"][vc_column_text]\n<h3 class=\"light\" style=\"text-align: center;\">Are You Ready To Get Noticed?</h3>\n[/vc_column_text][divider line_type=\"No Line\" custom_height=\"37\"][image_with_animation animation=\"Fade In From Bottom\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/09/devices-salient-home.png\"] [/image_with_animation][/vc_column][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Light\" top_padding=\"90\" bottom_padding=\"90\" background_color=\"#5b63cf\"][vc_column width=\"1/1\"][testimonial_slider autorotate=\"6500\"][testimonial name=\"Greg Ross, ThemeNectar\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" id=\"t1\" title=\"Testimonial\"][testimonial name=\"Jeff Gemmell, ThemeNectar\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned! Don\'t wait any longer to call up the team, you\'re only hurting yourself by postponing!\" id=\"t2\" title=\"Testimonial\"][testimonial name=\"Mark Levin, ThemeNectar\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" id=\"t3\" title=\"Testimonial\"][/testimonial_slider][/vc_column][/full_width_section]','Home - Landing Page','','publish','open','open','','home-extended','','','2013-06-26 22:56:49','2013-06-26 22:56:49','',0,'http://localhost/wordpress-3-5/?page_id=551',0,'page','',0),(554,2,'2013-06-26 22:57:11','2013-06-26 22:57:11','[vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\"][vc_column centered_text=\"true\" width=\"1/4\" animation=\"none\"][vc_column_text][icon size=\"large\" image=\"icon-tablet\"]\n<h3>100% Responsive Design</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam. [/vc_column_text][/vc_column][vc_column width=\"1/4\" animation=\"none\" centered_text=\"true\"][vc_column_text][icon size=\"large\" image=\"icon-trophy\"]\n<h3>High Quality</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam. [/vc_column_text][/vc_column][vc_column width=\"1/4\" animation=\"none\" centered_text=\"true\"][vc_column_text][icon size=\"large\" image=\"icon-file-alt\"]\n<h3>Extensive Documentation</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam. [/vc_column_text][/vc_column][vc_column width=\"1/4\" animation=\"none\" centered_text=\"true\"][vc_column_text][icon size=\"large\" image=\"icon-gift\"]\n<h3>Loaded With Goodies</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam. [/vc_column_text][/vc_column][/vc_row][vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"40\"][vc_column width=\"1/1\"][recent_projects title_labels=\"true\"][/vc_column][/vc_row]','Home - Basic','','publish','open','open','','home-basic','','','2013-06-26 22:57:11','2013-06-26 22:57:11','',0,'http://localhost/wordpress-3-5/?page_id=554',0,'page','',0),(568,2,'2013-07-24 05:09:12','2013-07-24 05:09:12','[full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Dark\" top_padding=\"70\" bottom_padding=\"0\" background_color=\"f4f4f4\"][vc_column width=\"1/1\"][vc_column_text]\n<h1 style=\"text-align: center;\">Salient Is Packed With Header Options</h1>\n<p style=\"text-align: center;\">Finally a theme that has the header options you\'ve been craving! Harness the power of multiple menus, snazzy effects and social media icons to\nmold your header into exactly what you need it to be. Now featuring light and dark color schemes opening up more choices than ever for your navigation!</p>\n<img alt=\"header options panel\" src=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/07/header-options.png\" />[/vc_column_text][/vc_column][/full_width_section][full_width_section parallax_bg=\"true\" bg_pos=\"Center Center\" bg_repeat=\"No-Repeat\" text_color=\"Light\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/07/one-more.jpg\" top_padding=\"65\" bottom_padding=\"65\"][vc_column width=\"1/1\"][vc_column_text]\n<h1 style=\"text-align: center;\">Check Out Some Of The Possible Combinations</h1>\n<p style=\"text-align: center;\">Every site should have its own unique design to it. Salient gives you the power you need to truly create something different!</p>\n[/vc_column_text][image_with_animation animation=\"Fade In\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/07/1.png\"] [/image_with_animation][divider line_type=\"No Line\"][image_with_animation animation=\"Fade In\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/07/2.png\"] [/image_with_animation][divider line_type=\"No Line\"][image_with_animation animation=\"Fade In\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/07/3.png\"] [/image_with_animation][divider line_type=\"No Line\"][image_with_animation animation=\"Fade In\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/07/4.png\"] [/image_with_animation][divider line_type=\"No Line\"][image_with_animation animation=\"Fade In\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/07/5.png\"] [/image_with_animation][/vc_column][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Dark\" top_padding=\"70\" bottom_padding=\"40\" background_color=\"f4f4f4\"][vc_column width=\"1/1\"][vc_column_text]\n<h1 style=\"text-align: center;\">Introducing The AJAX Shopping Cart</h1>\n<p style=\"text-align: center;\">Another cool feature that Salient offers is the AJAX shopping cart. When enabled, users will have immediate feedback after adding items to their cart in\nyour WooCommerce shop. They will also have access to view the contents of their cart without ever leaving or refreshing the page.</p>\n<img alt=\"header options panel\" src=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/07/wooCommerce-ajax-cart1.png\" />\n[/vc_column_text][/vc_column][/full_width_section]','Headers','','publish','open','open','','headers','','','2013-07-24 05:09:12','2013-07-24 05:09:12','',0,'http://localhost/wordpress-3-5/?page_id=568',0,'page','',0),(580,2,'2013-08-04 20:07:33','2013-08-04 20:07:33','[full_width_section bg_pos=\"Center Center\" bg_repeat=\"No-Repeat\" text_color=\"dark\" top_padding=\"90\" bottom_padding=\"90\" background_color=\"#fff\"][one_third animation=\"Fade In\" delay=\"0\"][one_sixth][vc_column_text] [icon color=\"Accent-Color\" size=\"small\" image=\"steadysets-icon-diamond\"] [/vc_column_text][/one_sixth][five_sixths_last][vc_column_text]\n<h3>Carefully Crafted Design</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.\n\n[/vc_column_text][/five_sixths_last][/one_third][one_third animation=\"Fade In\" delay=\"200\"][one_sixth][vc_column_text] [icon color=\"Accent-Color\" size=\"small\" image=\"steadysets-icon-lab\"] [/vc_column_text][/one_sixth][five_sixths_last][vc_column_text]\n<h3>Loaded With Power</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.\n\n[/vc_column_text][/five_sixths_last][/one_third][one_third_last animation=\"Fade In\" delay=\"400\"][one_sixth][vc_column_text] [icon color=\"Accent-Color\" size=\"small\" image=\"steadysets-icon-phone\"] [/vc_column_text][/one_sixth][five_sixths_last][vc_column_text]\n<h3>Responsive & Retina Ready</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.\n\n[/vc_column_text][/five_sixths_last][/one_third_last][one_third animation=\"Fade In\" delay=\"600\"][one_sixth][vc_column_text] [icon color=\"Extra-Color-1\" size=\"small\" image=\"steadysets-icon-star\"] [/vc_column_text][/one_sixth][five_sixths_last][vc_column_text]\n<h3>Free Updates & Support</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.\n\n[/vc_column_text][/five_sixths_last][/one_third][one_third animation=\"Fade In\" delay=\"800\"][one_sixth][vc_column_text] [icon color=\"Extra-Color-1\" size=\"small\" image=\"linecon-icon-tv\"] [/vc_column_text][/one_sixth][five_sixths_last][vc_column_text]\n<h3>In-Depth Tutorial Videos</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.\n\n[/vc_column_text][/five_sixths_last][/one_third][one_third_last animation=\"Fade In\" delay=\"1000\"][one_sixth][vc_column_text] [icon color=\"Extra-Color-1\" size=\"small\" image=\"icon-html5\"][/vc_column_text][/one_sixth][five_sixths_last][vc_column_text]\n<h3>Clean Modern Code</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.\n\n[/vc_column_text][/five_sixths_last][/one_third_last][/full_width_section][full_width_section bg_pos=\"Center Center\" bg_repeat=\"No-Repeat\" text_color=\"light\" top_padding=\"85\" bottom_padding=\"70\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/08/options-built-with-you-in-mind.jpg\" background_color=\"#27CCC0 \" parallax_bg=\"true\"][one_half][image_with_animation animation=\"Fade In From Left\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/08/admin-panel.png\"] [/image_with_animation][/one_half][one_half_last][vc_column_text]\n<h2>Options Built With You In Mind</h2>\nWhile Salient does offer a lot of power and options under the hood, all of them are practical and user friendly. Because salient was built with the user in mind, working with it will provide a pleasent experience and make you feel in control. We also don\'t just give you this power without guideance - ThemeNectar has released an HD video tutorial series to make to not only explain the features but to also demonstrate how they work.\n\n[button size=\"medium\" url=\"#\" text=\"Continue The Tour\" color=\"Extra-color-3\"]\n\n[/vc_column_text][/one_half_last][/full_width_section][full_width_section bg_pos=\"Left Top\" parallax_bg=\"true\" bg_repeat=\"No-Repeat\" text_color=\"Dark\" top_padding=\"80\" bottom_padding=\"60\" background_color=\"#373b3d\"][vc_column width=\"1/1\"][clients columns=\"6\" fade_in_animation=\"true\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/06/themenectar-dark.jpg\" url=\"none\" id=\"c1\" title=\"Client\" name=\"ThemeNectar\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/06/geometric-super-wolves-dark.jpg\" url=\"none\" id=\"c2\" title=\"Client\" name=\"Geometric Super Wolves\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/06/paradox-dark.jpg\" url=\"none\" id=\"c3\" title=\"Client\" name=\"Paradox\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/06/split-rain-dark.jpg\" url=\"none\" id=\"c4\" title=\"Client\" name=\"Split Rain\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/06/themenectar-dark.jpg\" url=\"none\" id=\"c5\" title=\"Client\" name=\"ThemeNectar\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/06/paradox-dark.jpg\" url=\"none\" id=\"c6\" title=\"Client\" name=\"Paradox\"][/clients][/vc_column][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Dark\" top_padding=\"60\" bottom_padding=\"0\"][vc_column width=\"1/1\"][vc_column_text]\n<p class=\"no-bottom-padding\"><img class=\"size-full wp-image-1872 aligncenter\" alt=\"salient-geo\" src=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/08/salient-geo.png\" width=\"39\" height=\"25\" /></p>\n\n<h2 style=\"text-align: center;\">Captivating Design</h2>\n[/vc_column_text][image_with_animation animation=\"Fade In From Bottom\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/08/triple.png\"] [/image_with_animation][/vc_column][/full_width_section][full_width_section bg_pos=\"Left Center\" bg_repeat=\"No-Repeat\" text_color=\"light\" top_padding=\"90\" bottom_padding=\"60\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/08/layout-options-bg.jpg\" background_color=\"#72C4EA\" parallax_bg=\"true\"][one_half][vc_column_text]\n<h2>The Power To Build Unique Layouts</h2>\nSalient doesn\'t confine you to the premade templates you see on this demo, they are simply examples of what\'s possible. Salient provides you with the tools necessary to create your very own layouts or use can simply use the dummy data to supercharge your building process!\n\n[button size=\"medium\" url=\"#\" text=\"See some more hotness\" color=\"Extra-color-3\"]\n\n[/vc_column_text][/one_half][one_half_last][image_with_animation animation=\"Fade In From Right\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/08/layouts.png\"] [/image_with_animation][/one_half_last][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Dark\" top_padding=\"35\" bottom_padding=\"60\" background_color=\"#f5f5f5\"][recent_projects full_width=\"true\" project_style=\"1\" category=\"all\" heading=\"Just Some Of Our Recent Work\" page_link_url=\"#\" number_to_display=\"7\"][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"light\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/08/home-video.jpg\" top_padding=\"90\" bottom_padding=\"85\" background_color=\"#363d45\" type=\"full_width_background\" text_align=\"left\"][vc_column width=\"1/1\"][vc_column_text]\n<iframe src=\"http://player.vimeo.com/video/50522981\" height=\"271\" width=\"500\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n[/vc_column_text][/vc_column][/full_width_section][full_width_section bg_pos=\"Center Center\" bg_repeat=\"No-Repeat\" text_color=\"light\" top_padding=\"90\" bottom_padding=\"65\" background_color=\"#373B3D\" type=\"full_width_background\" text_align=\"left\"][one_fourth centered_text=\"true\"][one_whole animation=\"Grow In\" delay=\"0\"][vc_column_text][icon color=\"Extra-Color-1\" size=\"large-2\" image=\"linecon-icon-fire\"][/vc_column_text][/one_whole][one_whole][vc_column_text]\n<h3>Ultra Hot Design</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam.[/vc_column_text][/one_whole][/one_fourth][one_fourth centered_text=\"true\"][one_whole animation=\"Grow In\" delay=\"150\"][vc_column_text][icon color=\"Extra-Color-1\" size=\"large-2\" image=\"linecon-icon-star\"][/vc_column_text][/one_whole][one_whole][vc_column_text]\n<h3>High Quality</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam.[/vc_column_text][/one_whole][/one_fourth][one_fourth centered_text=\"true\"][one_whole animation=\"Grow In\" delay=\"300\"][vc_column_text][icon color=\"Extra-Color-1\" size=\"large-2\" image=\"linecon-icon-shop\"][/vc_column_text][/one_whole][one_whole][vc_column_text]\n<h3>WooCommerce Support</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam.[/vc_column_text][/one_whole][/one_fourth][one_fourth_last centered_text=\"true\"][one_whole animation=\"Grow In\" delay=\"450\"][vc_column_text][icon color=\"Extra-Color-1\" size=\"large-2\" image=\"linecon-icon-paperplane\"][/vc_column_text][/one_whole][one_whole][vc_column_text]\n<h3>Loaded With Goodies</h3>\nAccusantium quam, ultricies eget tempor id, aliquam eget nibh et. Maecen aliquam, risus at semper ullamcorper, magna quam.[/vc_column_text][/one_whole][/one_fourth_last][/full_width_section]','Home - Alternative ','','publish','open','open','','home-ultra-extended','','','2013-08-04 20:07:33','2013-08-04 20:07:33','',0,'http://localhost/wordpress-3-6/?page_id=580',0,'page','',0),(596,2,'2013-08-12 07:09:46','2013-08-12 07:09:46','[vc_row][vc_column width=\"1/1\"][nectar_slider full_width=\"true\" desktop_swipe=\"true\" parallax=\"true\" location=\"About\" slider_height=\"600\"][/vc_column][/vc_row][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"dark\" top_padding=\"90\" bottom_padding=\"65\" background_color=\"#fbfbfb\" type=\"full_width_background\" text_align=\"left\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\"><span style=\"color: #27ccc0;\">Our Passion For What We Do Transfers Into Our Services</span></h2>\n<h4 class=\"light\" style=\"text-align: center;\">Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod\nlobortis aliquam. Aliquam in tortor enim. orci ut et lobortis aliquam. Aliquam in tortor enim.</h4>\n[/vc_column_text][/vc_column][/full_width_section][vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#fbfbfb\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"30\"][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"0\"][text-with-icon icon_type=\"font_icon\" icon=\"steadysets-icon-atom\" color=\"Accent-Color\"]\n<h3>Web Development</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"200\"][text-with-icon icon_type=\"font_icon\" icon=\"steadysets-icon-email2\" color=\"Accent-Color\"]\n<h3>Social Marketing</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"400\"][text-with-icon icon_type=\"font_icon\" icon=\"steadysets-icon-diamond\" color=\"Accent-Color\"]\n<h3>Modern Graphic Design</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][/vc_row][vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#fbfbfb\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"100\"][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"600\"][text-with-icon icon_type=\"font_icon\" icon=\"steadysets-icon-cloud\" color=\"Accent-Color\"]\n<h3>Cloud Hosting</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"800\"][text-with-icon icon_type=\"font_icon\" icon=\"linecon-icon-display\" color=\"Accent-Color\"]\n<h3>Responsive Web Design</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][vc_column width=\"1/3\" enable_animation=\"true\" animation=\"fade-in\" delay=\"1000\"][text-with-icon icon_type=\"font_icon\" icon=\"steadysets-icon-meter\" color=\"Accent-Color\"]\n<h3>Server Optimization</h3>\nPhasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod orci ut et lobortis aliquam. Aliquam in tortor enim.[/text-with-icon][/vc_column][/vc_row][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Dark\" top_padding=\"90\" bottom_padding=\"90\" background_color=\"#f5f5f5\"][one_third][vc_column_text]\n<h3>A little Bit About Us</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolor. Maecenas id nulla nec nibh viverra vehicula. Cras feugiat, magna eu lacinia ullamcorper, augue est sodales nibh, ut vulputate augue est sed nunc. Suspendisse sagittist.[/vc_column_text][/one_third][two_thirds_last][vc_column_text]\n<h3>Our Skills</h3>\n[/vc_column_text][bar title=\"Branding\" percent=\"70\" id=\"b1\" color=\"Extra-Color-2\"][bar color=\"Extra-Color-2\" title=\"Graphic Design \" percent=\"80\" id=\"b2\"][bar color=\"Extra-Color-2\" title=\"Responsive Web Design\" percent=\"100\" id=\"b3\"][bar title=\"iOS Development\" color=\"Extra-Color-2\" percent=\"90\" id=\"b4\"][bar color=\"Extra-Color-2\" title=\"JavaScript Game Development\" percent=\"75\" id=\"b5\"][/two_thirds_last][/full_width_section][full_width_section bg_pos=\"Center Center\" parallax_bg=\"true\" bg_repeat=\"No-Repeat\" text_color=\"Light\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/09/people.jpg\" top_padding=\"90\" bottom_padding=\"90\" background_color=\"#32353c\"][vc_column width=\"1/1\"][testimonial_slider][testimonial name=\"Greg Ross, ThemeNectar\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" id=\"t1\" title=\"Testimonial\"][testimonial name=\"Jeff Gemmell, ThemeNectar\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel at ease. The design ended up being twice as good as I could\'ve envisioned!\" id=\"t2\" title=\"Testimonial\"][testimonial name=\"Mark Levin, ThemeNectar\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" id=\"t3\" title=\"Testimonial\"][/testimonial_slider][/vc_column][/full_width_section][full_width_section bg_pos=\"Center Center\" bg_repeat=\"No-Repeat\" text_color=\"Light\" top_padding=\"90\" bottom_padding=\"90\" background_color=\"#3b3d43\"][one_fourth animation=\"Fade In From Bottom\" delay=\"0\"][milestone number=\"65\" subject=\"Awards Won\"][/one_fourth][one_fourth animation=\"Fade In From Bottom\" delay=\"200\"][milestone number=\"268\" subject=\"Completed Designs\"][/one_fourth][one_fourth animation=\"Fade In From Bottom\" delay=\"400\"][milestone number=\"37\" subject=\"GitHub Repo\'s\"][/one_fourth][one_fourth_last animation=\"Fade In From Bottom\" delay=\"600\"][milestone number=\"439\" subject=\"Cups of Coffee\"][/one_fourth_last][/full_width_section][full_width_section image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/09/split-color1.jpg\" bg_pos=\"Center Center\" bg_repeat=\"No-Repeat\" text_color=\"light\" top_padding=\"6\" bottom_padding=\"6\" type=\"full_width_background\" text_align=\"left\"][vc_column width=\"1/1\"][/vc_column][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"light\" top_padding=\"90\" bottom_padding=\"90\" background_color=\"#f5f5f5\" type=\"full_width_background\" text_align=\"left\"][vc_column width=\"1/1\"][clients columns=\"6\" carousel=\"true\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/theme-nectar2.png\" url=\"none\" id=\"c1\" title=\"Client\" name=\"ThemeNectar\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/geometric-super-wolves2.png\" url=\"none\" id=\"c2\" title=\"Client\" name=\"Geometric Super Wolves\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/paradox2.png\" url=\"none\" id=\"c3\" title=\"Client\" name=\"Paradox\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/split-rain2.png\" url=\"none\" id=\"c4\" title=\"Client\" name=\"Split Rain\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/theme-nectar2.png\" url=\"none\" id=\"c5\" title=\"Client\" name=\"ThemeNectar\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/geometric-super-wolves2.png\" url=\"none\" id=\"c6\" title=\"Client\" name=\"Geometric Super Wolves\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/paradox2.png\" url=\"none\" id=\"c7\" title=\"Client\" name=\"Paradox\"][/clients][/vc_column][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"Repeat\" parallax_bg=\"true\" text_color=\"Dark\" top_padding=\"90\" bottom_padding=\"80\" background_color=\"#fbfbfb\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\"><span style=\"color: #29c1e8;\">We Are Designers. We Are Innovators. We Are Salient.</span></h2>\n<h4 class=\"light\" style=\"text-align: center;\">Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et. Quisque euismod\nlobortis aliquam. Aliquam in tortor enim. orci ut et lobortis aliquam. Aliquam in tortor enim.</h4>\n[/vc_column_text][carousel easing=\"easeInOutQuart\" scroll_speed=\"1000\"][item id=\"1389855225338-9\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/4.png \" name=\"Trevor Smith\" job_position=\"Founder / Project Lead\" color=\"Extra-Color-2\"][/item][item id=\"1389855225367-2\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/21.jpg\" name=\"Carlton Harris\" job_position=\"Developer\" color=\"Extra-Color-2\"][/item][item id=\"1389855225390-7\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/3.jpg\" name=\"Amanda Kliens\" job_position=\"Graphic Designer\" color=\"Extra-Color-2\"][/item][item id=\"1389855225412-4\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/11.jpg\" name=\"Tyler Johnson\" job_position=\"Front-End Developer\" color=\"Extra-Color-2\"][/item][/carousel][/vc_column][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"light\" top_padding=\"60\" bottom_padding=\"50\" background_color=\"#F6653C\" type=\"full_width_background\" text_align=\"left\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">Think we make a good match? We\'d love to hear from you! [button color=\"See-Through\" size=\"medium\" url=\"\" text=\"Get In Touch\"]</h2>\n[/vc_column_text][/vc_column][/full_width_section]','About Us - Extended ','','publish','open','open','','about-me-extended','','','2013-08-12 07:09:46','2013-08-12 07:09:46','',647,'http://localhost/wordpress-3-6/?page_id=596',0,'page','',0),(647,2,'2013-03-23 13:05:00','2013-03-23 13:05:00','','About','','publish','open','open','','about','','','2013-03-23 13:05:00','2013-03-23 13:05:00','',0,'http://themenectar.com/demo/salient/?page_id=16',0,'page','',0),(648,2,'2013-03-23 13:05:14','2013-03-23 13:05:14','[vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"50\" bottom_padding=\"0\"][vc_column width=\"1/3\"][vc_column_text]\n<h2>My Story</h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolor. Maecenas id nulla nec nibh viverra vehicula. Cras feugiat, magna eu lacinia ullamcorper, augue est sodales nibh, ut vulputate augue est sed nunc. Suspendisse sagittist. [/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_column_text]\n<h2>My Skills</h2>\n[/vc_column_text][bar title=\"HTML/CSS\" percent=\"70\" id=\"b1\"][bar title=\"Logo Design\" percent=\"80\" id=\"b2\"][bar title=\"WordPress\" percent=\"100\" id=\"b3\"][bar title=\"Photoshop\" percent=\"90\" id=\"b4\"][bar title=\"Illustrator\" percent=\"75\" id=\"b5\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\"][vc_column width=\"1/1\"][divider line=\"true\" line_type=\"Full Width Line\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"40\" top_padding=\"40\"][vc_column width=\"1/1\"][clients carousel=\"true\" columns=\"4\"][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/theme-nectar2.png\" url=\"none\" id=\"c1\" title=\"Client\" name=\"ThemeNectar\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/geometric-super-wolves2.png\" url=\"none\" id=\"c2\" title=\"Client\" name=\"Geometric Super Wolves\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/paradox2.png\" url=\"none\" id=\"c3\" title=\"Client\" name=\"Paradox\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/split-rain2.png\" url=\"none\" id=\"c4\" title=\"Client\" name=\"Split Rain\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/theme-nectar2.png\" url=\"none\" id=\"c5\" title=\"Client\" name=\"ThemeNectar\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/geometric-super-wolves2.png\" url=\"none\" id=\"c6\" title=\"Client\" name=\"Geometric Super Wolves\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/paradox2.png\" url=\"none\" id=\"c7\" title=\"Client\" name=\"Paradox\"][/client][client image=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/04/split-rain2.png\" url=\"none\" id=\"c8\" title=\"Client\" name=\"Split Rain\"][/client][/clients][/vc_column][/vc_row]','About Me ','','publish','open','open','','about-me-example','','','2013-03-23 13:05:14','2013-03-23 13:05:14','',647,'http://themenectar.com/demo/salient/?page_id=18',0,'page','',0),(669,2,'2013-11-10 18:55:21','2013-11-10 18:55:21','[vc_row][vc_column width=\"1/1\"][nectar_slider full_width=\"true\" parallax=\"true\" fullscreen=\"true\" location=\"Home Portfolio Eye Candy\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][nectar_portfolio project_style=\"2\" category=\"all\" layout=\"fullwidth\" projects_per_page=\"20\" masonry_style=\"true\"][/vc_column][/vc_row][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Light\" top_padding=\"90\" bottom_padding=\"90\" background_color=\"#5b63cf\"][vc_column width=\"1/1\"][testimonial_slider autorotate=\"6500\"][testimonial name=\"Greg Ross, ThemeNectar\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" id=\"t1\" title=\"Testimonial\"][testimonial name=\"Jeff Gemmell, ThemeNectar\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned! Don\'t wait any longer to call up the team, you\'re only hurting yourself by postponing!\" id=\"t2\" title=\"Testimonial\"][testimonial name=\"Mark Levin, ThemeNectar\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" id=\"t3\" title=\"Testimonial\"][/testimonial_slider][/vc_column][/full_width_section]','Home - Portfolio Eye Candy','','publish','open','open','','home-portfolio-eye-candy','','','2013-11-10 18:55:21','2013-11-10 18:55:21','',0,'http://localhost/wordpress-3-6/?page_id=669',0,'page','',0),(704,2,'2013-03-23 13:05:30','2013-03-23 13:05:30','[vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"5\"][vc_column width=\"1/3\"][vc_column_text]\n<h2>Who Are We?</h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolor. Maecenas id nulla nec nibh viverra vehicula. Cras feugiat, magna eu lacinia ullamcorper, augue est sodales nibh, ut vulputate augue est sed nunc. Suspendisse sagittist. [/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_column_text]\n<h2>Our Skills</h2>\n[/vc_column_text][bar title=\"Branding\" percent=\"70\" id=\"b1\"][bar title=\"Graphic Design \" percent=\"80\" id=\"b2\"][bar title=\"Responsive Web Design\" percent=\"100\" id=\"b3\"][bar title=\"iOS Development\" percent=\"90\" id=\"b4\"][bar title=\"JavaScript Game Development\" percent=\"75\" id=\"b5\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"60\"][vc_column width=\"1/1\"][carousel easing=\"easeInOutQuart\" carousel_title=\"Our Team\" scroll_speed=\"1000\"][item id=\"1389858025982-8\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/11.jpg\" name=\"Trevor Smith\" job_position=\"Founder / Project Lead\"][/item][item id=\"1389858026029-3\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/21.jpg\" name=\"Carlton Harris\" job_position=\"Developer\"][/item][item id=\"1389858026071-1\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/3.jpg\" name=\"Amanda Kliens\" job_position=\"Graphic Designer\"][/item][item id=\"1389858026114-10\" title=\"Item\"][team_member description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. \" social=\"Facebook, http://facebook.com, Twitter, http://twitter.com, Youtube, http://youtube.com\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/03/4.png\" name=\"Tyler Johnson\" job_position=\"Front-End Developer\"][/item][/carousel][/vc_column][/vc_row][full_width_section parallax_bg=\"true\" bg_pos=\"Center Center\" bg_repeat=\"No-Repeat\" text_color=\"Light\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/08/home-video.jpg\" top_padding=\"100\" bottom_padding=\"90\"][vc_column width=\"1/1\"][testimonial_slider autorotate=\"6500\"][testimonial name=\"Greg Ross, ThemeNectar\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" id=\"t1\" title=\"Testimonial\"][testimonial name=\"Jeff Gemmell, ThemeNectar\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel at ease. The design ended up being twice as good as I could\'ve envisioned!\" id=\"t2\" title=\"Testimonial\"][testimonial name=\"Mark Levin, ThemeNectar\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" id=\"t3\" title=\"Testimonial\"][/testimonial_slider][/vc_column][/full_width_section]','About Us - Basic','','publish','open','open','','about-the-team','','','2013-03-23 13:05:30','2013-03-23 13:05:30','',647,'http://themenectar.com/demo/salient/?page_id=20',0,'page','',0),(709,2,'2013-11-11 04:26:34','2013-11-11 04:26:34','[vc_row][vc_column width=\"1/1\"][nectar_slider full_width=\"true\" parallax=\"true\" arrow_navigation=\"true\" bullet_navigation=\"true\" desktop_swipe=\"true\" location=\"Home\" slider_height=\"700\" loop=\"true\"][/vc_column][/vc_row][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Dark\" top_padding=\"70\" bottom_padding=\"20\" background_color=\"#f5f5f5\"][vc_column width=\"1/1\"][nectar_blog layout=\"masonry-blog-full-screen-width\" category=\"all\" posts_per_page=\"20\"][/vc_column][/full_width_section][vc_row type=\"full_width_content\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][nectar_slider full_width=\"true\" location=\"Coding\" slider_height=\"500\"][/vc_column][/vc_row][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Light\" top_padding=\"55\" bottom_padding=\"55\" background_color=\"#2AC4EA\"][one_fourth animation=\"Fade In From Bottom\" delay=\"0\"][milestone number=\"65\" subject=\"Awards Won\"][/one_fourth][one_fourth animation=\"Fade In From Bottom\" delay=\"200\"][milestone number=\"268\" subject=\"Completed Designs\"][/one_fourth][one_fourth animation=\"Fade In From Bottom\" delay=\"400\"][milestone number=\"37\" subject=\"GitHub Repo\'s\"][/one_fourth][one_fourth_last animation=\"Fade In From Bottom\" delay=\"600\"][milestone number=\"439\" subject=\"Cups of Coffee\"][/one_fourth_last][/full_width_section]','Home - Blog','','publish','open','open','','home-blog','','','2013-11-11 04:26:34','2013-11-11 04:26:34','',0,'http://localhost/wordpress-3-6/?page_id=709',0,'page','',0),(725,2,'2013-11-11 09:36:38','2013-11-11 09:36:38','[vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][nectar_portfolio enable_sortable=\"true\" project_style=\"1\" category=\"all\" layout=\"3\"][/vc_column][/vc_row]','Portfolio 3 Columns','','publish','open','open','','portfolio-3-columns','','','2013-11-11 09:36:38','2013-11-11 09:36:38','',0,'http://localhost/wordpress-3-6/?page_id=725',0,'page','',0),(727,2,'2013-11-11 09:37:14','2013-11-11 09:37:14','[vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][nectar_portfolio enable_sortable=\"true\" horizontal_filters=\"true\" project_style=\"1\" category=\"all\" layout=\"4\"][/vc_column][/vc_row]','Portfolio 4 Columns','','publish','open','open','','portfolio-4-columns','','','2013-11-11 09:37:14','2013-11-11 09:37:14','',0,'http://localhost/wordpress-3-6/?page_id=727',0,'page','',0),(729,2,'2013-11-11 09:37:56','2013-11-11 09:37:56','[vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][nectar_portfolio enable_sortable=\"true\" horizontal_filters=\"true\" project_style=\"2\" category=\"all\" layout=\"3\"][/vc_column][/vc_row]','Portfolio Alternative Style','','publish','open','open','','portfolio-alternative-style','','','2013-11-11 09:37:56','2013-11-11 09:37:56','',0,'http://localhost/wordpress-3-6/?page_id=729',0,'page','',0),(731,2,'2013-11-11 09:38:45','2013-11-11 09:38:45','[vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][nectar_portfolio enable_sortable=\"true\" horizontal_filters=\"true\" project_style=\"2\" category=\"all\" layout=\"fullwidth\"][/vc_column][/vc_row]','Portfolio Fullwidth Alternative','','publish','open','open','','portfolio-fullwidth-alternative','','','2013-11-11 09:38:45','2013-11-11 09:38:45','',0,'http://localhost/wordpress-3-6/?page_id=731',0,'page','',0),(733,2,'2013-11-11 09:40:01','2013-11-11 09:40:01','[vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][nectar_portfolio masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" project_style=\"2\" category=\"all\" layout=\"fullwidth\"][/vc_column][/vc_row]','Portfolio Fullwidth Masonry','','publish','open','open','','portfolio-fullwidth-masonry','','','2013-11-11 09:40:01','2013-11-11 09:40:01','',0,'http://localhost/wordpress-3-6/?page_id=733',0,'page','',0),(743,2,'2013-11-11 09:43:19','2013-11-11 09:43:19','[vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][nectar_portfolio enable_sortable=\"true\" horizontal_filters=\"true\" project_style=\"1\" category=\"all\" layout=\"fullwidth\"][/vc_column][/vc_row]','Portfolio Fullwidth Default','','publish','open','open','','portfolio-fullwidth-default','','','2013-11-11 09:43:19','2013-11-11 09:43:19','',0,'http://localhost/wordpress-3-6/?page_id=743',0,'page','',0),(764,2,'2013-12-09 00:02:14','2013-12-09 00:02:14','[full_width_section parallax_bg=\"true\" bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Dark\" top_padding=\"100\" bottom_padding=\"0\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\"><span><span style=\"color: #2ac4ea;\">The Control You Desire, All Available At Your Fingertips</span>\n</span></h2>\n<h4 class=\"light\" style=\"text-align: center;\">Experience our user friendly interface loaded with options for everything you\nneed and none of the extra bloat usually seen with such power.</h4>\n[/vc_column_text][image_with_animation animation=\"Grow In\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/09/options-panel.png\" delay=\"\"] [/image_with_animation]\n\n[/vc_column][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Light\" top_padding=\"50\" bottom_padding=\"30\" background_color=\"#2AC4EA \"][vc_column width=\"1/1\"][vc_column_text]\n<h3 class=\"light\" style=\"text-align: center;\">Are You Convinced This Is The Right Theme For You? [button open_new_tab=\"true\" color=\"See-Through\" size=\"medium\" url=\"http://themeforest.net/item/salient-responsive-portfolio-blog-theme/4363266\" text=\"Purchase Salient\"]</h3>\n[/vc_column_text][/vc_column][/full_width_section]','Intuitive Options Panel','','publish','open','open','','intuitive-options-panel','','','2013-12-09 00:02:14','2013-12-09 00:02:14','',23,'http://localhost/wordpress-3-6/?page_id=764',0,'page','',0),(767,2,'2013-12-09 00:03:46','2013-12-09 00:03:46','[full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"light\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/09/shortcode-generator-bg.jpg\" top_padding=\"140\" bottom_padding=\"100\" type=\"full_width_background\" text_align=\"center\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\"><span>Nectar Shortcodes Come In a Visually Intuitive Generator</span></h2>\n<h4 class=\"light\" style=\"text-align: center;\">This allows you to create beautiful & unique site sections in a matter of sections\nall without memorizing or knowing any shortcode parameters.</h4>\n[/vc_column_text][image_with_animation animation=\"Grow In\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/09/shortcode-generator1.png\"] [/image_with_animation][/vc_column][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Light\" top_padding=\"50\" bottom_padding=\"30\" background_color=\"#2AC4EA\"][vc_column width=\"1/1\"][vc_column_text]\n<h3 class=\"light\" style=\"text-align: center;\">Are You Convinced This Is The Right Theme For You? [button open_new_tab=\"true\" color=\"See-Through\" size=\"medium\" url=\"http://themeforest.net/item/salient-responsive-portfolio-blog-theme/4363266\" text=\"Purchase Salient\"]</h3>\n[/vc_column_text][/vc_column][/full_width_section]','Shortcode Generator','','publish','open','open','','shortcode-generator','','','2013-12-09 00:03:46','2013-12-09 00:03:46','',23,'http://localhost/wordpress-3-6/?page_id=767',0,'page','',0),(770,2,'2013-12-09 00:05:09','2013-12-09 00:05:09','[full_width_section parallax_bg=\"true\" bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"light\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/09/youtube-bg.png\" top_padding=\"150\" bottom_padding=\"150\" type=\"full_width_background\" text_align=\"center\"][one_whole centered_text=\"true\"][image_with_animation animation=\"Grow In\" image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2013/09/tn-for-youtube.png\"] [/image_with_animation][vc_column_text]\n<h2 style=\"text-align: center;\">Videos Get Posted For Every Major Release</h2>\n<h4 class=\"light\" style=\"text-align: center;\">Stop feeling overwhelmed by long text documents without any visual instructions.</h4>\n<h4 class=\"light\" style=\"text-align: center;\">All of the videos ThemeNectar posts also come narrated throughout the</h4>\n<h4 class=\"light\" style=\"text-align: center;\">entire duration to ensure your learning experience is a breeze!</h4>\n[/vc_column_text][/one_whole][/full_width_section][full_width_section bg_pos=\"Left Top\" bg_repeat=\"No-Repeat\" text_color=\"Light\" top_padding=\"50\" bottom_padding=\"30\" background_color=\"#fbaa5c\"][vc_column width=\"1/1\"][vc_column_text]\n<h3 class=\"light\" style=\"text-align: center;\">Check out The ThemeNectar Youtube Channel Now [button open_new_tab=\"true\" color=\"See-Through\" size=\"medium\" url=\"http://www.youtube.com/user/ThemeNectar\" text=\"Onward to the videos!\"]</h3>\n[/vc_column_text][/vc_column][/full_width_section]','HD Video Series','','publish','open','open','','hd-video-series','','','2013-12-09 00:05:09','2013-12-09 00:05:09','',23,'http://localhost/wordpress-3-6/?page_id=770',0,'page','',0),(773,2,'2013-12-09 00:09:33','2013-12-09 00:09:33','[vc_row type=\"in_container\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"left\" top_padding=\"0\" bottom_padding=\"0\"][vc_column width=\"1/1\"][nectar_portfolio enable_sortable=\"true\" horizontal_filters=\"true\" project_style=\"2\" category=\"all\" layout=\"fullwidth\" lightbox_only=\"true\"][/vc_column][/vc_row]','Portfolio Gallery Only Example','','publish','open','open','','portfolio-gallery-only-example','','','2013-12-09 00:09:33','2013-12-09 00:09:33','',0,'http://localhost/wordpress-3-6/?page_id=773',0,'page','',0),(965,2,'2014-01-17 19:06:47','2014-01-17 19:06:47','[vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"light\" text_align=\"center\" top_padding=\"80\" bottom_padding=\"60\" bg_color=\"#f6653c\"][vc_column width=\"1/1\" enable_animation=\"true\" animation=\"fade-in\"][vc_column_text]\n<h2 style=\"text-align: center;\">Introducing The Nectar Page Builder</h2>\n<h4 class=\"light\" style=\"text-align: center;\">A Modified version of Visual Composer that makes creating gorgeous\npages a breeze. Check out the interface images below to get a feel for it!</h4>\n[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"dark\" text_align=\"center\" top_padding=\"80\" bottom_padding=\"80\" bg_image=\"http://themenectar.com/demo/salient/wp-content/uploads/2014/01/page-builder-bg.jpg\"][vc_column width=\"1/1\" enable_animation=\"true\" animation=\"fade-in\" delay=\"400\"][divider line_type=\"No Line\" custom_height=\"30\"][image_with_animation image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2014/01/page-builder-3.png\" img_link_target=\"_self\" animation=\"Fade In\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" text_color=\"light\" text_align=\"center\" bg_color=\"#112023\" top_padding=\"80\" bg_image=\"http://themenectar.com/demo/salient/wp-content/uploads/2014/01/stars1.png\" bottom_padding=\"80\" parallax_bg=\"true\"][vc_column width=\"1/4\" enable_animation=\"true\" animation=\"grow-in\"][vc_column_text][icon color=\"Extra-Color-2\" size=\"regular\" image=\"steadysets-icon-diamond\"][/vc_column_text][divider line_type=\"No Line\" custom_height=\"10\"][milestone color=\"Default\" number=\"30\" subject=\"Drag & Drop Elements\" symbol_position=\"before\"][/vc_column][vc_column width=\"1/4\" enable_animation=\"true\" animation=\"grow-in\" delay=\"300\"][vc_column_text][icon color=\"Extra-Color-1\" size=\"regular\" image=\"steadysets-icon-stopwatch\"][/vc_column_text][divider line_type=\"No Line\" custom_height=\"10\"][milestone color=\"Default\" number=\"100\" subject=\"Development Hours\" symbol=\"+\" symbol_position=\"after\"][/vc_column][vc_column width=\"1/4\" enable_animation=\"true\" animation=\"grow-in\" delay=\"600\"][vc_column_text][icon color=\"Extra-Color-2\" size=\"regular\" image=\"steadysets-icon-drink\"][/vc_column_text][divider line_type=\"No Line\" custom_height=\"10\"][milestone color=\"Default\" number=\"2\" subject=\"More Convenient\" symbol=\"x\" symbol_position=\"after\"][/vc_column][vc_column width=\"1/4\" enable_animation=\"true\" animation=\"grow-in\" delay=\"900\"][vc_column_text][icon color=\"Extra-Color-1\" size=\"regular\" image=\"linecon-icon-banknote\"][/vc_column_text][divider line_type=\"No Line\" custom_height=\"10\"][milestone color=\"Default\" number=\"25\" subject=\"Plugin Value\" symbol=\"$\" symbol_position=\"before\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" text_color=\"dark\" text_align=\"center\" top_padding=\"80\" bottom_padding=\"80\"][vc_column width=\"1/1\" enable_animation=\"true\" animation=\"fade-in\"][image_with_animation image_url=\"http://themenectar.com/demo/salient/wp-content/uploads/2014/01/page-builder-2.png\" img_link_target=\"_self\" animation=\"Fade In\"][/vc_column][/vc_row]','Page Builder ','','publish','open','open','','page-builder','','','2014-01-17 19:06:47','2014-01-17 19:06:47','',23,'http://localhost/premium_theme_1/?page_id=965',0,'page','',0),(82,2,'2013-01-26 16:19:14','2013-01-26 16:19:14','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vitae dui et nunc ornare vulputate non fringilla massa. Praesent sit amet erat sapien, auctor consectetur ligula. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non ligula augue. Integer justo arcu, tempor eu venenatis non, sagittis nec lacus.','Nulla fringilla magna','','publish','open','open','','nulla-fringilla-magna','','','2013-01-26 16:19:14','2013-01-26 16:19:14','',0,'http://themenectar.com/demo/salient/?p=82',0,'post','',0),(84,2,'2013-03-17 16:40:53','2013-03-17 16:40:53','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vitae dui et nunc ornare vulputate non fringilla massa. Praesent sit amet erat sapien, auctor consectetur ligula. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non ligula augue. Praesent imperdiet magna at risus lobortis ac accumsan lorem ornare. In aliquam, sapien ac vehicula vestibulum, arcu magna aliquet velit,','Auctor consectetur ligula gravida','','publish','open','open','','auctor-consectetur-ligula','','','2013-03-17 16:40:53','2013-03-17 16:40:53','',0,'http://themenectar.com/demo/salient/?p=84',0,'post','',1),(87,2,'2013-02-24 16:24:08','2013-02-24 16:24:08','Nullam ornare, sem in malesuada sagittis, quam sapien ornare massa, id pulvinar quam augue vel orci. Praesent leo orci, cursus ac malesuada et, sollicitudin eu erat. Pellentesque ornare mi vitae sem consequat ac bibendum neque adipiscing. Donec tellus nunc, tincidunt sed faucibus a, mattis eget purus. <!--more-->\n\nNunc ipsum orci, consectetur in euismod id, adipiscing nec libero. Vivamus sed nisi quam. Donec id arcu non libero pellentesque condimentum at in mauris. Duis et lacus lectus, eu aliquet tortor. Maecenas cursus consectetur tellus non lobortis. Donec sed arcu a justo cursus varius ut et diam. Suspendisse lobortis pulvinar velit, id convallis eros pulvinar ac. Cras a lorem lorem, et feugiat leo. Nunc vestibulum venenatis est nec tempor. Nunc mattis sem in mauris posuere aliquam.','Porttitor porttitor mollis vitae placerat','','publish','open','open','','porttitor-porttitor-mollis-vitae-placerat','','','2013-02-24 16:24:08','2013-02-24 16:24:08','',0,'http://themenectar.com/demo/salient/?p=87',0,'post','',1),(106,2,'2013-03-06 14:18:41','2013-03-06 14:18:41','Courage is not the absence of fear, but rather the judgement that something else is more important than fear','Ambrose Redmoon Quote','','publish','open','open','','ambrose-redmoon','','','2013-03-06 14:18:41','2013-03-06 14:18:41','',0,'http://themenectar.com/demo/salient/?p=106',0,'post','',0),(108,2,'2013-01-04 17:19:25','2013-01-04 17:19:25','Integer justo arcu, tempor eu venenatis non, sagittis nec lacus. Aenean sagittis, velit eget condimentum posuere, nulla massa consectetur nulla, iaculis lobortis sapien odio ac quam. Donec eu dui vel eros feugiat feugiat vel non lectus. Duis laoreet consequat diam in dictum. Mauris dui risus, sollicitudin id pretium a, ullamcorper non lacus. <!--more-->Nulla ornare nulla id mi convallis tincidunt. Vestibulum erat ligula, porttitor sit amet elementum in, tincidunt id tortor. Aliquam lacinia ante a quam tincidunt venenatis facilisis nisl fermentum. Quisque bibendum feugiat enim a ultricies. Vestibulum faucibus suscipit neque, sed facilisis dui sollicitudin nec. Suspendisse congue nisl ipsum. Sed lobortis augue non lacus suscipit fermentum. Vivamus placerat mollis lacus, vitae viverra eros lacinia vel. Duis in orci eu orci tempor iaculis.','Quisque sit amet sapien et lacus ','','publish','open','open','','quisque-sit-amet-sapien-et-lacus','','','2013-01-04 17:19:25','2013-01-04 17:19:25','',0,'http://themenectar.com/demo/salient/?p=108',0,'post','',0),(110,2,'2013-03-23 17:20:09','2013-03-23 17:20:09','In varius varius justo, eget ultrices mauris rhoncus non. Morbi tristique, mauris eu imperdiet bibendum, velit diam iaculis velit, in ornare massa enim at lorem. Etiam risus diam, porttitor vitae ultrices quis, dapibus id dolor. Morbi venenatis lacinia rhoncus. Vestibulum tincidunt ullamcorper eros eget luctus. Nulla eget porttitor libero. <!--more-->\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean non enim ut enim fringilla adipiscing id in lorem. Quisque aliquet neque vitae lectus tempus consectetur. Aliquam erat volutpat. Nunc eu nibh nulla, id cursus arcu. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nam at velit nisl. Aenean vitae est nisl. Cras molestie molestie nisl vel imperdiet. Donec vel mi sem.\n<h4>Luctus fermentum commodo</h4>\nNulla sed mi leo, sit amet molestie nulla. Phasellus lobortis blandit ipsum, at adipiscing eros porta quis. Phasellus in nisi ipsum, quis dapibus magna. Phasellus odio dolor, pretium sit amet aliquam a, gravida eget dui. Pellentesque eu ipsum et quam faucibus scelerisque vitae ut ligula. Ut luctus fermentum commodo. Mauris eget justo turpis, eget fringilla mi. Duis lobortis cursus mi vel tristique. Maecenas eu lorem hendrerit neque dapibus cursus id sit amet nisi. Proin rhoncus semper sem nec aliquet.\n<blockquote>Nulla facilisi. Vestibulum pretium, dui eu aliquam faucibus, est dui hendrerit nulla, mattis semper turpis mauris eget tellus. Nulla accumsan rutrum nibh, sed eleifend felis blandit.</blockquote>\nInteger vel libero arcu, egestas tempor ipsum. Vestibulum id dolor aliquet dolor fringilla ornare. Nunc non massa erat. Vivamus odio sem, rhoncus vel bibendum vitae, euismod a urna. Aliquam erat volutpat. Aenean non lorem arcu. Phasellus in neque nulla, sed sodales ipsum. Morbi a massa sed sapien vulputate lacinia. Vivamus et urna vitae felis malesuada aliquet sit amet et metus.\n<ul>\n <li>Consectetur adipiscing elit vtae elit libero</li>\n <li>Nullam id dolor id eget lacinia odio posuere erat a ante</li>\n <li>Integer posuere erat dapibus posuere velit</li>\n</ul>\nNulla sed mi leo, sit amet molestie nulla. Phasellus lobortis blandit ipsum, at adipiscing eros porta quis. Phasellus in nisi ipsum, quis dapibus magna. Phasellus odio dolor, pretium sit amet aliquam a, gravida eget dui. Pellentesque eu ipsum et quam faucibus scelerisque vitae ut ligula. Ut luctus fermentum commodo. Mauris eget justo turpis, eget fringilla mi. Duis lobortis cursus mi vel tristique. Maecenas eu lorem hendrerit neque dapibus cursus id sit amet nisi. Proin rhoncus semper sem nec aliquet. Aenean lacinia bibendum nulla sed consectetur. Cras mattis consectetur purus sit amet fermentum. Donec id elit non mi porta gravida at eget metus.\n\n<code>\n.some-style {\nwidth: 960px;\nheight: 200px;\nmargin: 0 auto;\nbackground-color: #000000;\n}\n</code>\n\n<strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean non enim ut enim fringilla adipiscing id in lorem. Quisque aliquet neque vitae lectus tempus consectetur. Aliquam erat volutpat. Nunc eu nibh nulla, id cursus arcu.</strong>\n\n<em>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nam at velit nisl. Aenean vitae est nisl. Cras molestie molestie nisl vel imperdiet. Donec vel mi sem.</em>','Amazing post with all the goodies','','publish','open','open','','amazing-post-with-all-the-goodies','','','2013-03-23 17:20:09','2013-03-23 17:20:09','',0,'http://themenectar.com/demo/salient/?p=110',0,'post','',2),(124,2,'2013-01-21 17:45:17','2013-01-21 17:45:17','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ullamcorper suscipit mi, id convallis risus ullamcorper eget. Curabitur ultricies elit lacinia arcu ullamcorper adipiscing. Integer velit dui, gravida semper commodo vel, accumsan ac orci. Phasellus venenatis venenatis velit ut ultricies. Cras porta dignissim malesuada. Etiam auctor, justo et facilisis ultrices, justo mauris imperdiet ligula, vitae tincidunt justo quam fermentum nulla. <!--more-->\n\nNunc interdum porta ligula, eu malesuada nunc tristique eu. Integer sed mi ac velit congue vulputate sed quis lacus. Fusce tellus sem, ultricies consequat porta at, ultrices in odio. Nullam a sapien vitae erat porta faucibus rhoncus eleifend dolor. Mauris semper rutrum ante a auctor. Nullam non arcu erat, vel sollicitudin felis. Nam erat nisl, mattis euismod lacinia at, tempus quis nunc.\n\nDonec luctus odio eget ipsum lacinia lacinia. Suspendisse porttitor laoreet sagittis. Nulla mi justo, auctor sed posuere sit amet, pretium ac metus. Nulla porta justo ac velit accumsan faucibus. In dignissim, orci nec ultricies elementum, erat mi tristique dui, a tristique ligula quam non est. Suspendisse mattis aliquet est, at tempor ipsum lacinia a. Cras enim sapien, dapibus sit amet iaculis sit amet, pharetra non diam. Curabitur sed nisi in metus eleifend fringilla. Aenean viverra sem in quam luctus eget gravida diam scelerisque.\n\nQuisque at dolor venenatis justo fringilla dignissim ut id eros. Quisque non elit id purus feugiat vestibulum. Phasellus eget sodales neque. Morbi eget odio nec justo consequat gravida. Phasellus dolor nisl, venenatis eget euismod et, dapibus et purus. Maecenas interdum nisi a dolor facilisis eu laoreet mi facilisis. Mauris pharetra interdum lorem eu venenatis. Praesent est diam, fringilla in hendrerit vel, ullamcorper et mauris. Vivamus risus mi, lobortis ut congue vitae, vestibulum vitae augue. Maecenas nunc odio, pulvinar id vulputate nec, porttitor at quam. Suspendisse vulputate diam eu leo bibendum feugiat. Integer luctus orci a nunc consequat eleifend. Nam tempus quam sed felis tristique faucibus. Aliquam facilisis vehicula malesuada.','Magna fringilla condimentum','','publish','open','open','','magna-fringilla-quis-condimentum','','','2013-01-21 17:45:17','2013-01-21 17:45:17','',0,'http://themenectar.com/demo/salient/?p=124',0,'post','',0),(137,2,'2012-12-29 17:59:15','2012-12-29 17:59:15','','The Sweetest WordPress Themes Around.','','publish','open','open','','premium-wordpress-themes-bursting-with-quality','','','2012-12-29 17:59:15','2012-12-29 17:59:15','',0,'http://themenectar.com/demo/salient/?p=137',0,'post','',0),(144,2,'2012-12-30 18:06:42','2012-12-30 18:06:42','Quisque at dolor venenatis justo fringilla dignissim ut id eros. Quisque non elit id purus feugiat vestibulum. Phasellus eget sodales neque. Morbi eget odio nec justo consequat gravida. Phasellus dolor nisl, venenatis eget euismod et, dapibus et purus. Maecenas interdum nisi a dolor facilisis eu laoreet mi facilisis.<!--more-->\n\nInteger luctus orci a nunc consequat eleifend. Nam tempus quam sed felis tristique faucibus. Aliquam facilisis vehicula malesuada. Integer convallis, odio ut rutrum euismod, mi purus pulvinar justo, quis mollis metus metus vitae nibh. Proin eget tincidunt arcu. Donec ante mi, elementum non adipiscing vitae, pharetra quis mauris. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur eget nibh non odio iaculis posuere. Sed ante tortor, pharetra vitae iaculis id, sodales ac tellus. Ut viverra, nulla et adipiscing condimentum, libero nisi condimentum tellus, vel pharetra neque ligula sit amet mi. Sed rutrum consectetur purus ac tincidunt.','Mauris pharetra interdum lorem','','publish','open','open','','mauris-pharetra-interdum-lorem','','','2012-12-30 18:06:42','2012-12-30 18:06:42','',0,'http://themenectar.com/demo/salient/?p=144',0,'post','',0),(789,2,'2013-01-09 05:01:27','2013-01-09 05:01:27','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam blandit diam nec lacus congue imperdiet. In elementum ac magna ut hendrerit. Quisque vel arcu non leo imperdiet faucibus eget at odio. Etiam nisl ligula, consectetur et leo nec, commodo fringilla massa. Nulla arcu orci, lobortis ac augue at, egestas vehicula mi. Aliquam eleifend viverra nisi, blandit iaculis urna. Praesent at egestas leo, ac tincidunt lorem. <!--more-->Aliquam tempor condimentum mauris, vitae luctus augue aliquam in. Vivamus interdum tincidunt lacus sit amet mollis. Integer ac lobortis turpis. Proin convallis urna a orci tincidunt, ut ultricies eros accumsan. Fusce posuere quam est, dapibus pretium metus congue ac. Praesent molestie odio vitae odio placerat, at feugiat ante dictum. Aenean molestie egestas justo. Vivamus quis magna lobortis, venenatis nulla a, fringilla nunc. Nunc purus sem, ornare quis quam ut, sodales accumsan neque.','Mattis non pellentesque vel','','publish','open','open','','mattis-non-pellentesque-vel','','','2013-01-09 05:01:27','2013-01-09 05:01:27','',0,'http://localhost/wordpress-3-6/?p=789',0,'post','',0),(966,1,'2014-02-05 21:31:52','2014-02-05 21:31:52','','Header Layouts','','publish','open','open','','header-layouts','','','2014-02-05 21:31:52','2014-02-05 21:31:52','',0,'http://037b4ae.netsolhost.com/triciaang/?p=966',28,'nav_menu_item','',0),(967,1,'2014-02-05 21:31:52','2014-02-05 21:31:52',' ','','','publish','open','open','','967','','','2014-02-05 21:31:52','2014-02-05 21:31:52','',0,'http://037b4ae.netsolhost.com/triciaang/?p=967',5,'nav_menu_item','',0),(968,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','968','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=968',8,'nav_menu_item','',0),(969,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','969','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=969',41,'nav_menu_item','',0),(970,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','970','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',647,'http://037b4ae.netsolhost.com/triciaang/?p=970',10,'nav_menu_item','',0),(971,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','971','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=971',42,'nav_menu_item','',0),(972,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','972','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',647,'http://037b4ae.netsolhost.com/triciaang/?p=972',9,'nav_menu_item','',0),(973,1,'2014-02-05 21:31:53','2014-02-05 21:31:53','','Column System','','publish','open','open','','column-system','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',23,'http://037b4ae.netsolhost.com/triciaang/?p=973',29,'nav_menu_item','',0),(974,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','974','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',23,'http://037b4ae.netsolhost.com/triciaang/?p=974',26,'nav_menu_item','',0),(975,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','975','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',23,'http://037b4ae.netsolhost.com/triciaang/?p=975',30,'nav_menu_item','',0),(976,1,'2014-02-05 21:31:53','2014-02-05 21:31:53','','Home - Basic Structure','','publish','open','open','','home-basic-structure','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=976',4,'nav_menu_item','',0),(977,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','977','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=977',2,'nav_menu_item','',0),(978,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','978','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=978',3,'nav_menu_item','',0),(979,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','979','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=979',6,'nav_menu_item','',0),(980,1,'2014-02-05 21:31:53','2014-02-05 21:31:53','','Masonry Style','','publish','open','open','','masonry-style','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=980',19,'nav_menu_item','',0),(981,1,'2014-02-05 21:31:53','2014-02-05 21:31:53','','Alternative Style','','publish','open','open','','alternative-style','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=981',18,'nav_menu_item','',0),(982,1,'2014-02-05 21:31:53','2014-02-05 21:31:53','','Portfolio Alternative','','publish','open','open','','portfolio-alternative','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=982',15,'nav_menu_item','',0),(983,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','983','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=983',14,'nav_menu_item','',0),(984,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','984','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=984',13,'nav_menu_item','',0),(985,1,'2014-02-05 21:31:53','2014-02-05 21:31:53','','Default Style','','publish','open','open','','default-style','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',0,'http://037b4ae.netsolhost.com/triciaang/?p=985',17,'nav_menu_item','',0),(986,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','986','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',23,'http://037b4ae.netsolhost.com/triciaang/?p=986',38,'nav_menu_item','',0),(987,1,'2014-02-05 21:31:53','2014-02-05 21:31:53',' ','','','publish','open','open','','987','','','2014-02-05 21:31:53','2014-02-05 21:31:53','',23,'http://037b4ae.netsolhost.com/triciaang/?p=987',39,'nav_menu_item','',0),(988,1,'2014-02-05 21:31:54','2014-02-05 21:31:54',' ','','','publish','open','open','','988','','','2014-02-05 21:31:54','2014-02-05 21:31:54','',23,'http://037b4ae.netsolhost.com/triciaang/?p=988',40,'nav_menu_item','',0),(989,1,'2014-02-05 21:31:54','2014-02-05 21:31:54','','Gallery Only Example','','publish','open','open','','gallery-only-example','','','2014-02-05 21:31:54','2014-02-05 21:31:54','',0,'http://037b4ae.netsolhost.com/triciaang/?p=989',20,'nav_menu_item','',0),(990,1,'2014-02-05 21:31:54','2014-02-05 21:31:54','','Shortcode Overview','','publish','open','open','','shortcode-overview','','','2014-02-05 21:31:54','2014-02-05 21:31:54','',23,'http://037b4ae.netsolhost.com/triciaang/?p=990',27,'nav_menu_item','',0),(991,1,'2014-02-05 21:31:54','2014-02-05 21:31:54',' ','','','publish','open','open','','991','','','2014-02-05 21:31:54','2014-02-05 21:31:54','',23,'http://037b4ae.netsolhost.com/triciaang/?p=991',37,'nav_menu_item','',0),(1035,1,'2014-02-05 21:37:49','2014-02-05 21:37:49','<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 triciaang (http://tricia-ang.com)\ntricia@azence.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 triciaang (http://tricia-ang.com)\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-05 21:37:49','2014-02-05 21:37:49','',0,'http://tricia-ang.com/?post_type=wpcf7_contact_form&p=1035',0,'wpcf7_contact_form','',0),(993,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','About','','publish','open','open','','about-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=993',7,'nav_menu_item','',0),(994,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Features','','publish','open','open','','features-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=994',21,'nav_menu_item','',0),(995,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Home','','publish','open','open','','home-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=995',1,'nav_menu_item','',0),(996,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Nectar Sliders','','publish','open','open','','nectar-sliders-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=996',31,'nav_menu_item','',0),(997,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Gorgeous Design ','','publish','open','open','','gorgeous-design-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=997',22,'nav_menu_item','',0),(998,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Love At First Sight','','publish','open','open','','love-at-first-sight-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=998',23,'nav_menu_item','',0),(999,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Full Width Slider','','publish','open','open','','full-width-slider-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=999',32,'nav_menu_item','',0),(1000,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Parallax Slider ','','publish','open','open','','parallax-slider-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=1000',33,'nav_menu_item','',0),(1001,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Video Backgrounds','','publish','open','open','','video-backgrounds-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=1001',34,'nav_menu_item','',0),(1002,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Robust Power','','publish','open','open','','robust-power-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=1002',36,'nav_menu_item','',0),(1003,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Tell Your Story','','publish','open','open','','tell-your-story-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=1003',25,'nav_menu_item','',0),(1004,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Show Off Your Work','','publish','open','open','','show-off-your-work-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=1004',24,'nav_menu_item','',0),(1005,1,'2014-02-05 21:34:02','2014-02-05 21:34:02','','Multiple Instances','','publish','open','open','','multiple-instances-2','','','2014-02-05 21:34:02','2014-02-05 21:34:02','',0,'http://tricia-ang.com/?p=1005',35,'nav_menu_item','',0),(1006,1,'2014-02-05 21:34:03','2014-02-05 21:34:03','','Portfolio Columns','','publish','open','open','','portfolio-columns-2','','','2014-02-05 21:34:03','2014-02-05 21:34:03','',0,'http://tricia-ang.com/?p=1006',12,'nav_menu_item','',0),(1007,1,'2014-02-05 21:34:03','2014-02-05 21:34:03','','Portfolio Fullwidth','','publish','open','open','','portfolio-fullwidth-2','','','2014-02-05 21:34:03','2014-02-05 21:34:03','',0,'http://tricia-ang.com/?p=1007',16,'nav_menu_item','',0),(1008,1,'2014-02-05 21:34:03','2014-02-05 21:34:03','','Portfolio','','publish','open','open','','portfolio-2','','','2014-02-05 21:34:03','2014-02-05 21:34:03','',0,'http://tricia-ang.com/?p=1008',11,'nav_menu_item','',0),(1009,1,'2014-02-05 21:34:04','2014-02-05 21:34:04','','Header Layouts','','publish','open','open','','header-layouts-2','','','2014-02-05 21:34:04','2014-02-05 21:34:04','',0,'http://tricia-ang.com/?p=1009',28,'nav_menu_item','',0),(1010,1,'2014-02-05 21:34:04','2014-02-05 21:34:04',' ','','','publish','open','open','','1010','','','2014-02-05 21:34:04','2014-02-05 21:34:04','',0,'http://tricia-ang.com/?p=1010',5,'nav_menu_item','',0),(1011,1,'2014-02-05 21:34:04','2014-02-05 21:34:04',' ','','','publish','open','open','','1011','','','2014-02-05 21:34:04','2014-02-05 21:34:04','',647,'http://tricia-ang.com/?p=1011',8,'nav_menu_item','',0),(1012,1,'2014-02-05 21:34:05','2014-02-05 21:34:05',' ','','','publish','open','open','','1012','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',0,'http://tricia-ang.com/?p=1012',41,'nav_menu_item','',0),(1013,1,'2014-02-05 21:34:05','2014-02-05 21:34:05',' ','','','publish','open','open','','1013','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',647,'http://tricia-ang.com/?p=1013',10,'nav_menu_item','',0),(1014,1,'2014-02-05 21:34:05','2014-02-05 21:34:05',' ','','','publish','open','open','','1014','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',0,'http://tricia-ang.com/?p=1014',42,'nav_menu_item','',0),(1015,1,'2014-02-05 21:34:05','2014-02-05 21:34:05',' ','','','publish','open','open','','1015','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',647,'http://tricia-ang.com/?p=1015',9,'nav_menu_item','',0),(1016,1,'2014-02-05 21:34:05','2014-02-05 21:34:05','','Column System','','publish','open','open','','column-system-2','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',23,'http://tricia-ang.com/?p=1016',29,'nav_menu_item','',0),(1017,1,'2014-02-05 21:34:05','2014-02-05 21:34:05',' ','','','publish','open','open','','1017','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',23,'http://tricia-ang.com/?p=1017',26,'nav_menu_item','',0),(1018,1,'2014-02-05 21:34:05','2014-02-05 21:34:05',' ','','','publish','open','open','','1018','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',23,'http://tricia-ang.com/?p=1018',30,'nav_menu_item','',0),(1019,1,'2014-02-05 21:34:05','2014-02-05 21:34:05','','Home - Basic Structure','','publish','open','open','','home-basic-structure-2','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',0,'http://tricia-ang.com/?p=1019',4,'nav_menu_item','',0),(1020,1,'2014-02-05 21:34:05','2014-02-05 21:34:05',' ','','','publish','open','open','','1020','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',0,'http://tricia-ang.com/?p=1020',2,'nav_menu_item','',0),(1021,1,'2014-02-05 21:34:05','2014-02-05 21:34:05',' ','','','publish','open','open','','1021','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',0,'http://tricia-ang.com/?p=1021',3,'nav_menu_item','',0),(1022,1,'2014-02-05 21:34:05','2014-02-05 21:34:05',' ','','','publish','open','open','','1022','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',0,'http://tricia-ang.com/?p=1022',6,'nav_menu_item','',0),(1023,1,'2014-02-05 21:34:05','2014-02-05 21:34:05','','Masonry Style','','publish','open','open','','masonry-style-2','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',0,'http://tricia-ang.com/?p=1023',19,'nav_menu_item','',0),(1024,1,'2014-02-05 21:34:05','2014-02-05 21:34:05','','Alternative Style','','publish','open','open','','alternative-style-2','','','2014-02-05 21:34:05','2014-02-05 21:34:05','',0,'http://tricia-ang.com/?p=1024',18,'nav_menu_item','',0),(1025,1,'2014-02-05 21:34:06','2014-02-05 21:34:06','','Portfolio Alternative','','publish','open','open','','portfolio-alternative-2','','','2014-02-05 21:34:06','2014-02-05 21:34:06','',0,'http://tricia-ang.com/?p=1025',15,'nav_menu_item','',0),(1026,1,'2014-02-05 21:34:06','2014-02-05 21:34:06',' ','','','publish','open','open','','1026','','','2014-02-05 21:34:06','2014-02-05 21:34:06','',0,'http://tricia-ang.com/?p=1026',14,'nav_menu_item','',0),(1027,1,'2014-02-05 21:34:06','2014-02-05 21:34:06',' ','','','publish','open','open','','1027','','','2014-02-05 21:34:06','2014-02-05 21:34:06','',0,'http://tricia-ang.com/?p=1027',13,'nav_menu_item','',0),(1028,1,'2014-02-05 21:34:06','2014-02-05 21:34:06','','Default Style','','publish','open','open','','default-style-2','','','2014-02-05 21:34:06','2014-02-05 21:34:06','',0,'http://tricia-ang.com/?p=1028',17,'nav_menu_item','',0),(1029,1,'2014-02-05 21:34:06','2014-02-05 21:34:06',' ','','','publish','open','open','','1029','','','2014-02-05 21:34:06','2014-02-05 21:34:06','',23,'http://tricia-ang.com/?p=1029',38,'nav_menu_item','',0),(1030,1,'2014-02-05 21:34:06','2014-02-05 21:34:06',' ','','','publish','open','open','','1030','','','2014-02-05 21:34:06','2014-02-05 21:34:06','',23,'http://tricia-ang.com/?p=1030',39,'nav_menu_item','',0),(1031,1,'2014-02-05 21:34:06','2014-02-05 21:34:06',' ','','','publish','open','open','','1031','','','2014-02-05 21:34:06','2014-02-05 21:34:06','',23,'http://tricia-ang.com/?p=1031',40,'nav_menu_item','',0),(1032,1,'2014-02-05 21:34:06','2014-02-05 21:34:06','','Gallery Only Example','','publish','open','open','','gallery-only-example-2','','','2014-02-05 21:34:06','2014-02-05 21:34:06','',0,'http://tricia-ang.com/?p=1032',20,'nav_menu_item','',0),(1033,1,'2014-02-05 21:34:06','2014-02-05 21:34:06','','Shortcode Overview','','publish','open','open','','shortcode-overview-2','','','2014-02-05 21:34:06','2014-02-05 21:34:06','',23,'http://tricia-ang.com/?p=1033',27,'nav_menu_item','',0),(1034,1,'2014-02-05 21:34:06','2014-02-05 21:34:06',' ','','','publish','open','open','','1034','','','2014-02-05 21:34:06','2014-02-05 21:34:06','',23,'http://tricia-ang.com/?p=1034',37,'nav_menu_item','',0),(1036,1,'2014-02-05 21:47:16','2014-02-05 21:47:16','','HOME','','publish','open','open','','home-3','','','2014-02-05 21:47:16','2014-02-05 21:47:16','',0,'http://tricia-ang.com/?p=1036',1,'nav_menu_item','',0),(1037,1,'2014-02-05 21:47:16','2014-02-05 21:47:16','','CONTACT','','publish','open','open','','contact','','','2014-02-05 21:47:16','2014-02-05 21:47:16','',0,'http://tricia-ang.com/?p=1037',2,'nav_menu_item','',0),(1038,1,'2014-02-05 21:47:16','2014-02-05 21:47:16','','BLOG','','publish','open','open','','blog','','','2014-02-05 21:47:16','2014-02-05 21:47:16','',0,'http://tricia-ang.com/?p=1038',3,'nav_menu_item','',0),(1039,1,'2014-02-05 21:47:16','2014-02-05 21:47:16','','PORTFOLIO','','publish','open','open','','portfolio-3','','','2014-02-05 21:47:16','2014-02-05 21:47:16','',0,'http://tricia-ang.com/?p=1039',4,'nav_menu_item','',0),(1040,1,'2014-02-05 21:51:06','2014-02-05 21:51:06','[vc_row][vc_column width=\"2/3\"][vc_column_text][contact-form-7 id=\"1035\" title=\"Contact form 1\"][/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text]\n<h2>Don\'t hesitate to reach out!</h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam mattis porttitor turpis, at convallis eros ultricies ut. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque consequat quam et augue laoreet ac hendrerit mauris tempus. Suspendisse eleifend dui eu dui pharetra lobortis. Mauris ut arcu a diam auctor porttitor. Maecenas tempor ultrice.\n<h2>Another awesome heading!</h2>\nAliquam dictum pharetra pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut pharetra ligula eu metus pulvinar tristique.[/vc_column_text][divider line_type=\"No Line\" custom_height=\"5\"][one_half][vc_column_text] <b>Address</b>: 2500 Castle Dr, Suite F-2 Manhattan, NY 10282 [/vc_column_text][/one_half][one_half_last][vc_column_text] <b>Phone</b>: +123 123 1234\n<b>Email</b>: email@domain.com [/vc_column_text][/one_half_last][/vc_column][/vc_row]','Contact','','inherit','open','open','','26-autosave-v1','','','2014-02-05 21:51:06','2014-02-05 21:51:06','',26,'http://tricia-ang.com/26-autosave-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(1,1,0),(5,23,0),(6,23,0),(7,23,0),(8,23,0),(9,23,0),(10,23,0),(11,23,0),(12,23,0),(13,23,0),(14,23,0),(15,23,0),(16,23,0),(17,23,0),(18,23,0),(19,23,0),(20,23,0),(106,24,0),(82,3,0),(82,5,0),(82,6,0),(82,7,0),(84,3,0),(87,3,0),(87,5,0),(106,5,0),(137,25,0),(108,7,0),(110,8,0),(110,9,0),(110,10,0),(110,11,0),(110,12,0),(110,13,0),(110,14,0),(110,15,0),(110,16,0),(110,17,0),(110,18,0),(110,19,0),(110,20,0),(110,21,0),(110,22,0),(110,5,0),(124,6,0),(137,5,0),(966,23,0),(144,3,0),(144,5,0),(789,4,0),(967,23,0),(968,23,0),(969,23,0),(970,23,0),(971,23,0),(972,23,0),(973,23,0),(974,23,0),(975,23,0),(976,23,0),(977,23,0),(978,23,0),(979,23,0),(980,23,0),(981,23,0),(982,23,0),(983,23,0),(984,23,0),(985,23,0),(986,23,0),(987,23,0),(988,23,0),(989,23,0),(990,23,0),(991,23,0),(993,23,0),(994,23,0),(995,23,0),(996,23,0),(997,23,0),(998,23,0),(999,23,0),(1000,23,0),(1001,23,0),(1002,23,0),(1003,23,0),(1004,23,0),(1005,23,0),(1006,23,0),(1007,23,0),(1008,23,0),(1009,23,0),(1010,23,0),(1011,23,0),(1012,23,0),(1013,23,0),(1014,23,0),(1015,23,0),(1016,23,0),(1017,23,0),(1018,23,0),(1019,23,0),(1020,23,0),(1021,23,0),(1022,23,0),(1023,23,0),(1024,23,0),(1025,23,0),(1026,23,0),(1027,23,0),(1028,23,0),(1029,23,0),(1030,23,0),(1031,23,0),(1032,23,0),(1033,23,0),(1034,23,0),(1036,26,0),(1037,26,0),(1038,26,0),(1039,26,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=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'link_category','',0,7),(3,3,'category','',0,4),(4,4,'category','',0,1),(5,5,'category','',0,6),(6,6,'category','',0,2),(7,7,'category','',0,2),(8,8,'post_tag','',0,1),(9,9,'post_tag','',0,1),(10,10,'post_tag','',0,1),(11,11,'post_tag','',0,1),(12,12,'post_tag','',0,1),(13,13,'post_tag','',0,1),(14,14,'post_tag','',0,1),(15,15,'post_tag','',0,1),(16,16,'post_tag','',0,1),(17,7,'post_tag','',0,1),(18,17,'post_tag','',0,1),(19,18,'post_tag','',0,1),(20,19,'post_tag','',0,1),(21,20,'post_tag','',0,1),(22,21,'post_tag','',0,1),(23,22,'nav_menu','',0,84),(24,23,'post_format','',0,1),(25,24,'post_format','',0,1),(26,25,'nav_menu','',0,4); /*!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=26 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,'Dining','dining',0),(4,'Fashion','fashion',0),(5,'Food for thought','food-for-thought',0),(6,'Gaming','gaming',0),(7,'Music','music',0),(8,'Art','art',0),(9,'Awesome','awesome',0),(10,'Cars','cars',0),(11,'Classic','classic',0),(12,'Custom','custom',0),(13,'Data','data',0),(14,'Epic','epic',0),(15,'Funny','funny',0),(16,'Gaming Tips','gaming-tips',0),(17,'Photography','photography',0),(18,'Standard','standard',0),(19,'ThemeNectar','themenectar',0),(20,'Videos','videos',0),(21,'Wordpress','wordpress',0),(22,'Main Navigation','main-navigation',0),(23,'Quote','post-format-quote',0),(24,'Link','post-format-link',0),(25,'Menu','menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=32 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','triciaang'),(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'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','3'),(15,2,'first_name',''),(16,2,'last_name',''),(17,2,'nickname','ThemeNectar'),(18,2,'description',''),(19,2,'rich_editing','true'),(20,2,'comment_shortcuts','false'),(21,2,'admin_color','fresh'),(22,2,'use_ssl','0'),(23,2,'show_admin_bar_front','true'),(24,2,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25,2,'wp_user_level','0'),(26,2,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(27,1,'nav_menu_recently_edited','25'),(28,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\";}'),(29,1,'metaboxhidden_nav-menus','a:9:{i:0;s:8:\"add-post\";i:1;s:15:\"add-home_slider\";i:2;s:17:\"add-nectar_slider\";i:3;s:13:\"add-portfolio\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:20:\"add-slider-locations\";i:7;s:16:\"add-project-type\";i:8;s:22:\"add-project-attributes\";}'),(30,1,'wp_user-settings','editor=tinymce'),(31,1,'wp_user-settings-time','1391637021'); /*!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=3 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,'triciaang','$P$B6P98tn0M4G3r.VF4SaP9TIx0wMbRe0','triciaang','tricia@azence.com','','2014-02-05 20:24:35','',0,'triciaang'),(2,'ThemeNectar','$P$BQMqBk2G.4hwKU8LMD0d3SXAKc6Slq.','themenectar','themenectar@gmail.com','','2014-02-05 21:31:50','',0,'ThemeNectar'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_037b4ae_4' -- 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-02-19 13:05:04