0byt3m1n1
Path:
/
data
/
18
/
3
/
3
/
104
/
3655593
/
meta
/
4066454
/
mysql.backup
/
[
Home
]
File: 1_03a7f9b_7.mysqlv112.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv112 Database: 1_03a7f9b_7 -- ------------------------------------------------------ -- 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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_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=12859 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://03a7f9b.netsolhost.com/artistdesigns','yes'),(2,'blogname','Artist Designs MC','yes'),(3,'blogdescription','Just another Artist Designs site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','cduran@artistdesignsmc.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','','yes'),(8,'use_smilies','','yes'),(9,'require_name_email','','yes'),(10,'comments_notify','','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','closed','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','','yes'),(26,'moderation_notify','','yes'),(27,'permalink_structure','','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:7:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:41:\"envato-wordpress-toolkit-master/index.php\";i:2;s:39:\"funky-restaurants/funky-restaurants.php\";i:3;s:37:\"funky-shortcodes/funky-shortcodes.php\";i:4;s:27:\"js_composer/js_composer.php\";i:5;s:28:\"organized-VCUI/organized.php\";i:6;s:35:\"redux-framework/redux-framework.php\";}','yes'),(33,'home','http://03a7f9b.netsolhost.com/artistdesigns','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','0','yes'),(38,'gmt_offset','-4','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:4:{i:0;s:105:\"\\\\WDP\\DFS\\30\\1\\3\\8\\3088883831\\user\\sites\\4066454.site\\www\\artistdesigns/wp-content/themes/munch/style.css\";i:1;s:117:\"\\\\WDP\\DFS\\30\\1\\3\\8\\3088883831\\user\\sites\\4066454.site\\www\\artistdesigns/wp-content/plugins/awesome-builder/loader.php\";i:2;s:110:\"\\\\WDP\\DFS\\30\\1\\3\\8\\3088883831\\user\\sites\\4066454.site\\www\\artistdesigns/wp-content/themes/adeptstyle/style.css\";i:3;s:0:\"\";}','no'),(41,'template','munch','yes'),(42,'stylesheet','munch','yes'),(43,'comment_whitelist','','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','29632','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','34','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"sidebar-1-post\";a:0:{}s:14:\"sidebar-2-page\";a:0:{}s:16:\"sidebar-3-search\";a:0:{}s:18:\"sidebar-4-404 page\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:6:{i:1493641618;a:1:{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;}}}i:1493645873;a:1:{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;}}}i:1493670026;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:1493673970;a:1:{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:1493708241;a:1:{s:14:\"redux_tracking\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(105,'_transient_random_seed','4b9bf86706475efd505480cf75886bf2','yes'),(106,'auth_key',']>K2S92)9sd-G2bbJLscY_Kt`)%1,%TJc6j)|@,;135V9k4Ki=0|*kUCKOqM%{|^','yes'),(12854,'_site_transient_theme_roots','a:3:{s:10:\"adeptstyle\";s:7:\"/themes\";s:5:\"munch\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(12853,'_site_transient_timeout_theme_roots','1493642995','yes'),(107,'auth_salt','tV76o5]^r@-s2U;IvU1t7|B@wOkv_P-7MbR|8#]P-/^96*L!D2ii-a69,Giu`4&J','yes'),(108,'logged_in_key','!Rl0fSvM5M (q#QZA@WmuUyi1Jy]Jx630DU,slrO3h~(`b*->sBIjVY^$B?=SBiz','yes'),(109,'logged_in_salt','Q(G_^MD#h1u.[r9uF_lxwq7IJ!I{N4JZ;x#rcPAnkP]}%j?HAH`b=jm!!6Gz_?;!','yes'),(110,'nonce_key','hbbqU%3!oG><c{,Jg8jeemFd~PBztp ?7^x1a|3VLbm;##_NsXorTA&}_)g#M6qz','yes'),(111,'nonce_salt','x7f_n0dMUoY2`z;`G|OKcXC43W_ca?VvGzZD{ l$2iPvIx<~J7!+2,}su?WXmqCK','yes'),(6560,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1438053803','no'),(6561,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1438010603','no'),(6562,'can_compress_scripts','1','yes'),(6563,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1438053803','no'),(6564,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\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:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: 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:45:\"https://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:34:\"WordPress Plugins » View: 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:\"Mon, 27 Jul 2015 15:17: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: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:30:{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: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:51:\"https://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: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:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://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 Yoast's WordPress SEO 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: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: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:59:\"https://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: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:55:\"https://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:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"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:60:\"https://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:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple 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:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Mar 2009 02:17: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:34:\"9542@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:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 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: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: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:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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:46:\"https://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: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:25:\"Google Analytics 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:71:\"https://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:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 12 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:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11: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:34:\"5790@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:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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: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:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jun 2007 15:00: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@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:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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: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:64:\"https://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:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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: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:53:\"https://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: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: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:49:\"https://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:28:\"Your WordPress, Streamlined.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:15;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:\"Advanced Custom 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:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Mar 2011 04:07: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:35:\"25254@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:68:\"Customise WordPress with powerful, professional and intuitive 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s: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: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:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;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:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2009 18:46: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@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:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Aug 2008 14:38: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:34:\"6743@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:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 May 2011 04:42: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:\"26907@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:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Samir Shah\";s: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: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:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@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:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s: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: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:\"Duplicate 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Dec 2007 17:40: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:\"2646@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:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"lopo\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;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:27:\"Black Studio TinyMCE 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:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06: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:35:\"31973@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:39:\"The visual editor widget 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s: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: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:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 Feb 2013 16:56: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@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 to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Matcha Labs\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Google Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/googleanalytics/#post-11199\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Jun 2009 22:09:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"11199@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:38:\"Enables google analytics on all pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Kevin Sylvestre\";s: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: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:\"WP-DB-Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/wp-db-backup/#post-472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Mar 2007 04:41: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"472@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:44:\"On-demand backup of your WordPress database.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"ringmaster\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Apr 2013 10: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:35:\"51888@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:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Greg Priday\";s: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:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@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:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Cory Lamle\";s: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:46:\"https://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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 27 Jul 2015 15:23:23 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:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Fri, 09 Mar 2007 23:17:57 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(6565,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1438053803','no'),(6566,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1438010603','no'),(6567,'_transient_timeout_plugin_slugs','1438097003','no'),(6568,'_transient_plugin_slugs','a:10:{i:0;s:19:\"akismet/akismet.php\";i:1;s:26:\"awesome-builder/loader.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:34:\"envato-wordpress-toolkit/index.php\";i:4;s:39:\"funky-restaurants/funky-restaurants.php\";i:5;s:37:\"funky-shortcodes/funky-shortcodes.php\";i:6;s:9:\"hello.php\";i:7;s:28:\"organized-VCUI/organized.php\";i:8;s:35:\"redux-framework/redux-framework.php\";i:9;s:27:\"js_composer/js_composer.php\";}','no'),(6569,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1438053803','no'),(6570,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/07/wordpress-4-2-3/\'>WordPress 4.2.3 Security and Maintenance Release</a> <span class=\"rss-date\">July 23, 2015</span><div class=\"rssSummary\">WordPress 4.2.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by Jon Cave and […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/plugin-developers-demand-a-better-security-release-process-after-wordpress-4-2-3-breaks-thousands-of-websites\'>WPTavern: Plugin Developers Demand a Better Security Release Process After WordPress 4.2.3 Breaks Thousands of Websites</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/fooplugins-digital-license-key-management-plugin-is-now-open-source-for-developers\'>WPTavern: FooPlugin’s Digital License Key Management Plugin is Now Open Source for Developers</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/thesis-automattic-and-wordpress/\'>Post Status: Thesis, Automattic, and WordPress</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/black-studio-tinymce-widget/\' class=\'dashboard-news-plugin-link\'>Black Studio TinyMCE Widget</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=black-studio-tinymce-widget&_wpnonce=2226500c52&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Black Studio TinyMCE Widget\'>Install</a>)</span></li></ul></div>','no'),(12858,'_transient_doing_cron','1493742216.8370950222015380859375','yes'),(12856,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1493641204;s:7:\"checked\";a:3:{s:10:\"adeptstyle\";s:1:\"7\";s:5:\"munch\";s:5:\"1.0.5\";s:14:\"twentythirteen\";s:3:\"1.3\";}s:8:\"response\";a:1:{s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.1.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(12857,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1493641205;s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.3.zip\";s:6:\"tested\";s:5:\"4.7.4\";s:13:\"compatibility\";a:0:{}}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:29:\"w.org/plugins/redux-framework\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:5:\"3.6.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/redux-framework.3.6.4.zip\";s:6:\"tested\";s:3:\"4.8\";s:13:\"compatibility\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"4.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.7.zip\";s:6:\"tested\";s:5:\"4.7.4\";s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}}}','yes'),(12849,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:8:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.4\";s:7:\"version\";s:5:\"4.7.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.4\";s:7:\"version\";s:5:\"4.7.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.5\";s:7:\"version\";s:5:\"4.6.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:3;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.8\";s:7:\"version\";s:5:\"4.5.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:4;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.9\";s:7:\"version\";s:5:\"4.4.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:5;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.3.10\";s:7:\"version\";s:6:\"4.3.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:6;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.2.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.2.14\";s:7:\"version\";s:6:\"4.2.14\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:7;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.17.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.1.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.1.17\";s:7:\"version\";s:6:\"4.1.17\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1493641199;s:15:\"version_checked\";s:6:\"4.0.17\";s:12:\"translations\";a:0:{}}','yes'),(1161,'akismet_show_user_comments_approved','0','yes'),(1178,'vc_version','4.4.1.1','yes'),(1179,'wpb_js_composer_license_activation_notified','yes','yes'),(1180,'vc_license_activation_key','rDwm1VRIyFQf9c0SjHPh','yes'),(1181,'wpb_js_envato_username','artistdesignsmc','yes'),(1182,'wpb_js_envato_api_key','w23sxn8g104l23u3hsdd3zkjpmrvrxtz','yes'),(1183,'wpb_js_js_composer_purchase_code','cb65f273-97bc-4c13-b270-1ed47ebe5b65','yes'),(849,'widget_wpv_contactinfo','a:4:{i:1;a:0:{}i:3;a:11:{s:5:\"title\";s:8:\"Contact:\";s:4:\"text\";s:0:\"\";s:5:\"phone\";s:12:\"787-945-5556\";s:9:\"cellphone\";s:12:\"787-596-0204\";s:4:\"mail\";s:27:\"contact@artistdesignsmc.com\";s:7:\"address\";s:47:\"Ave. Ponce de Leon 701 Bulding Centro de Seguro\";s:4:\"city\";s:18:\"Santurce, San Juan\";s:5:\"state\";s:11:\"Puerto Rico\";s:3:\"zip\";s:5:\"00907\";s:4:\"name\";s:39:\"Artist Designs & Management Corporation\";s:5:\"color\";s:7:\"accent1\";}i:4;a:11:{s:5:\"title\";s:8:\"Contact:\";s:4:\"text\";s:39:\"Artist Designs & Management Corporation\";s:5:\"phone\";s:13:\"787-945-5556 \";s:9:\"cellphone\";s:13:\"787-596-0204 \";s:4:\"mail\";s:28:\"contact@artistdesignsmc.com \";s:7:\"address\";s:48:\"Ave. Ponce de Leon 701 Bulding Centro de Seguro \";s:4:\"city\";s:19:\"Santurce, San Juan,\";s:5:\"state\";s:12:\"Puerto Rico \";s:3:\"zip\";s:6:\"00907 \";s:4:\"name\";s:0:\"\";s:5:\"color\";s:7:\"accent1\";}s:12:\"_multiwidget\";i:1;}','yes'),(850,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(851,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(852,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(853,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(854,'widget_wpv_authors','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(855,'widget_wpv_advertisement','a:4:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:0:{}i:4;a:4:{s:5:\"title\";s:10:\"tfgrjhnsty\";s:5:\"count\";i:3;s:8:\"ad_image\";a:3:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"ad_link\";a:3:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}}}','yes'),(856,'widget_wpv_flickr','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(857,'widget_icon-link','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(858,'widget_wpv_subpages','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:8:\"Services\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}}','yes'),(859,'widget_gmap','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:8:{s:5:\"title\";s:0:\"\";s:7:\"address\";s:0:\"\";s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";s:4:\"zoom\";i:11;s:4:\"html\";s:0:\"\";s:5:\"popup\";i:0;s:6:\"height\";i:250;}}','yes'),(860,'widget_wpv_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(861,'widget_wpv-post-formats','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(949,'munch_theme_settings','a:101:{s:8:\"last_tab\";s:0:\"\";s:11:\"logo-header\";a:5:{s:3:\"url\";s:79:\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/logo.png\";s:2:\"id\";s:1:\"7\";s:6:\"height\";s:4:\"1620\";s:5:\"width\";s:4:\"1568\";s:9:\"thumbnail\";s:79:\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/logo.png\";}s:14:\"enable-tagline\";s:1:\"0\";s:7:\"favicon\";a:5:{s:3:\"url\";s:79:\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/logo.png\";s:2:\"id\";s:1:\"7\";s:6:\"height\";s:4:\"1620\";s:5:\"width\";s:4:\"1568\";s:9:\"thumbnail\";s:79:\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/logo.png\";}s:17:\"apple-bookmark-57\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"apple-bookmark-114\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:17:\"apple-bookmark-72\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"apple-bookmark-144\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:10:\"custom-css\";s:0:\"\";s:18:\"custom-css-desktop\";s:0:\"\";s:17:\"custom-css-mobile\";s:0:\"\";s:14:\"address-street\";s:39:\"Centro De Seguros 701 Ave Ponce De Leon\";s:12:\"address-city\";s:21:\"San Juan, Puerto Rico\";s:14:\"address-region\";s:2:\"PR\";s:16:\"address-postcode\";s:5:\"00907\";s:9:\"telephone\";s:36:\"Tel: 787-945-5556 Fax: 787-945-5549\";s:5:\"email\";s:24:\"info@artistdesignsmc.com\";s:5:\"hours\";s:0:\"\";s:13:\"enable-border\";s:1:\"0\";s:14:\"enable-shadows\";s:1:\"1\";s:14:\"site-max-width\";s:4:\"1920\";s:10:\"background\";a:7:{s:16:\"background-color\";s:7:\"#020202\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:18:\"content-area-color\";s:7:\"#1e150f\";s:11:\"input-color\";s:7:\"#dbd5d0\";s:16:\"input-text-color\";s:7:\"#747474\";s:11:\"links-color\";s:7:\"#332315\";s:17:\"links-hover-color\";s:7:\"#007eb1\";s:12:\"button-color\";s:7:\"#007eb1\";s:19:\"divider-thick-color\";s:7:\"#CCCCCC\";s:13:\"divider-color\";s:7:\"#CCCCCC\";s:20:\"preloader-fill-color\";s:7:\"#007eb1\";s:24:\"gallery-background-color\";s:7:\"#ececec\";s:16:\"navigation-color\";s:7:\"#18120d\";s:23:\"navigation-border-color\";s:7:\"#4a331f\";s:22:\"navigation-hover-color\";s:7:\"#4a331f\";s:36:\"page-header-content-background-color\";s:7:\"#b8967f\";s:19:\"links-sidebar-color\";s:7:\"#1c0e01\";s:26:\"links-sidebar-border-color\";s:7:\"#332315\";s:20:\"widget-sidebar-color\";s:7:\"#1c0e01\";s:27:\"widget-sidebar-border-color\";s:7:\"#CCCCCC\";s:26:\"widget-sidebar-links-color\";s:7:\"#332315\";s:19:\"input-sidebar-color\";s:7:\"#ffffff\";s:24:\"input-sidebar-text-color\";s:7:\"#747474\";s:12:\"footer-color\";s:7:\"#1c1610\";s:9:\"body-font\";a:12:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#747474\";}s:12:\"header1-font\";a:12:{s:11:\"font-family\";s:17:\"Libre Baskerville\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"55px\";s:11:\"line-height\";s:4:\"59px\";s:14:\"letter-spacing\";s:4:\"-2px\";s:5:\"color\";s:7:\"#222222\";}s:12:\"header2-font\";a:12:{s:11:\"font-family\";s:17:\"Libre Baskerville\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"27px\";s:11:\"line-height\";s:4:\"37px\";s:14:\"letter-spacing\";s:4:\"-1px\";s:5:\"color\";s:7:\"#222222\";}s:12:\"header3-font\";a:12:{s:11:\"font-family\";s:17:\"Libre Baskerville\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"27px\";s:11:\"line-height\";s:4:\"37px\";s:14:\"letter-spacing\";s:4:\"-1px\";s:5:\"color\";s:7:\"#ff6900\";}s:12:\"header4-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#222222\";}s:12:\"header5-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#222222\";}s:12:\"header6-font\";a:12:{s:11:\"font-family\";s:17:\"Libre Baskerville\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#222222\";}s:15:\"navigation-font\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:21:\"navigation-hover-font\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:16:\"site-header-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"22px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#FFFFFF\";}s:20:\"site-header-alt-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"27px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#FFFFFF\";}s:22:\"page-header-title-font\";a:12:{s:11:\"font-family\";s:17:\"Libre Baskerville\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"55px\";s:11:\"line-height\";s:4:\"59px\";s:14:\"letter-spacing\";s:4:\"-2px\";s:5:\"color\";s:7:\"#222222\";}s:28:\"page-header-title-small-font\";a:12:{s:11:\"font-family\";s:17:\"Libre Baskerville\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"27px\";s:11:\"line-height\";s:4:\"36px\";s:14:\"letter-spacing\";s:4:\"-1px\";s:5:\"color\";s:7:\"#222222\";}s:21:\"page-header-text-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#747474\";}s:23:\"page-header-button-font\";a:1:{s:5:\"color\";s:7:\"#747474\";}s:17:\"slider-title-font\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:23:\"slider-title-small-font\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:16:\"slider-text-font\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:18:\"slider-button-font\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:18:\"sidebar-links-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"27px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:4:\"-1px\";s:5:\"color\";s:7:\"#FFFFFF\";}s:17:\"widget-title-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#222222\";}s:11:\"widget-font\";a:12:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#747474\";}s:11:\"button-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"11px\";s:11:\"line-height\";s:4:\"11px\";s:14:\"letter-spacing\";s:3:\"3px\";s:5:\"color\";s:7:\"#FFFFFF\";}s:13:\"link-box-font\";a:12:{s:11:\"font-family\";s:17:\"Libre Baskerville\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"55px\";s:11:\"line-height\";s:4:\"55px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#FFFFFF\";}s:19:\"link-box-small-font\";a:12:{s:11:\"font-family\";s:17:\"Libre Baskerville\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"27px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:4:\"-1px\";s:5:\"color\";s:7:\"#FFFFFF\";}s:18:\"footer-titles-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"24px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#FFFFFF\";}s:16:\"footer-text-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"24px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#FFFFFF\";}s:20:\"footer-text-alt-font\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:14:\"post-meta-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"11px\";s:11:\"line-height\";s:4:\"13px\";s:14:\"letter-spacing\";s:3:\"3px\";s:5:\"color\";s:7:\"#949494\";}s:10:\"quote-font\";a:12:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#ff6900\";}s:13:\"post-category\";s:1:\"1\";s:9:\"post-date\";s:1:\"0\";s:13:\"post-comments\";s:1:\"0\";s:11:\"post-author\";s:1:\"0\";s:9:\"post-tags\";s:1:\"0\";s:15:\"post-navigation\";s:1:\"1\";s:9:\"404-title\";s:0:\"\";s:11:\"404-content\";s:0:\"\";s:11:\"logo-footer\";a:5:{s:3:\"url\";s:94:\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/logo-e1418254125416.png\";s:2:\"id\";s:1:\"7\";s:6:\"height\";s:3:\"207\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:87:\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/logo-150x150.png\";}s:11:\"footer-text\";s:0:\"\";s:19:\"footer-gallery-type\";s:4:\"none\";s:21:\"footer-gallery-images\";s:0:\"\";s:33:\"footer-instagram-gallery-username\";s:0:\"\";s:19:\"instagram-client-id\";s:0:\"\";s:12:\"facebook-url\";s:40:\"https://www.facebook.com/ArtistDesignsMC\";s:11:\"twitter-url\";s:35:\"https://twitter.com/ArtistDesignsMC\";s:15:\"google-plus-url\";s:0:\"\";s:11:\"youtube-url\";s:0:\"\";s:9:\"vimeo-url\";s:0:\"\";s:10:\"flickr-url\";s:0:\"\";s:12:\"dribbble-url\";s:0:\"\";s:13:\"instagram-url\";s:0:\"\";s:13:\"pinterest-url\";s:0:\"\";s:11:\"behance-url\";s:0:\"\";s:14:\"foursquare-url\";s:0:\"\";s:12:\"color-preset\";i:0;s:11:\"font-preset\";i:0;}','yes'),(872,'portfolio_category_children','a:0:{}','yes'),(958,'envato-wordpress-toolkit','a:2:{s:9:\"user_name\";s:15:\"artistdesignsmc\";s:7:\"api_key\";s:32:\"w23sxn8g104l23u3hsdd3zkjpmrvrxtz\";}','yes'),(896,'c5_shortcode_option_service-column-widget','a:9:{i:0;a:3:{s:2:\"id\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:14:\"Service Column\";}i:1;a:3:{s:2:\"id\";s:5:\"image\";s:4:\"type\";s:6:\"upload\";s:3:\"std\";s:0:\"\";}i:2;a:3:{s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:10:\"radio-text\";s:3:\"std\";s:11:\"fa fa-cloud\";}i:3;a:3:{s:2:\"id\";s:5:\"color\";s:4:\"type\";s:11:\"colorpicker\";s:3:\"std\";s:7:\"#91571e\";}i:4;a:3:{s:2:\"id\";s:5:\"width\";s:4:\"type\";s:14:\"numeric-slider\";s:3:\"std\";s:2:\"80\";}i:5;a:3:{s:2:\"id\";s:13:\"border_radius\";s:4:\"type\";s:14:\"numeric-slider\";s:3:\"std\";s:2:\"80\";}i:6;a:3:{s:2:\"id\";s:7:\"content\";s:4:\"type\";s:15:\"textarea-simple\";s:3:\"std\";s:233:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \";}i:7;a:3:{s:2:\"id\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:8;a:3:{s:2:\"id\";s:11:\"button_text\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}}','yes'),(1630,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:26:\"cduran@artistdesignsmc.com\";s:7:\"version\";s:6:\"4.0.17\";s:9:\"timestamp\";i:1493106577;}','yes'),(1188,'wpb_js_use_custom','','yes'),(1189,'wpb_js_vc_color','#f7f7f7','yes'),(1190,'wpb_js_vc_color_hover','#F0F0F0','yes'),(1191,'wpb_js_vc_color_call_to_action_bg','','yes'),(1192,'wpb_js_vc_color_google_maps_bg','','yes'),(1160,'akismet_strictness','0','yes'),(877,'WPLANG','','yes'),(878,'db_upgraded','','yes'),(237,'wpv_slider-title','','yes'),(238,'wpv_header-slider-effect','slideAndFade','yes'),(239,'wpv_full-width-slider','1','yes'),(240,'wpv_header-slider-captionqueue','','yes'),(135,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1409689681;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(136,'current_theme','Munch','yes'),(137,'theme_mods_adeptstyle','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:11:\"menu-header\";i:5;s:8:\"menu-top\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1414718325;s:4:\"data\";a:21:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:7:\"pages-3\";i:1;s:19:\"wpv_advertisement-3\";i:2;s:19:\"wpv_advertisement-4\";i:3;s:11:\"icon-link-3\";i:4;s:6:\"gmap-3\";i:5;s:17:\"wpv_contactinfo-3\";}s:9:\"page-left\";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:10:\"page-right\";a:0:{}s:9:\"blog-left\";a:0:{}s:10:\"blog-right\";a:0:{}s:14:\"portfolio-left\";a:0:{}s:15:\"portfolio-right\";a:0:{}s:17:\"footer-sidebars-1\";a:0:{}s:17:\"footer-sidebars-2\";a:0:{}s:17:\"footer-sidebars-3\";a:1:{i:0;s:10:\"calendar-3\";}s:17:\"footer-sidebars-4\";a:1:{i:0;s:14:\"wpv_subpages-3\";}s:17:\"footer-sidebars-5\";a:1:{i:0;s:17:\"wpv_contactinfo-4\";}s:17:\"header-sidebars-1\";a:0:{}s:17:\"header-sidebars-2\";a:0:{}s:17:\"header-sidebars-3\";a:0:{}s:26:\"wpv_sidebar-blog-page-left\";a:0:{}s:27:\"wpv_sidebar-blog-page-right\";a:0:{}s:24:\"wpv_sidebar-options-left\";a:0:{}s:25:\"wpv_sidebar-options-right\";a:0:{}s:18:\"orphaned_widgets_1\";N;s:18:\"orphaned_widgets_2\";N;}}}','yes'),(138,'theme_switched','','yes'),(139,'wpv_external-fonts','a:1:{s:6:\"gfonts\";s:111:\"http://fonts.googleapis.com/css?family=PT+Sans+Caption:bold|PT+Serif+Caption:normal&subset=cyrillic,greek,latin\";}','yes'),(144,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.0.3\";}','yes'),(145,'recently_activated','a:0:{}','yes'),(146,'wpv_custom-header-logo','http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/logo.png','yes'),(147,'wpv_phone-num-top','[push h=\\\"60\\\"]\r\n<div style=\\\"text-align: center\\\">\r\n<div style=\\\"font: 30px / 30px \\\'PT Serif Caption\\\'; color: #787878;\\\">24/7</div>\r\n<div style=\\\"font: 16px / 26px \\\'PT Serif Caption\\\'; color: #787878;\\\">CALL US</div>\r\n[text_divider][icon style=\\\"theme-phone\\\" color=\\\"#d0cfb3\\\" size=\\\"small\\\"][/icon][/text_divider]\r\n<span style=\\\"font: 20px / 26px \\\'PT Serif Caption\\\'; color: #787878;\\\">02 456 923</span>\r\n</div>','yes'),(148,'wpv_phone-num-mobile','<div style=\\\"display:inline-block; vertical-align:top;\\\">\r\n <div style=\\\"font: 32px / 32px \\\'PT Serif Caption\\\'; color: #787878;\\\">24/7</div>\r\n <div style=\\\"font: 16px / 16px \\\'PT Serif Caption\\\'; color: #787878;\\\">CALL US</div>\r\n</div>\r\n<span style=\\\"padding: 0 10px 0 10px; position: relative; top: 10px;\\\">[icon style=\\\"theme-phone\\\" color=\\\"#d0cfb3\\\" size=\\\"large\\\"][/icon]</span>\r\n<a href=\\\"tel:02456923\\\" style=\\\"font: 34px / 40px \\\'PT Serif Caption\\\' !important; color: #787878; position: relative; top: 7px; letter-spacing: -3px;\\\">02 456 923</a>','yes'),(149,'wpv_favicon_url','http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/logo.png','yes'),(150,'wpv_gmap_api_key','','yes'),(151,'wpv_analytics_key','UA-12687477-9','yes'),(152,'wpv_post-all-items','http://adeptstyle.vamtam.com/blog-2/blog','yes'),(153,'wpv_portfolio-all-items','http://adeptstyle.vamtam.com/portfolio1/ajax-portfolio','yes'),(154,'wpv_show_scroll_to_top','1','yes'),(155,'wpv_feedback-type','none','yes'),(156,'wpv_feedback-link','#','yes'),(157,'wpv_show_rss_button','','yes'),(158,'wpv_fb-link','https://facebook.com/ArtistDesignsMC','yes'),(159,'wpv_twitter-link','https://twitter.com/ArtistDesignsMC','yes'),(160,'wpv_youtube-link','https://www.youtube.com/ArtistDesignsMC','yes'),(161,'wpv_flickr-link','','yes'),(162,'wpv_linkedin-link','','yes'),(163,'wpv_credits','[two_thirds fit]\r\n<div style=\\\"text-align: left;\\\">Copyright Artist Designs & Management Corporation© 2014</div>\r\n[/two_thirds]\r\n\r\n[one_third_last fit]\r\n<div style=\\\"text-align: right;\\\"><a href=\\\"#\\\">Contacts</a> | <a href=\\\"#\\\">FAQs</a> | <a href=\\\"#\\\">Sitemap</a><span class=\\\"hide-small-screen\\\"> | <a href=\\\"/feed\\\">[icon style=\\\"rss\\\" color=\\\"\\\" size=\\\"11px\\\"] [/icon]</a></span>\r\n</div>[/one_third_last]','yes'),(164,'wpv_share-post-twitter','1','yes'),(165,'wpv_share-post-facebook','1','yes'),(166,'wpv_share-post-gplus','1','yes'),(167,'wpv_share-post-pinterest','','yes'),(168,'wpv_share-page-twitter','1','yes'),(169,'wpv_share-page-facebook','1','yes'),(170,'wpv_share-page-gplus','1','yes'),(171,'wpv_share-page-pinterest','','yes'),(172,'wpv_share-portfolio-twitter','1','yes'),(173,'wpv_share-portfolio-facebook','1','yes'),(174,'wpv_share-portfolio-gplus','1','yes'),(175,'wpv_share-portfolio-pinterest','','yes'),(176,'wpv_share-lightbox-twitter','1','yes'),(177,'wpv_share-lightbox-facebook','1','yes'),(178,'wpv_share-lightbox-gplus','1','yes'),(179,'wpv_share-lightbox-pinterest','','yes'),(180,'wpv_custom_js','','yes'),(181,'wpv_custom_css','','yes'),(182,'wpv_css-cache-timestamp','1414689482','yes'),(183,'wpv_site-layout-type','wide center','yes'),(184,'wpv_default-body-layout','right-only','yes'),(185,'wpv_has-header-slider','1','yes'),(186,'wpv_has-header-sidebars','','yes'),(187,'wpv_has-footer-sidebars','1','yes'),(188,'wpv_header-height','133','yes'),(189,'wpv_header-slider-height','414','yes'),(190,'wpv_header-slider-function-height','-1','yes'),(191,'wpv_left-sidebar-width','25','yes'),(192,'wpv_right-sidebar-width','25','yes'),(193,'wpv_has-page-header','','yes'),(194,'wpv_header-sidebars','3','yes'),(195,'wpv_header-sidebars-1-width','one_third','yes'),(196,'wpv_header-sidebars-1-last','','yes'),(197,'wpv_header-sidebars-1-empty','','yes'),(198,'wpv_header-sidebars-2-width','one_third','yes'),(199,'wpv_header-sidebars-2-last','','yes'),(200,'wpv_header-sidebars-2-empty','','yes'),(201,'wpv_header-sidebars-3-width','one_third','yes'),(202,'wpv_header-sidebars-3-last','1','yes'),(203,'wpv_header-sidebars-3-empty','','yes'),(204,'wpv_header-sidebars-4-width','full','yes'),(205,'wpv_header-sidebars-4-last','','yes'),(206,'wpv_header-sidebars-4-empty','','yes'),(207,'wpv_header-sidebars-5-width','full','yes'),(208,'wpv_header-sidebars-5-last','','yes'),(209,'wpv_header-sidebars-5-empty','','yes'),(210,'wpv_header-sidebars-6-width','full','yes'),(211,'wpv_header-sidebars-6-last','','yes'),(212,'wpv_header-sidebars-6-empty','','yes'),(213,'wpv_footer-sidebars','5','yes'),(214,'wpv_footer-sidebars-1-width','full','yes'),(215,'wpv_footer-sidebars-1-last','','yes'),(216,'wpv_footer-sidebars-1-empty','','yes'),(217,'wpv_footer-sidebars-2-width','one_fourth','yes'),(218,'wpv_footer-sidebars-2-last','','yes'),(219,'wpv_footer-sidebars-2-empty','','yes'),(220,'wpv_footer-sidebars-3-width','one_fourth','yes'),(221,'wpv_footer-sidebars-3-last','','yes'),(222,'wpv_footer-sidebars-3-empty','','yes'),(223,'wpv_footer-sidebars-4-width','one_fourth','yes'),(224,'wpv_footer-sidebars-4-last','','yes'),(225,'wpv_footer-sidebars-4-empty','','yes'),(226,'wpv_footer-sidebars-5-width','one_fourth','yes'),(227,'wpv_footer-sidebars-5-last','1','yes'),(228,'wpv_footer-sidebars-5-empty','','yes'),(229,'wpv_footer-sidebars-6-width','full','yes'),(230,'wpv_footer-sidebars-6-last','','yes'),(231,'wpv_footer-sidebars-6-empty','','yes'),(236,'wpv_default-header-slider','headbanners','yes'),(241,'wpv_header-slider-pausetime','3000','yes'),(242,'wpv_header-slider-pauseonhover','1','yes'),(243,'wpv_header-slider-animationtime','879','yes'),(244,'wpv_header-slider-direction','right','yes'),(245,'wpv_header-slider-easing','easeOutQuint','yes'),(246,'wpv_header-slider-resizing','cover-top','yes'),(247,'wpv_body-background-image','','yes'),(248,'wpv_body-background-color','#ffffff','yes'),(249,'wpv_body-background-position','center top','yes'),(250,'wpv_body-background-attachment','scroll','yes'),(251,'wpv_body-background-repeat','no-repeat','yes'),(252,'wpv_accent-color','#dfdebb','yes'),(253,'wpv_accent-color-2','#f4f4f1','yes'),(254,'wpv_accent-color-3','#2b2b2b','yes'),(255,'wpv_accent-color-4','#444444','yes'),(256,'wpv_accent-color-5','#cfcfcf','yes'),(257,'wpv_em-size','12','yes'),(258,'wpv_em-lheight','18','yes'),(259,'wpv_em-face','Arial','yes'),(260,'wpv_em-weight','italic','yes'),(261,'wpv_em-color','#8c8c8c','yes'),(262,'wpv_h1-size','36','yes'),(263,'wpv_h1-lheight','40','yes'),(264,'wpv_h1-face','PT Serif Caption','yes'),(265,'wpv_h1-weight','normal','yes'),(266,'wpv_h1-color','#ffffff','yes'),(267,'wpv_h2-size','26','yes'),(268,'wpv_h2-lheight','30','yes'),(269,'wpv_h2-face','PT Serif Caption','yes'),(270,'wpv_h2-weight','normal','yes'),(271,'wpv_h2-color','#1d1d1d','yes'),(272,'wpv_h3-size','20','yes'),(273,'wpv_h3-lheight','26','yes'),(274,'wpv_h3-face','PT Serif Caption','yes'),(275,'wpv_h3-weight','normal','yes'),(276,'wpv_h3-color','#1d1d1d','yes'),(277,'wpv_h4-size','16','yes'),(278,'wpv_h4-lheight','20','yes'),(279,'wpv_h4-face','PT Serif Caption','yes'),(280,'wpv_h4-weight','normal','yes'),(281,'wpv_h4-color','#6666666','yes'),(282,'wpv_h5-size','14','yes'),(283,'wpv_h5-lheight','14','yes'),(284,'wpv_h5-face','PT Serif Caption','yes'),(285,'wpv_h5-weight','normal','yes'),(286,'wpv_h5-color','#1d1d1d','yes'),(287,'wpv_h6-size','10','yes'),(288,'wpv_h6-lheight','10','yes'),(289,'wpv_h6-face','PT Serif Caption','yes'),(290,'wpv_h6-weight','normal','yes'),(291,'wpv_h6-color','#929170','yes'),(292,'wpv_header-background-image','','yes'),(293,'wpv_header-background-color','#2b2b2b','yes'),(294,'wpv_header-background-position','center center','yes'),(295,'wpv_header-background-attachment','fixed','yes'),(296,'wpv_header-background-repeat','repeat','yes'),(297,'wpv_header-background-opacity','1','yes'),(298,'wpv_slider-background-image','','yes'),(299,'wpv_slider-background-color','#444444','yes'),(300,'wpv_slider-background-position','center center','yes'),(301,'wpv_slider-background-attachment','scroll','yes'),(302,'wpv_slider-background-repeat','no-repeat','yes'),(303,'wpv_css_tophead_link_color','#f6f4f4','yes'),(304,'wpv_css_tophead_link_hover_color','#bebdac','yes'),(305,'wpv_css_tophead_current_link_color','#2b2b2b','yes'),(306,'wpv_logo-size','16','yes'),(307,'wpv_logo-lheight','16','yes'),(308,'wpv_logo-face','PT Sans Caption','yes'),(309,'wpv_logo-weight','bold','yes'),(310,'wpv_logo-color','#ffffff','yes'),(311,'wpv_css_header_link_color','#fdfdfc','yes'),(312,'wpv_css_header_link_visited_color','#fdfdfc','yes'),(313,'wpv_css_header_link_hover_color','#fdfdfc','yes'),(314,'wpv_menu-font-size','18','yes'),(315,'wpv_menu-font-lheight','20','yes'),(316,'wpv_menu-font-face','PT Serif Caption','yes'),(317,'wpv_menu-font-weight','normal','yes'),(318,'wpv_menu-font-color','#ffffff','yes'),(319,'wpv_css_menu_hover_color','#ffffff','yes'),(320,'wpv_css_menu_hover_background','#2b2b2b','yes'),(321,'wpv_css_submenu_color','#eadeb8','yes'),(322,'wpv_css_submenu_background','#2b2b2b','yes'),(323,'wpv_css_submenu_hover_color','#ffffff','yes'),(324,'wpv_css_submenu_hover_background','#212121','yes'),(325,'wpv_force-menu-background','1','yes'),(326,'wpv_main-background-image','','yes'),(327,'wpv_main-background-color','#ffffff','yes'),(328,'wpv_main-background-position','center center','yes'),(329,'wpv_main-background-attachment','scroll','yes'),(330,'wpv_main-background-repeat','repeat','yes'),(331,'wpv_main-background-opacity','0.05','yes'),(332,'wpv_title-background-image','http://03a7f9b.netsolhost.com/artistdesigns/wp-content/themes/adeptstyle/wpv_theme/samples/small.jpg','yes'),(333,'wpv_title-background-color','#414141','yes'),(334,'wpv_title-background-position','center top','yes'),(335,'wpv_title-background-attachment','scroll','yes'),(336,'wpv_title-background-repeat','no-repeat','yes'),(337,'wpv_title-background-size','cover','yes'),(338,'wpv_primary-font-size','12','yes'),(339,'wpv_primary-font-lheight','18','yes'),(340,'wpv_primary-font-face','Arial','yes'),(341,'wpv_primary-font-weight','normal','yes'),(342,'wpv_primary-font-color','#6f6f6f','yes'),(343,'wpv_css_link_color','#473e3e','yes'),(344,'wpv_css_link_visited_color','#2e2d1f','yes'),(345,'wpv_css_link_hover_color','#473e3e','yes'),(346,'wpv_footer-background-image','','yes'),(347,'wpv_footer-background-color','#2b2b2b','yes'),(348,'wpv_footer-background-position','center center','yes'),(349,'wpv_footer-background-attachment','fixed','yes'),(350,'wpv_footer-background-repeat','repeat','yes'),(351,'wpv_footer-background-opacity','1','yes'),(352,'wpv_subfooter-background-image','','yes'),(353,'wpv_subfooter-background-color','#2b2b2b','yes'),(354,'wpv_subfooter-background-position','center top','yes'),(355,'wpv_subfooter-background-attachment','scroll','yes'),(356,'wpv_subfooter-background-repeat','no-repeat','yes'),(357,'wpv_footer-divider-image','http://03a7f9b.netsolhost.com/artistdesigns/wp-content/themes/adeptstyle/wpv_theme/samples/small.jpg','yes'),(358,'wpv_footer-sidebars-font-size','11','yes'),(359,'wpv_footer-sidebars-font-lheight','16','yes'),(360,'wpv_footer-sidebars-font-face','Arial','yes'),(361,'wpv_footer-sidebars-font-weight','normal','yes'),(362,'wpv_footer-sidebars-font-color','#6c6c6c','yes'),(363,'wpv_footer-sidebars-titles-size','14','yes'),(364,'wpv_footer-sidebars-titles-lheight','20','yes'),(365,'wpv_footer-sidebars-titles-face','PT Serif Caption','yes'),(366,'wpv_footer-sidebars-titles-weight','normal','yes'),(367,'wpv_footer-sidebars-titles-color','#d0cfb3','yes'),(368,'wpv_sub-footer-size','11','yes'),(369,'wpv_sub-footer-lheight','17','yes'),(370,'wpv_sub-footer-face','Arial','yes'),(371,'wpv_sub-footer-weight','normal','yes'),(372,'wpv_sub-footer-color','#707070','yes'),(373,'wpv_css_footer_link_color','#d0cfb3','yes'),(374,'wpv_css_footer_link_visited_color','#fbfbfb','yes'),(375,'wpv_css_footer_link_hover_color','#d0cfb3','yes'),(376,'wpv_fullimage-height','400','yes'),(377,'wpv_hide-post-author','1','yes'),(378,'wpv_meta_posted_in','1','yes'),(379,'wpv_meta_posted_on','1','yes'),(380,'wpv_meta_comment_count','1','yes'),(381,'wpv_custom-sidebars','wpv_sidebar-Blog page,,,wpv_sidebar-Options','yes'),(399,'category_children','a:0:{}','yes'),(1112,'widget_sitemap-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1113,'widget_contact_form-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1193,'wpb_js_vc_color_post_slider_caption_bg','','yes'),(1194,'wpb_js_vc_color_progress_bar_bg','','yes'),(1195,'wpb_js_vc_color_separator_border','','yes'),(1196,'wpb_js_vc_color_tab_bg','','yes'),(1197,'wpb_js_vc_color_tab_bg_active','','yes'),(1198,'wpb_js_margin','35px','yes'),(1199,'wpb_js_gutter','15','yes'),(1200,'wpb_js_responsive_max','768','yes'),(897,'c5_shortcode_option_button-widget','a:11:{i:0;a:3:{s:2:\"id\";s:4:\"text\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:2;a:3:{s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:10:\"radio-text\";s:3:\"std\";s:10:\"fa fa-none\";}i:3;a:3:{s:2:\"id\";s:9:\"font_size\";s:4:\"type\";s:14:\"numeric-slider\";s:3:\"std\";s:2:\"12\";}i:4;a:3:{s:2:\"id\";s:11:\"font_weight\";s:4:\"type\";s:14:\"numeric-slider\";s:3:\"std\";s:3:\"300\";}i:5;a:3:{s:2:\"id\";s:12:\"button_class\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:6;a:3:{s:2:\"id\";s:5:\"float\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:6:\"center\";}i:7;a:3:{s:2:\"id\";s:17:\"button_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:3:\"std\";s:7:\"#1f1f1f\";}i:8;a:3:{s:2:\"id\";s:23:\"button_text_hover_color\";s:4:\"type\";s:11:\"colorpicker\";s:3:\"std\";s:7:\"#f6f6f6\";}i:9;a:3:{s:2:\"id\";s:15:\"button_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:3:\"std\";s:7:\"#f6f6f6\";}i:10;a:3:{s:2:\"id\";s:21:\"button_bg_hover_color\";s:4:\"type\";s:11:\"colorpicker\";s:3:\"std\";s:7:\"#91571e\";}}','yes'),(898,'c5_shortcode_option_call-an-action-widget','a:4:{i:0;a:3:{s:2:\"id\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:7:\"content\";s:4:\"type\";s:15:\"textarea-simple\";s:3:\"std\";s:0:\"\";}i:2;a:3:{s:2:\"id\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:3;a:3:{s:2:\"id\";s:11:\"button_text\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}}','yes'),(899,'c5_shortcode_option_facebook-post-widget','a:3:{i:0;a:3:{s:2:\"id\";s:2:\"id\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:3:\"url\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:2;a:3:{s:2:\"id\";s:5:\"width\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:3:\"446\";}}','yes'),(503,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(900,'c5_shortcode_option_facebook-like-box-widget','a:4:{i:0;a:3:{s:2:\"id\";s:2:\"id\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:8:\"username\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:2;a:3:{s:2:\"id\";s:5:\"width\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:3:\"446\";}i:3;a:3:{s:2:\"id\";s:5:\"color\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:5:\"light\";}}','yes'),(901,'c5_shortcode_option_google-plus-box-widget','a:2:{i:0;a:3:{s:2:\"id\";s:3:\"url\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:5:\"width\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:3:\"300\";}}','yes'),(902,'c5_shortcode_option_twitter-widget','a:6:{i:0;a:3:{s:2:\"id\";s:8:\"username\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:5:\"count\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:1:\"5\";}i:2;a:3:{s:2:\"id\";s:11:\"consumerkey\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:3;a:3:{s:2:\"id\";s:14:\"consumersecret\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:4;a:3:{s:2:\"id\";s:11:\"accesstoken\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:5;a:3:{s:2:\"id\";s:17:\"accesstokensecret\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}}','yes'),(903,'c5_shortcode_option_twitter-slider-widget','a:6:{i:0;a:3:{s:2:\"id\";s:8:\"username\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:5:\"count\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:1:\"5\";}i:2;a:3:{s:2:\"id\";s:11:\"consumerkey\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:3;a:3:{s:2:\"id\";s:14:\"consumersecret\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:4;a:3:{s:2:\"id\";s:11:\"accesstoken\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:5;a:3:{s:2:\"id\";s:17:\"accesstokensecret\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}}','yes'),(904,'c5_shortcode_option_title-widget','a:9:{i:0;a:3:{s:2:\"id\";s:9:\"apperance\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:13:\"title-style-2\";}i:1;a:3:{s:2:\"id\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:2;a:3:{s:2:\"id\";s:9:\"font_size\";s:4:\"type\";s:14:\"numeric-slider\";s:3:\"std\";s:2:\"20\";}i:3;a:3:{s:2:\"id\";s:11:\"font_weight\";s:4:\"type\";s:14:\"numeric-slider\";s:3:\"std\";s:3:\"300\";}i:4;a:3:{s:2:\"id\";s:9:\"transform\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:6:\"normal\";}i:5;a:3:{s:2:\"id\";s:5:\"class\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:6;a:3:{s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:10:\"radio-text\";s:3:\"std\";s:10:\"fa fa-none\";}i:7;a:3:{s:2:\"id\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:8;a:3:{s:2:\"id\";s:2:\"id\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}}','yes'),(905,'c5_shortcode_option_ads-widget','a:5:{i:0;a:3:{s:2:\"id\";s:4:\"size\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:11:\"ads_300x250\";}i:1;a:3:{s:2:\"id\";s:6:\"mobile\";s:4:\"type\";s:6:\"on_off\";s:3:\"std\";s:2:\"on\";}i:2;a:3:{s:2:\"id\";s:6:\"tablet\";s:4:\"type\";s:6:\"on_off\";s:3:\"std\";s:2:\"on\";}i:3;a:3:{s:2:\"id\";s:7:\"desktop\";s:4:\"type\";s:6:\"on_off\";s:3:\"std\";s:2:\"on\";}i:4;a:3:{s:2:\"id\";s:7:\"content\";s:4:\"type\";s:15:\"textarea-simple\";s:3:\"std\";s:0:\"\";}}','yes'),(906,'c5_shortcode_option_social-icons-widget','a:1:{i:0;a:4:{s:2:\"id\";s:16:\"c5ab_social_icon\";s:4:\"type\";s:9:\"list-item\";s:3:\"std\";s:0:\"\";s:8:\"settings\";a:3:{i:0;a:3:{s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:10:\"radio-text\";s:3:\"std\";s:14:\"fa fa-facebook\";}i:1;a:3:{s:2:\"id\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:2;a:3:{s:2:\"id\";s:4:\"type\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:4:\"link\";}}}}','yes'),(907,'c5_shortcode_option_flickr-widget','a:2:{i:0;a:3:{s:2:\"id\";s:2:\"id\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:5:\"count\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:1:\"9\";}}','yes'),(908,'c5_shortcode_option_video-widget','a:3:{i:0;a:3:{s:2:\"id\";s:3:\"url\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:5:\"width\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:3:\"800\";}i:2;a:3:{s:2:\"id\";s:6:\"height\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:3:\"450\";}}','yes'),(909,'c5_shortcode_option_audio-widget','a:1:{i:0;a:3:{s:2:\"id\";s:3:\"url\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}}','yes'),(910,'c5_shortcode_option_tabs-widget','a:2:{i:0;a:3:{s:2:\"id\";s:4:\"type\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:4:\"tabs\";}i:1;a:4:{s:2:\"id\";s:8:\"c5ab_tab\";s:4:\"type\";s:9:\"list-item\";s:3:\"std\";s:0:\"\";s:8:\"settings\";a:2:{i:0;a:3:{s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:10:\"radio-text\";s:3:\"std\";s:14:\"fa fa-facebook\";}i:1;a:3:{s:2:\"id\";s:7:\"content\";s:4:\"type\";s:15:\"textarea-simple\";s:3:\"std\";s:0:\"\";}}}}','yes'),(911,'c5_shortcode_option_pricing-table-column-widget','a:6:{i:0;a:3:{s:2:\"id\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:5:\"price\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:2;a:3:{s:2:\"id\";s:14:\"price_subtitle\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:3;a:4:{s:2:\"id\";s:20:\"c5ab_pricing_element\";s:4:\"type\";s:9:\"list-item\";s:3:\"std\";s:0:\"\";s:8:\"settings\";a:1:{i:0;a:3:{s:2:\"id\";s:7:\"content\";s:4:\"type\";s:15:\"textarea-simple\";s:3:\"std\";s:0:\"\";}}}i:4;a:3:{s:2:\"id\";s:11:\"button_text\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:5;a:3:{s:2:\"id\";s:11:\"button_link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}}','yes'),(912,'c5_shortcode_option_toggle-widget','a:3:{i:0;a:3:{s:2:\"id\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:10:\"radio-text\";s:3:\"std\";s:14:\"fa fa-facebook\";}i:2;a:3:{s:2:\"id\";s:7:\"content\";s:4:\"type\";s:15:\"textarea-simple\";s:3:\"std\";s:0:\"\";}}','yes'),(913,'c5_shortcode_option_space-widget','a:1:{i:0;a:3:{s:2:\"id\";s:6:\"height\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:2:\"30\";}}','yes'),(914,'c5_shortcode_option_divider-widget','a:2:{i:0;a:3:{s:2:\"id\";s:10:\"margin_top\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:1:\"0\";}i:1;a:3:{s:2:\"id\";s:13:\"margin_bottom\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:1:\"0\";}}','yes'),(915,'c5_shortcode_option_center-widget','a:1:{i:0;a:3:{s:2:\"id\";s:5:\"conte\";s:4:\"type\";s:15:\"textarea-simple\";s:3:\"std\";s:0:\"\";}}','yes'),(916,'c5_shortcode_option_percentage-widget','a:2:{i:0;a:3:{s:2:\"id\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:10:\"percentage\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:2:\"50\";}}','yes'),(917,'c5_shortcode_option_box-widget','a:2:{i:0;a:3:{s:2:\"id\";s:4:\"type\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:10:\"alert-info\";}i:1;a:3:{s:2:\"id\";s:7:\"content\";s:4:\"type\";s:15:\"textarea-simple\";s:3:\"std\";s:0:\"\";}}','yes'),(918,'c5_shortcode_option_slider-widget','a:3:{i:0;a:3:{s:2:\"id\";s:5:\"width\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:4:\"1170\";}i:1;a:3:{s:2:\"id\";s:6:\"height\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:3:\"400\";}i:2;a:4:{s:2:\"id\";s:10:\"c5ab_slide\";s:4:\"type\";s:9:\"list-item\";s:3:\"std\";s:0:\"\";s:8:\"settings\";a:7:{i:0;a:3:{s:2:\"id\";s:7:\"content\";s:4:\"type\";s:15:\"textarea-simple\";s:3:\"std\";s:233:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \";}i:1;a:3:{s:2:\"id\";s:5:\"image\";s:4:\"type\";s:6:\"upload\";s:3:\"std\";s:0:\"\";}i:2;a:3:{s:2:\"id\";s:12:\"button_title\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:10:\"Read More!\";}i:3;a:3:{s:2:\"id\";s:11:\"button_link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:1:\"#\";}i:4;a:3:{s:2:\"id\";s:5:\"color\";s:4:\"type\";s:11:\"colorpicker\";s:3:\"std\";s:7:\"#91571e\";}i:5;a:3:{s:2:\"id\";s:4:\"type\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:11:\"center-left\";}i:6;a:3:{s:2:\"id\";s:5:\"style\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:4:\"dark\";}}}}','yes'),(919,'c5_shortcode_option_image-widget','a:9:{i:0;a:3:{s:2:\"id\";s:3:\"url\";s:4:\"type\";s:6:\"upload\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:5:\"class\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:2;a:3:{s:2:\"id\";s:5:\"width\";s:4:\"type\";s:14:\"numeric-slider\";s:3:\"std\";s:4:\"9999\";}i:3;a:3:{s:2:\"id\";s:6:\"height\";s:4:\"type\";s:14:\"numeric-slider\";s:3:\"std\";s:4:\"9999\";}i:4;a:3:{s:2:\"id\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:5;a:3:{s:2:\"id\";s:7:\"caption\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:6;a:3:{s:2:\"id\";s:4:\"type\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:4:\"none\";}i:7;a:3:{s:2:\"id\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:8;a:3:{s:2:\"id\";s:5:\"align\";s:4:\"type\";s:11:\"radio-image\";s:3:\"std\";s:4:\"left\";}}','yes'),(920,'c5_shortcode_option_team-member-widget','a:4:{i:0;a:3:{s:2:\"id\";s:4:\"name\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:8:\"John Deo\";}i:1;a:3:{s:2:\"id\";s:8:\"position\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:13:\"CEO - Founder\";}i:2;a:3:{s:2:\"id\";s:5:\"image\";s:4:\"type\";s:6:\"upload\";s:3:\"std\";s:0:\"\";}i:3;a:4:{s:2:\"id\";s:21:\"c5ab_team_member_icon\";s:4:\"type\";s:9:\"list-item\";s:3:\"std\";s:0:\"\";s:8:\"settings\";a:2:{i:0;a:3:{s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:10:\"radio-text\";s:3:\"std\";s:14:\"fa fa-facebook\";}i:1;a:3:{s:2:\"id\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}}}}','yes'),(921,'c5_shortcode_option_ul-widget','a:1:{i:0;a:4:{s:2:\"id\";s:7:\"c5ab_li\";s:4:\"type\";s:9:\"list-item\";s:3:\"std\";s:0:\"\";s:8:\"settings\";a:3:{i:0;a:3:{s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:10:\"radio-text\";s:3:\"std\";s:14:\"fa fa-facebook\";}i:1;a:3:{s:2:\"id\";s:5:\"color\";s:4:\"type\";s:11:\"colorpicker\";s:3:\"std\";s:7:\"#91571e\";}i:2;a:3:{s:2:\"id\";s:7:\"content\";s:4:\"type\";s:15:\"textarea-simple\";s:3:\"std\";s:0:\"\";}}}}','yes'),(922,'c5_shortcode_option_icon-widget','a:4:{i:0;a:3:{s:2:\"id\";s:9:\"font_size\";s:4:\"type\";s:14:\"numeric-slider\";s:3:\"std\";s:2:\"20\";}i:1;a:3:{s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:10:\"radio-text\";s:3:\"std\";s:10:\"fa fa-none\";}i:2;a:3:{s:2:\"id\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:3;a:3:{s:2:\"id\";s:5:\"color\";s:4:\"type\";s:11:\"colorpicker\";s:3:\"std\";s:0:\"\";}}','yes'),(923,'c5_shortcode_option_current_widgets-widget','a:1:{i:0;a:3:{s:2:\"id\";s:6:\"widget\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:0:\"\";}}','yes'),(924,'c5_shortcode_option_search-widget','a:3:{i:0;a:3:{s:2:\"id\";s:11:\"search_post\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:4:\"post\";}i:1;a:3:{s:2:\"id\";s:13:\"search_filter\";s:4:\"type\";s:6:\"on_off\";s:3:\"std\";s:2:\"on\";}i:2;a:3:{s:2:\"id\";s:11:\"search_text\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:23:\"Search Your website ...\";}}','yes'),(925,'c5_shortcode_option_account-widget','a:9:{i:0;a:3:{s:2:\"id\";s:13:\"username_text\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:8:\"Username\";}i:1;a:3:{s:2:\"id\";s:13:\"password_text\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:6:\"******\";}i:2;a:3:{s:2:\"id\";s:10:\"login_text\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:5:\"Login\";}i:3;a:3:{s:2:\"id\";s:13:\"register_text\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:8:\"Register\";}i:4;a:3:{s:2:\"id\";s:11:\"forget_text\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:17:\"Forget Password ?\";}i:5;a:3:{s:2:\"id\";s:13:\"remember_text\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:13:\"Remember me ?\";}i:6;a:3:{s:2:\"id\";s:8:\"checkbox\";s:4:\"type\";s:6:\"on_off\";s:3:\"std\";s:2:\"on\";}i:7;a:3:{s:2:\"id\";s:6:\"forget\";s:4:\"type\";s:6:\"on_off\";s:3:\"std\";s:2:\"on\";}i:8;a:3:{s:2:\"id\";s:8:\"register\";s:4:\"type\";s:6:\"on_off\";s:3:\"std\";s:2:\"on\";}}','yes'),(926,'c5_shortcode_option_comment-widget','a:2:{i:0;a:3:{s:2:\"id\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:6:\"number\";s:4:\"type\";s:14:\"numeric-slider\";s:3:\"std\";s:1:\"5\";}}','yes'),(927,'c5_shortcode_option_social_count-widget','a:8:{i:0;a:3:{s:2:\"id\";s:7:\"twitter\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:11:\"consumerkey\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:2;a:3:{s:2:\"id\";s:14:\"consumersecret\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:3;a:3:{s:2:\"id\";s:11:\"accesstoken\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:4;a:3:{s:2:\"id\";s:17:\"accesstokensecret\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:5;a:3:{s:2:\"id\";s:8:\"facebook\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:6;a:3:{s:2:\"id\";s:11:\"google_plus\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:7;a:3:{s:2:\"id\";s:7:\"youtube\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}}','yes'),(928,'c5_shortcode_option_authors_list-widget','a:1:{i:0;a:3:{s:2:\"id\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}}','yes'),(929,'c5_shortcode_option_text-widget','a:1:{i:0;a:3:{s:2:\"id\";s:7:\"content\";s:4:\"type\";s:9:\"wp_editor\";s:3:\"std\";s:0:\"\";}}','yes'),(930,'c5_shortcode_option_sitemap-widget','a:0:{}','yes'),(931,'c5_shortcode_option_contact_form-widget','a:7:{i:0;a:3:{s:2:\"id\";s:5:\"email\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}i:1;a:3:{s:2:\"id\";s:4:\"name\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:4:\"Name\";}i:2;a:3:{s:2:\"id\";s:10:\"your_email\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:7:\"Subject\";}i:3;a:3:{s:2:\"id\";s:7:\"message\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:16:\"Your message ...\";}i:4;a:3:{s:2:\"id\";s:4:\"send\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:4:\"Send\";}i:5;a:3:{s:2:\"id\";s:7:\"success\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:33:\"Your Message was sent, Thank you.\";}i:6;a:3:{s:2:\"id\";s:4:\"fail\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:44:\"Your Message was not sent, Please try again.\";}}','yes'),(932,'option_tree_settings','a:2:{s:8:\"sections\";a:1:{i:0;a:2:{s:2:\"id\";s:7:\"general\";s:5:\"title\";s:7:\"General\";}}s:8:\"settings\";a:1:{i:0;a:10:{s:2:\"id\";s:11:\"sample_text\";s:5:\"label\";s:23:\"Sample Text Field Label\";s:4:\"desc\";s:38:\"Description for the sample text field.\";s:7:\"section\";s:7:\"general\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:7:\"choices\";a:0:{}}}}','yes'),(933,'option_tree','a:1:{s:11:\"sample_text\";s:0:\"\";}','yes'),(934,'c5ab_templates','a:0:{}','yes'),(946,'ReduxFrameworkPlugin_ACTIVATED_NOTICES','a:1:{i:0;s:138:\"Redux Framework has an embedded demo. <a href=\"./plugins.php?ReduxFrameworkPlugin=demo\">Click here to activate the sample config file.</a>\";}','yes'),(942,'wpv_used-one-click-import','1','yes'),(947,'redux-framework-tracking','a:3:{s:8:\"dev_mode\";b:0;s:4:\"hash\";s:32:\"ddb51d8e90aa6805ab032191897b58b9\";s:14:\"allow_tracking\";s:3:\"yes\";}','yes'),(939,'theme_mods_twentythirteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1414717125;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:7:\"pages-3\";}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:18:\"orphaned_widgets_1\";a:1:{i:0;s:10:\"calendar-3\";}s:18:\"orphaned_widgets_2\";a:0:{}s:18:\"orphaned_widgets_3\";a:0:{}}}}','yes'),(945,'theme_mods_munch','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:12;s:6:\"footer\";i:12;}}','yes'),(950,'munch_theme_settings-transients','a:4:{s:14:\"changed_values\";a:0:{}s:9:\"last_save\";i:1423146701;s:13:\"last_compiler\";i:1415056808;s:11:\"last_import\";i:1415056808;}','yes'),(952,'_site_transient_timeout_envato-wordpress-toolkit-master/index.ph','1414742445','yes'),(953,'_site_transient_envato-wordpress-toolkit-master/index.php_new_ve','1.7.0','yes'),(954,'_site_transient_envato-wordpress-toolkit-master/index.php_github','O:8:\"stdClass\":2:{s:7:\"message\";s:164:\"API rate limit exceeded for 209.17.114.79. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)\";s:17:\"documentation_url\";s:46:\"https://developer.github.com/v3/#rate-limiting\";}','yes'),(12844,'_transient_timeout_redux_tracking_cache','1493711352','no'),(12845,'_transient_redux_tracking_cache','1','no'),(1038,'c5ab_options','a:16:{s:9:\"col_count\";s:2:\"12\";s:7:\"widgets\";s:2:\"on\";s:10:\"post_types\";s:0:\"\";s:6:\"tablet\";s:2:\"on\";s:6:\"mobile\";s:2:\"on\";s:13:\"content_width\";s:4:\"1170\";s:12:\"tablet_width\";s:4:\"1024\";s:12:\"mobile_width\";s:3:\"480\";s:11:\"before_full\";s:0:\"\";s:10:\"after_full\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:13:\"primary_color\";s:7:\"#91571e\";s:11:\"light_color\";s:7:\"#f6f6f6\";s:10:\"dark_color\";s:7:\"#1f1f1f\";s:10:\"grey_color\";s:7:\"#e0e0e0\";s:10:\"texy_color\";s:7:\"#919191\";}','yes'),(1108,'widget_comment-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1109,'widget_social_count-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1110,'widget_authors_list-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1111,'widget_text-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1077,'widget_akismet_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1078,'widget_service-column-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1079,'widget_button-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1080,'widget_call-an-action-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1081,'widget_facebook-post-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1082,'widget_facebook-like-box-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1083,'widget_google-plus-box-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1084,'widget_twitter-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1085,'widget_twitter-slider-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1086,'widget_title-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1087,'widget_ads-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1088,'widget_social-icons-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1089,'widget_flickr-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1090,'widget_video-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1091,'widget_audio-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1092,'widget_tabs-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1093,'widget_pricing-table-column-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1094,'widget_toggle-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1095,'widget_space-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1096,'widget_divider-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1097,'widget_center-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1098,'widget_percentage-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1099,'widget_box-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1100,'widget_slider-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1101,'widget_image-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1102,'widget_team-member-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1103,'widget_ul-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1104,'widget_icon-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1105,'widget_current_widgets-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1106,'widget_search-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1107,'widget_account-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6553,'_site_transient_timeout_browser_fe1e4df52164775eb1a163e72ab5c186','1438615391','yes'),(6554,'_site_transient_browser_fe1e4df52164775eb1a163e72ab5c186','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.107\";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'),(6555,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1438053802','no'),(6556,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1438053802','no'),(6557,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1438010602','no'),(6558,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1438053803','no'),(6559,'_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:119:\"WPTavern: Plugin Developers Demand a Better Security Release Process After WordPress 4.2.3 Breaks Thousands of Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47146\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"http://wptavern.com/plugin-developers-demand-a-better-security-release-process-after-wordpress-4-2-3-breaks-thousands-of-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6880:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg?resize=1024%2C487\" alt=\"photo credit: Ravages - cc\" class=\"size-full wp-image-27206\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/ravages/6731739485/\">Ravages</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p><a href=\"http://wptavern.com/wordpress-4-2-3-is-a-critical-security-release-fixes-an-xss-vulnerability\" target=\"_blank\"> WordPress 4.2.3</a>, a critical security release, was automatically pushed out to users yesterday to fix an XSS vulnerability. Shortly afterwards, the <a href=\"https://wordpress.org/search/4.2.3?forums=1\" target=\"_blank\">WordPress.org support forums</a> were flooded with reports of websites broken by the update.</p>\n<p>Roughly eight hours later Robert Chapin (@<a href=\"https://profiles.wordpress.org/miqrogroove/\" target=\"_blank\">miqrogroove</a>) published a post to the Make.WordPress.org/Core blog, detailing <a href=\"https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/\" target=\"_blank\">changes to the Shortcode API</a> that were included in the release. According to Chapin, these changes were necessary as part of the security fix:</p>\n<blockquote><p>Due to the nature of the fix – as is often the case with security fixes – we were unable to alert plugin authors ahead of time, however we did make efforts to scan the plugin directory for plugins that may have been affected.</p>\n<p>With this change, every effort has been made to preserve all of the core features of the Shortcode API. That said, there are some new limitations that affect some rare uses of shortcodes.</p></blockquote>\n<p>The security team had no reasonable way of accounting for every single edge case, but the negative impact of these changes were far more wide-reaching than they had anticipated. This particular use case likely wasn’t covered in their testing. Unfortunately, plugin developers found out about the breaking changes only after the security release had already left a slew of broken websites in its wake.</p>\n<p>“I fully understand this is an issue, but isn’t this a weird way of updating – almost all our clients are calling / e-mailing us at the moment as their sites seem to be broken,” one developer <a href=\"https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/#comment-26449\" target=\"_blank\">commented</a> on the Shortcode API post. “Normally it would be better to announce such huge impact changes to the plugin and theme developers. This means I need to fully reschedule my agenda, which already is full during holiday season.”</p></blockquote>\n<p>Comments on the WordPress.org post are full of developers scrambling to find a way to fix client websites. Many were disappointed that the total secrecy of the security team, which is necessary in situations like this, was not immediately followed up with a public post on the important changes to the Shortcode API. Meanwhile, the email inboxes of agencies and plugin developers are filling up with urgent messages from outraged clients.</p>\n<p>Developers want better communication from the those who are managing security releases. <a href=\"https://twitter.com/helzer\" target=\"_blank\">Amir Helzer</a>, author of <a href=\"https://wordpress.org/plugins/types/\" target=\"_blank\">Types</a> and <a href=\"http://wp-types.com/home/views-create-elegant-displays-for-your-content/\" target=\"_blank\">Views</a>, two plugins majorly affected by the release, <a href=\"https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/#comment-26447\" target=\"_blank\">sums up the thoughts of many other commenters</a> on the Make/WordPress.org/Core post:</p>\n<blockquote><p>We are updating the Views plugin today, so that we resolve all shortcodes before passing to WordPress to process content.</p>\n<p>This is a straightforward change, which takes us one day to complete.</p>\n<p>Would have been great to receive a heads-up about an upcoming change in WordPress, so we could do this change on time.</p>\n<p>We received a huge amount of support requests due to this, but this isn’t the issue. We can deal with a wave a support issues. This time it wasn’t “our fault”, but sometimes it is.</p>\n<p>What worries us, as mentioned above, is seeing our clients (folks who build WordPress sites for a living), losing their faith in the system. They feel like the system sees them as little ants and not as humans. People don’t like seeing their problems being dismissed.</p>\n<p>Many of them run hundreds of sites. They cannot afford to stop everything and fix content on so many sites. Especially not if they are currently away for their family vacation.</p>\n<p>What others have asked here, and I would like to ask, too, is to setup a mechanism that allows WordPress core developers to privately communicate such upcoming issues with plugins developers.</p>\n<p>We are your partners.</p>\n<p>Without WordPress (secure, stable and reliable), we would not exist.</p>\n<p>Without great themes and plugins, WordPress would not power 24% of the Web.</p>\n<p>WordPress core members already volunteer a lot of their time. I’m not asking for anyone to volunteer more time. Need help? Ask us. There is a huge community of developers who rely on WordPress. We would be happy to get involved and set up whatever is needed.</p></blockquote>\n<p>User confidence in WordPress’ automatic background updates took a dent with the 4.2.3 release. Waking up to broken websites causes users to second guess automatic updates after being assured that maintenance and security releases would not include breaking changes.</p>\n<p>When users get burned by automatic updates, in the end it doesn’t matter which party is at fault – whether it’s the core team or a theme or plugin. They simply expect updates to work and not break anything. Even in instances where a poorly coded extension may be at fault, the average user has no way of determining whether or not their active plugins follow WordPress best practices.</p>\n<p>The aftermath of the most recent security release is one reason why many developers and users are still wary of automatic updates. Amir Helzer represents many other plugin developers who are eager to find better ways to work together with the core team to provide a better update experience for users. This is especially important for releases like this one where the Shortcode API changes directly affected users’ content. Hezler’s comment reaffirms the fact that development agencies, plugin developers, and core developers are all partners on the same team. It’s time to find better ways of working together to provide the best update experience possible for WordPress users.</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, 25 Jul 2015 02:46:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"WPTavern: FooPlugin’s Digital License Key Management Plugin is Now Open Source for Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47117\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wptavern.com/fooplugins-digital-license-key-management-plugin-is-now-open-source-for-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5296:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg?resize=1024%2C514\" alt=\"photo credit: 16th st - (license)\" class=\"size-full wp-image-45884\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/79777096@N00/6866996865\">16th st</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>Three years ago, <a href=\"http://fooplugins.com/\" target=\"_blank\">FooPlugins</a> built <a href=\"https://bitbucket.org/fooplugins/foolicensing\" target=\"_blank\">FooLicensing</a>, a digital license key management tool that enabled them to manage customers of their <a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">EDD</a>-powered commercial plugins store. Although EDD already offered a license creation and management extension, FooPlugins required more features than it had at that time and opted to build their own.</p>\n<p>As of today, FooLicensing is now open source and free for anyone to use, along with the associated EDD connector plugin.</p>\n<p>“We love the community and wanted to give back,” FooPlugins co-founder Adam Warner said.</p>\n<p>“We know FooLicensing could be so much more but we just don’t have the time to dedicate to it alone. We are a small team and because of that we find ourselves with dozens of projects that could be so much more if only we had more time and people.”</p>\n<p>Open sourcing a project can change its trajectory if there’s enough interest and developers willing to contribute to improve it. Warner isn’t counting on that, however, and simply hopes other developers will find it useful.</p>\n<p>“It’s a bit of a leap of faith, but if it helps someone else get involved to help create an even more robust system, then great,” he said. “Bonus if it helps someone build additional extensions to help others.”</p>\n<p>FooLicensing’s main features include:</p>\n<ul>\n<li>View and manage the validated domains for your EDD license level</li>\n<li>One click EDD license upgrade/add to cart</li>\n<li>One click EDD license renewal (with associated discount) /add to cart</li>\n</ul>\n<p>A logged-in user who has entered a license key will see all the relevant account information detailing status, activations, expirations, etc.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-user-admin.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-user-admin.png?resize=580%2C332\" alt=\"foolicensing-user-admin\" class=\"aligncenter size-full wp-image-47135\" /></a></p>\n<p>Administrators who are using the plugin together with its <a href=\"https://bitbucket.org/fooplugins/edd-foolicensing\" target=\"_blank\">EDD Connector</a> will see a menu with various license creation and management tools.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-admin-view.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/foolicensing-admin-view.png?resize=160%2C264\" alt=\"foolicensing-admin-view\" class=\"aligncenter size-full wp-image-47137\" /></a></p>\n<p>The <a href=\"https://bitbucket.org/fooplugins/edd-foolicensing\" target=\"_blank\">EDD Connector</a>, also now open source, enables the following:</p>\n<ul>\n<li>Add new licenses to attach to an EDD product</li>\n<li>A searchable list of all license keys that have been created and assigned, complete with attached domains</li>\n<li>A list of licenses that have been renewed</li>\n<li>Testing for license validation and update checks in the API Sandbox</li>\n<li>A management area for various messages (domain attach, detach) and for license renewal discount amount and emails</li>\n</ul>\n<h3>Foo Licensing is Extensible for Other Platforms</h3>\n<p>FooLicensing was built from the beginning to be extensible for use with other platforms beyond EDD. The team at FooPlugins had plans to expand their library of connectors but didn’t have the time to execute them.</p>\n<p>“Our goal for FooLicensing was to build additional integrations for other eCommerce plugins and digital sales platforms but it quickly took a back seat as our <a href=\"https://fooplugins.com/plugins/foobox/\" target=\"_blank\">FooBox</a> and other plugins like <a href=\"https://fooplugins.com/plugins/foogallery/\" target=\"_blank\">FooGallery</a> gained popularity,” Warner said.</p>\n<p>“Documentation is non-existent at this point, but we welcome you to step through the code and consider getting involved with the core plugin or with extensions for other eCommerce platforms.”</p>\n<p>Warner said the team is considering a full-fledged site dedicated to FooLicensing if enough developers become interested and would consider the possibility of a marketplace to host any extension built. FooPlugins does not currently have plans to create additional extensions in house.</p>\n<p>“We’ll see what the future holds, but for now we need to move forward with some other things rather than holding this tight to our chests,” Warner said. “Open sourcing the plugins just fits in with what we believe is the right thing to do to make the web (and the WP community) a better place.”</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, 24 Jul 2015 20:17:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"Post Status: Thesis, Automattic, and 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:31:\"https://poststatus.com/?p=13692\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://poststatus.com/thesis-automattic-and-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:70425:\"<p>Chris Pearson and Matt Mullenweg have hardly communicated with one another in the last five years, but they are ideological enemies. They are both wealthy individuals (though of different magnitudes) thanks to their online endeavors, with very strong personalities and unshakable beliefs on business and software. This is a story of their dispute, their idealism, and the implications it will have on the WordPress project.</p>\n<p><a href=\"http://ma.tt/\">Matt Mullenweg</a> co-founded WordPress, founded <a href=\"https://automattic.com\">Automattic</a>, and is one of the most successful entrepreneurs of his generation. He runs a billion dollar “unicorn” startup centered on a culture of embracing open source technology and has achieved incredible success embracing principles counterintuitive to either Silicon Valley or big corporate culture. He’s paving a new path for how to create a valuable software company while religiously defending and promoting open source software.</p>\n<p><a href=\"http://www.pearsonified.com/\">Chris Pearson</a> founded <a href=\"http://diythemes.com/\">DIYthemes</a> and helped pioneer the early WordPress commercial theme industry. He has run his business successfully for over seven years, despite unique hurdles that result from a very public dispute with Mullenweg in 2010. He vehemently defends his work as his own non-derivative achievement and rejects the religiosity and cult mentality that he believes exists in the WordPress ecosystem. He views WordPress as a huge chunk of the web, available to be monetized — which he has done so to the tune of millions of dollars — but he does not believe he must adopt Matt Mullenweg’s principles in order to meet customer demand, run his own business, and protect his own inventions.</p>\n<p>By all normal definitions, Mullenweg and Pearson have done incredibly well for themselves. However, from a pure size perspective and principles aside, Mullenweg is the big nation army and Pearson is the small revolutionary militia. Mullenweg views Pearson as a threat to everything he stands for and has worked to accomplish, and Pearson views Mullenweg as an overbearing figure with no true authority over his decisions.</p>\n<p>Mullenweg has the motivation, resources, and ability to squash Pearson — and indeed most thought he’d done so already. While he has far fewer resources, Pearson has some tools available to protect his business or to potentially even disrupt the entire WordPress ecosystem as we know it today.</p>\n<p>During their first conflict in 2010, and in the resurgent one going on now, Mullenweg and Pearson have both at times made mistakes, acted childishly, or been in the wrong. Both also have merit in various aspects of their positions. Neither conflict, so publicly debated, reflects well on the WordPress ecosystem as a whole — even though I believe it is right that each conflict is best observed under a public eye, as the results can affect so many other businesses and potentially even WordPress itself.</p>\n<p>With this post, I aim to outline the entire conflict; to describe the implications past, present and future; to highlight non-WordPress comparisons for precedent and potential implications; and to share my own thoughts on who is in the right and who is in the wrong, as viewed for the good of the global WordPress community.</p>\n<h2>A history of conflict</h2>\n<p>The commercial theme movement started in 2007 and took off in 2008. Thesis was one of the pioneers of commercial WordPress themes. The theme industry was young and evolving rapidly, and many sellers hardly considered or understood licensing issues at all.</p>\n<p>Many of the sources for this period are from Siobhan McKeown’s excellent account in the book, <a href=\"https://github.com/WordPress/book\"><em>Milestones: The Story of WordPress</em></a> (which I’ll refer to as <em>Milestones</em>).</p>\n<h3>Themes as derivative works of WordPress</h3>\n<p>WordPress is licensed by the GNU General Public License (GPL), version 2 or later. The GPL ensures certain freedoms that protect both WordPress and those that utilize it. The “four freedoms” that are the heart of the GPL are as follows:</p>\n<blockquote>\n<ul>\n<li>The freedom to run the program as you wish, for any purpose (freedom 0).</li>\n<li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.</li>\n<li>The freedom to redistribute copies so you can help your neighbor (freedom 2).</li>\n<li>The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</li>\n</ul>\n</blockquote>\n<p>As WordPress co-founder Mike Little phrased it in the Post Status Slack, “The GPL is meant to be restrictive for developers and permissive for users.” The <a href=\"https://gnu.org/philosophy/philosophy.html\">GNU philosophy page</a> and subsequent articles are a good resource for understanding the nature of the license.</p>\n<p>The GPL is a <a href=\"https://en.wikipedia.org/wiki/Copyleft\">Copyleft</a> license, which creates the “stipulation that the same rights be preserved in derivative works down the line.” In an immature theme market, licensing was given relatively little notice, and many theme authors provided their themes with no license or proprietary licenses.</p>\n<p>Matt Mullenweg, to many, would be considered <a href=\"https://en.wikipedia.org/wiki/Benevolent_dictator_for_life\">BDFL</a>, or Benevolent Dictator for Life, of WordPress. It’s a common term for folks that lead open source projects and have final say on project decisions. In his role as WordPress BDFL, he now has a reputation — at least within certain circles of folks that pay close attention — for making large, impactful decisions with little description of why he has done so.</p>\n<p>In late 2008, more than 200 free WordPress themes were removed from the WordPress.org theme repository. While many of the themes were removed due to spammy links, some were pulled due to GPL violations within the themes or within the theme upsells that were linked from the theme listings.</p>\n<p>The move, which was made without announcement, shocked many theme providers that felt they were unfairly included in the group of removed themes. The situation created a spark and initiated a serious debate about theme licensing.</p>\n<p>Authors were concerned that GPL licensed themes would mean that their themes would be bought and freely distributed, removing their ability to make money from their works. A few, such as Brian Gardner with his Revolution theme, <a href=\"http://www.blogherald.com/2008/10/01/brian-gardners-revolution-theme-goes-open-source/\">changed their licensing</a> as a result of conversations with Mullenweg and Toni Schneider, Automattic’s CEO at the time. In Brian’s case, he made his theme free and offered paid support services.</p>\n<p>Eventually though, most authors “selling” themes started actually selling support, access to download, and updates for their themes. This model was both GPL compatible, as well as workable for authors to get paid.</p>\n<p>In mid-2009, Matt Mullenweg also posted <a href=\"https://wordpress.org/news/2009/07/themes-are-gpl-too/\">on the official</a> WordPress blog that he was introducing a new <a href=\"https://wordpress.org/themes/commercial/\">commercial theme listing page</a> on WordPress.org, and he shared an opinion he requested from the Software Freedom Law Center (SFLC), where they determined that the two themes packaged with WordPress were derivative works.</p>\n<p>The SFLC opinion did leave room for a “split license” where the WordPress and PHP code must inherit the GPL, and the CSS, Javascript, and images could be under a proprietary license:</p>\n<blockquote><p>In conclusion, the WordPress themes supplied contain elements that are derivative of WordPress’s copyrighted code. These themes, being collections of distinct works (images, CSS files, PHP files), need not be GPL-licensed as a whole. Rather, the PHP files are subject to the requirements of the GPL while the images and CSS are not. Third-party developers of such themes may apply restrictive copyrights to these elements if they wish.</p>\n<p>Finally, we note that it might be possible to design a valid WordPress theme that avoids the factors that subject it to WordPress’s copyright, but such a theme would have to forgo almost all the WordPress functionality that makes the software useful.</p></blockquote>\n<p>“Split license” is the colloquial term the community has assigned to this statement, but in fact the actual splitting of which parts are GPL and which parts are not matters, so it may not do the reality of the situation justice. Perhaps it should be termed “PHPGPL” or “Non-Assets GPL”.</p>\n<p>A number of prominent theme sellers were unhappy with Mullenweg’s insistence that their themes maintain a 100% GPL license, but they were not willing to shake the boat over it. At this point, themes were becoming big businesses and making new millionaires (or close to it) of some of these shop owners. This settled the issue for nearly all theme sellers, and most moved to either 100% GPL or a PHPGPL license, and the doomsday scenarios never came; the theme industry continues to thrive.</p>\n<h3>Thesis holds out</h3>\n<p>But not everyone agreed to go either 100% GPL or PHPGPL license. Chris Pearson kept his Thesis theme under a proprietary license.</p>\n<p>Thesis was one of the most popular and flexible themes in the world, and Pearson <a href=\"https://github.com/WordPress/book/blob/925d7dc6293b1662a7e6839a2703e8a858c730ad/Content/Part%205/39-thesis.md\">boasted on Andrew Warner’s Mixergy podcast</a> of revenues of $1.2 million+ over the 12-18 month period prior to the interview. Mullenweg and Pearson criticized one another publicly, and Warner invited them both to Mixergy where they debated the merits of GPL licensing.</p>\n<p>By most accounts, Mullenweg had the better argument on the Mixergy episode, and also came off as a calmer and more collected personality — in contrast to Pearson’s often heated, and sometimes very strange, statements.</p>\n<p>The debate continued between Mullenweg, Pearson, and a variety of WordPress community members and their blogs. Mullenweg was extremely aggressive, to the extent that he <a href=\"https://twitter.com/photomatt/status/18548422506\">offered to buy</a> alternative commercial themes for users of Thesis that agreed to switch. Mullenweg tells me that many took him up on his offer, but it was, “less than a thousand.” In my opinion, this was a step too far by Mullenweg, though for him the issue was already personal.</p>\n<p>Pearson held his ground over the following days until an admission by one of his own team members of wholesale copying of code in Thesis from WordPress code, which violates the WordPress copyright.</p>\n<p>At this point, Pearson finally capitulated and announced that Thesis would be a split license GPL compatible theme, and the debate died down. Pearson put his head down and started working on Thesis 2.</p>\n<p>He released Thesis 2 in late 2012, and by this time the debate was cool — the community had moved on to other drama (yes, even more GPL drama) — and the release of Thesis 2 was largely ignored outside of DIYthemes’ audience, which was quite large but also largely isolated from the WordPress “community” that cares about stuff like licensing.</p>\n<p>Therefore, not many people paid attention to the new Thesis or the licensing it contained. Mullenweg, however, was still paying attention.</p>\n<h2>The battle over thesis.com</h2>\n<p>If you consider the word <em>thesis</em>, what do you think of?</p>\n<p>If you are a regular person walking down the street, you probably think of the general concept for stating a theory, or perhaps you think of the long papers that university students write as part of their programs.</p>\n<p>If you are in the WordPress world, you may also consider the Thesis WordPress theme by DIYthemes.</p>\n<p>Good, single word domain names are hard to come by. Thesis.com, if you visit it now, redirects to the <a href=\"http://themeshaper.com\">ThemeShaper blog</a>. ThemeShaper is owned and operated by Automattic, and frequently posts articles about WordPress themes.</p>\n<p>ThemeShaper is not a dedicated commercial property, but it does link to Automattic’s primary website, and Automattic does make and sell WordPress themes.</p>\n<h3>Automattic buys thesis.com</h3>\n<p>Automattic hasn’t always owned <a href=\"http://thesis.com\">thesis.com</a>. Matt Mullenweg met a third party owner of the domain at a conference — a guy named Larry — and inquired about the domain by email in January of 2014. Chris Pearson had already attempted to purchase the domain from Larry, and did not agree to pay the $150,000 that Larry requested.</p>\n<p><a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\">According to Pearson’s accounts</a>, he and Larry had a few exchanges that stalled with Pearson unwilling to bid beyond $37,500 for the domain, and Larry sticking to $150,000. With a $100,000 offer on the table from Mullenweg, Larry gave Pearson an opportunity to buy the domain for $115,000, which he didn’t do — in part because he thought it too expensive, but also because he suspected Larry didn’t really have the offer from Mullenweg.</p>\n<p>As we now know, Larry did have the offer and Automattic became the owner of the thesis.com domain name.</p>\n<p>Pearson didn’t know that Mullenweg actually bought the domain until November of 2014, when he was notified by a friend that Mullenweg’s WordCamp San Francisco State of the Word Q&A session included a section where Mullenweg noted that he owned the domain (more on that later).</p>\n<h3>Pearson attempts to force domain transfer</h3>\n<p>On April 9th, 2015, Pearson and his lawyers filed a UDRP (Uniform Domain-Name Dispute Resolution Policy) complaint, which is a formal method for resolving domain disputes, recognized by ICANN. UDRP isn’t a formal government court, but serves as arbitration for domains due to the recognition by ICANN.</p>\n<p>There are many, many examples of UDRP complaints in regard to trademark infringement. There are a <a href=\"https://www.icann.org/resources/pages/policy-2012-02-25-en?routing_type=path\">number of criteria</a> that come into play that guide the UDRP panel’s decision making process.</p>\n<p>The three basic tenets that must be met are as follows:</p>\n<blockquote><p>(i) your domain name is identical or confusingly similar to a trademark or service mark in which the complainant has rights; and</p>\n<p>(ii) you have no rights or legitimate interests in respect of the domain name; and</p>\n<p>(iii) your domain name has been registered and is being used in bad faith.</p></blockquote>\n<p>The panel reviews the initial complaint (in this case, by Pearson) and gives the respondent (Automattic) an opportunity to respond. All correspondence is in writing and not in person. The panel has two weeks after everything has been submitted to reach a decision.</p>\n<p>In this case, which <a href=\"http://www.adrforum.com/domaindecisions/1613723.htm\">is available publicly</a>, the panel denied Pearson’s complaint.</p>\n<p>Pearson’s complaint cited that he fulfilled each of the three criteria:</p>\n<ul>\n<li>By noting his trademark of the word “thesis”.</li>\n<li>By noting that Automattic was using the domain with a commercial interest (by redirecting it to ThemeShaper).</li>\n<li>By noting the bad faith clause by citing that Automattic, “purchased the disputed domain name to confuse and redirect customers and potential customers to Respondent’s competing webpage.”</li>\n</ul>\n<p>In the response, Automattic did not contest Pearson’s trademark on the word <em>thesis</em>. However, Automattic also noted that the word is very generic, and also that ThemeShaper was not a commercial part of Automattic, but a “blogging site.”</p>\n<p>For the bad faith argument, Automattic claimed that the redirect to ThemeShaper furthers their, “purpose in providing a blogging site,” and highlights that the intention for the domain is not as a commercial entity or one to be confused with Pearson’s trademark.</p>\n<h3>Automattic wins dispute</h3>\n<p>Automattic won the dispute against Pearson. As noted, the panel had two weeks to deliver the decision, and Automattic proposed a settlement with Pearson before the decision was handed down.</p>\n<p>Pearson was considering the settlement when the decision came a day before the two week deadline, which is apparently not a common occurrence. Had the decision not come early, Pearson may have saved himself some trouble, especially in regard to eliminating the <a href=\"http://ttabvue.uspto.gov/ttabvue/v?qs=85115266\">trademark cancellation requests</a> by Automattic on <em>thesis</em> and related terms.</p>\n<p>In Pearson’s blog post, <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\">The Truth about Thesis.com</a>, he notes the general terms of the proposed settlement:</p>\n<blockquote><p>Automattic’s attorneys drafted the original settlement, which included the following terms:</p>\n<ul>\n<li>Automattic would keep thesis.com</li>\n<li>Automattic would withdraw the federal trademark cancellation request</li>\n<li>I would withdraw the UDRP</li>\n<li>Both parties would mutually release one another (agree not to sue over this issue in the future)</li>\n</ul>\n<p>Nothing in the original settlement addressed the trademark infringement, and since this was the reason I took action in the first place, I added a requirement that Automattic no longer infringe upon my mark (which would mean they stop forwarding the domain).</p>\n<p>At this point in the proceedings, I agreed to the settlement.</p></blockquote>\n<p>However, since the decision came early, the settlement was never binding. It’s also worth noting that Mullenweg commented to me that Pearson’s stated terms are actually not the terms of the settlement:</p>\n<blockquote><p>In the settlement Automattic offered Chris we agreed not to infringe his trademarks (which is the law, regardless of what the settlement said). He never asked us to change the redirect of thesis.com in the settlement, and if he asked after, we would have said no. There were no restrictions on thesis.com in the settlement.</p></blockquote>\n<p>He also said, “I wish he had reached out before litigating,” and noted that it would have “definitely” changed the outcome of the entire situation. Whether it truly would have is neither here nor there.</p>\n<h3>Possibility for appeal</h3>\n<p>The UDRP doesn’t have an official appeals process. Instead, they are willing to not make the changes that a ruling states, if indeed a domain transfer or other action is ordered, if the affected party files a suit in court within ten days of the ruling.</p>\n<p>In this case, Pearson did not file in a court within the given timeline, and since the ruling did not require a change in domain ownership, there is no further recourse with the UDRP. However, there is no time limit if Pearson wishes to file in court — but that is the only path remaining if he truly wants to go after the domain.</p>\n<h3>Legitimacy of the trademark dispute</h3>\n<p>Trademark law has a long history. Trademarks follow a categorical system, meaning words and terms must be trademarked within a particular category to be applied to.</p>\n<p>Pearson has three trademarks for the Thesis and DIYthemes brands, all under <a href=\"http://www.oppedahl.com/trademarks/tmclasses.htm\">international trademark class</a> 42, for computer, scientific, and legal purposes:</p>\n<ul>\n<li>THESIS</li>\n<li>THESIS THEME</li>\n<li>DIYTHEMES</li>\n</ul>\n<p>The applications were filed in 2010 and registered in 2011. On June 16th, 2015, Automattic filed <a href=\"http://ttabvue.uspto.gov/ttabvue/v?qs=85115266\">cancellation requests</a> for all three trademarks, which were instituted June 25th. Pearson has 40 days from the date the application was instituted (which would be August 4th) to file a response to the cancellation requests. His answers, “must contain admissions or denials of the allegations in the petition for cancellation, and may include available defenses and counterclaims.” It is his burden as the defendant to establish his defense, and, “Failure to file a timely answer may result in entry of default judgment and the cancellation of the registration.”</p>\n<p>Basically, Automattic is holding his feet to the fire to defend the trademarks, which their counsel feels should not apply for two primary reasons, as listed in their <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=1\">formal filing</a>.</p>\n<ul>\n<li>The trademarks were registered in Pearson’s own name, but are used by DIYthemes, and Automattic claims that, “The Pearson Applications were improperly filed in the name of an individual, who did not have the requisite intent-to-use the marks as of the filing date, and the underlying applications are void ab initio.” Their claim notes that US Code section <a href=\"https://www.law.cornell.edu/uscode/text/15/1051\">1051(b)</a> offers this justification.</li>\n<li>Furthermore, section <a href=\"https://www.law.cornell.edu/uscode/text/15/1052\">1052(e)(1)</a> requires that a trademark not be “merely descriptive,” as Automattic claims his trademarks are.</li>\n</ul>\n<p>If upheld, the trademarks will be deregistered by the US Patent Office, further limiting Pearson’s options to defend his claims to the thesis.com domain name in a formal court suit.</p>\n<p>I don’t know how good of a case Automattic has, but purely on the surface it looks pretty good. I spent time reviewing the application and the US Code and the arguments appear fairly sound — especially the argument that Pearson applied for the trademarks as an individual and utilizes them as DIYthemes, despite DIYthemes already having been registered as an LLC.</p>\n<h3>Automattic’s justification for the domain</h3>\n<p>During the <a href=\"https://videopress.com/v/WmCl2kwS\">WordCamp San Francisco Q&A</a>, Mullenweg noted the existence of the redirect of the domain name with a sense of pride, and a bit of a side-eyed smirk. In response to a question about relationships with commercial theme sellers and marketplaces, he states:</p>\n<blockquote><p>With the premium theme and plugin folks? … We have had some ups and downs, particularly with marketplaces that didn’t follow the GPL, for example, or violated WordPress’s license — themes that violated WordPress’s license. Um, you can go to thesis.com to learn more about that. Type it in, seriously.</p></blockquote>\n<p>I was at this Q&A in person, and don’t remember him saying this, as it was so buried in a much larger conversation, and I was simultaneously writing a wrap-up post about the State of the Word. However, once the UDRP ruling surfaced publicly, a number of WordPress community members recalled Matt’s statement and it brought a new dimension to the ruling and Mullenweg’s motivation for the domain.</p>\n<p>While Automattic bought the domain, Matt Mullenweg was clearly the driving force behind the decision. When <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">WP Tavern prompted Automattic</a> for a comment on their motivation for purchasing the domain, they responded with the following:</p>\n<blockquote><p>We’re happy the panel ruled in our favor. We think Thesis.com is a cool, generic .com that could be used for a variety of things. Just because you have a small WordPress theme doesn’t mean you have a right to seize generic English word .com domains.</p></blockquote>\n<p>We can accept Automattic’s case that they had a general interest in a generic .com domain, but in reality we know better. Mullenweg was clearly presented with an opportunity by this Larry character that checked all of the right boxes for him.</p>\n<p>He could get a domain he obviously knew Pearson would want, and deny him.</p>\n<p>It has a side benefit that it <em>is</em> a high quality generic domain that will likely maintain or increase its value. And he probably thought it was funny.</p>\n<p>I doubt Mullenweg even knew what kind of trademarks Pearson held, but despite Pearson holding the trademarks, it seems Automattic’s attorneys now have the upper hand, and it is highly unlikely Pearson will ever own the domain now.</p>\n<p>Mullenweg <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks#comment-70849\">commented</a> on his refusal to give up the domain to Pearson on WP Tavern:</p>\n<blockquote><p>I’m not going to give a domain worth several hundred thousand dollars to the worst actor in the entire WP ecosystem, someone who keeps repeatedly violating the GPL and now has gone beyond that into patents. Why reward that? I wouldn’t sell it if he offered a million dollars.</p>\n<p>There are so many people doing amazing things in the WP community, and 100% GPL! I can and have supported them almost every opportunity I can, and one of the things I’m most proud of in the world is how many fantastic open source businesses have been built on top of WordPress.</p>\n<p>And it’s just the beginning — if you remembered in 2010 Chris said that going GPL would destroy businesses and sticking to the principles of our license would destroy investment in WordPress — we all know how that’s worked out since then.</p></blockquote>\n<p>Such a statement, combined with the WCSF video, highlights that the issue is about far more than the domain and its investment potential — a 10x return in less than a year would make for an excellent investment, in the near impossible situation Pearson would offer that.</p>\n<p>No, the move was quite clearly a personal one — if also convenient — for Mullenweg, and that’s why terms like “bully”, “petty”, and “spiteful” have been used by many WordPress community members surprised by his actions. They expected more. They expected better, even when directed toward someone as controversial as Chris Pearson.</p>\n<h2>Pearson’s patent</h2>\n<p>While a tantalizing story, the battle over thesis.com is not <em>the</em> story here. It has simply been the spark to reignite old disputes with new fervor with potentially much bigger consequences than the 2010 affair ever reached.</p>\n<p>One of two additional large components of this story is an active patent application by Pearson that was submitted in 2012 and published in 2014. Keep in mind — and Chris Pearson reiterated this to me many times — it is an application for a patent, not a published patent.</p>\n<h3>A patent on Thesis 2, or all web templates?</h3>\n<p>The main patent is titled, <a href=\"https://patents.google.com/patent/US20140095982A1/en?q=thesis&q=diythemes\"><em>Systems, Servers, and Methods for Managing Websites</em></a>. Chris Pearson is listed as the inventor and DIYthemes the assignee.</p>\n<p>The patent never mentions WordPress or WordPress themes, however both in the abstract and in the text, it does have many similarities to what one may expect as a description of a general template mechanism for a website, versus a specific description of the Thesis 2 technology.</p>\n<p>Here is the abstract in full (and here is the <a href=\"https://poststatus.com/wp-content/uploads/2015/07/US20140095982-thesis-patent-app.pdf\">full patent application PDF</a>, including art):</p>\n<blockquote><p>Systems, servers, and methods for managing websites. Some embodiments provide methods which include, according to a user selection of a website skin, activating the selected skin. The skin comprises at least one structural box further comprising structural code for the website. The method also includes receiving a request (for instance a call to a hook) to serve the website. Further, the method includes, responsive to the request, outputting (by echoing PHP code if desired) the structural code with style related code applied thereto according to a reference between the box and a style package (which comprises the stylistic code). The outputting can occur in an order associated with the boxes. In some situations, another skin can be activated. Moreover, a change (or, perhaps, an edit) can be made to another skin and displayed without affecting the website. Moreover, another skin can be selected and associated with the website.</p></blockquote>\n<p>I discussed the patent at length with Chris Pearson, and while much of that conversation is off the record, I can share what I believe his motivations are with the patent application, and what I think the potential implications for this new chapter of Pearson versus Mullenweg are.</p>\n<h3>Discovery and publicity of the patent</h3>\n<p>This patent and another that’s since been rescinded were discovered by Automattic’s lawyers during the UDRP proceedings. There is debate as to how members of the WordPress community discovered the patents’ existence — Jeff Chandler of WP Tavern and Carl Hancock of Gravity Forms were two of the first to discuss it publicly — but there is speculation from Chris Pearson and others that the community discovery of these patents was leaked by Mullenweg himself in order to deflect the attention at the time away from the domain issue and onto the patents and their potential implications.</p>\n<p>I honestly don’t care how they came up, though Pearson’s questioning of Jeff Chandler’s journalistic integrity were uncalled for. It is anyone’s right and ability to tip someone off to legitimate news — and these patent applications are legitimate news — and I don’t believe for a second that Chandler has played puppet to his boss’s wishes. He has dutifully and to the best of his ability written about whatever news matters to the community, and I respect him for it.</p>\n<p>Nevertheless, this patent does potentially have significantly more newsworthiness, depending on if it is approved and how it is defended by Pearson if it is approved.</p>\n<h3>Patent law and litigation</h3>\n<p>Patents often get a bad reputation, and their role in the software world is quite murky. I apologize in advance for this long sidebar on the wild world of patents.</p>\n<h4>Patent trolls</h4>\n<p>Most folks have heard of “patent trolls” that prey on companies using vague or overly generic patents, demanding big payouts.</p>\n<p>Patent law is weird, and the lawsuits that result are infamously unpredictable and cause a scenario ripe for abuse. For example, filing patent lawsuits in one district over another can have enormous impact, like <a href=\"http://www.nytimes.com/2006/09/24/business/24ward.html?pagewanted=all&_r=0\">the case of Marshall, Texas</a>, which is a hotbed for patent trolls:</p>\n<blockquote><p>Patent litigation is a growing business across the country; Marshall is just the most visible example. Among the weightier issues behind the mushrooming of its patent docket is whether the elements that have made it expand — hungry plaintiffs’ lawyers, speedy judges and plaintiff-friendly juries — are encouraging an excess of expensive litigation that is actually stifling innovation.</p>\n<p>Some say yes. “A lot of the cases being filed in Marshall are by patent holding companies, or patent trolls, as they’re called, whose primary and only assets are patents,” Mr. Tyler said.</p></blockquote>\n<p>Companies that deal in patents but do not utilize the patented technology are <a href=\"https://www.patentfreedom.com/about-npes/background/\">called non-practicing entities (NPEs)</a>.</p>\n<p>One of the concerns with Pearson’s patent would be if it were approved and he sold it to an NPE. It’s not uncommon for NPEs to acquire patents with the express purpose to enforce them:</p>\n<blockquote><p>Finally, of course, some entities buy patents with the express purpose of licensing them aggressively. For instance, about 25% of “parent” NPEs tracked by PatentFreedom are enforcing only patents that they had acquired. Another 60% are asserting patents originally assigned to them, and the remaining 15% are asserting a blend of originally assigned and acquired patents. However, if we add in the more than 2,100 subsidiaries and affiliates of these entities and treat them all as standalone entities, we find that 19% of them are originally assignees, and 69% are acquirers, and 12% are blends.</p>\n<p>Regardless of the important variations in their origin and behavior, NPEs present a fundamentally different challenge than operating company patent assertions.</p></blockquote>\n<h4>Software patents unpredictability and “obviousness”</h4>\n<p>The concept of software patents <em>at all</em> has been in dispute for a long time. Thousands have been awarded, but there are a handful of past court rulings that seem to <a href=\"https://www.law.cornell.edu/uscode/text/35/part-II/chapter-10\">govern the US Patent and Trademark office’s interpretations</a> for making decisions when reviewing software patents.</p>\n<p><a href=\"http://www.ipwatchdog.com/2014/02/01/when-is-an-invention-obvious/id=47709/\">Obviousness</a> is a key term in the patent world. Patent applicants aim to create “meaningful” patents, but “at a minimum you must have claims that embody patent eligible subject matter, demonstrate a useful invention, cover a novel invention and which are non-obvious in light of the prior art. Obviousness is typically the real hurdle to patentability, and unfortunately the law of obviousness can be quite subjective and difficult to understand. At times obviousness determinations almost seems arbitrary.”</p>\n<p>“Art” is the outlay of the invention by the applicant, and the invention’s ability to be patented depends on “prior art” not deeming the invention as obvious. Establishing non-obviousness for software has a contentious history. If it can be shown that, “any combination of prior art references that when put together would be the invention in question,” then the applicant is in trouble.</p>\n<p>But there is a great deal of potential for subjectivity from thousands of patent examiners:</p>\n<blockquote><p>Still, ever since the Supreme Court’s decision in KSR [<a href=\"http://www.ipwatchdog.com/2012/04/29/ksr-the-5th-anniversary-one-supremely-obvious-mess/id=24456/\">reference</a>] there has been a great deal of subjectivity in the application of the law of obviousness, which is apparent if you look at the patents that issue, patents that are finally rejected and ultimately abandoned, and the patents the Federal Circuit ultimately finds to include obvious patent claims. There is little to no predictability at the edges.</p></blockquote>\n<h4>The Alice case</h4>\n<p>In my research, the <em>Alice case</em> came up many times as a pivotal case for helping to define the legitamacy of software patents. Martin Goetz is the holder of the first ever software patent, and has <a href=\"http://www.ipwatchdog.com/2015/02/06/alice-v-cls-bank-is-a-victory-for-software-patents/id=54489/\">an excellent write-up on the importance of the Alice case</a>.</p>\n<blockquote><p>I have been asked for my opinion based my long history in the software industry and from my perspective as someone that has followed that controversial question “Is Software patentable”? That question first began to be publicly debated when I received the first software patent in 1968 for an invention on a new way of sorting data on a computer. Shortly thereafter a publication printed a page one headline “First Patent is Issued for Software, Full Implications Are Not Yet Known.”</p>\n<p>Forty five years later a variation of that question was again before the Supreme Court when it agreed to hear the appeal of the Alice v. CLS Bank case.</p></blockquote>\n<p>Goetz argues that the Alice case is a victory for software patents on both sides: that it helps true inventions gain patents (he and others assign a high standard to define “invention”), and it also helps prevent abuse of overly vague or non-inventive “obvious” patents to be denied:</p>\n<blockquote><p>The Alice v CLS Bank Supreme Court decision in June 2014 was a great victory for those that believe that inventors that use a digital computer to innovate can get a patent on their invention. It is also a victory for those people and organizations that recognize how the patent System has been abused for many years by trolls and others where there was no invention. Since the Supreme Court decision in June, thousands of patents that should never have been issued are now being deemed invalid by the US Courts and by the Patent Office.</p></blockquote>\n<h4>Obviousness and invention for Pearson’s patent</h4>\n<p>This long and boring description of patents is necessary because Pearson’s patent application is still just an application, and it can be challenged, both by the patent reviewer, but also by third parties.</p>\n<p>As patent obviousness is “so unevenly applied,” there is some risk in not challenging Pearson’s patent, if a third party like Automattic (or a myriad of other web template providers) is worried about the potential implications of the patent. Although, the Alice case does seem — in my very amateur opinion — to offer better guidance to reject the patent based on a lack of true invention.</p>\n<h3>Pearson’s reasoning for a patent, and its likelihood for success</h3>\n<p>Patents are not cheap to apply for. The patent application Pearson submitted is 34 pages of art diagrams and text describing the inventiveness of Thesis 2, though Thesis 2 is not specifically named.</p>\n<p>I asked Pearson why he applied for the patent, which he did not want to share the specifics of his position due to the open nature of the application. I’ve racked my brain to try and determine the potential causes as well.</p>\n<p>There are only a couple of decent outcomes for Pearson with this patent application. The most likely, and not good outcome for him, is that he is denied the patent; and in this case he would have spent a great deal of money for nothing.</p>\n<p>In the event he does get the patent — or perhaps even before it is fully reviewed for approval — he could face a challenge from Automattic or other parties that may be concerned his invention’s description could apply more broadly than Thesis 2.</p>\n<p>If he gets the patent, and he survives a challenge, I see three ways he could theoretically use it:</p>\n<ul>\n<li>He can do nothing.</li>\n<li>He can sell it to the highest bidding NPE, which would be a dreadful outcome for any web entities that sell templates.</li>\n<li>He can keep it in his back pocket, in case someone threatens his business or his software license, wherein he can initiate a lawsuit.</li>\n</ul>\n<p>Honestly, the whole patent route seems odd. I don’t love the idea of this patent being approved, because the application does seem overly broad toward all web templates to me, from the title to the meat of the application’s art. However, there are loads of patents in the world for incredibly silly things that have never really impacted a lot of folks’ life; it’s just that it doesn’t mean a silly patent <em>couldn’t</em> become a problem. The Electronic Frontier Foundation has <a href=\"https://www.eff.org/patent\">mountains of evidence</a> of patent holders causing havoc.</p>\n<p>I’m not much of a gambler, but if I had to gamble on this I’d put my money on this patent never being approved, and definitely never truly impacting the web or WordPress industry at scale.</p>\n<p>I don’t think Pearson is a bad guy for wanting to patent his work. When I requested comment about the patents, he told me, “If I were ever to consider selling my business, things like trademarks and patents show up on the balance sheet and add to the bottom line,” but that he views them as, “one of many expensive, ridiculous options for bolstering one’s business,” versus a way to celebrate and protect his achievements as I previously characterized his intentions.</p>\n<h2>The GPL</h2>\n<p>Most agree that the GPL has not been well tested in court, though a <a href=\"https://en.wikipedia.org/wiki/Software_license\">software license</a> is a “legal instrument.” There is often confusion over whether a license is a contract or not.</p>\n<h3>License versus contract</h3>\n<p>One of my favorite <a href=\"http://softwarelawyer.blogspot.com/2008/01/jacobsen-v-katzer.html\">things I’ve read on this</a> is by former Adobe Associate General Counsel Robert Pierce:</p>\n<blockquote><p>A license is not a contract. This much I know.</p>\n<p>Rather, a license is a permission granted by one party to another allowing use of a property without fear of lawsuit brought by the granting party. A license does not include a return promise (i.e., consideration) from the licensee. So, as we all learned in law school, a license cannot be a contract under law. This is not to say that a license cannot be an element of a contract under which two parties trade promises, one of such promises being a license. This is commonly known as a “license agreement.” But a bald license, a one-way promise, is enforceable outside of contract law. It is something apart. It exists and is enforceable under property law doctrine.</p>\n<p>What makes things difficult is that the scope of a license’s grant, and the conditions and restrictions on the license (or all of them together) can make what is intended to be a one-way license look a lot like a contract. The precise wording used becomes critical.</p></blockquote>\n<p>The distinction can be significant because, “contracts are enforceable by contract law, whereas licenses are enforced under copyright law,” though even this rule depends on the jurisdiction where the matter is being discussed. His larger point is that a license is a one-way street, whereas a contract is agreed upon by both sides.</p>\n<h3>Spirit of the GPL</h3>\n<p>There is little debate that a “Split GPL” or “PHP GPL” license is perfectly GPL compatible, though Mullenweg doesn’t consider that the “<a href=\"https://github.com/WordPress/book/blob/e55a93f1056ffac8466944086b2c5104becab9c4/Content/Part%206/42-spirit-of-the-gpl.md\">spirit of the GPL</a>,” and companies like Envato’s ThemeForest and others have felt the consequences of not adopting 100% GPL licenses.</p>\n<p>From <em>Milestones</em>:</p>\n<blockquote><p>While not everyone liked the fact that the WordPress project would only support 100% GPL products, most people had accepted it. Many, however, were taken by surprise, by a sudden flare-up around not just the legalities of the GPL, but the “spirit” of the license. In a 2008 interview, Jeff Chandler asks Matt about the spirit of the GPL. Matt says that the spirit of the GPL is about user empowerment, about the four freedoms: to use, distribute, modify, and distribute modifications of the software. Software distributed with these four freedoms is in the spirit of the GPL. WordPress was created and distributed in this spirit, giving users full freedom with regard to the software.</p>\n<p>The Software Freedom Law Center’s opinion — with regards to WordPress themes, however — gives developers a loophole, one that helps them achieve GPL compliance, but denies the same freedoms as WordPress. PHP in themes must be GPL, but the CSS, images, and JavaScript do not have to be GPL. This is how Thesis released with a split license — the PHP was GPL, while the rest of the code and files were proprietary. This split license ensures that the theme is GPL compliant yet it isn’t released under the same spirit as the GPL’s driving user-freedom ethos.</p>\n<p>The loophole may have kept theme sellers in line with the GPL, but WordPress.org didn’t support that approach. In a 2010 interview, Matt says “in the philosophy there are no loopholes: you’re either following the principles of it or you’re not, regardless of what the specific license of the language is.” Theme sellers that sell their themes with a 100% GPL license are supported by WordPress. Those that aren’t don’t get any support or promotion on WordPress.org or on official resources. This is also one of the WordCamp guidelines, introduced in 2010; that WordCamps should promote WordPress’ philosophies. If a speaker, volunteer, or organizer is distributing a WordPress product it needs to be 100% GPL, i.e., the CSS, JavaScript, and other assets need to be GPL, just like the PHP.</p></blockquote>\n<p>Mullenweg believes that Thesis 2 is not only not in the spirit of the GPL, but flagrantly operates in total violation of it, as Thesis 2 carries a 100% proprietary license. Considering the implications for folks that make stuff compatible with the GPL, it’s little surprise that Mullenweg has taken the stance and actions he has toward Pearson.</p>\n<h3>Thesis 2 carries a proprietary license</h3>\n<p>Chris Pearson’s <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507962\">comment on his blog post</a> describes that the theme has always been a proprietary license, and he describes why it is okay to be such:</p>\n<blockquote><p>In October 2012, I released an all-new version of Thesis that carried the same name as the original (which had a split-GPL license), but that’s where the similarities stopped.</p>\n<p>The new Thesis is not a Theme—it is an operating system for templates and design. This system runs Skins and Boxes, which are similar to Themes and Plugins, but with a boatload of built-in efficiencies that Themes and Plugins cannot provide.</p></blockquote>\n<p>It is worth noting the final paragraph of the SFLC’s opinion that Mullenweg has cited numerous times as justification against proprietary licenses <em>does</em> have a provision for avoiding WordPress’s copyright:</p>\n<blockquote><p>Finally, we note that it might be possible to design a valid WordPress theme that avoids the factors that subject it to WordPress’s copyright, but such a theme would have to forgo almost all the WordPress functionality that makes the software useful.</p></blockquote>\n<p>That’s exactly what Pearson believes Thesis 2 is. But the GPL has rarely been tested in a proper court, and never from a WordPress perspective. The SFLC’s opinion is just that, for now, whether Mullenweg likes it or not.</p>\n<h3>The GPL in court</h3>\n<p>The Free Software Foundation maintains the copyright on the text of the GPL itself, and between the FSF and the SFLC, a <a href=\"https://en.wikipedia.org/wiki/GNU_General_Public_License#Legal_status\">small number of lawsuits</a> have occurred, and a German court upheld the GPL as a “valid, legally binding” license, but most of these tests have occurred outside of the United States. From what I can tell, cases involving the GPL have largely settled outside of court when based in the United States, or were argued on whether the GPL was legally applied, like in the case of <a href=\"https://en.wikipedia.org/wiki/SCO_Group,_Inc._v._International_Business_Machines_Corp.#The_GPL_issue\">SCO vs IBM</a>, rather than whether the GPL was legally binding itself.</p>\n<p>In another case, <a href=\"https://en.wikipedia.org/wiki/Wallace_v._International_Business_Machines_Corp.\">Wallace vs FSF</a>, Daniel Wallace compared the GPL to price fixing, as it required software to be free. The FSF won the case, as the judge cited, “The GPL encourages, rather than discourages, free competition and the distribution of computer operating systems, the benefits of which directly pass to consumers. These benefits include lower prices, better access and more innovation.”</p>\n<p>A much <a href=\"http://www.infoworld.com/article/2893695/open-source-software/vmware-heading-to-court-over-gpl-violations.html\">newer case involving VMware</a> again tests the GPL. The Software Freedom Conservancy, “claims VMware is using the Linux kernel without respecting the terms of its copyright license, the GPL.” This case may offer a better precedent for WordPress and its derivative works, as it is centered on “module loading” in VMware, “with an insulating layer to allow its kernel to use unmodified Linux drivers.” The case gets murkier than that, as it may not have been as isolated as it was attempted, but the result could be decent precedent for similarly loading WordPress themes and plugins, in my opinion.</p>\n<h3>Limited guidance</h3>\n<p>Few lawyers want to be the first to test something in court. It’s easier to make a case when there are many cases before you to provide guidance. With the GPL, there is what’s called “limited guidance,” meaning that it’s untested, and therefore the outcome of a GPL case in the US could be very difficult to predict.</p>\n<p>If a lawsuit does occur, it could prove costly to all parties involved, and I think it’s clear that Pearson and Mullenweg both wish that litigation was not happening, though both of them maintain a bit of a “you started it” attitude.</p>\n<p>Without a formal court proceeding, which could last years, it’s going to be near impossible for Matt Mullenweg to fully prevent non-GPL compatible licenses to exist for WordPress themes and plugins. His best method to prevent it is to do what he’s done so far: make an example of bad offenders and cause anyone thinking of using a non-GPL compatible license to reconsider.</p>\n<h2>Are all WordPress themes derivative works?</h2>\n<p>A key question to whether themes and plugins must be GPL compatible licensed is whether the theme or plugin is a derivative of WordPress itself. If it is derivative, then it is under the umbrella of the GPL’s Copyleft nature.</p>\n<p>Folks disagree a good bit on how themes and plugins should be considered as derivative works, though most either agree with Mullenweg’s strict “spirit of the GPL” view, or at least have molded to avoid being an outcast.</p>\n<p>The strongest argument I’ve seen in favor of all themes being derivative of WordPress — no matter how much or little they rely on WordPress functionality — is from WordPress lead developer Mark Jaquith:</p>\n<blockquote><p>There is a tendency to think that there are two things: WordPress, and the active theme. But they do not run separately. They run as one cohesive unit. They don’t even run in a sequential order. WordPress starts up, WordPress tells the theme to run its functions and register its hooks and filters, then WordPress runs some queries, then WordPress calls the appropriate theme PHP file, and then the theme hooks into the queried WordPress data and uses WordPress functions to display it, and then WordPress shuts down and finishes the request. On that simple view, it looks like a multi-layered sandwich. But the integration is even more amalgamated than the sandwich analogy suggests.</p>\n<p>Here is one important takeaway: <em>themes interact with WordPress (and WordPress with themes) the exact same way that WordPress interacts with itself</em>. Give that a second read, and then we’ll digest.</p>\n<p>The same core WordPress functions that themes use are used by WordPress itself. The same action/filter hook system that themes use is used by WordPress itself. Themes can thus disable core WordPress functionality, or modify WordPress core data. Not just take WordPress’ ultimate output and change it, but actually reach into the internals of WordPress and change those values before WordPress is finished working with them. If you were thinking that theme code is a separate work because it is contained in a separate file, also consider that many core WordPress files work the same way. They define functions, they use the WordPress hook system to insert themselves at various places in the code, they perform various functions on their own but also interact with the rest of WordPress, etc. No one would argue that these core files don’t have to be licensed under the GPL — but they operate in the same way that themes do!</p>\n<p>It isn’t correct to think of WordPress and a theme as separate entities. As far as the code is concerned, they form one functional unit. The theme code doesn’t sit “on top of” WordPress. It is within it, in multiple different places, with multiple interdependencies. This forms a web of shared data structures and code all contained within a shared memory space. If you followed the code execution for Thesis as it jumped between WordPress core code and Thesis-specific code, you’d get a headache, because you’d be jumping back and forth literally hundreds of times. But that is an artificial distinction that you’d only be aware of based on which file contained a particular function. To the PHP parser, it is all one and the same. There isn’t WordPress core code and theme code. There is merely the resulting product, which parses as one code entity.</p></blockquote>\n<p>Jaquith’s argument that the theme and WordPress execute together to form a joint “modified work” is the key phrase, I believe. As he states, and I tend to agree, it does not matter that the files are separate or that they can be distributed independently; together, when executed, they are so intertwined that they become a single work.</p>\n<p>That said, the theme is clearly dependent on WordPress itself, which is another common justification that themes are derivative. Explaining this concept is simple: WordPress can be distributed without any theme but those that ship with it by default. But a distributed theme, like Thesis, must be <em>installed and activated using WordPress’s own schema for loading a template</em>, and cannot operate independently of WordPress.</p>\n<h3>What about the WordPress REST API?</h3>\n<p>Thus far, we’ve discussed the derivative nature of WordPress themes and plugins, which require they operate within the WordPress install. It is a different matter if we consider applications that consume data or interact with WordPress as an outside application.</p>\n<p>The WordPress REST API enables one to interact with or consume data from WordPress, while being wholly independent of the WordPress install. Jaquith makes a clear exception for a scenario like this (and also applies it to technologies like RSS and XML-RPC):</p>\n<blockquote><p>Something that interacts with these APIs sits entirely outside of WordPress. Google Reader doesn’t become part of WordPress by accessing your feed, and MarsEdit doesn’t become part of WordPress when you use it to publish a post on your WordPress blog. These are separate applications, running separately, on separate codebases. All they are doing is communicating. Applications that interact with WordPress this way are separate works, and the author can license them in any way they have authority to do so.</p></blockquote>\n<h3>The GNU’s take</h3>\n<p>The GNU agrees with Jaquith’s take. They provide <a>an FAQ</a> to answer, “”What is the difference between an ‘aggregate’ and other kinds of ‘modified versions’?” The emphasis provided is my own:</p>\n<blockquote><p>An “aggregate” consists of a number of separate programs, distributed together on the same CD-ROM or other media. The GPL permits you to create and distribute an aggregate, even when the licenses of the other software are non-free or GPL-incompatible. The only condition is that you cannot release the aggregate under a license that prohibits users from exercising rights that each program’s individual license would grant them.</p>\n<p><em>Where’s the line between two separate programs, and one program with two parts? This is a legal question, which ultimately judges will decide</em>. We believe that a proper criterion depends both on the mechanism of communication (exec, pipes, rpc, function calls within a shared address space, etc.) and the semantics of the communication (what kinds of information are interchanged).</p>\n<p><em>If the modules are included in the same executable file, they are definitely combined in one program. If modules are designed to run linked together in a shared address space, that almost surely means combining them into one program</em>.</p>\n<p>By contrast, pipes, sockets and command-line arguments are communication mechanisms normally used between two separate programs. So when they are used for communication, the modules normally are separate programs. But if the semantics of the communication are intimate enough, exchanging complex internal data structures, that too could be a basis to consider the two parts as combined into a larger program.</p></blockquote>\n<p>The GNU argument falls very much in line with Jaquith’s, though admits itself that judges must decide whether it’s the case, in the end.</p>\n<h3>The case against The GNU position on derivative works</h3>\n<p>The University of Washington School of Law has a <a href=\"http://www.law.washington.edu/lta/swp/index.html\">section of their website</a> devoted to the, “business, legal and technical consequences of choosing Open Source Software (OSS) or proprietary software.” They cover many of the topics I’ve outlined in this post so far, and <a href=\"http://www.law.washington.edu/lta/swp/Law/derivative.html\">in the case of the GPL and derivative works</a>, they believe the GNU is overstepping with an “expansive definition” of derivative works with consequences, “counter to the goals of the proponents of Free Software.”</p>\n<p>The most compelling of multiple derivative works examples they provide is that of subclasses. For example, imagine a class, <code>Some_Theme_Class</code> that extends <code>Some_Core_WordPress_Class</code>. The GPL FAQ is very hardline on the topic (and for what it’s worth, Thesis 2 does extend some WordPress core classes). Washington believes the GNU stance on inheritance is too over-reaching:</p>\n<blockquote><p>Example 5: Programmer X wishes to write a class D, that is a subclass of existing class B. Class B is subject to the terms of the GPL. If X distributes D, does it have to be licensed under the terms of the GPL?</p>\n<p>The answer given in the GPL FAQ is short and to the point: “Subclassing is creating a derivative work.” In our example, this makes D a work derived from B, and thereby makes D subject to the terms of the GPL upon distribution. This approach attempts to further broaden the reach of the GPL, but it again leads to counter-intuitive results.</p>\n<p>Typical object oriented programming languages include a standard class hierarchy. This hierarchy provides a framework within which application developers can build their programs. The standard classes typically provide useful classes that represent user interface elements (e.g. windows, buttons, etc.), collection classes (for handling collections of data), and input-output abstractions (e.g. files and networking connections). In many object oriented languages, each class must be a subclass of exactly one superclass. And for this reason, the class hierarchies are rooted by a highly generic, standard class called Object. (The question of the superclass of Object is beyond the scope of this article.) The class Object describes only the most general properties and behaviors. For instance, in Java, the class Object only performs a handful of functions. In Java, every class is a subclass (directly or indirectly) of the Object class. Under the GPL approach, then, every program written in Java is a derived work of Object, because every program written in Java by definition consists of classes that inherit from the Object class.</p></blockquote>\n<p>Whether this argument or any of the others Washington outlines would apply to WordPress themes and/or plugins would, again, need to be settled in court. But Washington does give a compelling argument.</p>\n<p>They conclude with the following:</p>\n<blockquote><p>In some ways, the apparent weaknesses in the GPL should come as no surprise, as the GPL was born of an era in which the central artifact of software development and distribution was the monolithic executable. In such a universe, software development proceeded principally by modifying the existing source text of programs, compiling source modules, linking the corresponding object files, and distributing the resulting executable. This model of software development and distribution has become increasingly fractured in an era characterized by highly dynamic, late binding, object- and network-based systems. The GPL, consequently, strains to cover these newly arising scenarios.</p>\n<p>To effectuate the goals of the free software movement, the drafters of the GPL urge a generally expansive definition of derivative work. The great irony is, of course, that such an expansive definition would have second order consequences that are exactly counter to the goals of the proponents of Free Software. A broad definition of derivative would give code authors less freedom to create software that they can truly call their own and do with as they please. And if naive analytic approaches such as “subclassing equals derivation” reign, then proprietary vendors such as Microsoft could arguably stake claim to every program ever written in C#, because they authored the original class hierarchy. And since it seems unlikely that courts would employ different standards depending on the goals or ideological motivations of licensors, proponents of free software might want to be careful what they wish for: what’s good for the GNU might not be good for the gander.</p></blockquote>\n<h3>Aggressive license agreements</h3>\n<p>Both the GPL and DIYthemes’ proprietary license could be appropriately identified as aggressive. The Copyleft nature of the GPL annoys many open source advocates, who would prefer a less restrictive license for developers, like the MIT or BSD licenses. The GPL is absolutely an opinionated license.</p>\n<p>Pearson’s proprietary license is also aggressive, in the other direction. I’ve never purchased a WordPress-centric product that so strongly forced me to accept a license. Usually, you have to look in the source code or a page on the website for a license; DIYthemes forces you to accept the <a href=\"http://diythemes.com/thesis/rtfm/software-extensions-license-agreement/\">terms of the proprietary license</a> before you can download the product at all.</p>\n<h3>Derivative works are not a bright line</h3>\n<p>The GNU attempts to offer a “bright line” distinction for derivative works. A bright line, in much of the legal analysis I’ve read, is where <em>thing x</em> is so because of <em>thing y</em>, and can be applied across the board. You can clearly see the bright line, and when it has been crossed.</p>\n<p>Washington proves the point quite well that the GNU’s bright line approach to derivation is quite challengeable. But I don’t think their arguments prove that WordPress themes in particular are not derivative. I believe, from a legal perspective, it’s fuzzier than a bright line approach, and if I were Mullenweg or anyone defending GPL software, I would not be excited to take the issue to court.</p>\n<p>The “spirit of the GPL” is to offer users liberal freedoms, even while restricting developers building on a GPL licensed application. And I believe there is merit in the fact that WordPress, its co-founders, its lead developers, and the vast majority of its copyright holders (contributors) wish to defend the spirit of the license, even if it’s not been tested in court.</p>\n<p>Pearson is not in the majority opinion by using a proprietary license, but he is also not definitively in a position of legal wrongdoing. His desire to protect his works from user freedoms with a proprietary license may well be tested all the way to the courts, and he must be prepared to deal with that, but I don’t believe there is clear wrongdoing, legally, with his license.</p>\n<h2>A tale of idealism</h2>\n<p>Matt Mullenweg and Chris Pearson are two of the most idealistic people I’ve ever observed. They are near polar opposites, from their business belief systems and even their general world views.</p>\n<p>One of the most depressing components of my research was something Pearson told me. I asked him why he doesn’t just get out of it all and do something else. He’s not married to the culture of WordPress bestowed on it by its leaders. He called it, the “zeitgeist of western culture,” with its openness, zen attitude, and more that he feels no need to embrace if he doesn’t want to.</p>\n<p>But he admits that WordPress, “is the most used piece of software to build a website in the world. WordPress was the beneficiary of impeccable timing.” And it’s a tool for him to make his living; it’s his job, and he doesn’t see a need to be in love with every aspect of his job. This is what made me sad, because for most of us that make our living within this space, we were able to escape the “it’s just a job” mentality and be emotionally enriched by what is possible on the open web.</p>\n<p>Matt could probably drop his various issues with Pearson and life would go on. The vast majority of WordPress businesses could understand the status quo and live by it, and those that don’t can keep living their lives outside of the approval of Mullenweg, and for that matter, the official WordPress project and website. But he too insists to stand up for his ideals and the web he believes in. He sees himself as a defender of the user, and his defense of the GPL is an extension of his core beliefs on software.</p>\n<p>They will never agree on licensing, that much is clear. The question of what’s next is multi-layered.</p>\n<h3>Will litigation continue?</h3>\n<p>Undoubtedly, yes, litigation will continue. But the litigation should be viewed as three distinct parts:</p>\n<ul>\n<li>In regard to the thesis.com domain, it’s really a sideline issue that resulted from more deep-rooted differences in ideals that turned into a personal spat. Pearson may continue in court to try and get the domain back, but I doubt it. I don’t know if Automattic will relent on the trademark cancellation requests, but I wouldn’t be surprised if they dropped it in some form of settlement.</li>\n<li>The patent issue is not over. I believe Automattic and potentially other organizations will challenge Pearson’s patent application using a variety of legal options available. The chances the patent gets approved or holds up long term are unlikely (but yes, it is possible), and I don’t believe there is a significant chance it will have longstanding implications on the WordPress project.</li>\n<li>I believe the GPL will continue to be tested in court, and eventually we may have a proper precedent set to put current questions aside. I won’t pretend a guess how it will turn out, because I think it truly depends on many, many factors. I do think that if Matt Mullenweg pursues a case himself, he will be joined by a number of interested organizations, including the Free Software Foundation; or the GPL debate could be settled in court in a completely different dispute, unrelated to WordPress — but have a longstanding impact on products made for WordPress.</li>\n</ul>\n<h3>Is this debate bad for WordPress?</h3>\n<p>The <em>way</em> this debate has occurred is bad for WordPress. Neither Matt Mullenweg nor Chris Pearson looks like a saint right now. And parts of the whole thing don’t do a whole lot to further the conversation.</p>\n<p>At the root of the debate is licensing, and that debate is worth having.</p>\n<p>It is important that we separate the intent and the legal interpretation of the GPL. It is also important that we separate one’s legal ability to not license distributed WordPress products as GPL compatible, versus the business and community consequences that may result from such a decision.</p>\n<h2>Endmatter</h2>\n<p>This post would not be possible without the Post Status <a href=\"https://poststatus.com/partners\">Partners</a> and <a href=\"https://poststatus.com/profiles\">Members</a> that fund the website, and my ability to write about WordPress full time. If you enjoyed this post, please consider becoming a <a href=\"https://poststatus.com/club\">Post Status member</a> to fund more free content, plus loads of great members-only benefits, including a daily-ish newsletter that keeps you covered on the happenings of the WordPress world.</p>\n<p>I would also like to thank Matt Mullenweg and Chris Pearson for the interviews they provided me in preparation of this post.</p>\n<p>And I’d like to thank my lawyer, <a href=\"http://associatesmind.com\">Keith Lee</a> (a WordPress fan and blogger himself!) for helping me think through some of the legal matters discussed — though the opinions themselves are my own.</p>\n<p>Finally, I’d like to thank the folks that helped me review the post, consider my positions, and organize my thoughts. You know who you are.</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, 24 Jul 2015 01:42: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"WPTavern: Who’s Using the WordPress REST API?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=47039\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/whos-using-the-wordpress-rest-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4659:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>Ryan McCue and the <a href=\"https://github.com/WP-API/WP-API\" target=\"_blank\">WP REST API</a> team are <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/\" target=\"_blank\">seeking feedback</a> on the project ahead of the API merging into core. McCue invited comments on the post to find out how and where it’s currently being used, in hopes of identifying any roadblocks developers may be facing.</p>\n<p>“We’d love to hear feedback from everyone using this, from JS-only developers coming to WP for the first time, through WordPress plugin and theme developers, all the way through to PHP developers not involved with WordPress,” he said.</p>\n<p>Comments on the post provide a nice overview of places where the API is already in use in production all over the WordPress development community. A few examples include:</p>\n<ul>\n<li><a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> uses the API with client projects, i.e. to create a Node-powered frontend and maintain the familiar WordPress admin.</li>\n<li><a href=\"http://reactor.apppresser.com/\" target=\"_blank\">Reactor</a> uses the API to create mobile apps that digest the API themselves.</li>\n<li><a href=\"http://aesopstoryengine.com/\" target=\"_blank\">Aesop Interactive</a> uses the API with <a href=\"http://wptavern.com/lasso-frontend-editing-plugin-for-wordpress-now-available-on-github\" target=\"_blank\">Lasso</a> and also to power the <a href=\"http://wptavern.com/new-wp-live-search-plugin-utilizes-the-wp-rest-api\" target=\"_blank\">WP Live Search</a> plugin.</li>\n<li>A large industrial real estate firm manages its properties via an internal proprietary .NET app with a public-facing site powered by WP. It uses the API to sync property data (in real time) between the internal app and the website so the real estate listings will always be current.</li>\n<li><a href=\"https://www.joininuk.org/\" target=\"_blank\">Join In</a>, a site organizing volunteers in the UK, used the API to create <a href=\"https://www.joininuk.org/widget/\" target=\"_blank\">an embeddable JS widget</a>.</li>\n<li><a href=\"https://profiles.wordpress.org/pers/\" target=\"_blank\">Per Soderlind</a> used the WP REST API as <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/#comment-26372\" target=\"_blank\">a backend for an iOS application</a> for the Norwegian Ministry of Petroleum and Energy.</li>\n<li><a href=\"http://tri.be/about/\" target=\"_blank\">Modern Tribe</a> is building sites that use the REST API to power both Handlebars and full page React templates in themes.</li>\n</ul>\n<p>Those are just a small sampling of places where the API is being used to make WordPress more flexible for creating custom solutions. For many who are using the API or hoping to use it, the main hindrance is that it’s not yet in core.</p>\n<p>“The biggest issue right now is that the REST API isn’t included in core,” a representative from Ashworth Creative <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/#comment-26390\" target=\"_blank\">commented</a>. “If we build plugins or a theme that needs to consume data asynchronously, we’d either have to bundle the API and have to maintain it in our repositories as a dependency, or have clients install and maintain it on their own.”</p>\n<p>WordPress developer Nate Wright echoed that opinion and is eager to be able to extend it for use in his products, without having to include it as a plugin.</p>\n<p>“Put it in core, so that as a plugin developer I can make use of it in my products,” he <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/#comment-26367\" target=\"_blank\">said</a>. “I built the most popular Restaurant Reservations plugin in the .org repo, and I am eager to add a robust capacity/table management component for it using the REST API and a jQuery/Underscore/Backbone stack.”</p>\n<p>Early adopters have the unique opportunity to provide feedback on the REST API and help shape priorities for development. If you are using the API somewhere in the wild, make sure to <a href=\"https://make.wordpress.org/core/2015/07/23/rest-api-whos-using-this-thing/\" target=\"_blank\">leave your feedback on McCue’s post</a> to help the team make any necessary changes required before it’s merged into core.</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, 23 Jul 2015 21:15:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:52:\"WPTavern: WPWeekly Episode 200 – The Big Two Oh Oh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47083&preview_id=47083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpweekly-episode-200-the-big-two-oh-oh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3495:\"<p>In this special 200th episode of WordPress Weekly, I’m joined by <a href=\"http://marcuscouch.com/\">Marcus Couch</a>, <a href=\"http://strangework.com/\">Brad Williams</a>, <a href=\"http://www.ronalfy.com/\">Ronald Huereca</a>, and <a href=\"http://piratedunbar.com/\">Ptah Dunbar</a>. Brad, Ronald, and Ptah were among the first to support WordPress Weekly. They helped get the show off the ground and provided momentum.</p>\n<p>Seven years have passed since I started WordPress Weekly. In those seven years, each one of my guests have gone on to do great things with WordPress. We find out what they’re up to these days and recall memorable moments of the show. Near the beginning of the show, we held a moment of silence in Kim’s memory.</p>\n<p>I had a great time hosting episode 200, but I’m sad that the <a href=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\">late Kim Parsell</a> couldn’t celebrate with us. When I started WordPress Weekly in 2008, Kim would often join me on each episode to provide a countdown before I pressed the record button.</p>\n<p>She was occasionally a <a href=\"http://wptavern.com/wpweekly-episode-87-%E2%80%93-the-lost-episode\">guest on the show</a>. After the show, she would stick around for a half hour to an hour to talk about whatever was on her mind. In many ways, the show offered her an opportunity to connect and speak to WordPress people every week. It was the closest thing to a meetup she could regularly attend.</p>\n<p>Thanks to everyone who listens to the show and provides us with valuable feedback. Join us next Wednesday, as we begin the journey to episode 300.</p>\n<h2>History of WordPress Weekly:</h2>\n<ul>\n<li>My first show on Talkshoe.com was 7 years ago on January 11th, 2008.</li>\n<li>WordPress 2.3.2 was released.</li>\n<li>WordPress 2.5 took the place of 2.4.</li>\n<li>Episode 100 was on June 5th 2010.</li>\n<li>I took a two year break after episode 117 October 28th, 2011.</li>\n<li>I resumed the show on August 16th 2013 which was also my last show on Talkshoe.</li>\n<li>Marcus became a co-host January 18th, 2014, on Episode 134.</li>\n</ul>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/flow-flow-social-streams/\">Flow-Flow Social Streams</a> lets you display your Facebook, Twitter, and Instagram messages in a responsive grid.</p>\n<p><a href=\"https://wordpress.org/plugins/test-gateway-for-woocommerce/\">Test Payment Module for Woocommerce</a> gives you the option to test payments in WooCommerce locally without using services such as Paypal or Authorize.net.</p>\n<p><a href=\"https://wordpress.org/plugins/easy-backup-by-supsystic/\">DropBox Backup by Supsystic</a> allows you to backup to Dropbox and FTP with one click. You can also restore full or partial backups from DropBox.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 29th 4 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">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 #200:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 20: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: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:65:\"WPTavern: Philadelphia, PA to Host WordCamp US December 4th–6th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/philadelphia-pa-to-host-wordcamp-us-december-4th-6th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1943:\"<p>Matt Mullenweg <a href=\"http://ma.tt/2015/07/wcus-philadelphia/\">announced</a> that Philadelphia, PA, will host WordCamp US December 4th–6th at the <a href=\"http://www.paconvention.com/Pages/default.aspx\">Pennsylvania Convention</a> center. Philadelphia will also host WordCamp US in 2016, although no dates have been chosen yet.</p>\n<p>According to Mullenweg, “Having it the same place two years in a row allows us to keep logistics a set variable and really focus on the rest of the event in the second year.” The 2017 and 2018 host cities will be chosen in between the first and second event. This allows the team in the host city to volunteer and gain on-the-ground experience in Philadelphia.</p>\n<p>Out of six cities chosen to possibly host WordCamp US and 1,390 total voters, Tavern <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us\">readers voted</a> to have it in Phoenix, AZ, citing <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us#comment-70157\">its warm weather</a> during winter months. Philadelphia, home of the cheesesteak, was a close second.</p>\n<p>The event is inspired by WordCamp Europe, where organizers take an entire year to <a href=\"http://wptavern.com/vienna-austria-to-host-wordcamp-europe-2016\">plan and coordinate</a> the event. Some <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us#comment-70055\">readers questioned</a> whether the event would be held this year considering <a href=\"http://wptavern.com/wordcamp-us-2015-now-accepting-applications-for-host-city\">applications to be the host city </a>weren’t accepted until June.</p>\n<p>With only half a year to plan and organize WordCamp US, it will be interesting to see how the first one goes. Let us know if you plan on attending the event and if you’re going to bring ear muffs as Philadelphia during that time of year is cold.</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, 23 Jul 2015 17:31:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:39:\"Matt: WordCamp US to be in Philadelphia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/07/wcus-philadelphia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1188:\"<p><img class=\" wp-image-45261 alignright\" src=\"http://i1.wp.com/ma.tt/files/2015/07/wordcamp1-e1437663434378.png?resize=303%2C309\" alt=\"WordCamp US\" />There were <a href=\"http://ma.tt/2015/06/wordcamp-us-survey/\">amazing applications</a> for teams and cities to host the inaugural WordCamp US, a concept originally floated at <a href=\"http://wordpress.tv/2014/10/26/matt-mullenweg-the-state-of-the-word-2014/\">the State of the Word last year</a>. It was very hard to make a choice, but can now announce that the birthplace of the United States, <strong>Philadelphia, will host the first WCUS on December 4th–6th</strong>. They will also host it in 2016, but no dates have been chosen yet.</p>\n<p>Having it the same place two years in a row allows us to keep logistics a set variable and really focus on the rest of the event in the second year. I also want to use it to facilitate experience transfer: We’ll choose the 2017 + 2018 host city in between the first and second event, so that team can volunteer on the ground the second year Philadelphia hosts it to learn from their experience. Hat tip: Cool graphic by <a href=\"http://visualrhythm.com/\">Andrew Bergeron</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 16: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"WPTavern: WordPress 4.2.3 is a Critical Security Release, Fixes an XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-4-2-3-is-a-critical-security-release-fixes-an-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3025:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/security.jpg?resize=1024%2C514\" alt=\"photo credit: Lock - (license)\" class=\"size-full wp-image-40187\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/58441544@N00/2660230441\">Lock</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>WordPress users in the Americas woke this morning to find update notices in their inboxes due to a critical security vulnerability. <a href=\"https://wordpress.org/news/2015/07/wordpress-4-2-3/\" target=\"_blank\">WordPress 4.2.3</a> was released today and automatically pushed out to sites that have auto-updates enabled.</p>\n<p>Because this is a security release for all previous versions of WordPress, those who do not have automatic update enabled will need to manually update their sites immediately. Core contributor Gary Pendergast explained the severity of the bug in the release post:</p>\n<blockquote><p>WordPress versions 4.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was reported by <a href=\"https://profiles.wordpress.org/duck_\" target=\"_blank\">Jon Cave</a> and fixed by <a href=\"http://www.miqrogroove.com/\" target=\"_blank\">Robert Chapin</a>, both of the WordPress security team.</p>\n<p>We also fixed an issue where it was possible for a user with Subscriber permissions to create a draft through Quick Draft.</p></blockquote>\n<p>Pendergast thanked all parties reporting vulnerabilities for <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\" target=\"_blank\">responsibly disclosing them </a> to the WordPress security team.</p>\n<p>This release also contains fixes for 20 bugs from 4.2, including one that might require you to update your database before being allowed back into the admin.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-update-db.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-update-db.jpg?resize=773%2C370\" alt=\"wp-update-db\" class=\"aligncenter size-full wp-image-47047\" /></a></p>\n<p>Not all WordPress users who are updating will be greeted with this message, but if you see it, don’t panic. It’s related to one of the bug fixes included in the release.</p>\n<p>“It was a bug fix in 4.2.3, not backported – some versions of PHP didn’t run the utf8mb4 update correctly,” Pendergast said when asked about the required database update.</p>\n<p>Unfortunately, in some instances, clicking the “Update WordPress Database” button may require multiple attempts. This is unusual but Pendergast said that improving database upgrades is high on the team’s list of priorities.</p>\n<p>A list of all the files revised is available on the <a href=\"https://codex.wordpress.org/Version_4.2.3\" target=\"_blank\">4.2.3 release page</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 14:06:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WordPress Custom Post Type UI Plugin Passes 1 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/wordpress-custom-post-type-ui-plugin-passes-1-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5094:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/celebration.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/celebration.jpg?resize=960%2C482\" alt=\"photo credit: Stephanie McCabe\" class=\"size-full wp-image-47036\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/6V12NODFVM\">Stephanie McCabe</a>\n<p>In June of 2010, <a href=\"http://codex.wordpress.org/Version_3.0\" target=\"_blank\">WordPress 3.0</a> Thelonious was released with the historic merge of WordPress MU into core and the debut of the brand new Twenty Ten default theme. This pivotal release also gave developers the ability to register their own <a href=\"http://codex.wordpress.org/Custom_Post_Types\" target=\"_blank\">custom post types</a>. Expanding WordPress’ custom content capabilities beyond simple posts and pages has been critical to the platform maintaining its dominance as <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">the world’s most used CMS</a>.</p>\n<p>Thousands of WordPress developers make a living from products that are based on custom post types. Five years ago, when the feature was still new, you had to know how to write the code to register a new post type. That’s when the folks at <a href=\"http://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> released <a href=\"https://wordpress.org/plugins/custom-post-type-ui/\" target=\"_blank\">Custom Post Type UI</a>, a plugin that offers an admin interface for creating and managing post types and their associated taxonomies.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/cptui_post_type_editor.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/cptui_post_type_editor.png?resize=1024%2C604\" alt=\"cptui_post_type_editor\" class=\"aligncenter size-full wp-image-47028\" /></a></p>\n<p>The company counts more than <a href=\"https://profiles.wordpress.org/webdevstudios/#content-plugins\" target=\"_blank\">30 plugins</a> in its collection on WordPress.org, but Custom Post Type UI is by far the most successful. Last week it passed one million downloads and maintains a 4.6 out of 5-star average rating from users. The plugin is currently active on more than 200,000 WordPress sites.</p>\n<h3>Passing the 1 Million Downloads Milestone</h3>\n<p>Michael Beckwith, the current maintainer of Custom Post Type UI, published a <a href=\"http://webdevstudios.com/2015/07/17/the-custom-post-type-ui-million-download-celebration/\" target=\"_blank\">post</a> detailing the evolution of the plugin’s UI and codebase. His transparent account covers how the team overcame the challenges of their massive codebase overhaul and the undetected bugs that come crawling out of the woodwork with a major release.</p>\n<p>A plugin with a user base in the hundreds of thousands that manages to maintain a nearly 5-star average rating on WordPress.org is a notable achievement, especially when it involves weathering the UI and code updates required to keep pace with WordPress.</p>\n<p>“I believe this milestone represents the fact that making features usable and more user-friendly to the ‘average Joe’ can take you a long ways,” Beckwith said. “Custom Post Type UI made it easier for more people to tap into the power and customization ability that custom post types and taxonomies offer to a WordPress powered website. Because of that ease of use, many have added it to their toolbox for every website they have or work on, and recommend it to their friends.”</p>\n<p>The plugin is being developed on <a href=\"https://github.com/WebDevStudios/custom-post-type-ui\" target=\"_blank\">GitHub</a>. Although there are many <a href=\"https://github.com/WebDevStudios/custom-post-type-ui/labels/enhancement\" target=\"_blank\">enhancements</a> under consideration, Beckwith said that no major changes are planned for the near future.</p>\n<p>“I would love more to get more people up-to-date on the current version and let it be the stable version for awhile,” he said.</p>\n<p>“Looking at our stats page, we still have reported active installs using as far back as version 0.6. While I can sit here scratching my head as to why, I also have to consider that that version is stable enough and still meeting the needs of 0.6% of our users.</p>\n<p>“If it is not breaking for them, and there is no security concerns, then it is not all bad that they are still marching on. There is also the minimum version requirement to keep in mind. There are still WordPress installs active and out in the wild that are not running WordPress 3.8 or higher. Until they are, those users are not going to be notified that there is even an update available,” he said.</p>\n<p>If you want to learn more about what it takes to maintain a popular plugin while successfully navigating the years of changes and support, check out WebDevStudios’ <a href=\"http://webdevstudios.com/2015/07/17/the-custom-post-type-ui-million-download-celebration/\" target=\"_blank\">1 million downloads celebration post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 01:35:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WordPress 4.3 Moves Customize to Its Own Top-level Menu in the Admin Bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/wordpress-4-3-moves-customize-to-its-own-top-level-menu-in-the-admin-bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3156:\"<p>When menu management was <a href=\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3\">proposed to be merged into WordPress 4.3</a>, a common complaint <a href=\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3#comment-68988\">expressed by readers</a> was that clicking the Widgets menu item in the admin bar loads the customizer instead of the Widgets admin screen. WordPress 4.3 separates the management interfaces by moving the Customize link to the top-level menu of the admin bar. This link opens the customizer, allowing you to manage menus, appearance, and widgets through the customizer interface.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP42AdminBar.png\"><img class=\"wp-image-46995 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP42AdminBar.png?resize=429%2C232\" alt=\"WordPress 4.2 Admin Bar\" /></a>WordPress 4.2 Admin Bar\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP43AdminBar.png\"><img class=\"wp-image-46996 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/WP43AdminBar.png?resize=428%2C202\" alt=\"WP43AdminBar\" /></a>WordPress 4.3 Admin Bar\n<p>The Dashboard, Themes, Widgets, and Menus links take users to their corresponding admin pages in the backend of WordPress. This makes it clear which interface users are about to enter. The enhancement is a result of <a href=\"https://core.trac.wordpress.org/ticket/32678\">ticket #32678</a> where Helen Hou-Sandí and other WordPress core contributors discussed ways to improve the context of each link over the course of five weeks.</p>\n<p>Within the ticket, Nick Halsey, who has spent a lot of time on the customizer, explains that the approach taken in the ticket addresses short-term problems while setting the stage for future improvements.</p>\n<blockquote><p>The Customizer gets the visibility it deserves and becomes more conceptually separated from ‘Appearance’, the admin becomes significantly more accessible from the front-end, the often-unhelpful dashboard is de-emphasized, etc. We also have the ability to easily upgrade the Customize link to do a much faster/shinier loading of the Customizer in the future without moving it.</p>\n<p>Notably, the add-content and edit-content links remain separated from the admin menu (and we skip submenus there for simplicity), setting us up to be able to point them to a front-end-contextual content-creating/editing experience if we build that in the future, without moving links around. This minor rearrangement should be able to last several years without things moving around much if at all, even as further adjustments are made to the features they point to.</p></blockquote>\n<p>On the surface, it appears to be a simple change but a lot of time and effort went into it. It required several core contributors to discuss a variety of mockups, ideas, and flows before the team figured out a solution.</p>\n<p>Separating how users enter each interface will be a welcome enhancement to anyone who prefers one over the other to manage themes, widgets, and menus.</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, 22 Jul 2015 23:28:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: How and When Mullenweg Learned Thesis Changed Back to a Proprietary License\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/how-and-when-mullenweg-learned-thesis-changed-back-to-a-proprietary-license\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5837:\"<p>We now know when Matt Mullenweg discovered Chris Pearson changed Thesis’ license from split GPL to a proprietary one. On April 1st 2014, Siobhan McKeown <a href=\"http://archive.wordpress.org/interviews/2014_04_01_Mullenweg.html\">interviewed Matt Mullenweg</a> for the <a href=\"https://github.com/WordPress/book\">WordPress history book</a>.</p>\n<p>In the interview, we learn about the history of WordPress themes, the GPL, how Automattic unintentionally created the commercial theme market, why 200 themes were removed from the directory for sponsored links and much more.</p>\n<p>At the 30 minute mark, McKeown asks Mullenweg, at what point did he decide to go to the Software Freedom Law Center to receive clarification on if the default themes that ship with WordPress are derivatives? He responds:</p>\n<blockquote><p>I believe that was around our engagement with Mr. Pearson. I don’t know if it was before or after the Mixergy interview with our spirited online debate, but it was definitely around that time. I’m not a lawyer! I can read it and I can understand it from a logical point of view, but the Software Freedom Law Center is obviously the world experts in this and having them officially opine is the closest we can get to – it’s the next best thing to having a court case.</p>\n<p>I was actually very excited that perhaps Chris would actually go to court, because as you know there isn’t a ton of case law around the GPL and normally, because no one is stubborn enough to actually go to court over it, and I thought, “Oh, we finally got one!” And I was looking forward to being able to discuss in the U.S. law system and provide the precedent for anyone who comes after us to protect the GPL.</p>\n<p>Because companies like Cisco and LinkSys and huge companies with billions of dollars in resources have opted to not fight it, so you really do need someone who is going to be stubborn enough to fight it.</p></blockquote>\n<p>At the climax of the debate in 2010, <a href=\"http://ma.tt/2010/07/syn-thesis-1/#comment-481743\">some members</a> of the WordPress community wanted to see the argument go to court so a ruling could set a precedent on when a work becomes derivative.</p>\n<p>At the 33 minute mark, McKeown informs Mullenweg that Thesis switched from a split GPL license to a proprietary license. This is the first time since his debate with Pearson in 2010, that Mullenweg discovers Thesis switched back to a proprietary license. He responds:</p>\n<blockquote><p>I have not seen that. So we’d have to do a code analysis again. As you know the Software Freedom Law Center says that non-PHP, so non-linked code which can be CSS, images and JavaScript, isn’t required to be GPL. It doesn’t trigger the viral nature of WordPress’ GPL code.</p>\n<p>The stance of the WordPress community was that a theme without images or CSS isn’t much of a theme so, even though something could be legally compliant, if the entire package isn’t providing the same freedoms for users it’s not something that we want to link to or promote. Because it doesn’t really follow the things that we hold dear and true in WordPress.</p></blockquote>\n<p>On January 15, 2014, <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\">Chris Pearson received</a> a copy of Mullenweg’s inquiry into thesis.com from Larry of GetYourDomain.com. This is approximately four months prior to discovering Thesis was being sold under a proprietary license. However, the exact date in which Mullenweg obtained ownership of the domain is unknown.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png\"><img class=\"size-full wp-image-46845\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png?resize=486%2C191\" alt=\"Email shared by Pearson showing Mullenweg\'s interest in the domain\" /></a>Email shared by Pearson showing Mullenweg’s interest in the domain\n<p>The first <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">publicly known use of the domain</a> that confirmed Mullenweg’s ownership was on October 26th, 2014, at WordCamp San Francisco during the Question and Answer session.</p>\n<p>As the interview continues, McKeown asks Mullenweg if he reached out to companies like Template Monster that sells WordPress themes that are not GPL Licensed. He responds:</p>\n<blockquote><p>We got in touch with everyone that we could, and it was definitely – it was a lot of time. There are times when WordPress core stuff is more than a full-time job for me and now is definitely one of them.</p>\n<p>I see your link to a [inaudible]. There’s always ways to word licenses around multi-site support where perhaps the code is GPL but the developer chooses to not provide support for more than one site unless you buy a special license. So sometimes people interpret those to be a GPL violation when actually they’re not.</p>\n<p>I’m not aware of what Chris has done and I’d like to think that he is supportive – he has done so well from the WordPress community that he’d be supportive of themes continuing to be GPL, especially since his business didn’t crash like he was worried it would.</p></blockquote>\n<p>McKeown jokes that lawyers might have written Thesis’ license agreement. Mullenweg responds, “Well, maybe we’ll dive back into it.” More than 14 months later, <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">Mullenweg has dived back into it with Pearson</a>.</p>\n<p>It’s unclear if in this second round of arguments, Mullenweg will take Pearson to court to settle the GPL derivative argument once and for all.</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, 22 Jul 2015 23:21:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"WPTavern: Create and Manage BuddyPress Member Types with the BP Member Type Generator Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46893\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wptavern.com/create-and-manage-buddypress-member-types-with-the-bp-member-type-generator-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4810:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/different-users.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/different-users.jpg?resize=1024%2C492\" alt=\"photo credit: Dunechaser - cc\" class=\"size-full wp-image-30565\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/dunechaser/6042984689/\">Dunechaser</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p><a href=\"http://wptavern.com/buddypress-2-2-spumoni-released-featuring-new-member-type-api\" target=\"_blank\">BuddyPress 2.2</a> introduced a <a href=\"https://codex.buddypress.org/developer/member-types/\" target=\"_blank\">Member Type API</a>, which allows developers to register their own unique member types, i.e. teacher, student, coach, etc. This was an exciting addition to BuddyPress but not very accessible to non-technical community managers, since it requires writing your own plugin to utilize it.</p>\n<p><a href=\"https://wordpress.org/plugins/bp-member-type-generator/\" target=\"_blank\">BP Member Type Generator</a> is a new plugin from Brajesh Singh, prolific plugin author and owner of <a href=\"http://buddydev.com/\" target=\"_blank\">BuddyDev</a>. The plugin makes it easy for site administrators to create and manage member types in the admin – without having to write any code.</p>\n<p>A quick overview of its features includes:</p>\n<ul>\n<li>Create/Edit/Delete Member Types from WordPress admin</li>\n<li>Bulk assign member type to users from the users list screen</li>\n<li>A member type can be marked active/inactive from the edit member type page</li>\n<li>Compatible with multisite installations</li>\n</ul>\n<p>When creating a new member type, administrators have the option to enable a directory that will list all members from that type on one page.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/create-member-type.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/create-member-type.png?resize=968%2C725\" alt=\"create-member-type\" class=\"aligncenter size-full wp-image-46984\" /></a></p>\n<p>If you want to add the plugin and separate your members into different types, the task is not as overwhelming as it might sound. When you visit the user listing page in the admin, you can use the plugin’s bulk “change member type” dropdown to bulk assign users to a new member type. (This feature is also available in the Extended Profile section for each individual user in the admin.)</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/change-member-type.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/change-member-type.png?resize=737%2C440\" alt=\"change-member-type\" class=\"aligncenter size-full wp-image-46988\" /></a></p>\n<p>If you want to make the member types available for selection upon user registration, Singh created a free companion plugin called <a href=\"http://buddydev.com/buddypress/using-buddypress-member-type-as-profile-field-introducing-bp-xprofile-member-type-field-plugin/\" target=\"_blank\">BP Xprofile Member Type Field</a> that puts this on the frontend. If you want to restrict members from modifying their user type after registration, you can also add the free <a href=\"http://buddydev.com/plugins/bp-non-editable-profile-fields/\" target=\"_blank\">Non Editable Profile</a> field plugin.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/registration-member-type-field.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/registration-member-type-field.png?resize=490%2C337\" alt=\"registration-member-type-field\" class=\"aligncenter size-full wp-image-46992\" /></a></p>\n<p>Please note that BP Member Type Generator cannot detect and manage other member types that have previously been added via code in a plugin. This might create some confusion if you already have existing member types. However, if you’re just starting with setting up and organizing member types, or are willing to reorganize member types, the BP Member Type Generator offers an easy way to do it.</p>\n<p>This plugin is an important and much needed new tool that puts the creation of unique member types into the hands of BuddyPress community administrators, regardless of skill level. You can download <a href=\"https://wordpress.org/plugins/bp-member-type-generator/\" target=\"_blank\">BP Member Type Generator</a> for free from WordPress.org. Singh does not officially support his plugins via the WordPress forums, but users can provide feedback via the <a href=\"http://buddydev.com/buddypress/introducing-buddypress-member-type-generator/\" target=\"_blank\">BuddyDev blog</a> or get professional support on the <a href=\"http://buddydev.com/support/forums/\" target=\"_blank\">BuddyDev Premium Support Forums</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, 22 Jul 2015 21:51:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:31:\"Joseph: Recommended Consultants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://josephscott.org/?p=9888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://josephscott.org/archives/2015/07/recommended-consultants/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:277:\"<p>My personal list of WordPress consultants has dried up ( some took full time jobs, the rest are always booked solid ). Now I’m directing people to the <a href=\"http://jkudish.com/recommendations/\">Recommended Consultants & Resources list</a> from Joey Kudish.</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, 22 Jul 2015 14:01:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s: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:90:\"WPTavern: Nick Haskins Receives Cease and Desist Letter for Violating LassoSoft Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wptavern.com/nick-haskins-receives-cease-and-desist-letter-for-violating-lassosoft-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4619:\"<p><a href=\"http://nickhaskins.com/\">Nick Haskins</a>, the founder and lead developer of <a href=\"https://lasso.is/\">Lasso</a>, is <a href=\"https://lasso.is/the-ugly-truth-about-trademarks/\">rebranding the product</a> after being served a cease and desist letter.</p>\n<p>A few days ago, Haskins was served a cease and desist letter from <a href=\"http://lassosoft.com/\">LassoSoft</a>. According <a href=\"http://www.lassosoft.com/What-Is-Lasso\">to LassoSoft</a>, “Lasso is a development platform and is the easiest, quickest and most secure method of supporting custom, data-driven web sites on the market today.”</p>\n<p>Before launching a product, Haskins searches Google to see if similar products exist with the same name, “Apparently we didn’t look hard enough when naming Lasso,” he said.</p>\n<h2>Three Requirements That Must Be Met</h2>\n<p>Haskins <a href=\"http://cl.ly/39400J3A100k\">shared the letter</a> to educate others in the business of WordPress. In the letter, attorney’s for LassoSoft point out the company’s <a href=\"http://www.tmfile.com/mark/?q=861046116\">registered trademarks</a> and says it commenced using the mark in the US in 1998 and in Canada in 1997.</p>\n<p>LassoSoft claims to have documented at least one case of confusion between the two brands and says the continued use of Lasso will cause even more confusion.</p>\n<p>Attorney’s for LassoSoft provided three requirements that must be met for an amicable end to the dispute:</p>\n<ol>\n<li>Permanently ceasing all use of the term “Lasso” and any trademark which includes or incorporates the term “Lasso”, in connection with any software or related goods and services.</li>\n<li>Removing all references to the term “Lasso” from the Website.</li>\n<li>Removing all references to the term “Lasso” from any marketing materials including flyers, catalogs, etc.</li>\n</ol>\n<p>Haskins has until <strong>July 29th</strong> to satisfy the requirements and provide LassoSoft with written confirmation that he has permanently ceased all use of the term “Lasso” in association with software.</p>\n<h2>Transitioning Momentum</h2>\n<p>Rebranding a product that has momentum can be a crushing blow to a business that doesn’t manage the transition correctly. I asked Haskins how he plans to shift momentum from Lasso to the new brand name.</p>\n<p>“The first idea I had, was to let the community rename it, possibly even have a $500 prize to the winning name. By incentivizing a rebranding campaign, together with a concentrated effort on re-educating, along with URL redirects and custom messages, I feel pretty strongly that we’ll be able to move right along without skipping a beat,” he said.</p>\n<p>When it comes to naming a WordPress product and launching it into the WordPress ecosystem, Haskins offers the following advice:</p>\n<p>“Use Google to see if it already exists either in the WordPress ecosystem or in a related field. This may seem like a no-brainer and it’s really common sense, but for some reason, I either never searched or that company never popped up. At any rate, I think you’ll be in good shape by sticking to something with wp prefixed or appended to the name.”</p>\n<p>“Avoid generic terms and verbs because apparently, you can trademark a verb. I’d also run the search again in six months and if it’s a product that you plan on working on for a while, go through the process of getting the term trademarked.”</p>\n<p>In addition to Haskins’ advice, I recommend using a search and discovery process provided by legal counsel familiar with trademark law.</p>\n<h2>Help Haskins Rebrand Lasso</h2>\n<p>In light of the battle between <a href=\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\">Chris Pearson and Matt Mullenweg</a> involving patents, GPL, and trademarks, Haskins decided to rebrand Lasso, “There are a lot more important things in life than the name of a plugin for WordPress,” he said.</p>\n<p>Haskins is giving the community an opportunity to rebrand his product. So far, he’s ruled out WP Front End Editor as it’s too similar to the <a href=\"https://wordpress.org/plugins/wp-front-end-editor/\">name of a feature plugin</a> that may one day be merged into WordPress core.</p>\n<p>If you have an idea on what to call Lasso, please leave a comment on this post. Sometime next week, Haskins will gather the suggestions and publish a poll where the community can vote on which one is best.</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, 22 Jul 2015 01:08: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:\"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: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:47:\"Matt: There is No Such Thing as a Split License\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45256\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://ma.tt/2015/07/licenses-going-dutch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2845:\"<p>There’s a term that pops in the WordPress community, “split license”, that we should put to rest. It’s sloppy at best, misleading at worst.</p>\n<p>First, some background. WordPress is under a license called the GPL, which basically says you can do whatever you like with the software, but if you distribute changes or create derivative works they also need to be under the GPL. Think of it like a Creative Commons Sharealike license.</p>\n<p>In the past people weren’t sure if themes for WordPress were derivative works and needed to be GPL. <a href=\"https://wordpress.org/news/2009/07/themes-are-gpl-too/\">In 2009 we got an outside legal opinion that cleared up the matter</a> saying that the PHP in themes definitely had to be GPL, and for CSS and images it was optional. Basically everyone in the WP community went fully GPL, sometimes called 100% GPL, for all the files required to run their theme (PHP, JS, CSS, artwork). The predicted theme apocalypse and death of WordPress didn’t happen and in fact both theme shops and WordPress flourished, and best of all users had all the same freedoms from their themes as they got from WordPress. It was controversial at the time, but I think history has reflected well on the approach the WP community took.</p>\n<p>As I said the PHP has to be GPL, the other stuff can be something else — many people started to use the term “split license” or “split GPL” to describe this. The problem, especially with the latter, is it leaves out the most important information. “Split GPL” doesn’t say whether the theme is violating WordPress’ license or not (maybe it’s proprietary PHP and GPL CSS), and more importantly doesn’t say what the non-GPL stuff is, which is the part you need to worry about! It also makes it sound like a split license is a thing, when all it really means is there are different licenses for different parts of the work. If something has a “split license” you have no idea what restrictions or freedoms it provides.</p>\n<p>If someone decides to have different licenses for different parts of a theme they ship in one package, it’s probably worth taking a few extra words to spell out what the rights and restrictions are, like “GPL PHP, and a restrictive proprietary license for all other elements included with the theme.” This is really important because if you’re a smart WordPress consumer you should avoid proprietary software, there is always a GPL alternative that <a href=\"http://www.gnu.org/philosophy/free-sw.en.html\">gives you the rights and freedoms you deserve</a>, and probably is from a nicer person who is more in line with the philosophy of the rest of WordPress. Vote with your pocketbook, buy GPL software!</p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2015 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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:94:\"WPTavern: Shortcake Bakery Plugin Offers a Suite of Useful Shortcodes for WordPress Publishers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/shortcake-bakery-plugin-offers-a-suite-of-useful-shortcodes-for-wordpress-publishers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4116:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/baker.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/baker.jpg?resize=1024%2C516\" alt=\"photo credit: Panettiere - (license)\" class=\"size-full wp-image-46899\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/27505428@N06/16282512996\">Panettiere</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>In March, the <a href=\"http://wptavern.com/shortcake-is-now-a-wordpress-feature-plugin\" target=\"_blank\">Shortcake project officially began its journey as a feature plugin</a> with regular meetings for contributors working to make it ready to propose for inclusion in WordPress core. The <a href=\"https://wordpress.org/plugins/shortcode-ui/\" target=\"_blank\">plugin</a> provides a friendly UI for adding shortcodes and transforms them to render a nice preview in the visual editor.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/pullquote-shortcode.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/pullquote-shortcode.png?resize=1025%2C538\" alt=\"pullquote-shortcode\" class=\"aligncenter size-full wp-image-46904\" /></a></p>\n<p>Last week, <a href=\"https://twitter.com/danielbachhuber\" target=\"_blank\">Daniel Bachhuber</a> and the engineering team at <a href=\"http://fusion.net/\" target=\"_blank\">Fusion</a> released <a href=\"https://wordpress.org/plugins/shortcake-bakery/\" target=\"_blank\">Shortcake Bakery</a>, a plugin that extends the Shortcake project to supply a suite of handy shortcodes for publishers. The plugin currently includes the following:</p>\n<ul>\n<li>Image Comparison (powered by <a href=\"https://juxtapose.knightlab.com/\" target=\"_blank\">JuxtaposeJS</a>)</li>\n<li>Facebook embeds</li>\n<li>iFrames (require whitelisted hostnames)</li>\n<li>Infogram embeds</li>\n<li>PDF’s (powered by <a href=\"https://mozilla.github.io/pdf.js/\" target=\"_blank\">PDF.js</a>)</li>\n<li>Playbuzz embeds</li>\n<li>Rap Genius annotations</li>\n<li>Scribd embeds</li>\n<li>Scripts (require whitelisted hostnames)</li>\n</ul>\n<p>“We’ve been steadily making shortcodes for use by the Fusion newsroom since we launched Shortcake in November, and by releasing these universally useful patterns to the world, we hope to create a large repository of structured post elements for use by the WordPress community,” Bachhuber said.</p>\n<p>For example, Shortcake Bakery supplies a friendly UI for embedding an infographic from <a href=\"https://infogr.am/\" target=\"_blank\">Infogra.am</a>. The author selects the post element and then pastes in the URL to the infographic. It instantly appears in the post editor with a TinyMCE preview.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-demo.mp4\">http://wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-demo.mp4</a></p>\n<p>Shortcake Bakery also makes it easy to embed a single Facebook post, PDF, image comparison, and other content types that might otherwise prove troublesome to include in WordPress. Each content type is optimized for instant visual preview in the editor.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-facebook-embed.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/shortcake-bakery-facebook-embed.png?resize=919%2C689\" alt=\"shortcake-bakery-facebook-embed\" class=\"aligncenter size-full wp-image-46917\" /></a></p>\n<p>Version 0.1.0 includes nine useful post elements that make it easy to embed content from external services commonly referenced by publishers. Shortcodes for Instagram, Tubmlr, and Silk are listed as possible upcoming enhancements on the project’s <a href=\"https://github.com/fusioneng/shortcake-bakery/labels/enhancement\" target=\"_blank\">GitHub issues queue</a>. <a href=\"https://wordpress.org/plugins/shortcake-bakery/\" target=\"_blank\">Shortcake Bakery</a> is an open source plugin and is now available on WordPress.org. It works best when combined with the <a href=\"https://wordpress.org/plugins/shortcode-ui/\" target=\"_blank\">Shortcake</a> plugin.</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, 21 Jul 2015 02:16: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:77:\"WPTavern: WP Rocket Reports $355K in Annual Revenue After 2 Years in Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46719\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/wp-rocket-reports-355k-in-annual-revenue-after-2-years-in-business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4872:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/wp-rocket-feature.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/wp-rocket-feature.jpg?resize=1025%2C452\" alt=\"wp-rocket-feature\" class=\"aligncenter size-full wp-image-22199\" /></a></p>\n<p><a href=\"http://wp-rocket.me/\" target=\"_blank\">WP Rocket</a> is celebrating its second year in business. The commercial caching plugin for WordPress launched two years ago in the French market and <a href=\"http://blog.wp-rocket.me/2-years-reports-feedbacks/\" target=\"_blank\">opened its doors to international customers</a> last May.</p>\n<p>At that time, WP Rocket was entering unproven territory as the first major caching plugin to launch with a 100% commercial model. Could the plugin succeed in a market dominated by free caching solutions like <a href=\"https://wordpress.org/plugins/w3-total-cache/\" target=\"_blank\">W3 Total Cache</a> and <a href=\"https://wordpress.org/plugins/wp-super-cache/\" target=\"_blank\">WP Super Cache</a>?</p>\n<p>WP Rocket has the numbers to prove that WordPress users are willing to pay for an easy-to-configure solution to site optimization. In February, the 100% bootstrapped company published a transparency report showing that the product was now active on 15,000+ websites and <a href=\"http://wptavern.com/wp-rocket-grows-from-0-to-35k-in-monthly-revenue\" target=\"_blank\">averaging $35K in monthly revenue</a>. Six months later, the plugin is now active on more than 32,000 websites. From July 2014 – July 2015, WP Rocket <a href=\"http://blog.wp-rocket.me/2-years-reports-feedbacks/\" target=\"_blank\">reports</a> that the company pulled in a total of $351,097 in revenue.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/wprocket-2014-2015.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/wprocket-2014-2015.jpg?resize=629%2C525\" alt=\"photo credit: WP Rocket</a.\" /></a>photo credit: <a href=\"http://blog.wp-rocket.me/2-years-reports-feedbacks/\">WP Rocket</a>\n<p>WP Rocket has been successful in identifying ways to stand out among established competitors. During our <a href=\"http://wptavern.com/wp-rocket-launches-commercial-caching-plugin-for-wordpress\" target=\"_blank\">initial tests of the plugin</a>, we found that it took under a minute to configure caching for a small blogging site using its simple, basic settings panel. Without even touching the more advanced options, such as DNS prefetching and file exclusions, we were able to reduce the page size and load time by roughly 50%.</p>\n<p>Inspired by a recent three-month stay in San Francisco, WP Rocket developers and co-founders Jonathan Buttigieg and Jean-Baptiste Marchand-Arvier are now working to diversify their product offerings.</p>\n<p>“WP Rocket will be one product among others from our startup and not the only one,” Marchand-Arvier said. “We want to have a portfolio of products and not depend on only one.”</p>\n<p>To that end, the company is dipping its toes into multiple potentially welcoming revenue streams, including plugins, themes, and SaaS.</p>\n<p>“For the past few months, Julio has been working on a security plugin,” Marchand-Arvier said. “This is going to be a great challenge for us as we experiment with a freemium model for the first time, and because there are great competitors in the space, like WordFence and iThemes Security.</p>\n<p>WP Rocket currently has a dedicated team working on <a href=\"https://imagify.io/\" target=\"_blank\">Imagify</a>, an image compression toolkit and their first SaaS venture. The company also plans to enter the theme market with its own shop.</p>\n<p>“We want to take on that huge challenge which will be very different compared to selling a plugin,” Marchand-Arvier said.</p>\n<p>WP Rocket’s founders believe that building a strong company culture will be one of the key factors to their continued success.</p>\n<p>“To work in a mostly remote team can create a lack of human connection,” Marchand-Arvier said. “That’s why we’ve decided to organize a ‘startup retreat’ every year.” This decision was inspired by the founders’ 2014 trip to explore Silicon Valley, a pivotal event that changed the way they approached business in the WordPress ecosystem.</p>\n<p>“This [trip] transformed three guys who were selling a WordPress plugin into a Startup of eight people (today) with a strong company culture,” he said.</p>\n<p>If the success of WP Rocket’s caching plugin is any indication, WordPress users should be on the lookout for the company to bring a new twist into other existing product niches. Momentum is running high on their currently incubating projects with <a href=\"https://imagify.io/\" target=\"_blank\">Imagify</a> on track to launch in the upcoming weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jul 2015 20:33: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: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:19:\"Matt: Streak Broken\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2015/07/streak-broken/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<p>Due to some distractions and mishandling of scheduled posts on my part, I broke my blogging streak. I got up to 198 days, which isn’t bad, and I’m looking forward to beating it next time. A lot of people might not know this, but if you’re on <a href=\"http://wordpress.com/\">WordPress.com</a> or run <a href=\"http://jetpack.me/\">Jetpack</a> when you start a posting streak it will give you a notification high-five every day you continue it, this was the last one I got:</p>\n<p><img class=\"aligncenter wp-image-45252\" src=\"http://i2.wp.com/ma.tt/files/2015/07/Screen-Shot-2015-07-18-at-9.06.19-AM.png?resize=386%2C394\" alt=\"Screen Shot 2015-07-18 at 9.06.19 AM\" /></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, 18 Jul 2015 13:08: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Mullenweg and Pearson Square Off on Patents, GPL, and Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8449:\"<p>In a post titled “<a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php\" target=\"_blank\">The Truth About Thesis.com</a>,” Chris Pearson responded to the recent heated discussions about his <a href=\"http://wptavern.com/automattic-wins-cybersquatting-case-against-chris-pearson\" target=\"_blank\">legal battle with Automattic over the Thesis.com domain</a> and related trademarks. His public response revives a <a href=\"http://wordpress.tv/2010/07/15/mixergy-interview-pearson-mullenweg/\">five-year old licensing disagreement</a>.</p>\n<p>“I think the most important place to start is by asking: Why would Automattic—a website software company with over $300 million in funding—buy thesis.com when I owned the trademark for Thesis in the website software space?” Pearson asked.</p>\n<p>In February 2013, Pearson started negotiations with a domain broker named Larry of GetYourDomain.com in an attempt to purchase thesis.com. He opened with an offer of $37,500 which he considered to be more than enough for an unused domain. After months of negotiating, the deal fell through.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png\"><img class=\"size-full wp-image-46845\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-matt.png?resize=486%2C191\" alt=\"Email shared by Pearson showing Mullenweg\'s interest in the domain\" /></a>Email shared by Pearson showing Mullenweg’s interest in the domain\n<p>“I didn’t see how Matt could justify buying the domain for $100,000. Because of my trademark, there was no way he could legally use the domain for Automattic, and therefore, I didn’t believe there was a reason for him to spend that much money,” Pearson said.</p>\n<p>Nine months after negotiations failed, Pearson received an email from Larry asking if he’d like to renegotiate since Mullenweg showed interest in the domain. Further negotiations went nowhere and Mullenweg won the domain for $100K.</p>\n<p>News of Mullenweg’s purchase didn’t reach the public until he replied to a question about WordPress’ relationship with commercial theme providers at the 2014 State of the Word Q&A. In his response, he encouraged the audience to visit Thesis.com. Notice Mullenweg’s delivery and how the crowd reacts to his announcement.</p>\n<p></p>\n<p></p>\n<p>Pearson also accused Mullenweg of <a href=\"http://tsdr.uspto.gov/#caseNumber=4039583&caseType=US_REGISTRATION_NO&searchType=statusSearch\">violating his trademark</a>.</p>\n<blockquote><p>Principles? Matt spent $100,000 to buy thesis.com—a domain in which he had no legitimate business interest—forwarded the domain to his property, and violated my trademark.</p>\n<p>This is ironic considering how vigilant Matt has been about protecting the WordPress trademark—especially as it <a href=\"http://wptavern.com/the-wordpress-foundation-sues-jeff-yablon-for-trademark-infringement\">relates to domain names</a>.</p></blockquote>\n<p>Pearson goes on to describe his duty to protect to his trademark and the details of the UDRP Case Ruling, as well as the fallout regarding the court’s decision in Automattic’s favor.</p>\n<p>“It’s time for the community to ask itself if using $300 million in funding to purchase $100,000 domains, fund aggressive lawsuits, and fuel unending drama is properly representative of the WordPress project,” he said.</p>\n<p>Pearson admitted to “being a jerk” both in the post and the comments. This admission is based on his attitude and the way he presented himself in 2010 in the <a href=\"http://wordpress.tv/2010/07/15/mixergy-interview-pearson-mullenweg/\">interview with Andrew Warner</a> on Mixergy. Mullenweg focused on the fact that Pearson changed the licensing structure of Thesis so that part of it is incompatible with the GPL:</p>\n<p>“So why do the exact same thing you did before, change your license to violate the GPL and take rights away from your users? And then litigate against someone else?” Mullenweg asked.</p>\n<p>He is referring to Thesis’ <a href=\"http://diythemes.com/thesis/rtfm/software-license-agreement/\">license agreement</a> customers agree to when they purchase the theme. The agreement has terms that take user freedoms away that GPL licensed software provides. Here are a few of terms in the agreement:</p>\n<ul>\n<li>You can’t sell, rent, or otherwise transfer the software to anyone else.</li>\n<li>The license provides you, and only you, with the rights to use the software for its intended purpose.</li>\n<li>Other than for educational purposes, any modification of the Thesis “core” is prohibited.</li>\n</ul>\n<p>Mullenweg is well known as a zealous protector of the GPL and users’ rights. However, Pearson and many others perceived his comments on licensing to be a distraction from the main issue.</p>\n<p>In responding to commenters on whether the issue is dead, he <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507944\" target=\"_blank\">said</a>:</p>\n<blockquote><p>The issue isn’t dead — Chris went back on his word and re-changed his license to be 100% proprietary and violate the GPL, sneakily sometime in the past 5 years since the last time he did that. He also patented how themes work, and color pickers.</p></blockquote>\n<p>The patent Mullenweg is <a href=\"http://www.google.com/patents/US20140095982\">referring to</a> was published in September of 2012. The patent describes systems, servers, and methods for managing websites using the Thesis software. One of the fears is that the patent is vague and closely describes how WordPress themes work in general, although Pearson claims the patent has <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507962\">nothing to do with WordPress</a>.</p>\n<p>Pearson <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507962\" target=\"_blank\">clarified Thesis’ new proprietary licensing</a>, which Mullenweg believes to be in violation of their agreement in 2010:</p>\n<blockquote><p>In October 2012, I released an all-new version of Thesis that carried the same name as the original (which had a split-GPL license), but that’s where the similarities stopped.</p>\n<p>The new Thesis is not a Theme—it is an operating system for templates and design. This system runs Skins and Boxes, which are similar to Themes and Plugins, but with a boatload of built-in efficiencies that Themes and Plugins cannot provide.</p>\n<p>Skins and Boxes carry MIT licenses, which are not only open source, but also easy for anyone to understand and use.</p>\n<p>There is nothing sneaky about the licensing structure that has been in place since October 2012. DIYthemes customers must agree to the proprietary licensing on the Thesis core before downloading and using the software.</p></blockquote>\n<p>After Mullenweg purchased the domain, he <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507947\">received no personal communication from Pearson</a> on the issue until Automattic was hit with litigation. The litigation stems from Pearson trying to protect his trademark.</p>\n<p>“I don’t know the last time I got an email from Chris directly (3+ years?), and myself and Automattic didn’t hear anything from him before we got the litigation notice he was trying to seize the domain,” Mullenweg commented. “No questions, no concerns, no offer to resolve, no discussion, we were just hit with legal action out of the blue.”</p>\n<p>In a <a href=\"http://www.pearsonified.com/2015/07/truth-about-thesis-com.php#comment-1507959\">comment published</a> on Pearson’s blog post, Mullenweg contends that Pearson is repeating the same mistake he made in 2010 by not licensing Thesis as GPL.</p>\n<p>“It doesn’t matter if you admit what you did was wrong in the past if you go and do the exact same thing again: violate the GPL, and make it worse by patenting common theme practices,” he said.</p>\n<p>Up until this point, Mullenweg has declined to comment directly on Automattic’s interest in purchasing thesis.com in the first place. There are a lot of forces at play, including patents, GPL adherence, trademarks, and domain names. This is a developing and complicated story that we’ll continue to keep our eyes on.</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, 18 Jul 2015 05:24:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:65:\"WPTavern: New Feature Plugin Proposed: oEmbed for WordPress Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46826\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/new-feature-plugin-proposed-oembed-for-wordpress-posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2809:\"<p>WordPress has a <a href=\"https://codex.wordpress.org/Embeds\" target=\"_blank\">whitelist</a> of 31 trusted sites from which users can oEmbed content, but one source is noticeably missing – WordPress itself. During this week’s <a href=\"https://make.wordpress.org/core/2015/07/10/feature-plugin-chat-on-july-14/\" target=\"_blank\">feature plugin chat</a>, Pascal Birchler and a group of contributors proposed the idea of <a href=\"https://make.wordpress.org/core/2015/07/10/feature-plugin-chat-on-july-14/#comment-26324\" target=\"_blank\">oEmbed for WordPress Posts</a>:</p>\n<blockquote><p>Basically, we want to make WordPress an oEmbed provider. Users should be able to paste an URL from a WordPress blog and the post gets embedded right away. Difficulties here are discovering other WordPress sites as oEmbed providers and whitelisting them. The oEmbed endpoint requires the WP-API to be in use, so this can’t land in core until the API does.</p></blockquote>\n<p>The <a href=\"https://github.com/swissspidy/oEmbed-API\" target=\"_blank\">oEmbed API</a> proof-of-concept feature plugin is currently in development on GitHub. It requires WordPress 4.3 beta 3 or later and version 2 of the <a href=\"https://github.com/WP-API/WP-API\" target=\"_blank\">WP REST API</a> plugin.</p>\n<p>Mel Choyce, author of the trac <a href=\"https://core.trac.wordpress.org/ticket/32522\" target=\"_blank\">ticket</a> requesting the feature, created a mockup of how embedded WordPress posts might look:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wordpress-oembed-feature-plugin-mockup.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wordpress-oembed-feature-plugin-mockup.jpg?resize=1024%2C960\" alt=\"wordpress-oembed-feature-plugin-mockup\" class=\"aligncenter size-full wp-image-46828\" /></a></p>\n<p>The <a href=\"https://core.trac.wordpress.org/ticket/32522\" target=\"_blank\">ticket</a> is home to an active discussion with excellent reasons on both sides of the argument for why this should or should not be included in core, highlighting the many <a href=\"https://core.trac.wordpress.org/ticket/32522#comment:32\" target=\"_blank\">considerations</a> that would be involved with having oEmbed discovery turned on. Tackling <a href=\"https://core.trac.wordpress.org/ticket/32522#comment:34\" target=\"_blank\">abuse of the feature</a> could also pose a significant challenge.</p>\n<p>The feature plugin is still in the early development stages and discussion regarding its implementation is ongoing. Birchler said the team needs help with design and development, particularly with the oEmbed auto-discovery part of the project. If you’d like to get involved with the discussion, you can join in the weekly chats in the <strong>#feature-oembed</strong> WordPress Slack channel.</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, 17 Jul 2015 22:51: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: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:87:\"WPTavern: New Roots Radio Podcast Discusses WordPress and Modern Web Development Topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/new-roots-radio-podcast-discusses-wordpress-and-modern-web-development-topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3530:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/roots.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/roots.jpg?resize=700%2C300\" alt=\"roots\" class=\"aligncenter size-full wp-image-46801\" /></a></p>\n<p>Ben Word and the team behind <a href=\"https://roots.io/\" target=\"_blank\">Roots</a> are launching a new WordPress-related podcast called <a href=\"https://roots.io/radio0/\" target=\"_blank\">Roots Radio</a>. Earlier this year, Word <a href=\"http://wptavern.com/roots-wordpress-starter-theme-rebrands-as-sage-with-8-0-release\" target=\"_blank\">rebranded the Roots starter theme as “Sage”</a> under the Roots organization as part of <a href=\"http://wptavern.com/roots-starter-theme-for-wordpress-will-become-framework-agnostic-in-2015\" target=\"_blank\">a long-term plan to make it framework-agnostic</a>. Opening up the starter theme to be available for use with a variety of frontend frameworks means that the Roots community is utilizing a wide range of technologies for development.</p>\n<p>The new podcast was created to discuss WordPress and Roots development and will also explore general modern web development topics. The <a href=\"https://roots.io/radio0/\" target=\"_blank\">inaugural episode</a> introduces Roots team members, many of whom use WordPress and others who are more active outside of WordPress development. They also discuss their individual WordPress workflows, dependency management, and project structure.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">If you’re interested in a smoother WordPress workflow, listen to Roots Radio, whether you use Roots or not. <a href=\"https://t.co/vhocxb9tkC\">https://t.co/vhocxb9tkC</a></p>\n<p>— Fränk Klein (@fklux) <a href=\"https://twitter.com/fklux/status/621432291341017088\">July 15, 2015</a></p></blockquote>\n<p></p>\n<p>Ben Word and Scott Walkinshaw recently appeared on <a href=\"https://changelog.com/podcast/\" target=\"_blank\">The Changelog</a> podcast, a weekly show that covers the intersection of software development and open source, to discuss “<a href=\"https://changelog.com/156/\" target=\"_blank\">Modern WordPress using Bedrock and Sage</a>.”</p>\n<p>“After Scott and I appeared on the Changelog podcast, the guys on the team wanted to get something going,” Word said. Even though the WordPress community already has many regular podcasts devoted to news, business, and development, Word believes that the Roots team has something unique to offer with their experience and dedication to using modern web development tools.</p>\n<p>He shared a sneak preview of some of the topics the team plans to cover in future episodes of Roots Radio:</p>\n<ul>\n<li>Deployments</li>\n<li>Theme wrapper and DRY</li>\n<li>Security</li>\n<li>Composer</li>\n<li>Forking WordPress</li>\n<li>Open Source Support/Maintenance/Burnout</li>\n<li>Keeping Roots projects up-to-date</li>\n<li>Framework agnostic workflow</li>\n<li>Theming tips and tricks</li>\n<li>How to contribute to Roots / open source</li>\n<li>Stepping outside of WordPress land</li>\n<li>Unit tests</li>\n</ul>\n<p>Word confirmed that Roots Radio will have guests on upcoming episodes. If these topics have piqued your interest, you can subscribe to the podcast via <a href=\"https://itunes.apple.com/us/podcast/roots-radio/id1015480854\" target=\"_blank\">iTunes</a> or <a href=\"http://feeds.soundcloud.com/users/soundcloud:users:160680092/sounds.rss\" target=\"_blank\">RSS</a>. New episodes will be released every couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2015 20:24:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"WPTavern: WordPress 4.3 Beta 3 Adds Site Icon Feature to the Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wptavern.com/wordpress-4-3-beta-3-adds-site-icon-feature-to-the-customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4288:\"<p>WordPress 4.3 <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\" target=\"_blank\">beta 3</a> was released this week right on <a href=\"https://make.wordpress.org/core/version-4-3-project-schedule/\" target=\"_blank\">schedule</a>, and beta 4 is expected to arrive next Wednesday. This release includes more than <a href=\"https://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=33286&stop_rev=33141&limit=150\" target=\"_blank\">140 fixes and improvements</a> since last week’s beta.</p>\n<p>One of the most important changes you’ll notice is that the <a href=\"http://wptavern.com/wordpress-4-3-adds-new-site-icons-feature-and-a-text-editor-to-press-this\" target=\"_blank\">Site Icon feature</a> is now available in the customizer in addition to its spot under <strong>General > Settings</strong>. The new panel is called Site Identity and it includes the site title, tagline, and the icon upload controls.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/site-identity-new-customizer-panel.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/site-identity-new-customizer-panel.jpg?resize=1025%2C690\" alt=\"site-identity-new-customizer-panel\" class=\"aligncenter size-full wp-image-46773\" /></a></p>\n<p>“The feature is now complete and requires lots of testing,” WordPress 4.3 release lead Konstantin Obenland said in the announcement. “Please help us ensure the site icon feature works well in both Settings and the Customizer.”</p>\n<p>Mark Jaquith’s work to improve passwords has also been added to the installation process so that administrators will be prompted to select a strong password when setting up a new site. This screenshot from Ryan Boren’s most recent “<a href=\"https://make.wordpress.org/core/2015/07/15/today-in-the-nightly-site-icons-in-the-customizer-editor-patterns-more-accessible-comment-bubbles-row-toggle-focus-styling/\" target=\"_blank\">Today in the Nightly</a>” update shows the password strength meter’s feedback added to the UI.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/passwords-ui-on-install-screen-1024x740.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/passwords-ui-on-install-screen-1024x740.png?resize=1024%2C740\" alt=\"photo credit: Ryan Boren\" class=\"size-full wp-image-46779\" /></a>photo credit: <a href=\"https://make.wordpress.org/core/2015/07/15/today-in-the-nightly-site-icons-in-the-customizer-editor-patterns-more-accessible-comment-bubbles-row-toggle-focus-styling/passwords-ui-on-install-screen/\">Ryan Boren</a>\n<p>Boren also highlighted the value of the new Markdown-esque patterns recognized in the post editor and their convenience for mobile users. Instead of trying to format HTML on a tiny screen, users will be able to take advantage of the new shortcuts which require fewer keystrokes.</p>\n<p>“Create bulleted lists, ordered lists, and blockquotes using markdown like patterns,” he said. “I find this particularly handy on phones when the editor toolbar is offscreen.”</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/editor-patterns-keyboard-shortcuts-list.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/editor-patterns-keyboard-shortcuts-list.jpg?resize=1025%2C541\" alt=\"photo credit: Ryan Boren\" class=\"size-full wp-image-46785\" /></a>photo credit: <a href=\"https://make.wordpress.org/core/2015/07/15/today-in-the-nightly-site-icons-in-the-customizer-editor-patterns-more-accessible-comment-bubbles-row-toggle-focus-styling/\">Ryan Boren</a>\n<p>Beta 3 also improves the accessibility of comments and media list tables with a better design for comment bubbles and focus styling for row toggles. Obenland welcomes feedback on the accessibility improvements from those who are using WordPress with screen readers.</p>\n<p>With 140 changes in beta 3, a new round of testing is in order. You can help by installing the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin on a development site and reporting any bugs you find in the recent improvements. The official WordPress 4.3 release is now just four weeks away.</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, 16 Jul 2015 22:01: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: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:59:\"WPTavern: WPWeekly Episode 199 – Preview of WordPress 4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=46746&preview_id=46746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wpweekly-episode-199-preview-of-wordpress-4-3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2747:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I preview WordPress 4.3. We discuss what WordPress.tv should do with old videos now that the site is six years old. There’s a conference this weekend devoted to the Genesis Framework and we let you know how you can watch it for free.</p>\n<p>Theme translations and language packs are on their way to the WordPress theme directory. Last but not least, we congratulate Topher DeRosia on reaching his funding goals to attend WordCamp Pune, India.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">WordPress 4.3 Beta 3</a><br />\n<a href=\"http://www.wpbeginner.com/news/whats-coming-in-wordpress-4-3-features-and-screenshots\">What’s Coming in WordPress 4.3</a><br />\n<a href=\"https://make.wordpress.org/tv/2015/07/03/ui-for-outdated-content/\">UI For Outdated Content on WordPress.tv</a><br />\n<a href=\"http://wptavern.com/theme-translations-and-language-packs-are-coming-to-wordpress-org\">Theme Translations and Language Packs are Coming to WordPress.org</a><br />\n<a href=\"http://wptavern.com/the-first-24hr-conference-devoted-to-the-genesis-framework-set-for-july-19-20\">The First 24hr Conference Devoted to the Genesis Framework Set for July 18-20</a><br />\n<a href=\"http://wptavern.com/topher-derosia-launches-gofundme-campaign-to-attend-wordcamp-pune-india\">Topher DeRosia Launches GoFundMe Campaign to Attend WordCamp Pune, India</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/background-image-cropper/\">Background Image Cropper</a> is a WordPress core feature-plugin that adds cropping to background images for parity with header images.</p>\n<p><a href=\"https://wordpress.org/plugins/frontier-restrict-media/\">Frontier Restrict Media</a> will restrict users so they can only access their own media files from the media library.</p>\n<p><a href=\"https://wordpress.org/plugins/image-hover-effects/\">Image Hover Effects</a> allows users to add 40+ hover effects to images with captions.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 22nd 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">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 #199:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2015 19:02: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: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:78:\"WPTavern: How to Give Back to the WordPress Foundation when Shopping on Amazon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46683\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/how-to-give-back-to-the-wordpress-foundation-when-shopping-on-amazon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5051:\"<p>Consumer disappointment ran high yesterday when Amazon Prime Day <a href=\"https://twitter.com/hashtag/PrimeDayFail?src=hash\" target=\"_blank\">failed</a> to deliver on its ambitious claim to have “more deals than Black Friday.” Prime customers were surprised to find modest deals on knee braces, shoe horns, and pet grooming kits instead of steep discounts on shiny electronics.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">A Diane Keaton T Shirt, with a 5 pack of brass knuckles AND ham?!?! DREAMS CAN COME TRUE <a href=\"https://twitter.com/hashtag/PrimeDayFail?src=hash\">#PrimeDayFail</a> <a href=\"http://t.co/hE1X6lhGb5\">pic.twitter.com/hE1X6lhGb5</a></p>\n<p>— Roy Buckingham (@shave_my_lemon) <a href=\"https://twitter.com/shave_my_lemon/status/621462914533232640\">July 15, 2015</a></p></blockquote>\n<p></p>\n<p>The world was optimistic that if any company could create a consumer holiday out of thin air, Amazon would be the one to do it. Despite Prime Day’s humor-inspiring failure, consumer obsession with the online retail giant isn’t likely to wane anytime soon. In fact, the company reported that its “‘<a href=\"http://phx.corporate-ir.net/phoenix.zhtml?c=176060&p=irol-newsArticle&ID=2068090\" target=\"_blank\">Prime Day’ peak order rates surpassed that of 2014’s Black Friday</a>” early in the day.</p>\n<p>If you’re a die hard Amazon shopper, you’ll probably continue on as if Prime Day never happened. Here’s how you can do something good for WordPress while you’re at it:</p>\n<p>The <a href=\"http://smile.amazon.com/\" target=\"_blank\">AmazonSmile Foundation</a> enables shoppers to support their favorite charitable organizations when making purchases, at no extra cost. If you select a charity, AmazonSmile will automatically donate 0.5% of the purchase price from your eligible purchases. The <a href=\"http://wordpressfoundation.org/\" target=\"_blank\">WordPress Foundation</a> is among the nearly one million organizations that you can support.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-wordpress-foundation.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-wordpress-foundation.jpg?resize=1025%2C479\" alt=\"amazon-wordpress-foundation\" class=\"aligncenter size-full wp-image-46731\" /></a></p>\n<p>To sign up, simply visit <a href=\"http://smile.amazon.com/\" target=\"_blank\">Smile.Amazon.com</a> and select the WordPress Foundation. You’ll be presented with options that will help you navigate to Smile.Amazon.com more conveniently the next time you shop. If you have already selected a charity and want to change it, you can visit your account settings to search and select a new organization.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-smile-change-charity.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/amazon-smile-change-charity.jpg?resize=877%2C492\" alt=\"amazon-smile-change-charity\" class=\"aligncenter size-full wp-image-46735\" /></a></p>\n<h3>What does the WordPress Foundation do?</h3>\n<p>Before you opt to support the <a href=\"http://wordpressfoundation.org/\" target=\"_blank\">WordPress Foundation</a>, it’s important to know what it’s all about. The 501(c)3 non-profit organization was established “to further the mission of the WordPress open source project: to democratize publishing through Open Source, GPL software.” Matt Mullenweg created the charity to ensure that future generations will have access to WordPress as the project’s leadership and contributor base continue to evolve. It also exists to protect the WordPress and WordCamp trademarks and logos.</p>\n<p>A large portion of donations to the foundation go towards subsidizing WordCamp expenses, including video production of presentations for WordCamp.tv. The foundation also <a href=\"http://wptavern.com/wordpress-foundation-to-foot-the-bill-for-meetup-com-organizer-dues\" target=\"_blank\">covers Meetup.com organizer dues</a> for those who run WordPress meetups. At the beginning of this year, the foundation <a href=\"http://wptavern.com/the-wordpress-foundation-creates-a-traveling-scholarship-in-memory-of-kim-parsell\" target=\"_blank\">created a new traveling scholarship for women attending WordCamp US</a>, in memory of Kim Parsell, a prolific WordPress contributor who passed away this year.</p>\n<p>When you support the WordPress Foundation, you are supporting a variety of community initiatives that help ensure the future of WordPress for years to come. Rose Goldman, who helps manage the foundation, recently set the organization up on AmazonSmile. So far, she said the donations from Amazon represent just a trickle of the budget, but that’s probably due to lack of awareness of AmazonSmile. If you haven’t yet selected a charity for automatic donations from <a href=\"http://smile.amazon.com/\" target=\"_blank\">AmazonSmile</a>, the WordPress Foundation is a worthy cause.</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, 16 Jul 2015 18:52:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: What Should WordPress.tv Do with Old Videos?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46713\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/what-should-wordpress-tv-do-with-old-videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4208:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WordPressTVFeaturedImage.png\"><img class=\"size-full wp-image-46739\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WordPressTVFeaturedImage.png?resize=666%2C254\" alt=\"WordPress TV Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/30719244@N06/8648634062\">tvs</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p><a href=\"http://wordpress.tv/\">WordPress.tv</a> launched in <a href=\"https://wordpress.org/news/2009/01/wordpresstv/\">January of 2009</a> and since then has become one of the largest repositories of information dedicated to WordPress. To put that in perspective, WordPress 2.8 and 2.9 were released the same year.</p>\n<p>However, with more than six years of content available, the team has run into a problem. On July 3rd, Brash Rebel, who helps manage WordPress.tv, <a href=\"https://make.wordpress.org/tv/2015/07/03/ui-for-outdated-content/\">asked</a> if there should be a user interface for outdated content.</p>\n<blockquote><p>A reality we are now facing is the fact that the software we know and love has evolved and changed considerably over this time period, thus rendering much of the early content on this site no longer applicable to users of more current releases of WordPress. In <a href=\"https://wordpress.slack.com/archives/wptv/p1435856572000421\">today’s TV team Slack meeting</a> the question was raised about how to properly address outdated, deprecated, no-longer-accurate content.</p></blockquote>\n<p>The first question considered is whether to keep or delete old content, specifically, videos in the <a href=\"http://wordpress.tv/category/how-to/\">How To</a> category. Since so many people watch older tutorial style videos, the team decided that removing the content permanently from the site is not the best course of action. The other question considered is whether older presentations on specific subjects should be deleted.</p>\n<p>For example, the following two sessions are about the same subject but four years apart. The content in the 2015 video is more likely to match the Google Analytics experience of today.</p>\n<ol>\n<li><a href=\"http://wordpress.tv/2013/03/16/melinda-samson-workshop-google-analytics-101/\">Melinda Samson: Google Analytics 101 Workshop (2011)</a></li>\n<li><a href=\"http://wordpress.tv/2015/05/16/david-bird-google-analytics-and-wordpress-for-beginners-2/\">David Bird: Google Analytics and WordPress for Beginners (May, 2015)</a></li>\n</ol>\n<p>The team also discussed a variety of ideas on how to display information to viewers that they’re watching outdated content. These included, text prompts, information bars, links, and determining the best method to indicate videos don’t reflect the current WordPress experience.</p>\n<p>Rebel says the goal isn’t to strictly deal with the issue today, but also set a precedence for the future. As more WordCamps occur across the globe and more <a href=\"https://make.wordpress.org/tv/2015/06/16/do-you-screencast-or-make-video-tutorials-of-how-to-use-wordpress-wordpress-tv-wants-you/\">screencasts</a> show up on WordPress.tv, the team needs to figure out a balance between displaying old content and making the most out of fresh content.</p>\n<h2>Mimic the Plugin Directory</h2>\n<p>I’m happy that the team won’t delete old videos. As someone who writes about WordPress everyday, the videos on WordPress.tv contain a wealth of knowledge. It would be a shame to see so much information deleted.</p>\n<p>I think the best and easiest solution is to mimic the WordPress plugin directory in how it deals with plugins that haven’t been updated in two years or more. A prominent message displays on the page telling the viewer that the content they’re watching is outdated. It could be taken a step further by showing the viewer a list of related videos that are more recent.</p>\n<p>I encourage you to<a href=\"https://make.wordpress.org/tv/2015/07/03/ui-for-outdated-content/\"> read the blog post</a> and the associated comments as they contain some good ideas. What do you think should be done with old content on WordPress.tv?</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, 16 Jul 2015 18:12: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: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:14:\"Matt: TSA Jazz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://ma.tt/2015/07/tsa-jazz/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:769:\"<p>At an airport in Frankfurt airport security asked famous jazz saxophonist <a href=\"http://www.joshuaredman.com/\">Joshua Redman</a> to prove it was a real instrument.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">[airport security, FRA] *sax flagged* “Pls play” “Seriously?” “Yes” *i play Ornithology* *midway thru 1st chorus* “Enuf u’re clear pls stop”</p>\n<p>— Joshua Redman (@Joshua_Redman) <a href=\"https://twitter.com/Joshua_Redman/status/619144413369909248\">July 9, 2015</a></p></blockquote>\n<p></p>\n<p>Hilarious! I can’t find any recordings of Joshua playing that classic bebop song, but here’s a Charlie Parker recording:</p>\n<p><span class=\"embed-youtube\"></span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2015 15: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"WPTavern: Explore the WordPress REST API with the New Interactive Console Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46685\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/explore-the-wordpress-rest-api-with-the-new-interactive-console-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3697:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/wp-rest-api.jpg?resize=1025%2C469\" alt=\"wp-rest-api\" class=\"aligncenter size-full wp-image-43000\" /></a></p>\n<p>WordPress REST API project lead <a href=\"https://twitter.com/rmccue\" target=\"_blank\">Ryan McCue</a>, in cooperation with <a href=\"https://twitter.com/AutomatticEng\" target=\"_blank\">Automattic’s Engineering team</a>, released a <a href=\"https://wordpress.org/plugins/rest-api-console/\" target=\"_blank\">REST API Console</a> plugin on WordPress.org today. It’s a basic console that fits right into the WordPress admin and allows you to explore the API, make small changes, and find out what your site is exposing.</p>\n<p>“This is a forked version of the WP.com console that myself and members of the Apollo team at Automattic worked on,” McCue told the Tavern. The console was converted in approximately four casual days, and McCue credits <a href=\"http://viewsource.beaucollins.com/\" target=\"_blank\">Beau Collins</a> for this, as he originally wrote the majority of the console for developers working on WordPress.com.</p>\n<p>“It’s pretty useful for exploring the API as a learning tool, but also for developers who are extending the API to get a sense of how their stuff fits in,” he said.</p>\n<p>The REST API Console plugin requires the <a href=\"https://wordpress.org/plugin/rest-api/\" target=\"_blank\">WP REST API plugin</a> version 2.0 or later. You can find this on the <a href=\"https://github.com/WP-API/WP-API\" target=\"_blank\">GitHub project page</a> and version 2 should be up on WordPress.org within the next day or two. Once you have both plugins installed, the console is visible in the admin under <strong>Tools > Rest API Console</strong>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-rest-api-console-demo.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/wp-rest-api-console-demo.jpg?resize=829%2C236\" alt=\"wp-rest-api-console-demo\" class=\"aligncenter size-full wp-image-46693\" /></a></p>\n<p>You can actually make changes to your site using the console, so it’s advisable to install it on a local site and play with it there. While the GET requests can’t change anything, the other types can edit or delete posts (which would end up in your trash).</p>\n<p>The plugin can only connect to the local site you’re currently on and cannot access remote WordPress sites. McCue recommends using something like <a href=\"https://www.getpostman.com/\" target=\"_blank\">Postman</a> or <a href=\"http://luckymarmot.com/paw\" target=\"_blank\">Paw</a> if you want to play around with remote sites.</p>\n<p>In the future, he hopes to add more features and improve the plugin’s parameter documentation.</p>\n<p>“The older WordPress.com console had the ability to click through to links, so I’d like to re-add that at some point,” he said. “The parameter documentation and tooling hasn’t been fleshed out yet, but the plan is to do it eventually – we’re working on exposing more from the API itself, too.”</p>\n<p>If you want to tinker with the API but don’t have a local testing site handy, check out the live demo at <a href=\"http://demo.wp-api.org\" target=\"_blank\">demo.wp-api.org</a> where you can click around to explore. This will save you the trouble of installing the plugin, if you just want to try it out. Also, you can’t perform any destructive changes there. Version 2 of the WP REST API plugin should be available on WordPress.org within 24-48 hours.</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, 16 Jul 2015 00:31: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: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:106:\"WPTavern: WordPress Theme Review Team Unanimously Approves Roadmap to Improve Directory and Review Process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46551\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-theme-review-team-unanimously-approves-roadmap-to-improve-directory-and-review-process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2613:\"<p>The <a href=\"https://make.wordpress.org/themes/\">Theme Review Team</a> has spent the last two months <a href=\"http://wptavern.com/wordpress-theme-review-team-seeks-feedback-on-the-review-process-themes-and-the-directory\">collecting data from surveys</a> to discover common pain points people experience using the theme directory and going through the theme review process. The results of those surveys were used to <a href=\"https://make.wordpress.org/themes/2015/07/07/roadmap-for-phase-one/\">create a roadmap</a> of areas to focus on.</p>\n<p>In yesterday’s meeting, the Theme Review Team voted and those in attendance <a href=\"https://wordpress.slack.com/archives/themereview/p1436896772000053\">unanimously approved</a> the roadmap.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/ThemeReviewTeamRoadmapVote.png\"><img class=\"size-full wp-image-46668\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/ThemeReviewTeamRoadmapVote.png?resize=471%2C560\" alt=\"Phase One Roadmap Approved\" /></a>Phase One Roadmap Approved\n<p>One of the key parts to the roadmap is creating groups with a scope of responsibilities. The groups include:</p>\n<ul>\n<li>Directory</li>\n<li>Documentation</li>\n<li>Tools</li>\n<li>Reviews and queues</li>\n<li>UX and research</li>\n</ul>\n<p>Each group needs a point person who acts as the communication bridge between the group and Theme Review Team. Tammie Lister explains what the point person’s role is within a group.</p>\n<blockquote><p>This person will report weekly what is going on during the chats. They will also post on the make.blog each week about what is going on in each group. This should ensure we keep up communication and make sure things get done.</p></blockquote>\n<p>They’re not necessarily in charge of getting things done but rather, act as a facilitator to make sure the group stays on track.</p>\n<p>One part of the roadmap that I’m interested in is the possibility of a report button added to the theme directory to allow users to report themes. If this happens, it will be interesting to see how it’s used or abused and whether it adds any additional work load to the theme reviewers.</p>\n<p>The roadmap looks solid and shows the team is focused on improving several aspects of the Theme Directory. This is a great opportunity for new contributors to get involved with the project. If you’re interested in joining any of the groups within the Theme Review Team, please visit the <strong>#themereview</strong> channel on <a href=\"https://make.wordpress.org/chat/\">Slack</a> and let the team know.</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, 15 Jul 2015 21:10:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WPTavern: Proper Lite: A Free and Flexible WordPress Theme for Creatives\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wptavern.com/proper-lite-a-free-and-flexible-wordpress-theme-for-creatives\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3530:\"<p>Last November, ModernThemes <a href=\"http://wptavern.com/modernthemes-launches-site-dedicated-to-providing-free-wordpress-themes\" target=\"_blank\">officially launched its free WordPress themes site</a> and has been gradually adding to its <a href=\"https://wordpress.org/themes/author/modernthemesnet/\" target=\"_blank\">collection</a> hosted on WordPress.org. Founders Robbie Grabowski and Mike Driscoll launched the site with a commitment to produce themes that support the native customizer and keep plugin functionality separate while still being “plugin-friendly.”</p>\n<p><a href=\"https://modernthemes.net/wordpress-themes/proper-lite/\" target=\"_blank\">Proper Lite</a> is ModernThemes’ latest release, created to be fully compatible with their new <a href=\"https://modernthemes.net/plugins/\" target=\"_blank\">library of free plugins</a> that add functionality like shortcodes, widgets, sidebars, services, testimonials, projects, etc.</p>\n<p>The theme features a fullscreen homepage hero section with multiple controls for customizing the background, text, and buttons.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/properlite_mockups.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/properlite_mockups.png?resize=1000%2C700\" alt=\"properlite_mockups\" class=\"aligncenter size-full wp-image-46645\" /></a></p>\n<p>Proper Lite was designed with a modular homepage layout that supports three flexible widget areas where you can drop in portfolio items, blogs, testimonials, or any other content you choose. This is one of the reasons why ModernThemes calls it their most flexible free theme to date.</p>\n<p>In addition to the default template, Proper Lite includes Homepage, Full Width, and Left Sidebar templates. It also has specific styling for various content blocks added from the plugin library, as you can see in the <a href=\"https://modernthemes.net/demo/?theme=properlite\" target=\"_blank\">live demo</a>.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/team-members.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/team-members.jpg?resize=926%2C897\" alt=\"team-members\" class=\"aligncenter size-full wp-image-46654\" /></a></p>\n<p>Proper Lite has an amazing array of controls included in the customizer. Users can easily adjust Google Fonts, logos and icons, nearly every color used in the theme, social media icons, a footer call-to-action, the number of columns in the widget areas, and much more. The theme was not created with a set, inflexible design. Versatility is one of its key features.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/proper-lite-customizer.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/proper-lite-customizer.png?resize=1025%2C426\" alt=\"proper-lite-customizer\" class=\"aligncenter size-full wp-image-46659\" /></a></p>\n<p>Proper Lite, like other themes from ModernThemes, has extensive <a href=\"https://modernthemes.net/proper-lite-documentation/\" target=\"_blank\">documentation</a> available on the website for every section included in the theme. While this theme is heavily geared toward creatives with an emphasis on fullwidth images and portfolio content, it is also suitable for personal blogs, agencies, and creative businesses, thanks to the wide range of plugins available to extend it. <a href=\"https://modernthemes.net/wordpress-themes/proper-lite/\" target=\"_blank\">Download</a> it for free from the ModernThemes website.</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, 15 Jul 2015 18:42:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:15:\"Matt: Sleep Dep\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://ma.tt/2015/07/sleep-dep/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:186:\"<p><a href=\"http://www.theatlantic.com/health/archive/2013/12/how-sleep-deprivation-decays-the-mind-and-body/282395/\">How Sleep Deprivation Decays the Mind and Body</a>. Crazy story.</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, 15 Jul 2015 04:46: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:29:\"Matt: Plato, Phaedrus, 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45224\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2015/07/plato-phaedrus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:822:\"<blockquote><p>and now you, who are the father of letters, have been led by your affection to ascribe to them a power the opposite of that which they really possess. For this invention will produce forgetfulness in the minds of those who learn to use it, because they will not practice their memory. Their trust in writing, produced by external characters which are no part of themselves, will discourage the use of their own memory within them. You have invented an elixir not of memory, but of reminding; […]</p></blockquote>\n<p><a href=\"http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.01.0174%3Atext%3DPhaedrus%3Asection%3D275a\">A few thousand years ago Plato predicted how Google would make us less able to remember things</a>.</p>\n<p>Hat tip: <a href=\"http://chris.ink/\">Chris Rudzki</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, 15 Jul 2015 04:24: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:97:\"WPTavern: BuddyBoss Expands Into LMS Market with Free BuddyPress Plugins for LearnDash and Sensei\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wptavern.com/buddyboss-expands-into-lms-market-with-free-buddypress-plugins-for-learndash-and-sensei\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3139:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/learndash.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/learndash.png?resize=680%2C310\" alt=\"learndash\" class=\"aligncenter size-full wp-image-46576\" /></a></p>\n<p>In May, <a href=\"http://www.buddyboss.com/\" target=\"_blank\">BuddyBoss</a> founder Michael Eisenwasser shared with Tavern readers the <a href=\"http://wptavern.com/inside-buddyboss-with-michael-eisenwasser\" target=\"_blank\">challenges of creating a profitable business</a> in what is still a relatively small marketplace for BuddyPress themes and plugins. Developers are building niche social networks every day, but BuddyPress’ appeal as a platform hinges on the availability of compelling and reliable third-party add-ons.</p>\n<p>Over the past couple of months, BuddyBoss has branched out into serving the LMS market with free BuddyPress integration plugins for <a href=\"http://www.learndash.com/\" target=\"_blank\">LearnDash</a> and <a href=\"http://www.woothemes.com/products/sensei/\" target=\"_blank\">Sensei</a>, two of WordPress’ most popular LMS solutions. Both <a href=\"https://wordpress.org/plugins/buddypress-learndash/\" target=\"_blank\">BuddyPress for LearnDash</a> and <a href=\"https://wordpress.org/plugins/sensei-buddypress/\" target=\"_blank\">BuddyPress for Sensei</a> were created to work with any theme, but are also guaranteed to work seamlessly with BuddyBoss’ new Social Learner theme.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/social-learner.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/social-learner.png?resize=1000%2C573\" alt=\"social-learner\" class=\"aligncenter size-full wp-image-46620\" /></a></p>\n<p>Both plugins have similar core feature sets that include the ability to create courses, lessons, quizzes, and tie it all in to BuddyPress activity, groups, and forums to create a social learning platform. Course managers can even introduce gamification into the learning process with open source <a href=\"http://badgeos.org/\" target=\"_blank\">BadgeOS</a> plugin integration.</p>\n<p>Social learning communities, like popular social goal or fitness tracking apps, bring a higher level of engagement by leveraging the people factor. An LMS powered by WordPress and BuddyPress provides students with the ability to connect to new friends, collaborate, send messages, earn badges – all activities that contribute to a higher level of motivation for learning and success.</p>\n<p>The idea is not new to BuddyPress, as the long-abandoned <a href=\"http://buddypress.coursewa.re/\" target=\"_blank\">BuddyPress Courseware</a> project brought a social aspect to e-learning nearly four years ago. However, it is difficult to maintain an LMS plugin that only works with BuddyPress, because it doesn’t have the benefit of contributions and testing from a larger community. BuddyBoss made a strategic move in building plugins that would bridge BuddyPress to extend existing LMS solutions that serve the larger WordPress market. Both newer alternatives are available for free on WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Jul 2015 22:53:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:75:\"WPTavern: Theme Translations and Language Packs are Coming to 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=46589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/theme-translations-and-language-packs-are-coming-to-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:3610:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg?resize=1024%2C499\" alt=\"photo credit: . Entrer dans le rêve - cc\" class=\"size-full wp-image-29134\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/tranbina/4765484383/\">. Entrer dans le rêve</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>WordPress.org will soon support translations and language packs for themes hosted in the official directory. In <a href=\"http://wptavern.com/highlights-of-matt-mullenwegs-qa-session-at-wordcamp-europe-2015\" target=\"_blank\">Matt Mullenweg’s Q&A at WordCamp Europe 2015</a>, he emphasized the importance of having better language support for themes and plugins and identified this as a high priority for continued improvements to WordPress.org.</p>\n<p>Today the WordPress meta team <a href=\"https://make.wordpress.org/themes/2015/07/14/theme-translations-on-wordpress-org/\" target=\"_blank\">announced</a> that theme translations will soon be available on WordPress.org at <a href=\"http://translate.wordpress.org\" target=\"_blank\">translate.wordpress.org</a>. Within the next few days or weeks, all active themes (those updated within the last two years) will have their strings imported.</p>\n<p>“This will involve importing ~1500 themes, which, combined, have about 315,000 total strings,” Sam Sidler said in the announcement. “After duplicates, the number drops to only 80,000 unique strings.”</p>\n<h3>Language Packs Will Reduce Download Sizes for Themes</h3>\n<p>Sidler outlined several advantages for theme authors who opt to manage translations on WordPress.org, including the community’s large network of contributing translators who currently maintain 140 locales on <a href=\"http://translate.wordpress.org\" target=\"_blank\">translate.wordpress.org</a>.</p>\n<p>The most exciting change is that themes hosted on WordPress.org will soon be able to take advantage of language packs. Theme authors will have the option to remove translations from their zip file in favor of allowing WordPress.org to deliver the language packs, resulting in smaller download sizes.</p>\n<p>“Eventually, we also plan to give priority to localized themes in localized directories; e.g., someone searching the Romanian theme directory will see Romanian themes prioritized over English-only themes,” Sidler said.</p>\n<p>The more languages a theme can be translated into, the greater its prominence in WordPress’ language-specific theme directories. This should provide WordPress.org theme authors with a strong motivation to <a href=\"https://make.wordpress.org/polyglots/handbook/rosetta/theme-plugin-directories/\" target=\"_blank\">work with the polyglots team</a> to get more translations. Theme authors can also request new translation editors to be added to polyglots, if they want to continue working with their own translators.</p>\n<p>Those who prefer to ship their own translations can continue to do so. Keeping the translation files in your zip package will essentially opt you out of language packs for those specific translations. If you need help adding support for translations and language packs, Sidler recommends Otto’s <a href=\"http://ottopress.com/2013/language-packs-101-prepwork/\" target=\"_blank\">Language Packs 101</a> tutorial in addition to the <a href=\"https://developer.wordpress.org/themes/functionality/internationalization/\" target=\"_blank\">Theme Developer Handbook section on Internationalization</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, 14 Jul 2015 20:22: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: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:87:\"WPTavern: The First 24hr Conference Devoted to the Genesis Framework Set for July 18-20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/the-first-24hr-conference-devoted-to-the-genesis-framework-set-for-july-19-20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1461:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/GenesisCampFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-46579\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/GenesisCampFeaturedImage.png?resize=880%2C275\" alt=\"Genesis Camp Featured Image\" /></a><a href=\"http://genesis.camp/\">Genesis Camp</a> is the first 24 hour conference dedicated to the Genesis framework by <a href=\"http://www.studiopress.com/\">Studiopress</a>. The event takes place on July 18-20 and is free to attend. Even though the event is dedicated to the Genesis framework, it’s not associated with Copyblogger Media or Studiopress.</p>\n<p>Organized by a community of Genesis users, the event features <a href=\"http://genesis.camp/sessions/\">sessions</a> on development workflow, branding, collaboration, and more. Each session will include an area for viewers to chat and ask questions. Speakers include Chris Lema, Carrie Dils, Wes Linda, David Wang, Heather Porter, and more.</p>\n<p>Sessions will be recorded in case you can’t stay awake to watch all 24 hours of the event. Videos will be handled by <a href=\"http://www.google.com/+/learnmore/hangouts/\">Google Hangouts</a> while <a href=\"https://www.crowdcast.io/\">Crowd Cast</a> will be used to allow viewers to chat during sessions. To watch the event you’ll need to register on the <a href=\"https://www.crowdcast.io/e/genesiscamp1\">Genesis Camp Crowd Cast site</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, 14 Jul 2015 17:43: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: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:77:\"WPTavern: Candid Conversation with Tom McFarlin About 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=46549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/candid-conversation-with-tom-mcfarlin-about-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:1158:\"<p>Earlier this month, Tom McFarlin <a href=\"https://tommcfarlin.com/the-wordpress-community-a-comedy-of-drama-ego-oligarchies-and-more/\">published a great post</a> where he shares his perspective on the WordPress community. His post struck a nerve and instead of discussing it through comments, I invited him to a Google Hangout to have a candid conversation. Within the conversation, McFarlin and I discuss a number of topics, including:</p>\n<ul>\n<li>Community behaviour and discourse</li>\n<li>It’s not a WordPress problem</li>\n<li>Comment moderation strategies</li>\n<li>Subtweeting</li>\n<li>How, as men, do we show that a significant portion of us are color/ethnicity/whatever blind?</li>\n<li>Women in tech</li>\n</ul>\n<p>McFarlin is the father of two daughters which adds an interesting dynamic to the women in tech issue. I enjoyed the time I spent with him discussing topics we both feel are important. If you have any feedback concerning the content in this recording, please leave a comment.</p>\n<p>There’s also a transcript of the interview <a href=\"http://www.wptavern.com/wpweeklyaudio/TomMcFarlinTranscript.zip\">available here</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, 14 Jul 2015 16:16: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Hacking Team Hack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45238\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/07/hacking-team-hack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:966:\"<p>I haven’t been following the Hacking Team story too closely. If you’re the same, here’s a quick catch-up: an Italian company that sold hacking tools, often to questionable governments, had all of their internal company data including emails, source code, everything released. <a href=\"http://www.engadget.com/2015/07/09/how-spyware-peddler-hacking-team-was-publicly-dismantled/\">Engadget has the best summary I’ve seen so far of how they got hacked</a>, which was apparently done by a hacker vigilante who did something similar to another organization called the Gamma Group. <a href=\"https://firstlook.org/theintercept/2015/07/08/hacking-team-emails-exposed-death-squad-uk-spying/\">The Intercept also has a good look at some of the more egregious behavior</a>. Bruce Schneier <a href=\"https://www.schneier.com/blog/archives/2015/07/organizational_.html\">calls this new trend Organizational Doxxing and considers its ramifications</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, 14 Jul 2015 03:43: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Topher DeRosia Launches GoFundMe Campaign to Attend WordCamp Pune, India\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/topher-derosia-launches-gofundme-campaign-to-attend-wordcamp-pune-india\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2000:\"<p>Topher DeRosia, founder of <a href=\"http://t.co/Q9hSlXsBKQ\">HeroPress</a>, is <a href=\"http://www.gofundme.com/heropress-in-pune\">asking for</a> $2,150 to attend <a href=\"https://pune.wordcamp.org/2015/\">WordCamp Pune</a>, India. DeRosia was asked to speak about HeroPress by Saurabh Shukla, who is a<a href=\"http://heropress.com/essays/ill-keep-looking-for-a-cms-unless-i-find-wordpress/\" target=\"_blank\"> HeroPress contributor</a> and also the lead organizer of WordCamp Pune, India.</p>\n<p>In an effort to be transparent, DeRosia published how he will spend the money.</p>\n<ul>\n<li>$1400 for the plane ticket</li>\n<li>$300 for hotel</li>\n<li>$200 for food, cabs, Uber, etc</li>\n<li>$100 for emergencies</li>\n<li>$150 for GoFundMe’s fees</li>\n</ul>\n<p>If DeRosia has money left over from his trip, he plans to sponsor a WordCamp that’s having difficulty finding sponsors or donate it to the WordPress Foundation.</p>\n<p>Since launching the campaign a few days ago, he’s raised $1,000. Unlike most other campaigns, <a href=\"https://www.gofundme.com/heropress-in-pune/donate\">donors can choose</a> the amount they want to give. Among the donors listed is Matt Mullenweg, who contributed $250. If you enjoy the time, work, and effort put into HeroPress, consider donating a few dollars.</p>\n<p><strong>Within 24 hours since this post was published, DeRosia surpassed his funding goal.</strong></p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WordCampPuneGoalMet.png\"><img class=\"size-full wp-image-46569\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/WordCampPuneGoalMet.png?resize=976%2C649\" alt=\"WordCamp Pune Goal Met\" /></a>WordCamp Pune Goal Met\n<p>I asked DeRosia how it feels to meet is funding goal, “I’m super excited about this. Not just the fact that <em>other people</em> paid for a trip but that the HeroPress community feels this kind of thing is valuable enough to put money out for it. That means a lot.”</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, 13 Jul 2015 23:11: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: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:58:\"WPTavern: Embed Your Meerkat Stream on 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://wptavern.com/?p=46325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/embed-your-meerkat-stream-on-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:4187:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat.png?resize=655%2C300\" alt=\"meerkat\" class=\"aligncenter size-full wp-image-46518\" /></a></p>\n<p>Just one day after <a href=\"https://meerkatapp.co/\" target=\"_blank\">Meerkat</a>, the popular video streaming service, <a href=\"http://techcrunch.com/2015/06/26/meerkat-outs-an-embeddable-player-hooks-discovery-channels-shark-week/#.qqszef:XITC\" target=\"_blank\">launched its embedded player</a>, a WordPress plugin was in the works to make it easy for publishers to take advantage of it. <a href=\"http://www.artiss.co.uk\" target=\"_blank\">David Artiss</a>, an English developer and author of several popular embedding <a href=\"https://profiles.wordpress.org/dartiss/#content-plugins\" target=\"_blank\">plugins</a>, is the first to bring Meerkat embedding to WordPress.</p>\n<p>The <a href=\"https://wordpress.org/plugins/meerkat/\" target=\"_blank\">Meerkat plugin</a> lets users embed their streams in WordPress content using a simple shortcode. The embedded player automatically does the following, according to Meerkat’s documentation:</p>\n<blockquote><p>It will show your live stream if you’re live. If you’re not live, if will show your next upcoming stream. If you have no upcoming streams, it will display stats from your last stream. If you have not streamed yet, it will show your profile.</p></blockquote>\n<p>All you need is the Meerkat username to use the shortcode in its simplest form:</p>\n<p><code>[meerkat username=\"meerkatapi\"]</code></p>\n<p>It also includes optional parameters for customizing the username, player type, participation, cover image, muted defaults, and debug settings. These parameters essentially let you customize everything available in the <a href=\"http://widgets.meerkatapp.co/embed\" target=\"_blank\">Meerkat embed code generator</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat-customize-embedded-player.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat-customize-embedded-player.jpg?resize=746%2C515\" alt=\"meerkat-customize-embedded-player\" class=\"aligncenter size-full wp-image-46532\" /></a></p>\n<p>The shortcode can be embedded in posts or pages. Artiss plans to add a widget option soon, as the default player size seems to lend itself to display in a sidebar. I tested the plugin with WordPress 4.3 beta 2 and found that it works as advertised.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat-wordpress-plugin-example.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/meerkat-wordpress-plugin-example.jpg?resize=778%2C635\" alt=\"meerkat-wordpress-plugin-example\" class=\"aligncenter size-full wp-image-46533\" /></a></p>\n<p>At TechCrunch Disrupt in May 2015, Meerkat founder Ben Rubin reported that the service was <a href=\"http://www.businessinsider.com/meerkat-has-nearly-2-million-users-2015-5\" target=\"_blank\">approaching nearly two million users</a>. Chances are that plenty of those users also have WordPress sites where they can gain more exposure for their streams.</p>\n<p>Artiss wanted to make it easy for anyone to embed a stream. He isn’t a Meerkat user himself but found that its API was easy to work with for embedding content.</p>\n<p>“I didn’t write it for myself but I thought putting the newly released embed function in a simple-to-use plugin for WordPress users would be useful,” he said. “I just happened to be working on <a href=\"https://wordpress.org/plugins/zingtree-embed/\" target=\"_blank\">Zingtree Embed plugin</a> at the same time, so it was quite simple to clone that and modify it for a different embed type.”</p>\n<p>If you want your fans and followers to be able to find your Meerkat stream on the web, download the <a href=\"https://wordpress.org/plugins/meerkat/\" target=\"_blank\">Meerkat</a> embed plugin from the WordPress plugin directory. This will allow folks to join you live from your website, without having to use the app on their phones. The widget embed option should land in the next 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:\"Mon, 13 Jul 2015 19:47: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: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:95:\"WPTavern: Envato Targeted by DDoS Attack, WordPress Theme Authors Report Major Decline in Sales\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/envato-targeted-by-ddos-attack-wordpress-theme-authors-report-major-decline-in-sales\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6430:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/envato.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/envato.jpg?resize=697%2C314\" alt=\"envato\" class=\"aligncenter size-full wp-image-29973\" /></a></p>\n<p>If you’ve attempted to access Themeforest or any other site on the <a href=\"http://www.envato.com/\" target=\"_blank\">Envato</a> network lately, you may have encountered some down time. The company <a href=\"http://inside.envato.com/denial-of-service-attacks-on-envato/\" target=\"_blank\">updated</a> customers and community members today, attributing the technical difficulties to a DDoS attack:</p>\n<blockquote><p>Since July 1, Envato has been the target of a sustained DDoS (distributed denial of service) attack. The attacker, whose motive and identity are unknown, has repeatedly flooded our servers with high levels of traffic, causing our services to be unavailable at various times.</p></blockquote>\n<p>The most recent outage happened over the weekend when Envato Market was down for three hours on Friday and one hour on Sunday. This is a significant chunk of time for a market that <a href=\"http://www.envato.com/2014\" target=\"_blank\">paid out $224 million dollars to its members in 2014</a>.</p>\n<p>The downtime has also impacted WordPress theme authors, who continue to dominate the Envato’s marketplace. According to Ben Chan, the company’s director of growth and revenue, 30 of the 31 sellers who make up the <a href=\"http://elite.envato.com/wall-of-fame/\" target=\"_blank\">Power Elite wall of fame</a> (selling $1 million+ worth of items) are WordPress product authors.</p>\n<p>The power of the WordPress economy on Envato is undeniable, but sales have taken a sharp decline in the past couple of months, even before the DDoS attack. According to PremiumWP, which cites reports from elite theme author Chris Robinson of Contempo and many others, <a href=\"http://www.premiumwp.com/themeforest-authors-report-50-70-drop-in-theme-sales/\" target=\"_blank\">sales have suddenly declined 50-70%</a>.</p>\n<p>“Sales have declined over 70% starting from May with each passing day getting worse,” Robinson said in the <a href=\"http://themeforest.net/forums/thread/envato-are-youre-not-telling-us-something/185158\" target=\"_blank\">members’ forum</a>. “I’ve also spoken with other elite authors explaining the same thing. One example going from $1500/day to $700 – sure that’s still a great deal of money BUT what the hell is happening?</p>\n<p>“This isn’t just one or maybe twenty authors, it is marketplace wide affecting everyone. A marketplace wide decline in sales of this magnitude doesn’t just happen due to vacations, or other buyer factors. Going through the years of sales data (since 2008) this has never happened, I’ve personally gone from $2-3000/week to less than $700/week…that’s insane!”</p>\n<p>With new authors and products entering the market every day, the market share for established authors is slowly diminishing, but members are not convinced that this is the sole cause of the sharp drop in sales.</p>\n<p>FinalDestiny of TeoThemes, another author whose sales are declining, blames the <a href=\"http://wptavern.com/envato-continues-to-rake-in-the-cash-from-wordpress-themes-packaged-as-complete-website-solutions\" target=\"_blank\">one-size-fits-all theme products</a> for gobbling up a greater slice of the market share.</p>\n<p>“Everybody is tired of these huge, monster multipurpose themes having the same price as normal themes, and that’s pretty much killing the marketplaces. But Envato couldn’t care less, as long as they get their share,” he <a href=\"http://themeforest.net/forums/thread/envato-are-youre-not-telling-us-something/185158?page=1&message_id=1303716#1303716\" target=\"_blank\">said</a>.</p>\n<p>In another <a href=\"http://themeforest.net/forums/thread/whats-wrong-with-sales-on-tf-/181436\" target=\"_blank\">thread</a>, which ended up getting locked, there are 27 pages of comments from users speculating about why their sales have been dropping. Members cite seasonal buying fluctuations, piracy, Themeforest’s recent drop in Google search rankings, VAT and hidden price additions on checkout, and unfair pricing advantages for monster themes that claim to do everything, among other possible causes.</p>\n<p>In one thread, titled “<a href=\"http://themeforest.net/forums/thread/more-than-50-sales-drop-for-most-of-the-authors-does-tf-care-for-authors/182262\" target=\"_blank\">More than 50% sales drop for most of the authors. Does TF care for Authors?</a>“, an Envato community officer offered the following comment:</p>\n<blockquote><p>We don’t really give sales updates over the forums other than to say your sales can go up and down for a multitude of reasons. Try not to assume the sky is falling every time the USA has a long weekend :) We have fast and slow periods throughout the year same as any business, and your portfolio will no doubt have peaks and valleys as well.</p></blockquote>\n<p>This kind of generic reply has left theme authors scratching their heads, despite multiple threads in the forums popping up with concerns from those who are alarmed by the sudden drop. Many WordPress theme authors depend on Themeforest as their primary source of income. In one <a href=\"http://themeforest.net/forums/thread/more-than-50-sales-drop-for-most-of-the-authors-does-tf-care-for-authors/182262?page=3&message_id=1291143#1291143\" target=\"_blank\">reply</a>, the Aligator Studio seller sums up their concerns and frustration with the inability to convince Envato of the unusual circumstances that are affecting large numbers of sellers:</p>\n<blockquote><p>We are not talking about valleys and peaks, we’re talking about a general traffic and sales fall, from New Year until now, especially after April. We’re not talking about regular ups and downs (sometimes steeper, sometimes not), due to longer weekends, summer holidays, and general and the usual stuff happening here in the last couple of years.</p>\n<p>It’s not a sky falling – it’s inability to pay our bills, we’re not fanatics that foresee the end of the world.</p></blockquote>\n<p>Envato has yet to provide an official statement about the marketplace-wide decline in sales, apart from recognizing the network’s unavailability due to the recent DDoS attack.</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, 13 Jul 2015 16:42: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Matt: Neil Gaiman Speech at University of the Arts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45241\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://ma.tt/2015/07/neil-gaiman-commencement/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"<p>“Make good art.”</p>\n<p><span class=\"embed-youtube\"></span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 12 Jul 2015 20:15:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:23:\"Matt: WordCamp Scranton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45234\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/07/wordcamp-scranton/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:800:\"<p>As was just announced, I’m going to make a not-surprise appearance at WordCamp Scranton next Saturday. It’s their first year <a href=\"https://central.wordcamp.org/\">doing a Wordcamp</a> and I was able to find some space in my schedule to swing by in between business meetings in New York and Philadelphia, so very much looking forward to meeting the Scranton community.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Matt Mullenweg (<a href=\"https://twitter.com/photomatt\">@photomatt</a>) will Host a Town Hall Q&A at WordCamp Scranton! <a href=\"https://t.co/qmZSWYPQBS\">https://t.co/qmZSWYPQBS</a></p>\n<p>— WordCamp Scranton (@WCScranton) <a href=\"https://twitter.com/WCScranton/status/619508207283625984\">July 10, 2015</a></p></blockquote>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Jul 2015 16:03: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WPTavern: WPWeekly Episode 198 – Tackling Mental Health With Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46473&preview_id=46473\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/wpweekly-episode-198-tackling-mental-health-with-cory-miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2636:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by Cory Miller, <a href=\"https://ithemes.com/our-founder/\">founder of iThemes</a>. Miller discusses his entrepreneurship journey and shares in detail, how he <a href=\"http://wordpress.tv/2015/07/02/cory-miller-entrepreneurship-and-my-mental-health/\">maintains his mental health</a>.</p>\n<p>We learn that people battling mental health are not alone and that it’s ok to ask for help. Miller explains how seeing a counselor four times a year helps him maintain his mental health. We also discuss coping mechanisms that might work for those not interested in seeing a counselor.</p>\n<p>For more background on this episode, I highly encourage you to <a href=\"http://wordpress.tv/2015/07/02/cory-miller-entrepreneurship-and-my-mental-health/\">watch his presentation</a> at WordCamp Denver 2015, on mental health. Also, check out <a href=\"http://www.slideshare.net/corymiller303/the-emotional-roller-coaster-of-entrepreneurship-how-i-cope-7-years-in\">his slides on slideshare</a> that are filled with motivational messages.</p>\n<p>I apologize for the audio quality in this episode. Miller was in New Mexico on a spotty WiFi connection that seemed to get worse as the show went on.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/save-import-image-from-url/\">Save and Import Image from URL</a> replaces the built-in ‘Import from URL’ media upload tab. It allows users to download an image from a remote URL and upload it to the WordPress media gallery.</p>\n<p class=\"shortdesc\"><a href=\"https://wordpress.org/plugins/meerkat/\">Meerkat</a> lets you embed your Meerkat stream on your site so your followers, friends, and fans can watch your stream anywhere.</p>\n<p><a href=\"https://wordpress.org/plugins/simple-job-board/\">Simple Job Board</a> is an easy and lightweight plugin that adds a job board to your website.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 15th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">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 #198:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2015 22:01:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:95:\"WPTavern: SocialCrumbs: A Free WordPress Theme that Streams Social Activity Using IFTTT Recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/socialcrumbs-a-free-wordpress-theme-that-streams-social-activity-using-ifttt-recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3949:\"<p>With all of the content an average user generates across social media sites, it can be challenging to get a full view of all that activity. Let’s face it, your social media posts are scattered all over the web.</p>\n<p><a href=\"https://github.com/ademilter/socialcrumbs\" target=\"_blank\">SocialCrumbs</a> is a non-traditional, niche WordPress theme that aggregates all of your social media activity into one stream with the help of <a href=\"https://ifttt.com/\" target=\"_blank\">IFTTT</a> recipes. The theme was created by <a href=\"http://ademilter.com/\" target=\"_blank\">Adam Ilter</a>, a user interface designer and developer living in Istanbul. He designed a Pinterest-style display to output the social posts brought in by IFTTT. The masonry grid is responsive and colorful with posts featuring icons for each social network.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/socialcrumbs-screenshot.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/socialcrumbs-screenshot.jpg?resize=1025%2C745\" alt=\"socialcrumbs-screenshot\" class=\"aligncenter size-full wp-image-46451\" /></a></p>\n<p>You can view a live demo of SocialCrumbs at <a href=\"http://adem.social/\" target=\"_blank\">adem.social</a>.</p>\n<p>In order to use the theme, you need to sign up for IFTTT and set up recipes for all the social accounts you want to include in the stream. The theme’s readme.txt files includes a list of 19 <a href=\"https://github.com/ademilter/socialcrumbs#recipes\" target=\"_blank\">recipes</a> that Ilter has pre-configured, with a checklist of many more planned.</p>\n<p>Certain networks have multiple options. For example, you can choose to include Twitter tweets and/or favorites:</p>\n<ul>\n<li>twitter-tweet-write <a href=\"https://ifttt.com/recipes/189363\" target=\"_blank\">https://ifttt.com/recipes/189363</a></li>\n<li>twitter-tweet-favorite <a href=\"https://ifttt.com/recipes/189331\" target=\"_blank\">https://ifttt.com/recipes/189331</a></li>\n</ul>\n<p>It can take up to 15 minutes for the content to appear in your theme after posting to the social network, as most IFTTT recipes check for new trigger data at that interval.</p>\n<p>It’s important to note that this theme is hosted on GitHub, not officially supported, and is an example of a fun, experimental concept that relies on IFTTT. As such, it doesn’t includes a single post template but rather outputs as an index. SocialCrumbs is not yet capable of providing a comprehensive archive for social media posts, so it’s not a theme you would use if you intend to record all of your social activities for preservation.</p>\n<p>One might argue that this kind of functionality is better housed in a plugin. In that case you might want to take a look at the <a href=\"https://wordpress.org/plugins/social-streams/\" target=\"_blank\">Social Streams</a> or <a href=\"https://wordpress.org/plugins/wp-social-stream/\" target=\"_blank\">WP Social Stream</a> plugins on WordPress.org. WP Social Stream is based on <a href=\"https://github.com/christianv/jquery-lifestream\" target=\"_blank\">jQuery Lifestream</a>, as opposed to IFTTT. The methods of retrieving social posts vary from plugin to plugin, depending on how you want to fetch, display, and store that content.</p>\n<p>The most ideal use for the SocialCrumbs theme would be where you dedicate a subsite to its display, i.e. for showing social media posts surrounding an event or brand. If it was forked to include the ability to make the social media content searchable and sortable, SocialCrumbs would be even more useful beyond a simple visual display of activities.</p>\n<p>In its current state, the theme is a nice example of IFTTT and WordPress working together to create a configurable social stream that aggregates activity from multiple networks to a single page of your WordPress site. Check it out on <a href=\"https://github.com/ademilter/socialcrumbs\" target=\"_blank\">GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2015 18:31: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: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:22:\"Matt: Paired Opposites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45232\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/07/paired-opposites/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:517:\"<blockquote><p>I used to think that paired opposites were a given, that love was the opposite of hate, right the opposite of wrong. But now I think we sometimes buy into these concepts because it is so much easier to embrace absolutes than to suffer reality. I don’t think anything is the opposite of love. Reality is unforgivingly complex.</p>\n<p>— Anne Lamott</p></blockquote>\n<p>From her great book <a href=\"http://www.amazon.com/Bird-Some-Instructions-Writing-Life/dp/0385480016\">Bird by Bird</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, 10 Jul 2015 14:58: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: Chris Pearson Loses Cybersquatting Case Against Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=46365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/automattic-wins-cybersquatting-case-against-chris-pearson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6258:\"<p>First <a href=\"http://domainnamewire.com/2015/07/08/wordpress-wins-another-round-against-chris-pearson/\">reported by Domain Name Wire</a>, Automattic has <a href=\"http://www.adrforum.com/domaindecisions/1613723.htm\">won their <span class=\"_Tgc\"> Uniform Domain-Name Dispute-Resolution Policy</span> (UDRP) case</a> against <a href=\"http://www.pearsonified.com/\">Chris Pearson</a>. UDRP requests are<span class=\"_Tgc\"> a process established by the Internet Corporation for Assigned Names and Numbers (ICANN) for the resolution of disputes regarding the registration of internet domain names. </span></p>\n<h2>Automattic Wins Thesis.com</h2>\n<p>According to <a href=\"http://www.adrforum.com/domaindecisions/1613723.htm\">findings by the UDRP panel</a>, in late 2014, a third-party who owned <a href=\"http://themeshaper.com/\">Thesis.com</a> approached Automattic and Pearson to see if they were interested in buying the domain. Automattic won the domain by bidding $100K.</p>\n<p>Soon after winning the domain, Pearson filed a UDRP request with ICANN seeking relief requesting that the domain name be transferred from Automattic to himself. In June 2015, a three-member panel was appointed to review the case.</p>\n<p>According to <a href=\"https://www.icann.org/resources/pages/rules-be-2012-02-25-en\">rule number five</a> set forth by ICANN for the UDRP process, Respondents have 20 days to respond to the Provider. If a Respondent does not submit a response, in the absence of exceptional circumstances, the Panel decides the dispute based upon the complaint.</p>\n<p>In a controversial move, the Panel accepted and reviewed Automattic’s late response.</p>\n<blockquote><p>The Panel notes that Respondent failed to submit its response within the requisite time period, failing to comply with ICANN Rule #5. In its discretion, the Panel considered Respondent’s arguments in the late filed Response in the interest of justice.</p></blockquote>\n<p>Pearson satisfied two of the three burdens imposed under the Policy in order for the Panel to order transfer of a domain name from the entity registering it. Pearson failed to provide evidence that showed Thesis.com redirects to Themeshaper.com. In its response to the Panel, Automattic admitted to using the domain in this way but it appears to have had no affect on the Panel’s decision.</p>\n<p>The Panel noted that if Complainant’s submissions are insufficient, it may request additional exhibits or information under Rule 12 but given the outcome, the Panel chose not to seek additional submissions.</p>\n<p>You can view the panel’s findings in <a href=\"http://www.adrforum.com/domaindecisions/1613723.htm\">this public document.</a> The panel concluded that the Complainant (Pearson) failed to establish all three elements required under the ICANN Policy and that relief shall be denied.</p>\n<blockquote><p>A party must satisfy all three of the burdens imposed under the Policy in order for the Panel to order transfer of a domain name from the entity registering it. Here, Complainant failed to establish that Respondent registered and used the disputed domain name in bad faith.</p>\n<p><em>See Starwood Hotels & Resorts Worldwide, Inc. v. Samjo CellTech.Ltd</em>, FA 406512 (Nat. Arb. Forum Mar. 9, 2005) (finding that the complainant failed to establish that respondent registered and used the disputed domain name in bad faith because mere assertions of bad faith are insufficient for a complainant to establish Policy ¶ 4(a)(iii)). Therefore, the Panel finds that Complainant failed to support its allegations under Policy ¶ 4(a)(iii) and finds for Respondent.</p></blockquote>\n<p>Therefore, Thesis.com is allowed to remain under Automattic’s ownership.</p>\n<h2>Automattic Strikes Back</h2>\n<p>On June 16th, Automattic struck back by <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=1\">filing a petition for cancellation</a> with the United States Patent and Trademark Office. In their petition, Automattic argues that the three trademarks owned by Pearson, DIYTHEMES, THESIS THEME, and THESIS, should be cancelled.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/PetitionForCancellation.png\"><img class=\"size-full wp-image-46431\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/PetitionForCancellation.png?resize=704%2C721\" alt=\"Petition for Cancellation\" /></a>Petition for Cancellation\n<p>When questioned about the Thesis.com domain and petition to cancel Perason’s trademarks, Automattic responded with the following statement:</p>\n<blockquote><p>Chris Pearson tried to seize a domain Automattic owns through the UDRP process. As part of defending ourselves we have dug into the trademarks that were being claimed by the aggressor, as that was the basis of his claim.</p>\n<p>We’re happy the panel ruled in our favor. We think Thesis.com is a cool, generic .com that could be used for a variety of things. Just because you have a small WordPress theme doesn’t mean you have a right to seize generic English word .com domains.</p></blockquote>\n<p>I’ve reached out to Pearson for comment but have yet to receive a response.</p>\n<h2>Automattic’s Interest in Thesis.com Remains Unexplained</h2>\n<p>There are a lot of unanswered questions that need to be answered. For instance, why did Automattic participate in the bidding process for Thesis.com when it has nothing to do with WordPress.com or associated services?</p>\n<p>The turbulent history between <a href=\"http://wordpress.tv/2010/07/15/mixergy-interview-pearson-mullenweg/\">Matt Mullenweg and Pearson in 2010</a> nearly resulted in a lawsuit over GPLv2 compliance. The statement from Automattic fails to clarify why the company pursued Pearson again years later by bidding on a domain relevant to his business, apart from stating that it’s “a cool generic.com”. Going after Pearson’s trademarks in order to have them cancelled raises questions as to whether the move is motivated by retribution.</p>\n<p>We’ll keep a close eye on the <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=1\">trademark cancellation petition</a> and if there are any updates, we’ll let you know.</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, 10 Jul 2015 04:40:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: PhpStorm 9 Introduces Partial PHP 7 Support, Inline Debugging, and Remote File Editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/phpstorm-9-introduces-partial-php-7-support-inline-debugging-and-remote-file-editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3006:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/introduce_parameter.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/introduce_parameter.png?resize=1025%2C513\" alt=\"New in PhpStorm 9: Introduce parameter refactoring\" class=\"size-full wp-image-46421\" /></a>New in PhpStorm 9: <em>Introduce parameter</em> refactoring\n<p><a href=\"http://www.jetbrains.com/phpstorm/whatsnew/\" target=\"_blank\">PhpStorm 9</a> was released this week with a slew of improvements and new features for PHP and web developers. The popular IDE is used by more than 300,000 developers and its development team usually puts out one major release per year. <a href=\"http://wptavern.com/phpstorm-8-released-with-full-wordpress-support\" target=\"_blank\">Version 8</a> was released last September with official support for WordPress.</p>\n<p>Highlights of version 9 include:</p>\n<ul>\n<li>PHP Language & Editing Experience: Includes <a href=\"http://blog.jetbrains.com/phpstorm/2015/05/postfix-code-completion-for-php-in-phpstorm-9-eap/\" target=\"_blank\">postfix code completion for PHP</a>, partial PHP 7 support, advanced code understanding, and other enhancements</li>\n<li>New Debugging Experience: <a href=\"http://blog.jetbrains.com/phpstorm/2015/03/inline-debugging-for-php-in-phpstorm-9-eap/\" target=\"_blank\">Inline debugger</a> for PHP and <a href=\"http://blog.jetbrains.com/phpstorm/2015/07/debugging-improvements-in-phpstorm-9/\" target=\"_blank\">debugging workflow enhancements</a></li>\n<li>Remote Development: <a href=\"http://blog.jetbrains.com/phpstorm/2015/04/remote-edit-in-phpstorm-9-eap/\" target=\"_blank\">Remote edit</a>, PHP Code Sniffer and Mess Detector via remote PHP interpreters</li>\n<li>Many improvements related to frameworks and tools</li>\n<li>A range of new and updated third-party plugins available in the <a href=\"https://plugins.jetbrains.com/phpStorm\" target=\"_blank\">PhpStorm plugin repository</a></li>\n</ul>\n<p>The new <a href=\"http://blog.jetbrains.com/phpstorm/2015/03/inline-debugging-for-php-in-phpstorm-9-eap/\" target=\"_blank\">inline debugging</a> feature is already a hit with WordPress developers. It lets you view variable values in the source code, next to their usages, without having to switch over to the Variables pane or Debug tool window.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Pretty much in love with <a href=\"https://twitter.com/phpstorm\">@phpstorm</a> 9\'s inline debugging h/t <a href=\"https://twitter.com/jeremyfelt\">@jeremyfelt</a></p>\n<p>— Zack Tollman (@tollmanz) <a href=\"https://twitter.com/tollmanz/status/618905116326805504\">July 8, 2015</a></p></blockquote>\n<p></p>\n<p>Auto-recognition of <a href=\"https://youtrack.jetbrains.com/issue/WI-21339\" target=\"_blank\">common WordPress global variables</a> (global variable => classname) is also included in the latest release.</p>\n<p>Check out the version 9 tour video to see some of the new features in action:</p>\n<p><span class=\"embed-youtube\"></span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2015 22:33:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"WPTavern: Edit WordPress Email Templates in the Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46394\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/edit-wordpress-email-templates-in-the-customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3806:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/mailboxes.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/02/mailboxes.jpg?resize=1024%2C496\" alt=\"mailboxes\" class=\"aligncenter size-full wp-image-39214\" /></a></p>\n<p>Argentinian WordPress developer <a href=\"https://wp.timersys.com/\" target=\"_blank\">Damian Logghe</a> had never touched the <a href=\"https://codex.wordpress.org/Theme_Customization_API\" target=\"_blank\">Customizer API</a>, but with all the controversy swirling around it, he decided to jump in to see what all the fuss was about.</p>\n<p>“The customizer has been making a lot of noise lately, as we all know, bringing politics to WordPress, and by politics I mean people arguing but getting nowhere,” he said.</p>\n<p>“As a plugin developer I never coded with the customizer and I only used it as a front end user. But at the latest <a href=\"https://buenosaires.wordcamp.org/2015/\" target=\"_blank\">WordCamp Buenos Aires</a>, <a href=\"https://twitter.com/eliorivero\" target=\"_blank\">Elio Rivero</a> spoke about using the customizer in plugins, and I decided to give it a try instead of entering into debate. And you know what? I loved it!”</p>\n<p>Logghe was contracted to build a new WordPress site and was looking for an easy way to beautify WordPress’ default emails. He thought that the customizer would be the best choice for the job. After a week of development, he created <a href=\"https://wordpress.org/plugins/email-templates/\" target=\"_blank\">Email Templates</a>, the first plugin to enhance WordPress email templates using the customizer.</p>\n<p>Email Templates can be accessed under the Appearance menu. The plugin creates customizer panels for editing the template, email header, footer, and settings. It even includes the ability to send a test email.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/email-templates-panels.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/email-templates-panels.jpg?resize=1014%2C638\" alt=\"email-templates-panels\" class=\"aligncenter size-full wp-image-46399\" /></a></p>\n<p>Adding a logo to the top of your email template is as easy as uploading an image. You can also customize the alignment, background color, and header text. The plugin includes panels for changing the “from name” and “from email”, footer text, and basic template styles.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-templates-logo.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/07/email-templates-logo.jpg?resize=1025%2C643\" alt=\"email-templates-logo\" class=\"aligncenter size-full wp-image-46401\" /></a></p>\n<p>After you finish your customizations, you can fire off a test email to see how the new template looks in your inbox. I tested the plugin and found that it works as advertised. Ordinarily, customizing WordPress’ default email template is not something your average user would attempt to do. The <a href=\"https://wordpress.org/plugins/email-templates/\" target=\"_blank\">Email Templates</a> plugin makes this accessible to anyone.</p>\n<p>Building with the Customizer API has solidified Logghe’s belief in its potential for the future of WordPress. His example of live previewing email templates is a creative use of the API in the context of a plugin.</p>\n<p>“In my opinion, the customizer is the right choice for every design change,” he said. “The API is extremely easy to use and previewing changes on the fly makes it awesome for every end user.</p>\n<p>“It is just matter of time until the waters get calm and everyone migrates to it. In a year or so, editing your theme without the customizer is going to feel strange.”</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, 09 Jul 2015 20:00:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Matt: 39 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45228\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://ma.tt/2015/07/39-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:220:\"<p>There have been 39 WordCamps already so far this year, <a href=\"https://wordpress.org/news/2015/07/wordcamps-update/\">here are a bunch more interesting stats about WordCamps including a list of upcoming ones.</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2015 15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:25:\"Joseph: WordCamp SLC 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://josephscott.org/?p=13154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://josephscott.org/archives/2015/07/wordcamp-slc-2015/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1045:\"<p><a href=\"https://slc.wordcamp.org/2015/\">WordCamp Salt Lake City 2015</a> is coming September 12 at Washington Square ( 451 South State Street ). <a href=\"https://slc.wordcamp.org/2015/tickets/\">Tickets</a> are already on sale, only <a href=\"https://slc.wordcamp.org/2015/tickets/\">$18 each</a>. The <a href=\"https://slc.wordcamp.org/2015/attendees/\">attendees page</a> has a list of some of the people who have already signed up.</p>\n<p><a href=\"https://slc.wordcamp.org/2015/speakers/\">Speakers</a> are being <a href=\"https://slc.wordcamp.org/2015/news/\">announced on the news page</a>. If you area interested in presenting fill out the <a href=\"https://slc.wordcamp.org/2015/07/01/call-for-speakers/\">call for speakers form</a>. We are also looking for <a href=\"https://slc.wordcamp.org/2015/07/01/call-for-volunteers/\">volunteers</a> and <a href=\"https://slc.wordcamp.org/2015/07/01/call-for-sponsors/\">sponsors</a>.</p>\n<div class=\"jetpack-video-wrapper\"></div>\n<p>Come learn and hang out with the local Utah WordPress community.</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, 09 Jul 2015 14:48: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:\"Joseph Scott\";s: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:24:\"Matt: Napoleon Champagne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=45221\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2015/07/napoleon-champagne/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"<blockquote><p>In victory you deserve champagne.</p>\n<p>In defeat you need it.</p>\n<p>— Napoleon Bonaparte</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2015 04:25: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 27 Jul 2015 15:23:22 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"267349\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 27 Jul 2015 15:15:16 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911080210\";}','no'); /*!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=856 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 (26,15,'_thumbnail_id','10'),(15,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1862;s:6:\"height\";i:448;s:4:\"file\";s:20:\"2014/09/banner-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"banner-1-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-1-1024x246.png\";s:5:\"width\";i:1024;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14,8,'_wp_attached_file','2014/09/banner-1.png'),(761,189,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(754,187,'_edit_lock','1418308081:1'),(755,189,'_edit_last','1'),(756,189,'_edit_lock','1418309064:1'),(757,189,'_wp_page_template','default'),(758,189,'_wpb_vc_js_status','false'),(759,189,'_wpb_vc_js_interface_version','2'),(760,189,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(753,187,'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:\"\";}'),(762,189,'home-page-links','a:1:{i:0;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(763,189,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(12,7,'_wp_attached_file','2014/09/logo-e1418254125416.png'),(13,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:207;s:4:\"file\";s:31:\"2014/09/logo-e1418254125416.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-290x300.png\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"logo-991x1024.png\";s:5:\"width\";i:991;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(16,9,'_wp_attached_file','2014/09/banner-2.png'),(17,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1862;s:6:\"height\";i:448;s:4:\"file\";s:20:\"2014/09/banner-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"banner-2-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-2-1024x246.png\";s:5:\"width\";i:1024;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(18,10,'_wp_attached_file','2014/09/banner-3.png'),(19,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1862;s:6:\"height\";i:448;s:4:\"file\";s:20:\"2014/09/banner-3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"banner-3-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-3-1024x246.png\";s:5:\"width\";i:1024;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(20,11,'_wp_attached_file','2014/09/bg1.png'),(21,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2290;s:6:\"height\";i:1142;s:4:\"file\";s:15:\"2014/09/bg1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bg1-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"bg1-1024x510.png\";s:5:\"width\";i:1024;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22,8,'_edit_lock','1409711480:1'),(23,12,'_thumbnail_id','8'),(24,13,'_thumbnail_id','9'),(25,14,'_thumbnail_id','10'),(27,16,'_thumbnail_id','9'),(28,17,'_thumbnail_id','8'),(490,112,'_wpb_vc_js_interface_version','2'),(489,112,'_wpb_vc_js_status','false'),(488,112,'_wp_page_template','default'),(487,112,'_edit_lock','1415239031:1'),(486,112,'_edit_last','1'),(485,31,'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:\"\";}'),(484,31,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(483,31,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(482,31,'home-page-links','a:1:{i:0;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(844,134,'enable-title','0'),(843,187,'enable-title','0'),(84,25,'_edit_last','1'),(481,31,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(480,31,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(479,31,'_wpb_vc_js_interface_version','0'),(478,31,'_wpb_vc_js_status','true'),(510,31,'enable-title','0'),(477,31,'_wp_page_template','default'),(511,31,'enable-footer-gallery','0'),(679,31,'_oembed_06c617223ba96586560a1665d079cbab','<iframe width=\"1040\" height=\"585\" src=\"https://www.youtube.com/embed/videoseries?list=UUW6r-KVpESjfMi8tzlaRQFQ\" frameborder=\"0\" allowfullscreen></iframe>'),(113,25,'use-global-options','true'),(114,25,'layout-type','right-only'),(115,25,'left_sidebar_type',''),(116,25,'right_sidebar_type',''),(117,25,'show_header_sidebars','false'),(118,25,'show_page_header','true'),(119,25,'background-image',''),(120,25,'background-color',''),(121,25,'background-position','left center'),(122,25,'background-attachment','scroll'),(123,25,'background-repeat','no-repeat'),(124,25,'local-title-background-image',''),(125,25,'local-title-background-color',''),(126,25,'local-title-background-position','left center'),(127,25,'local-title-background-attachment','scroll'),(128,25,'local-title-background-repeat','no-repeat'),(129,25,'fancy-portfolio-type','background'),(130,25,'slider-category','headbanners'),(131,25,'show_header_slider','true'),(132,25,'slider-effect','slideAndFade'),(133,25,'_edit_lock','1423146170:1'),(408,34,'_oembed_time_c67cc17499736044c7e583aea2aacecd','1415032089'),(387,34,'home-page-links','a:3:{i:0;a:8:{s:5:\"title\";s:13:\"Entertainment\";s:3:\"url\";s:55:\"http://03a7f9b.netsolhost.com/artistdesigns/?page_id=31\";s:4:\"sort\";s:1:\"2\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}i:1;a:8:{s:5:\"title\";s:5:\"Media\";s:3:\"url\";s:56:\"http://03a7f9b.netsolhost.com/artistdesigns/?page_id=187\";s:4:\"sort\";s:1:\"3\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}i:2;a:8:{s:5:\"title\";s:8:\"Services\";s:3:\"url\";s:56:\"http://03a7f9b.netsolhost.com/artistdesigns/?page_id=191\";s:4:\"sort\";s:1:\"4\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(386,34,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:8:\"About Us\";s:11:\"description\";s:56:\"<small>Artist Designs &Management<br/>Corporation<small>\";s:3:\"url\";s:55:\"http://03a7f9b.netsolhost.com/artistdesigns/?page_id=25\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:3:\"207\";s:5:\"thumb\";s:94:\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/head_banner-150x150.jpg\";s:5:\"image\";s:86:\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/head_banner.jpg\";s:6:\"height\";s:3:\"900\";s:5:\"width\";s:4:\"1600\";}}'),(384,34,'_wp_page_template','ft-home.php'),(385,34,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(855,25,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(854,25,'_oembed_time_06ef7c9d8aa9edea1dae4a59c5dc1859','1418319460'),(853,25,'_oembed_06ef7c9d8aa9edea1dae4a59c5dc1859','<iframe width=\"1040\" height=\"585\" src=\"https://www.youtube.com/embed/UiVLqe3CfZk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(852,34,'_oembed_time_06ef7c9d8aa9edea1dae4a59c5dc1859','1418319426'),(184,31,'_edit_last','1'),(321,44,'slider-effect','slideAndFade'),(320,44,'show_header_slider','true'),(319,44,'slider-category','headbanners'),(318,44,'local-title-background-repeat','no-repeat'),(317,44,'local-title-background-attachment','scroll'),(316,44,'local-title-background-position','left center'),(315,44,'local-title-background-color',''),(314,44,'local-title-background-image',''),(313,44,'background-repeat','no-repeat'),(312,44,'background-attachment','scroll'),(311,44,'background-position','left center'),(310,44,'background-color',''),(309,44,'background-image',''),(308,44,'show_page_header','true'),(307,44,'show_header_sidebars','false'),(306,44,'right_sidebar_type',''),(305,44,'left_sidebar_type',''),(304,44,'layout-type','right-only'),(303,44,'use-global-options','true'),(302,44,'_edit_lock','1414699365:1'),(301,44,'_edit_last','1'),(213,31,'use-global-options','true'),(214,31,'layout-type','right-only'),(215,31,'left_sidebar_type',''),(216,31,'right_sidebar_type',''),(217,31,'show_header_sidebars','false'),(218,31,'show_page_header','true'),(219,31,'background-image',''),(220,31,'background-color',''),(221,31,'background-position','left center'),(222,31,'background-attachment','scroll'),(223,31,'background-repeat','no-repeat'),(224,31,'local-title-background-image',''),(225,31,'local-title-background-color',''),(226,31,'local-title-background-position','left center'),(227,31,'local-title-background-attachment','scroll'),(228,31,'local-title-background-repeat','no-repeat'),(229,31,'fancy-portfolio-type','background'),(230,31,'slider-category','headbanners'),(231,31,'show_header_slider','true'),(232,31,'slider-effect','slideAndFade'),(233,31,'_edit_lock','1423150778:1'),(234,34,'_edit_last','1'),(680,31,'_oembed_time_06c617223ba96586560a1665d079cbab','1415236847'),(470,25,'_oembed_83d8d5343f8526202cd0ef78ca6b1c54','<iframe src=\"//player.vimeo.com/video/92033601\" width=\"1040\" height=\"585\" frameborder=\"0\" title=\"Create your own webpage in less then 10 minutes with Visual Composer page builder for WordPress\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(471,25,'_oembed_time_83d8d5343f8526202cd0ef78ca6b1c54','1415053160'),(472,25,'_oembed_b812a69a86155db364746d3dd6ca7b53','<iframe width=\"1040\" height=\"585\" src=\"http://www.youtube.com/embed/mPyE4Q87g8g?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(473,25,'_oembed_time_b812a69a86155db364746d3dd6ca7b53','1415055275'),(474,25,'_wpb_shortcodes_custom_css','.vc_custom_1418301811448{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(263,34,'use-global-options','true'),(264,34,'layout-type','left-right'),(265,34,'left_sidebar_type',''),(266,34,'right_sidebar_type',''),(267,34,'show_header_sidebars','false'),(268,34,'show_page_header','false'),(269,34,'background-image',''),(270,34,'background-color',''),(271,34,'background-position','left center'),(272,34,'background-attachment','scroll'),(273,34,'background-repeat','no-repeat'),(274,34,'local-title-background-image',''),(275,34,'local-title-background-color',''),(276,34,'local-title-background-position','left center'),(277,34,'local-title-background-attachment','scroll'),(278,34,'local-title-background-repeat','no-repeat'),(279,34,'fancy-portfolio-type','background'),(280,34,'slider-category','headbanners'),(281,34,'show_header_slider','true'),(282,34,'slider-effect','slideAndFade'),(283,34,'_edit_lock','1418319320:1'),(747,187,'_wpb_vc_js_interface_version','2'),(744,187,'_edit_last','1'),(745,187,'_wp_page_template','default'),(746,187,'_wpb_vc_js_status','false'),(766,191,'_edit_last','1'),(765,189,'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:\"\";}'),(764,189,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(528,124,'_additional_settings',''),(529,124,'_locale','en_US'),(527,124,'_messages','a:21:{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.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(524,124,'_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>'),(525,124,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:46:\"[your-name] <wordpress@03a7f9b.netsolhost.com>\";s:4:\"body\";s:198:\"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 Artist Designs MC (http://03a7f9b.netsolhost.com/artistdesigns)\";s:9:\"recipient\";s:24:\"info@artistdesignsmc.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(526,124,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:52:\"Artist Designs MC <wordpress@03a7f9b.netsolhost.com>\";s:4:\"body\";s:140:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Artist Designs MC (http://03a7f9b.netsolhost.com/artistdesigns)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:36:\"Reply-To: cduran@artistdesignsmc.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(290,39,'_wp_attached_file','2014/10/teamwork.png'),(291,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2014/10/teamwork.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"teamwork-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"teamwork-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(322,44,'portfolio_type','image'),(407,34,'_oembed_c67cc17499736044c7e583aea2aacecd','<iframe width=\"1040\" height=\"585\" src=\"https://www.youtube.com/embed/-u_r1hNiwHg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(829,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2014/10/head_banner.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"head_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"head_banner-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"head_banner-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home-grid-image\";a:4:{s:4:\"file\";s:23:\"head_banner-670x376.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"head_banner-470x470.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(406,34,'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:\"\";}'),(405,34,'_wpb_vc_js_interface_version','0'),(828,207,'_wp_attached_file','2014/10/head_banner.jpg'),(404,34,'_wpb_vc_js_status','true'),(389,34,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(388,34,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:6:\"Mision\";s:11:\"description\";s:892:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam ullamcorper metus nunc, id rutrum lectus ullamcorper maximus. Cras sodales sem turpis, quis vestibulum lectus molestie ac. Nunc odio magna, viverra sed risus ac, lobortis vehicula metus. Morbi fermentum gravida ante, sit amet accumsan neque luctus eu. Aliquam facilisis luctus turpis, sit amet eleifend ligula imperdiet vel. Nulla ac urna pharetra est eleifend cursus at vel dolor. Sed congue commodo ligula vitae molestie. Quisque interdum lectus eu ex dignissim, et vehicula purus porttitor. Fusce pulvinar erat odio, sed semper lorem consequat a. Aenean venenatis condimentum massa ut aliquam. Phasellus pellentesque, nulla vel commodo maximus, velit ipsum sodales tortor, et luctus enim risus et purus. Maecenas finibus lacinia arcu, vitae malesuada felis. Aliquam erat volutpat. Praesent aliquet mattis felis in accumsan. \";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:13:\"attachment_id\";s:3:\"100\";s:5:\"thumb\";s:94:\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/head_banner-150x150.jpg\";s:5:\"image\";s:86:\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/head_banner.jpg\";s:6:\"height\";s:3:\"900\";s:5:\"width\";s:4:\"1600\";}}'),(677,154,'_wp_attached_file','2014/10/Magnate.jpg'),(678,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2014/10/Magnate.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Magnate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Magnate-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home-grid-image\";a:4:{s:4:\"file\";s:19:\"Magnate-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Magnate-470x470.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(774,191,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(773,191,'home-page-links','a:1:{i:0;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(772,191,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(771,191,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(770,191,'_wpb_vc_js_interface_version','2'),(769,191,'_wpb_vc_js_status','false'),(768,191,'_wp_page_template','default'),(846,191,'enable-title','0'),(767,191,'_edit_lock','1418309062:1'),(449,25,'_wp_page_template','ft-home.php'),(450,25,'_wpb_vc_js_status','true'),(448,25,'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:\"\";}'),(451,25,'_wpb_vc_js_interface_version','0'),(452,25,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(453,25,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(454,25,'home-page-links','a:1:{i:0;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(455,25,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(456,25,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(785,193,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(593,134,'_edit_last','1'),(594,134,'_wp_page_template','default'),(595,134,'_wpb_vc_js_status','false'),(596,134,'_wpb_vc_js_interface_version','2'),(469,34,'show-title-in-header','0'),(491,112,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(492,112,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(493,112,'home-page-links','a:1:{i:0;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(834,34,'_oembed_a746e98b7ee5f4ad55d0c00c26162acf','<iframe width=\"1040\" height=\"585\" src=\"http://www.youtube.com/embed/tISxncaw34I?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(494,112,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(495,112,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(496,112,'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:\"\";}'),(497,114,'_edit_last','1'),(498,114,'_wp_page_template','default'),(499,114,'_wpb_vc_js_status','false'),(500,114,'_wpb_vc_js_interface_version','2'),(501,114,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(502,114,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(503,114,'home-page-links','a:1:{i:0;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(504,114,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(505,114,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(506,114,'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:\"\";}'),(507,114,'_edit_lock','1418308393:1'),(851,34,'_oembed_06ef7c9d8aa9edea1dae4a59c5dc1859','<iframe width=\"1040\" height=\"585\" src=\"https://www.youtube.com/embed/UiVLqe3CfZk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(682,31,'_oembed_625f62fd690295905bac944f5bb21896','<iframe width=\"1040\" height=\"585\" src=\"http://www.youtube.com/embed/UiWxltHEKGw?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(683,31,'_oembed_time_625f62fd690295905bac944f5bb21896','1415236965'),(850,25,'enable-title','0'),(849,195,'enable-title','0'),(848,189,'enable-title','0'),(597,134,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(819,7,'_edit_lock','1418254121:1'),(598,134,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(599,134,'home-page-links','a:1:{i:0;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(600,134,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(601,134,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(602,134,'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:\"\";}'),(603,134,'_edit_lock','1418308341:1'),(784,193,'home-page-links','a:1:{i:0;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(615,137,'_wp_page_template','default'),(613,137,'_edit_last','1'),(614,137,'_edit_lock','1418308012:1'),(616,137,'_wpb_vc_js_status','true'),(617,137,'_wpb_vc_js_interface_version','2'),(618,137,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(619,137,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(620,137,'home-page-links','a:1:{i:0;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(621,137,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(622,137,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(623,137,'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:\"\";}'),(783,193,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(782,193,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(838,225,'_wp_attached_file','2014/11/Tributo-a-Bon-Jovi-V2-REV2-WEB.png'),(839,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:42:\"2014/11/Tributo-a-Bon-Jovi-V2-REV2-WEB.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Tributo-a-Bon-Jovi-V2-REV2-WEB-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Tributo-a-Bon-Jovi-V2-REV2-WEB-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"home-grid-image\";a:4:{s:4:\"file\";s:42:\"Tributo-a-Bon-Jovi-V2-REV2-WEB-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Tributo-a-Bon-Jovi-V2-REV2-WEB-470x470.png\";s:5:\"width\";i:470;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(836,34,'enable-title','0'),(837,34,'_wpb_shortcodes_custom_css','.vc_custom_1418319436615{margin-top: 15px !important;margin-right: 15px !important;margin-bottom: 15px !important;margin-left: 15px !important;border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}'),(835,34,'_oembed_time_a746e98b7ee5f4ad55d0c00c26162acf','1418301962'),(831,25,'_oembed_time_a746e98b7ee5f4ad55d0c00c26162acf','1418301748'),(832,34,'sidebar-links','0'),(833,34,'sidebar-widgets','0'),(830,25,'_oembed_a746e98b7ee5f4ad55d0c00c26162acf','<iframe width=\"1040\" height=\"585\" src=\"http://www.youtube.com/embed/tISxncaw34I?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(821,7,'_edit_last','1'),(820,7,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1568;s:6:\"height\";i:1620;s:4:\"file\";s:8:\"logo.png\";}s:18:\"full-1418254125416\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:413;s:4:\"file\";s:23:\"logo-e1418254071765.png\";}}'),(841,230,'_wp_attached_file','2014/11/Kansas-John-Elefante-WEB-REV.jpg'),(842,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:900;s:4:\"file\";s:40:\"2014/11/Kansas-John-Elefante-WEB-REV.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Kansas-John-Elefante-WEB-REV-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Kansas-John-Elefante-WEB-REV-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home-grid-image\";a:4:{s:4:\"file\";s:40:\"Kansas-John-Elefante-WEB-REV-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Kansas-John-Elefante-WEB-REV-470x470.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(840,137,'enable-title','0'),(781,193,'_wpb_vc_js_interface_version','2'),(780,193,'_wpb_vc_js_status','false'),(779,193,'_wp_page_template','default'),(778,193,'_edit_lock','1418309063:1'),(777,193,'_edit_last','1'),(776,191,'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:\"\";}'),(675,153,'_wp_attached_file','2014/10/las-criaturas.jpg'),(676,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2014/10/las-criaturas.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"las-criaturas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"las-criaturas-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home-grid-image\";a:4:{s:4:\"file\";s:25:\"las-criaturas-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"las-criaturas-470x470.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(845,114,'enable-title','0'),(775,191,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(847,193,'enable-title','0'),(752,187,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(751,187,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(750,187,'home-page-links','a:1:{i:0;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(749,187,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(748,187,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(786,193,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(787,193,'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:\"\";}'),(788,195,'_edit_last','1'),(789,195,'_edit_lock','1418309065:1'),(790,195,'_wp_page_template','default'),(791,195,'_wpb_vc_js_status','false'),(792,195,'_wpb_vc_js_interface_version','2'),(793,195,'image-header','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(794,195,'home-slider','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(795,195,'home-page-links','a:1:{i:0;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(796,195,'parallax-sections','a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}}'),(797,195,'custom-map-pin','a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}'),(798,195,'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:\"\";}'),(801,198,'_menu_item_type','post_type'),(799,114,'gallery-type','upload'),(802,198,'_menu_item_menu_item_parent','0'),(803,198,'_menu_item_object_id','34'),(804,198,'_menu_item_object','page'),(805,198,'_menu_item_target',''),(806,198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(807,198,'_menu_item_xfn',''),(808,198,'_menu_item_url',''),(810,199,'_menu_item_type','post_type'),(811,199,'_menu_item_menu_item_parent','0'),(812,199,'_menu_item_object_id','25'),(813,199,'_menu_item_object','page'),(814,199,'_menu_item_target',''),(815,199,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(816,199,'_menu_item_xfn',''),(817,199,'_menu_item_url',''); /*!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=244 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 (15,1,'2014-09-12 17:04:59','2014-09-12 17:04:59',' ',' ','','publish','open','open','','15','','','2014-09-12 17:28:24','2014-09-12 17:28:24','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?slideshow=15',1,'slideshow','',0),(16,1,'2014-09-12 17:05:01','2014-09-12 17:05:01',' ',' ','','publish','open','open','','16','','','2014-09-12 17:28:24','2014-09-12 17:28:24','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?slideshow=16',3,'slideshow','',0),(17,1,'2014-09-12 17:05:02','2014-09-12 17:05:02',' ',' ','','publish','open','open','','17','','','2014-09-12 17:28:24','2014-09-12 17:28:24','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?slideshow=17',2,'slideshow','',0),(20,1,'2014-09-12 17:25:50','2014-09-12 17:25:50',' ',' ','','publish','open','open','','20','','','2014-09-12 17:28:24','2014-09-12 17:28:24','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?slideshow=20',0,'slideshow','',0),(34,1,'2014-10-30 17:11:15','2014-10-30 17:11:15','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\"][vc_video link=\"https://www.youtube.com/watch?v=UiVLqe3CfZk&feature=youtu.be\" css=\".vc_custom_1418319436615{margin-top: 15px !important;margin-right: 15px !important;margin-bottom: 15px !important;margin-left: 15px !important;border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2014-12-11 13:37:02','2014-12-11 17:37:02','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=34',0,'page','',0),(8,1,'2014-09-02 20:33:59','2014-09-02 20:33:59','','banner-1','','inherit','open','open','','banner-1','','','2014-09-02 20:33:59','2014-09-02 20:33:59','',0,'http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/banner-1.png',0,'attachment','image/png',0),(9,1,'2014-09-02 20:34:04','2014-09-02 20:34:04','','banner-2','','inherit','open','open','','banner-2','','','2014-09-02 20:34:04','2014-09-02 20:34:04','',0,'http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/banner-2.png',0,'attachment','image/png',0),(10,1,'2014-09-02 20:34:08','2014-09-02 20:34:08','','banner-3','','inherit','open','open','','banner-3','','','2014-09-02 20:34:08','2014-09-02 20:34:08','',0,'http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/banner-3.png',0,'attachment','image/png',0),(7,1,'2014-09-02 20:31:07','2014-09-02 20:31:07','','logo','hysdm sm sy mhg','inherit','open','open','','logo','','','2014-12-10 19:30:19','2014-12-10 23:30:19','',0,'http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/logo.png',0,'attachment','image/png',0),(11,1,'2014-09-02 20:34:23','2014-09-02 20:34:23','','bg1','','inherit','open','open','','bg1','','','2014-09-02 20:34:23','2014-09-02 20:34:23','',0,'http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/bg1.png',0,'attachment','image/png',0),(12,1,'2014-09-03 02:32:51','2014-09-03 02:32:51',' ',' ','','trash','open','open','','12','','','2014-09-12 17:04:30','2014-09-12 17:04:30','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?slideshow=12',3,'slideshow','',0),(13,1,'2014-09-03 02:32:55','2014-09-03 02:32:55',' ',' ','','trash','open','open','','13','','','2014-09-12 17:04:30','2014-09-12 17:04:30','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?slideshow=13',4,'slideshow','',0),(14,1,'2014-09-03 02:32:56','2014-09-03 02:32:56',' ',' ','','trash','open','open','','14','','','2014-09-12 17:04:30','2014-09-12 17:04:30','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?slideshow=14',5,'slideshow','',0),(25,1,'2014-10-30 17:09:32','2014-10-30 17:09:32','[vc_row font_color=\"#ffffff\"][vc_column width=\"1/1\" font_color=\"#0a0a0a\" css=\".vc_custom_1418301811448{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=UiVLqe3CfZk&feature=youtu.be\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #ffffff;\">¿Quiénes somos?</span>\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es una plataforma creada para transformar posibilidades en realidad al satisfacer de forma integral todas las necesidades y expectativas del sector artístico y del mundo del entretenimiento.</span>\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es especialista en el desarrollo y manejo de nuevos talentos mediante el diseño de estrategias innovadoras de análisis de análisis de mercado, administración, manejo de propiedad intelectual, administración de regalías, administración de derechos de autoría, creación de publicaciones discográficas, booking y publishing.</span>\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es pionera en el desarrollo de nuevos modelos de gestión administrativa y de mercadeo mediante el uso efectivo de nuevas tecnologías para maximizar la exposición de nuestros talentos en el ámbito nacional e internacional.</span>\r\n\r\n<span style=\"color: #ffffff;\"> </span>\r\n\r\n<span style=\"color: #ffffff;\">Nuestra Misión</span>\r\n\r\n<span style=\"color: #ffffff;\">Potenciar el éxito de nuestros artistas a través de estrategias creativas e innovadoras de desarrollo, manejo y mercadeo que promuevan el bienestar y el crecimiento personal y profesional de nuestros talentos y que faciliten la entrada, difusión y el posicionamiento de nuestros productos en nuevos mercados.</span>\r\n\r\n<span style=\"color: #ffffff;\">Nuestra Visión</span>\r\n\r\n<span style=\"color: #ffffff;\">Ser reconocidos como una empresa líder, sólida e influyente en el desarrollo y manejo de talentos, sinónimo de seguridad, confiabilidad, eficiencia y calidad y con proyección nacional e internacional en la promoción y organización de eventos.</span>\r\n\r\n<span style=\"color: #ffffff;\">Principio</span>\r\n\r\n<span style=\"color: #ffffff;\">El principio fundamental de Artist Designs & Management Corp. es desarrollar los valores y las actitudes necesarias para generar acciones orientadas al crecimiento personal y profesional de nuestros artistas y que a su vez fomenten las conductas éticas y favorezcan la difusión de nuestra diversidad cultural.</span>\r\n\r\n<span style=\"color: #ffffff;\">Valores</span>\r\n\r\n<span style=\"color: #ffffff;\">Los valores que conforman la empresa Artist Designs & Management Corp. y que se ven reflejados y fortalecidos a través de todos nuestros departamentos son: el respeto, honestidad, solidaridad, responsabilidad social, compromiso y lealtad, que son los pilares para la construcción de una sociedad pacífica y próspera.</span>\r\n\r\n<span style=\"color: #ffffff;\">Objetivos</span>\r\n\r\n<span style=\"color: #ffffff;\">General:</span>\r\n\r\n<span style=\"color: #ffffff;\">Lograr proyectarnos a nivel nacional e internacional a través del reconocimiento y posicionamiento de nuestros artistas en los diferentes mercados mediante la creación y desarrollo de estrategias administrativas creativas, efectivas y sólidas, cumpliendo con los estándares de honestidad y compromiso de Artist Designs & Management Corp.</span>\r\n\r\n<span style=\"color: #ffffff;\">Específicos</span>\r\n\r\n<span style=\"color: #ffffff;\">Creación de estrategias innovadoras que fomenten el desarrollo y posicionamiento de nuestros artistas.</span>\r\n\r\n<span style=\"color: #ffffff;\">Proveer todos los servicios necesarios para satisfacer las necesidades artísticas de nuestros talentos, desde el diseño de imagen hasta el recaudo de regalías.</span>\r\n\r\n<span style=\"color: #ffffff;\">Diseñar estrategias de mercadeo individualizadas para la incursión y expansión en los territorios seleccionados.</span>\r\n\r\n<span style=\"color: #ffffff;\">Organizar, desarrollar y promover eventos artísticos a través de los diferentes medios de comunicación para difundir y dar a conocer nuestros productos en los diversos mercados.</span>\r\n\r\n<span style=\"color: #ffffff;\">Mantenernos a la vanguardia en la tecnología para consolidar nuestra posición en el mercado y aumentar la competitividad de nuestros productos.</span>\r\n\r\n<span style=\"color: #ffffff;\">Ampliar nuestra oferta mediante la creación y desarrollo de nuevos productos y servicios.</span>\r\n\r\n<span style=\"color: #ffffff;\"> </span>\r\n\r\n<span style=\"color: #ffffff;\"> </span>\r\n\r\n<span style=\"color: #ffffff;\"> </span>\r\n\r\n<span style=\"color: #ffffff;\"> </span>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','About us','','publish','closed','closed','','about-us','','','2015-02-05 10:21:15','2015-02-05 14:21:15','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=25',0,'page','',0),(27,1,'2014-10-30 17:09:32','2014-10-30 17:09:32','','About us','','inherit','open','open','','25-revision-v1','','','2014-10-30 17:09:32','2014-10-30 17:09:32','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=27',0,'revision','',0),(51,1,'2014-10-30 15:58:57','2014-10-30 19:58:57','','Gallery','','inherit','open','open','','44-autosave-v1','','','2014-10-30 15:58:57','2014-10-30 19:58:57','',44,'http://03a7f9b.netsolhost.com/artistdesigns/?p=51',0,'revision','',0),(31,1,'2014-10-30 17:10:09','2014-10-30 17:10:09','[vc_row font_color=\"#ffffff\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #ffffff;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #ffffff;\">Magnate, que su nombre de pila es Ramón Olivera nacido en San Juan PR, reside actualmente entre la ciudades de Medellín en Colombia y Miami, Florida. Este joven artista nació con una melodiosa voz y una singular destreza para interpretar y componer letras para el amor y la admiración por la mujer.</span>\r\n\r\n<span style=\"color: #ffffff;\">Magnate, en estos pasados 12 años de trayectoria ha vivido grandes experiencia en la música latina urbana como cantante, compositor y componente del dúo (Magnate y Valentino). Su mayor satisfacción ha sido su relación con su fanaticada, porque los mismos lo han apoyado incondicionalmente desde su lanzamiento y todo su desarrollo, hasta llevarlo a convertirse en ídolo de multitudes a nivel local e internacional.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_tweetmeme type=\"vertical\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_facebook type=\"box_count\"][/vc_column][/vc_row]','Artists','','publish','closed','closed','','event','','','2014-12-11 10:07:23','2014-12-11 14:07:23','',134,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=31',0,'page','',0),(44,1,'2014-10-30 19:39:04','2014-10-30 19:39:04','[gallery ids=\"39,7\"]','Gallery','','publish','closed','closed','','conciert','','','2014-10-30 16:04:45','2014-10-30 20:04:45','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?post_type=portfolio&p=44',0,'portfolio','',0),(33,1,'2014-10-30 17:10:09','2014-10-30 17:10:09','','Event','','inherit','open','open','','31-revision-v1','','','2014-10-30 17:10:09','2014-10-30 17:10:09','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=33',0,'revision','',0),(36,1,'2014-10-30 17:11:15','2014-10-30 17:11:15','','Home','','inherit','open','open','','34-revision-v1','','','2014-10-30 17:11:15','2014-10-30 17:11:15','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=36',0,'revision','',0),(120,1,'2014-11-05 16:04:32','2014-11-05 20:04:32','[vc_row font_color=\"#020202\"][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415058091747{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"wp-image-39 aligncenter\" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum velit justo, venenatis et fermentum nec, fringilla tempor ligula. Mauris ullamcorper porttitor condimentum. In ut turpis eu eros scelerisque semper a eget lorem. Morbi ornare blandit magna sit amet efficitur. Nulla eleifend in augue sit amet malesuada. Vestibulum eget gravida nunc. Ut non egestas lorem. Sed nisl urna, pellentesque vel venenatis sollicitudin, venenatis rutrum augue. Nullam vel tortor nec elit pretium sagittis non ac odio. Integer dictum mauris quis ligula placerat pretium. Nulla pretium eros in magna gravida, in luctus augue hendrerit.</span>\r\n\r\n<!--more-->\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-05 16:04:32','2014-11-05 20:04:32','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=120',0,'revision','',0),(121,1,'2014-11-05 16:22:49','2014-11-05 20:22:49','[vc_row font_color=\"#020202\"][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415058091747{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"wp-image-39 aligncenter\" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum velit justo, venenatis et fermentum nec, fringilla tempor ligula. Mauris ullamcorper porttitor condimentum. In ut turpis eu eros scelerisque semper a eget lorem. Morbi ornare blandit magna sit amet efficitur. Nulla eleifend in augue sit amet malesuada. Vestibulum eget gravida nunc. Ut non egestas lorem. Sed nisl urna, pellentesque vel venenatis sollicitudin, venenatis rutrum augue. Nullam vel tortor nec elit pretium sagittis non ac odio. Integer dictum mauris quis ligula placerat pretium. Nulla pretium eros in magna gravida, in luctus augue hendrerit.</span>\r\n\r\n<!--more-->\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][contact-form-7][/vc_column][vc_column width=\"1/3\"][vc_gmaps][/vc_column][vc_column width=\"1/3\"][vc_wp_categories][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-05 16:22:49','2014-11-05 20:22:49','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=121',0,'revision','',0),(38,1,'2014-12-11 08:41:20','2014-12-11 12:41:20','[vc_row font_color=\"#020202\"][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415058091747{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\n<div id=\"lipsum\">\n\n<iframe width=\"560\" height=\"315\" src=\"//www.youtube.com/embed/tISxncaw34I\" frameborder=\"0\" allowfullscreen></iframe>\n<div id=\"lipsum\">\n\nLa empresa Artist Designs & Management Corp. es una plataforma creada para transformar posibilidades en realidad al satisfacer de forma integral todas las necesidades y expectativas del sector artístico y del mundo del entretenimiento.\n\nLa empresa Artist Designs & Management Corp. es especialista en el desarrollo y manejo de nuevos talentos mediante el diseño de estrategias innovadoras de análisis de análisis de mercado, administración, manejo de propiedad intelectual, administración de regalías, administración de derechos de autoría, creación de publicaciones discográficas, booking y publishing.\n\nLa empresa Artist Designs & Management Corp. es pionera en el desarrollo de nuevos modelos de gestión administrativa y de mercadeo mediante el uso efectivo de nuevas tecnologías para maximizar la exposición de nuestros talentos en el ámbito nacional e internacional.\n\n</div>\n</div>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][contact-form-7 id=\"124\" title=\"Contact us\"][/vc_column][vc_column width=\"1/3\"][vc_gmaps][/vc_column][vc_column width=\"1/3\"][vc_wp_custommenu nav_menu=\"10\" title=\"Menu\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_video][/vc_column][/vc_row]','About us','','inherit','open','open','','25-autosave-v1','','','2014-12-11 08:41:20','2014-12-11 12:41:20','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=38',0,'revision','',0),(39,1,'2014-10-30 19:33:26','2014-10-30 19:33:26','','teamwork','rfhbatrfnhtgrtyhm hynfs','inherit','open','open','','teamwork','','','2014-11-05 22:23:29','2014-11-06 02:23:29','',25,'http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png',0,'attachment','image/png',0),(40,1,'2014-10-30 19:33:49','2014-10-30 19:33:49','<div id=\"lipsum\">\r\n\r\n \r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dictum consequat odio accumsan egestas. Ut elementum tristique nulla. Sed sollicitudin tellus tortor, eget lacinia risus fringilla eu. Cras id maximus mi. Aenean fringilla consectetur nisl. Phasellus dictum ultrices est, at venenatis eros pellentesque vitae. Vivamus tempor libero in mauris semper vestibulum. Mauris gravida ullamcorper elit a dapibus.\r\n\r\nProin a nisi pellentesque, fermentum lorem pharetra, sollicitudin enim. Suspendisse pellentesque vestibulum turpis at sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas bibendum tristique mollis. Maecenas lobortis, eros et molestie auctor, orci arcu ornare lorem, vitae sagittis diam dui eget purus. Praesent pretium, massa ac mattis ullamcorper, tortor tortor suscipit libero, et rhoncus enim elit at dolor. Donec hendrerit libero a tincidunt ullamcorper. In dolor nunc, mollis a semper ut, pharetra at sapien.\r\n\r\nMauris et malesuada justo. Fusce at eros mattis arcu pretium pulvinar. In ut placerat eros, a varius eros. Phasellus sed semper purus. Donec vel convallis libero. Vivamus in tempus lorem. Integer scelerisque, nunc quis bibendum gravida, arcu lorem porttitor dui, porta accumsan nulla velit sed justo. Suspendisse in iaculis ipsum, sit amet porta nibh. Praesent at nulla quis mi pharetra euismod non nec ex. Sed leo magna, scelerisque quis lectus eget, interdum volutpat est. Quisque scelerisque mi ut nibh blandit ultrices.\r\n\r\nUt maximus, nisl faucibus interdum sagittis, eros turpis sollicitudin mauris, et accumsan eros libero eget sapien. Maecenas porta sit amet est non lacinia. Quisque imperdiet, urna vitae ornare eleifend, leo eros ornare ex, ac congue ex magna at tortor. Fusce eu libero pharetra, venenatis diam in, blandit arcu. Cras eros quam, vehicula semper metus eu, dignissim malesuada sapien. Curabitur imperdiet metus ante, vitae aliquet nulla consequat eget. Sed suscipit ornare lorem finibus ultrices. Vestibulum eget fermentum nisi. Praesent id congue enim. Ut tincidunt nunc ut semper consequat. Donec at arcu at ante varius fermentum non ut neque. Donec posuere suscipit nibh et luctus. Nulla at magna in risus aliquam viverra. Donec vel pharetra lorem. Proin sapien ipsum, placerat ut blandit ut, efficitur nec ligula. Sed eleifend neque ut lectus semper consequat.\r\n\r\nEtiam sed sodales justo. Pellentesque sodales neque nec varius fringilla. Nullam id libero pretium, interdum turpis non, sagittis quam. Cras in dignissim mauris. Vivamus tristique velit id consectetur vehicula. Aliquam a vestibulum odio, ut blandit mi. Vivamus volutpat, dolor id scelerisque tincidunt, lacus quam faucibus ante, eget feugiat risus libero nec dui. In porttitor, neque a varius pellentesque, nunc tellus viverra dolor, rutrum laoreet dui enim a nunc. Nullam dapibus, augue ac euismod eleifend, est enim lobortis sem, sed pellentesque lacus erat id mauris. Mauris sit amet odio ante. Nam non justo massa. Duis suscipit, tortor et posuere finibus, purus nisl interdum velit, sollicitudin fermentum odio risus et nulla. Nulla facilisi.\r\n\r\n</div>','About us','','inherit','open','open','','25-revision-v1','','','2014-10-30 19:33:49','2014-10-30 19:33:49','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=40',0,'revision','',0),(105,1,'2014-11-03 18:16:07','2014-11-03 22:16:07','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"aligncenter wp-image-39 \" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dictum consequat odio accumsan egestas. Ut elementum tristique nulla. Sed sollicitudin tellus tortor, eget lacinia risus fringilla eu. Cras id maximus mi. Aenean fringilla consectetur nisl. Phasellus dictum ultrices est, at venenatis eros pellentesque vitae. Vivamus tempor libero in mauris semper vestibulum. Mauris gravida ullamcorper elit a dapibus.\r\n\r\nProin a nisi pellentesque, fermentum lorem pharetra, sollicitudin enim. Suspendisse pellentesque vestibulum turpis at sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas bibendum tristique mollis. Maecenas lobortis, eros et molestie auctor, orci arcu ornare lorem, vitae sagittis diam dui eget purus. Praesent pretium, massa ac mattis ullamcorper, tortor tortor suscipit libero, et rhoncus enim elit at dolor. Donec hendrerit libero a tincidunt ullamcorper. In dolor nunc, mollis a semper ut, pharetra at sapien.\r\n\r\nMauris et malesuada justo. Fusce at eros mattis arcu pretium pulvinar. In ut placerat eros, a varius eros. Phasellus sed semper purus. Donec vel convallis libero. Vivamus in tempus lorem. Integer scelerisque, nunc quis bibendum gravida, arcu lorem porttitor dui, porta accumsan nulla velit sed justo. Suspendisse in iaculis ipsum, sit amet porta nibh. Praesent at nulla quis mi pharetra euismod non nec ex. Sed leo magna, scelerisque quis lectus eget, interdum volutpat est. Quisque scelerisque mi ut nibh blandit ultrices.\r\n\r\nUt maximus, nisl faucibus interdum sagittis, eros turpis sollicitudin mauris, et accumsan eros libero eget sapien. Maecenas porta sit amet est non lacinia. Quisque imperdiet, urna vitae ornare eleifend, leo eros ornare ex, ac congue ex magna at tortor. Fusce eu libero pharetra, venenatis diam in, blandit arcu. Cras eros quam, vehicula semper metus eu, dignissim malesuada sapien. Curabitur imperdiet metus ante, vitae aliquet nulla consequat eget. Sed suscipit ornare lorem finibus ultrices. Vestibulum eget fermentum nisi. Praesent id congue enim. Ut tincidunt nunc ut semper consequat. Donec at arcu at ante varius fermentum non ut neque. Donec posuere suscipit nibh et luctus. Nulla at magna in risus aliquam viverra. Donec vel pharetra lorem. Proin sapien ipsum, placerat ut blandit ut, efficitur nec ligula. Sed eleifend neque ut lectus semper consequat.\r\n\r\nEtiam sed sodales justo. Pellentesque sodales neque nec varius fringilla. Nullam id libero pretium, interdum turpis non, sagittis quam. Cras in dignissim mauris. Vivamus tristique velit id consectetur vehicula. Aliquam a vestibulum odio, ut blandit mi. Vivamus volutpat, dolor id scelerisque tincidunt, lacus quam faucibus ante, eget feugiat risus libero nec dui. In porttitor, neque a varius pellentesque, nunc tellus viverra dolor, rutrum laoreet dui enim a nunc. Nullam dapibus, augue ac euismod eleifend, est enim lobortis sem, sed pellentesque lacus erat id mauris. Mauris sit amet odio ante. Nam non justo massa. Duis suscipit, tortor et posuere finibus, purus nisl interdum velit, sollicitudin fermentum odio risus et nulla. Nulla facilisi.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-03 18:16:07','2014-11-03 22:16:07','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=105',0,'revision','',0),(41,1,'2014-10-30 19:34:19','2014-10-30 19:34:19','<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"aligncenter wp-image-39 size-full\" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"900\" height=\"600\" /></a>\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dictum consequat odio accumsan egestas. Ut elementum tristique nulla. Sed sollicitudin tellus tortor, eget lacinia risus fringilla eu. Cras id maximus mi. Aenean fringilla consectetur nisl. Phasellus dictum ultrices est, at venenatis eros pellentesque vitae. Vivamus tempor libero in mauris semper vestibulum. Mauris gravida ullamcorper elit a dapibus.\r\n\r\nProin a nisi pellentesque, fermentum lorem pharetra, sollicitudin enim. Suspendisse pellentesque vestibulum turpis at sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas bibendum tristique mollis. Maecenas lobortis, eros et molestie auctor, orci arcu ornare lorem, vitae sagittis diam dui eget purus. Praesent pretium, massa ac mattis ullamcorper, tortor tortor suscipit libero, et rhoncus enim elit at dolor. Donec hendrerit libero a tincidunt ullamcorper. In dolor nunc, mollis a semper ut, pharetra at sapien.\r\n\r\nMauris et malesuada justo. Fusce at eros mattis arcu pretium pulvinar. In ut placerat eros, a varius eros. Phasellus sed semper purus. Donec vel convallis libero. Vivamus in tempus lorem. Integer scelerisque, nunc quis bibendum gravida, arcu lorem porttitor dui, porta accumsan nulla velit sed justo. Suspendisse in iaculis ipsum, sit amet porta nibh. Praesent at nulla quis mi pharetra euismod non nec ex. Sed leo magna, scelerisque quis lectus eget, interdum volutpat est. Quisque scelerisque mi ut nibh blandit ultrices.\r\n\r\nUt maximus, nisl faucibus interdum sagittis, eros turpis sollicitudin mauris, et accumsan eros libero eget sapien. Maecenas porta sit amet est non lacinia. Quisque imperdiet, urna vitae ornare eleifend, leo eros ornare ex, ac congue ex magna at tortor. Fusce eu libero pharetra, venenatis diam in, blandit arcu. Cras eros quam, vehicula semper metus eu, dignissim malesuada sapien. Curabitur imperdiet metus ante, vitae aliquet nulla consequat eget. Sed suscipit ornare lorem finibus ultrices. Vestibulum eget fermentum nisi. Praesent id congue enim. Ut tincidunt nunc ut semper consequat. Donec at arcu at ante varius fermentum non ut neque. Donec posuere suscipit nibh et luctus. Nulla at magna in risus aliquam viverra. Donec vel pharetra lorem. Proin sapien ipsum, placerat ut blandit ut, efficitur nec ligula. Sed eleifend neque ut lectus semper consequat.\r\n\r\nEtiam sed sodales justo. Pellentesque sodales neque nec varius fringilla. Nullam id libero pretium, interdum turpis non, sagittis quam. Cras in dignissim mauris. Vivamus tristique velit id consectetur vehicula. Aliquam a vestibulum odio, ut blandit mi. Vivamus volutpat, dolor id scelerisque tincidunt, lacus quam faucibus ante, eget feugiat risus libero nec dui. In porttitor, neque a varius pellentesque, nunc tellus viverra dolor, rutrum laoreet dui enim a nunc. Nullam dapibus, augue ac euismod eleifend, est enim lobortis sem, sed pellentesque lacus erat id mauris. Mauris sit amet odio ante. Nam non justo massa. Duis suscipit, tortor et posuere finibus, purus nisl interdum velit, sollicitudin fermentum odio risus et nulla. Nulla facilisi.\r\n\r\n</div>','About us','','inherit','open','open','','25-revision-v1','','','2014-10-30 19:34:19','2014-10-30 19:34:19','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=41',0,'revision','',0),(42,1,'2014-10-30 19:34:50','2014-10-30 19:34:50','<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"aligncenter wp-image-39 \" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dictum consequat odio accumsan egestas. Ut elementum tristique nulla. Sed sollicitudin tellus tortor, eget lacinia risus fringilla eu. Cras id maximus mi. Aenean fringilla consectetur nisl. Phasellus dictum ultrices est, at venenatis eros pellentesque vitae. Vivamus tempor libero in mauris semper vestibulum. Mauris gravida ullamcorper elit a dapibus.\r\n\r\nProin a nisi pellentesque, fermentum lorem pharetra, sollicitudin enim. Suspendisse pellentesque vestibulum turpis at sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas bibendum tristique mollis. Maecenas lobortis, eros et molestie auctor, orci arcu ornare lorem, vitae sagittis diam dui eget purus. Praesent pretium, massa ac mattis ullamcorper, tortor tortor suscipit libero, et rhoncus enim elit at dolor. Donec hendrerit libero a tincidunt ullamcorper. In dolor nunc, mollis a semper ut, pharetra at sapien.\r\n\r\nMauris et malesuada justo. Fusce at eros mattis arcu pretium pulvinar. In ut placerat eros, a varius eros. Phasellus sed semper purus. Donec vel convallis libero. Vivamus in tempus lorem. Integer scelerisque, nunc quis bibendum gravida, arcu lorem porttitor dui, porta accumsan nulla velit sed justo. Suspendisse in iaculis ipsum, sit amet porta nibh. Praesent at nulla quis mi pharetra euismod non nec ex. Sed leo magna, scelerisque quis lectus eget, interdum volutpat est. Quisque scelerisque mi ut nibh blandit ultrices.\r\n\r\nUt maximus, nisl faucibus interdum sagittis, eros turpis sollicitudin mauris, et accumsan eros libero eget sapien. Maecenas porta sit amet est non lacinia. Quisque imperdiet, urna vitae ornare eleifend, leo eros ornare ex, ac congue ex magna at tortor. Fusce eu libero pharetra, venenatis diam in, blandit arcu. Cras eros quam, vehicula semper metus eu, dignissim malesuada sapien. Curabitur imperdiet metus ante, vitae aliquet nulla consequat eget. Sed suscipit ornare lorem finibus ultrices. Vestibulum eget fermentum nisi. Praesent id congue enim. Ut tincidunt nunc ut semper consequat. Donec at arcu at ante varius fermentum non ut neque. Donec posuere suscipit nibh et luctus. Nulla at magna in risus aliquam viverra. Donec vel pharetra lorem. Proin sapien ipsum, placerat ut blandit ut, efficitur nec ligula. Sed eleifend neque ut lectus semper consequat.\r\n\r\nEtiam sed sodales justo. Pellentesque sodales neque nec varius fringilla. Nullam id libero pretium, interdum turpis non, sagittis quam. Cras in dignissim mauris. Vivamus tristique velit id consectetur vehicula. Aliquam a vestibulum odio, ut blandit mi. Vivamus volutpat, dolor id scelerisque tincidunt, lacus quam faucibus ante, eget feugiat risus libero nec dui. In porttitor, neque a varius pellentesque, nunc tellus viverra dolor, rutrum laoreet dui enim a nunc. Nullam dapibus, augue ac euismod eleifend, est enim lobortis sem, sed pellentesque lacus erat id mauris. Mauris sit amet odio ante. Nam non justo massa. Duis suscipit, tortor et posuere finibus, purus nisl interdum velit, sollicitudin fermentum odio risus et nulla. Nulla facilisi.\r\n\r\n</div>','About us','','inherit','open','open','','25-revision-v1','','','2014-10-30 19:34:50','2014-10-30 19:34:50','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=42',0,'revision','',0),(207,1,'2014-12-10 19:55:10','2014-12-10 23:55:10','','head_banner','','inherit','closed','open','','head_banner','','','2014-12-10 19:55:10','2014-12-10 23:55:10','',34,'http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/head_banner.jpg',0,'attachment','image/jpeg',0),(209,1,'2014-12-11 08:42:21','2014-12-11 12:42:21','[vc_row font_color=\"#020202\"][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415058091747{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_video title=\"Artist Designs & Management Corporation Trailes\" link=\"http://youtu.be/tISxncaw34I\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n \r\n<div id=\"lipsum\">\r\n\r\nLa empresa Artist Designs & Management Corp. es una plataforma creada para transformar posibilidades en realidad al satisfacer de forma integral todas las necesidades y expectativas del sector artístico y del mundo del entretenimiento.\r\n\r\nLa empresa Artist Designs & Management Corp. es especialista en el desarrollo y manejo de nuevos talentos mediante el diseño de estrategias innovadoras de análisis de análisis de mercado, administración, manejo de propiedad intelectual, administración de regalías, administración de derechos de autoría, creación de publicaciones discográficas, booking y publishing.\r\n\r\nLa empresa Artist Designs & Management Corp. es pionera en el desarrollo de nuevos modelos de gestión administrativa y de mercadeo mediante el uso efectivo de nuevas tecnologías para maximizar la exposición de nuestros talentos en el ámbito nacional e internacional.\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-12-11 08:42:21','2014-12-11 12:42:21','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=209',0,'revision','',0),(208,1,'2014-12-11 08:40:15','2014-12-11 12:40:15','[vc_row font_color=\"#020202\"][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415058091747{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<iframe width=\"560\" height=\"315\" src=\"//www.youtube.com/embed/tISxncaw34I\" frameborder=\"0\" allowfullscreen></iframe>\r\n<div id=\"lipsum\">\r\n\r\nLa empresa Artist Designs & Management Corp. es una plataforma creada para transformar posibilidades en realidad al satisfacer de forma integral todas las necesidades y expectativas del sector artístico y del mundo del entretenimiento.\r\n\r\nLa empresa Artist Designs & Management Corp. es especialista en el desarrollo y manejo de nuevos talentos mediante el diseño de estrategias innovadoras de análisis de análisis de mercado, administración, manejo de propiedad intelectual, administración de regalías, administración de derechos de autoría, creación de publicaciones discográficas, booking y publishing.\r\n\r\nLa empresa Artist Designs & Management Corp. es pionera en el desarrollo de nuevos modelos de gestión administrativa y de mercadeo mediante el uso efectivo de nuevas tecnologías para maximizar la exposición de nuestros talentos en el ámbito nacional e internacional.\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][contact-form-7 id=\"124\" title=\"Contact us\"][/vc_column][vc_column width=\"1/3\"][vc_gmaps][/vc_column][vc_column width=\"1/3\"][vc_wp_custommenu nav_menu=\"10\" title=\"Menu\"][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-12-11 08:40:15','2014-12-11 12:40:15','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=208',0,'revision','',0),(202,1,'2014-11-26 08:51:07','2014-11-26 12:51:07','[vc_row font_color=\"#020202\"][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415058091747{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"wp-image-39 aligncenter\" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n<div id=\"lipsum\">\r\n\r\nLa empresa Artist Designs & Management Corp. es una plataforma creada para transformar posibilidades en realidad al satisfacer de forma integral todas las necesidades y expectativas del sector artístico y del mundo del entretenimiento.\r\n\r\nLa empresa Artist Designs & Management Corp. es especialista en el desarrollo y manejo de nuevos talentos mediante el diseño de estrategias innovadoras de análisis de análisis de mercado, administración, manejo de propiedad intelectual, administración de regalías, administración de derechos de autoría, creación de publicaciones discográficas, booking y publishing.\r\n\r\nLa empresa Artist Designs & Management Corp. es pionera en el desarrollo de nuevos modelos de gestión administrativa y de mercadeo mediante el uso efectivo de nuevas tecnologías para maximizar la exposición de nuestros talentos en el ámbito nacional e internacional.\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][contact-form-7 id=\"124\" title=\"Contact us\"][/vc_column][vc_column width=\"1/3\"][vc_gmaps][/vc_column][vc_column width=\"1/3\"][vc_wp_custommenu nav_menu=\"10\" title=\"Menu\"][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-26 08:51:07','2014-11-26 12:51:07','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=202',0,'revision','',0),(80,1,'2014-11-03 12:49:36','2014-11-03 16:49:36','[vc_row][vc_column width=\"1/1\"][vc_wp_custommenu nav_menu=\"9\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:49:36','2014-11-03 16:49:36','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=80',0,'revision','',0),(76,1,'2014-11-03 12:34:59','2014-11-03 16:34:59','[vc_row][vc_column width=\"1/1\"][vc_video link=\"https://www.youtube.com/watch?v=-u_r1hNiwHg\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:34:59','2014-11-03 16:34:59','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=76',0,'revision','',0),(58,1,'2014-10-30 20:39:12','2014-10-31 00:39:12','','Media','','private','closed','closed','','media','','','2014-10-30 20:39:12','2014-10-31 00:39:12','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?option-tree=media',0,'option-tree','',0),(75,1,'2014-11-03 12:33:51','2014-11-03 16:33:51','[vc_row][vc_column width=\"1/1\"][vc_video link=\"https://www.youtube.com/watch?v=-u_r1hNiwHg\"][vc_facebook type=\"button_count\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:33:51','2014-11-03 16:33:51','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=75',0,'revision','',0),(71,1,'2014-12-11 08:53:07','2014-12-11 12:53:07','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\"][vc_video link=\"http://youtu.be/tISxncaw34I\" css=\".vc_custom_1418302413206{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;border-left-color: #1e1610 !important;border-right-color: #1e1610 !important;border-top-color: #1e1610 !important;border-bottom-color: #1e1610 !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-autosave-v1','','','2014-12-11 08:53:07','2014-12-11 12:53:07','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=71',0,'revision','',0),(72,1,'2014-11-03 12:28:03','2014-11-03 16:28:03','[vc_row][vc_column width=\"1/1\"][vc_video link=\"https://www.youtube.com/watch?v=-u_r1hNiwHg\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:28:03','2014-11-03 16:28:03','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=72',0,'revision','',0),(74,1,'2014-11-03 12:31:34','2014-11-03 16:31:34','[vc_row][vc_column width=\"1/1\"][vc_video link=\"https://www.youtube.com/watch?v=-u_r1hNiwHg\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:31:34','2014-11-03 16:31:34','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=74',0,'revision','',0),(73,1,'2014-11-03 12:30:06','2014-11-03 16:30:06','[vc_row][vc_column width=\"1/1\"][vc_video link=\"https://www.youtube.com/watch?v=-u_r1hNiwHg\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=-u_r1hNiwHg\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:30:06','2014-11-03 16:30:06','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=73',0,'revision','',0),(81,1,'2014-11-03 12:52:16','2014-11-03 16:52:16','[vc_row][vc_column width=\"1/3\"][vc_button2 title=\"Entertainment\" style=\"rounded\" color=\"chino\" size=\"md\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:52:16','2014-11-03 16:52:16','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=81',0,'revision','',0),(82,1,'2014-11-03 12:52:50','2014-11-03 16:52:50','[vc_row][vc_column width=\"1/3\"][vc_button2 title=\"Entertainment\" style=\"3d\" color=\"chino\" size=\"md\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:52:50','2014-11-03 16:52:50','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=82',0,'revision','',0),(83,1,'2014-11-03 12:53:23','2014-11-03 16:53:23','[vc_row][vc_column width=\"1/3\"][vc_button2 title=\"Entertainment\" style=\"round\" color=\"chino\" size=\"md\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:53:23','2014-11-03 16:53:23','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=83',0,'revision','',0),(84,1,'2014-11-03 12:54:01','2014-11-03 16:54:01','[vc_row][vc_column width=\"1/3\"][vc_button2 title=\"Entertainment\" style=\"outlined\" color=\"chino\" size=\"lg\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:54:01','2014-11-03 16:54:01','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=84',0,'revision','',0),(86,1,'2014-11-03 12:58:37','2014-11-03 16:58:37','[vc_row][vc_column width=\"1/3\"][vc_button2 title=\"Entertainment\" style=\"rounded\" color=\"chino\" size=\"lg\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:58:37','2014-11-03 16:58:37','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=86',0,'revision','',0),(85,1,'2014-11-03 12:57:38','2014-11-03 16:57:38','[vc_row][vc_column width=\"1/3\" css=\".vc_custom_1415033860968{background-color: #000000 !important;}\"][vc_button2 title=\"Entertainment\" style=\"rounded\" color=\"chino\" size=\"lg\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 12:57:38','2014-11-03 16:57:38','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=85',0,'revision','',0),(87,1,'2014-11-03 13:01:09','2014-11-03 17:01:09','[vc_row][vc_column width=\"1/3\" font_color=\"#67432f\"][vc_button2 title=\"Entertainment\" style=\"rounded\" color=\"chino\" size=\"lg\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 13:01:09','2014-11-03 17:01:09','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=87',0,'revision','',0),(88,1,'2014-11-03 13:02:35','2014-11-03 17:02:35','[vc_row][vc_column width=\"1/3\" font_color=\"#67432f\" css=\".vc_custom_1415034157071{background-image: url(http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/09/bg1.png?id=11) !important;}\"][vc_button2 title=\"Entertainment\" style=\"rounded\" color=\"chino\" size=\"lg\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 13:02:35','2014-11-03 17:02:35','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=88',0,'revision','',0),(89,1,'2014-11-03 13:03:22','2014-11-03 17:03:22','[vc_row][vc_column width=\"1/3\" css=\".vc_custom_1415034206272{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_button2 title=\"Entertainment\" style=\"rounded\" color=\"chino\" size=\"lg\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 13:03:22','2014-11-03 17:03:22','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=89',0,'revision','',0),(91,1,'2014-11-03 13:06:47','2014-11-03 17:06:47','','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 13:06:47','2014-11-03 17:06:47','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=91',0,'revision','',0),(90,1,'2014-11-03 13:03:56','2014-11-03 17:03:56','[vc_row][vc_column width=\"1/3\" css=\".vc_custom_1415034206272{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_button2 title=\"Entertainment\" style=\"rounded\" color=\"chino\" size=\"lg\"][/vc_column][vc_column width=\"1/3\"][vc_button2 title=\"Entertainment\" style=\"rounded\" color=\"chino\" size=\"lg\"][/vc_column][vc_column width=\"1/3\"][vc_button2 title=\"Entertainment\" style=\"rounded\" color=\"chino\" size=\"lg\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 13:03:56','2014-11-03 17:03:56','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=90',0,'revision','',0),(94,1,'2014-11-03 13:29:58','2014-11-03 17:29:58','[vc_row][vc_column width=\"1/1\" css=\".vc_custom_1415035800484{padding-left: 300px !important;}\"][vc_column_text]<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"aligncenter wp-image-39 \" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dictum consequat odio accumsan egestas. Ut elementum tristique nulla. Sed sollicitudin tellus tortor, eget lacinia risus fringilla eu. Cras id maximus mi. Aenean fringilla consectetur nisl. Phasellus dictum ultrices est, at venenatis eros pellentesque vitae. Vivamus tempor libero in mauris semper vestibulum. Mauris gravida ullamcorper elit a dapibus.\r\n\r\nProin a nisi pellentesque, fermentum lorem pharetra, sollicitudin enim. Suspendisse pellentesque vestibulum turpis at sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas bibendum tristique mollis. Maecenas lobortis, eros et molestie auctor, orci arcu ornare lorem, vitae sagittis diam dui eget purus. Praesent pretium, massa ac mattis ullamcorper, tortor tortor suscipit libero, et rhoncus enim elit at dolor. Donec hendrerit libero a tincidunt ullamcorper. In dolor nunc, mollis a semper ut, pharetra at sapien.\r\n\r\nMauris et malesuada justo. Fusce at eros mattis arcu pretium pulvinar. In ut placerat eros, a varius eros. Phasellus sed semper purus. Donec vel convallis libero. Vivamus in tempus lorem. Integer scelerisque, nunc quis bibendum gravida, arcu lorem porttitor dui, porta accumsan nulla velit sed justo. Suspendisse in iaculis ipsum, sit amet porta nibh. Praesent at nulla quis mi pharetra euismod non nec ex. Sed leo magna, scelerisque quis lectus eget, interdum volutpat est. Quisque scelerisque mi ut nibh blandit ultrices.\r\n\r\nUt maximus, nisl faucibus interdum sagittis, eros turpis sollicitudin mauris, et accumsan eros libero eget sapien. Maecenas porta sit amet est non lacinia. Quisque imperdiet, urna vitae ornare eleifend, leo eros ornare ex, ac congue ex magna at tortor. Fusce eu libero pharetra, venenatis diam in, blandit arcu. Cras eros quam, vehicula semper metus eu, dignissim malesuada sapien. Curabitur imperdiet metus ante, vitae aliquet nulla consequat eget. Sed suscipit ornare lorem finibus ultrices. Vestibulum eget fermentum nisi. Praesent id congue enim. Ut tincidunt nunc ut semper consequat. Donec at arcu at ante varius fermentum non ut neque. Donec posuere suscipit nibh et luctus. Nulla at magna in risus aliquam viverra. Donec vel pharetra lorem. Proin sapien ipsum, placerat ut blandit ut, efficitur nec ligula. Sed eleifend neque ut lectus semper consequat.\r\n\r\nEtiam sed sodales justo. Pellentesque sodales neque nec varius fringilla. Nullam id libero pretium, interdum turpis non, sagittis quam. Cras in dignissim mauris. Vivamus tristique velit id consectetur vehicula. Aliquam a vestibulum odio, ut blandit mi. Vivamus volutpat, dolor id scelerisque tincidunt, lacus quam faucibus ante, eget feugiat risus libero nec dui. In porttitor, neque a varius pellentesque, nunc tellus viverra dolor, rutrum laoreet dui enim a nunc. Nullam dapibus, augue ac euismod eleifend, est enim lobortis sem, sed pellentesque lacus erat id mauris. Mauris sit amet odio ante. Nam non justo massa. Duis suscipit, tortor et posuere finibus, purus nisl interdum velit, sollicitudin fermentum odio risus et nulla. Nulla facilisi.\r\n\r\n</div>[/vc_column_text][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-03 13:29:58','2014-11-03 17:29:58','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=94',0,'revision','',0),(95,1,'2014-11-03 13:34:59','2014-11-03 17:34:59','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"aligncenter wp-image-39 \" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dictum consequat odio accumsan egestas. Ut elementum tristique nulla. Sed sollicitudin tellus tortor, eget lacinia risus fringilla eu. Cras id maximus mi. Aenean fringilla consectetur nisl. Phasellus dictum ultrices est, at venenatis eros pellentesque vitae. Vivamus tempor libero in mauris semper vestibulum. Mauris gravida ullamcorper elit a dapibus.\r\n\r\nProin a nisi pellentesque, fermentum lorem pharetra, sollicitudin enim. Suspendisse pellentesque vestibulum turpis at sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas bibendum tristique mollis. Maecenas lobortis, eros et molestie auctor, orci arcu ornare lorem, vitae sagittis diam dui eget purus. Praesent pretium, massa ac mattis ullamcorper, tortor tortor suscipit libero, et rhoncus enim elit at dolor. Donec hendrerit libero a tincidunt ullamcorper. In dolor nunc, mollis a semper ut, pharetra at sapien.\r\n\r\nMauris et malesuada justo. Fusce at eros mattis arcu pretium pulvinar. In ut placerat eros, a varius eros. Phasellus sed semper purus. Donec vel convallis libero. Vivamus in tempus lorem. Integer scelerisque, nunc quis bibendum gravida, arcu lorem porttitor dui, porta accumsan nulla velit sed justo. Suspendisse in iaculis ipsum, sit amet porta nibh. Praesent at nulla quis mi pharetra euismod non nec ex. Sed leo magna, scelerisque quis lectus eget, interdum volutpat est. Quisque scelerisque mi ut nibh blandit ultrices.\r\n\r\nUt maximus, nisl faucibus interdum sagittis, eros turpis sollicitudin mauris, et accumsan eros libero eget sapien. Maecenas porta sit amet est non lacinia. Quisque imperdiet, urna vitae ornare eleifend, leo eros ornare ex, ac congue ex magna at tortor. Fusce eu libero pharetra, venenatis diam in, blandit arcu. Cras eros quam, vehicula semper metus eu, dignissim malesuada sapien. Curabitur imperdiet metus ante, vitae aliquet nulla consequat eget. Sed suscipit ornare lorem finibus ultrices. Vestibulum eget fermentum nisi. Praesent id congue enim. Ut tincidunt nunc ut semper consequat. Donec at arcu at ante varius fermentum non ut neque. Donec posuere suscipit nibh et luctus. Nulla at magna in risus aliquam viverra. Donec vel pharetra lorem. Proin sapien ipsum, placerat ut blandit ut, efficitur nec ligula. Sed eleifend neque ut lectus semper consequat.\r\n\r\nEtiam sed sodales justo. Pellentesque sodales neque nec varius fringilla. Nullam id libero pretium, interdum turpis non, sagittis quam. Cras in dignissim mauris. Vivamus tristique velit id consectetur vehicula. Aliquam a vestibulum odio, ut blandit mi. Vivamus volutpat, dolor id scelerisque tincidunt, lacus quam faucibus ante, eget feugiat risus libero nec dui. In porttitor, neque a varius pellentesque, nunc tellus viverra dolor, rutrum laoreet dui enim a nunc. Nullam dapibus, augue ac euismod eleifend, est enim lobortis sem, sed pellentesque lacus erat id mauris. Mauris sit amet odio ante. Nam non justo massa. Duis suscipit, tortor et posuere finibus, purus nisl interdum velit, sollicitudin fermentum odio risus et nulla. Nulla facilisi.\r\n\r\n</div>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-03 13:34:59','2014-11-03 17:34:59','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=95',0,'revision','',0),(96,1,'2014-11-03 14:30:31','2014-11-03 18:30:31','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"aligncenter wp-image-39 \" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dictum consequat odio accumsan egestas. Ut elementum tristique nulla. Sed sollicitudin tellus tortor, eget lacinia risus fringilla eu. Cras id maximus mi. Aenean fringilla consectetur nisl. Phasellus dictum ultrices est, at venenatis eros pellentesque vitae. Vivamus tempor libero in mauris semper vestibulum. Mauris gravida ullamcorper elit a dapibus.\r\n\r\nProin a nisi pellentesque, fermentum lorem pharetra, sollicitudin enim. Suspendisse pellentesque vestibulum turpis at sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas bibendum tristique mollis. Maecenas lobortis, eros et molestie auctor, orci arcu ornare lorem, vitae sagittis diam dui eget purus. Praesent pretium, massa ac mattis ullamcorper, tortor tortor suscipit libero, et rhoncus enim elit at dolor. Donec hendrerit libero a tincidunt ullamcorper. In dolor nunc, mollis a semper ut, pharetra at sapien.\r\n\r\nMauris et malesuada justo. Fusce at eros mattis arcu pretium pulvinar. In ut placerat eros, a varius eros. Phasellus sed semper purus. Donec vel convallis libero. Vivamus in tempus lorem. Integer scelerisque, nunc quis bibendum gravida, arcu lorem porttitor dui, porta accumsan nulla velit sed justo. Suspendisse in iaculis ipsum, sit amet porta nibh. Praesent at nulla quis mi pharetra euismod non nec ex. Sed leo magna, scelerisque quis lectus eget, interdum volutpat est. Quisque scelerisque mi ut nibh blandit ultrices.\r\n\r\nUt maximus, nisl faucibus interdum sagittis, eros turpis sollicitudin mauris, et accumsan eros libero eget sapien. Maecenas porta sit amet est non lacinia. Quisque imperdiet, urna vitae ornare eleifend, leo eros ornare ex, ac congue ex magna at tortor. Fusce eu libero pharetra, venenatis diam in, blandit arcu. Cras eros quam, vehicula semper metus eu, dignissim malesuada sapien. Curabitur imperdiet metus ante, vitae aliquet nulla consequat eget. Sed suscipit ornare lorem finibus ultrices. Vestibulum eget fermentum nisi. Praesent id congue enim. Ut tincidunt nunc ut semper consequat. Donec at arcu at ante varius fermentum non ut neque. Donec posuere suscipit nibh et luctus. Nulla at magna in risus aliquam viverra. Donec vel pharetra lorem. Proin sapien ipsum, placerat ut blandit ut, efficitur nec ligula. Sed eleifend neque ut lectus semper consequat.\r\n\r\nEtiam sed sodales justo. Pellentesque sodales neque nec varius fringilla. Nullam id libero pretium, interdum turpis non, sagittis quam. Cras in dignissim mauris. Vivamus tristique velit id consectetur vehicula. Aliquam a vestibulum odio, ut blandit mi. Vivamus volutpat, dolor id scelerisque tincidunt, lacus quam faucibus ante, eget feugiat risus libero nec dui. In porttitor, neque a varius pellentesque, nunc tellus viverra dolor, rutrum laoreet dui enim a nunc. Nullam dapibus, augue ac euismod eleifend, est enim lobortis sem, sed pellentesque lacus erat id mauris. Mauris sit amet odio ante. Nam non justo massa. Duis suscipit, tortor et posuere finibus, purus nisl interdum velit, sollicitudin fermentum odio risus et nulla. Nulla facilisi.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-03 14:30:31','2014-11-03 18:30:31','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=96',0,'revision','',0),(102,1,'2014-11-03 17:44:54','2014-11-03 21:44:54','','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 17:44:54','2014-11-03 21:44:54','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=102',0,'revision','',0),(101,1,'2014-11-03 17:38:20','2014-11-03 21:38:20','[vc_row][vc_column width=\"1/3\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 17:38:20','2014-11-03 21:38:20','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=101',0,'revision','',0),(104,1,'2014-11-03 17:54:49','2014-11-03 21:54:49','','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 17:54:49','2014-11-03 21:54:49','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=104',0,'revision','',0),(103,1,'2014-11-03 17:47:06','2014-11-03 21:47:06','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"grey\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Text on the button\" style=\"rounded\" color=\"blue\" size=\"md\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Text on the button\" style=\"rounded\" color=\"blue\" size=\"md\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-11-03 17:47:06','2014-11-03 21:47:06','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=103',0,'revision','',0),(106,1,'2014-11-03 18:19:16','2014-11-03 22:19:16','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"aligncenter wp-image-39 \" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dictum consequat odio accumsan egestas. Ut elementum tristique nulla. Sed sollicitudin tellus tortor, eget lacinia risus fringilla eu. Cras id maximus mi. Aenean fringilla consectetur nisl. Phasellus dictum ultrices est, at venenatis eros pellentesque vitae. Vivamus tempor libero in mauris semper vestibulum. Mauris gravida ullamcorper elit a dapibus.\r\n\r\nProin a nisi pellentesque, fermentum lorem pharetra, sollicitudin enim. Suspendisse pellentesque vestibulum turpis at sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas bibendum tristique mollis. Maecenas lobortis, eros et molestie auctor, orci arcu ornare lorem, vitae sagittis diam dui eget purus. Praesent pretium, massa ac mattis ullamcorper, tortor tortor suscipit libero, et rhoncus enim elit at dolor. Donec hendrerit libero a tincidunt ullamcorper. In dolor nunc, mollis a semper ut, pharetra at sapien.\r\n\r\nMauris et malesuada justo. Fusce at eros mattis arcu pretium pulvinar. In ut placerat eros, a varius eros. Phasellus sed semper purus. Donec vel convallis libero. Vivamus in tempus lorem. Integer scelerisque, nunc quis bibendum gravida, arcu lorem porttitor dui, porta accumsan nulla velit sed justo. Suspendisse in iaculis ipsum, sit amet porta nibh. Praesent at nulla quis mi pharetra euismod non nec ex. Sed leo magna, scelerisque quis lectus eget, interdum volutpat est. Quisque scelerisque mi ut nibh blandit ultrices.\r\n\r\nUt maximus, nisl faucibus interdum sagittis, eros turpis sollicitudin mauris, et accumsan eros libero eget sapien. Maecenas porta sit amet est non lacinia. Quisque imperdiet, urna vitae ornare eleifend, leo eros ornare ex, ac congue ex magna at tortor. Fusce eu libero pharetra, venenatis diam in, blandit arcu. Cras eros quam, vehicula semper metus eu, dignissim malesuada sapien. Curabitur imperdiet metus ante, vitae aliquet nulla consequat eget. Sed suscipit ornare lorem finibus ultrices. Vestibulum eget fermentum nisi. Praesent id congue enim. Ut tincidunt nunc ut semper consequat. Donec at arcu at ante varius fermentum non ut neque. Donec posuere suscipit nibh et luctus. Nulla at magna in risus aliquam viverra. Donec vel pharetra lorem. Proin sapien ipsum, placerat ut blandit ut, efficitur nec ligula. Sed eleifend neque ut lectus semper consequat.\r\n\r\nEtiam sed sodales justo. Pellentesque sodales neque nec varius fringilla. Nullam id libero pretium, interdum turpis non, sagittis quam. Cras in dignissim mauris. Vivamus tristique velit id consectetur vehicula. Aliquam a vestibulum odio, ut blandit mi. Vivamus volutpat, dolor id scelerisque tincidunt, lacus quam faucibus ante, eget feugiat risus libero nec dui. In porttitor, neque a varius pellentesque, nunc tellus viverra dolor, rutrum laoreet dui enim a nunc. Nullam dapibus, augue ac euismod eleifend, est enim lobortis sem, sed pellentesque lacus erat id mauris. Mauris sit amet odio ante. Nam non justo massa. Duis suscipit, tortor et posuere finibus, purus nisl interdum velit, sollicitudin fermentum odio risus et nulla. Nulla facilisi.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_video][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-03 18:19:16','2014-11-03 22:19:16','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=106',0,'revision','',0),(108,1,'2014-11-03 19:14:53','2014-11-03 23:14:53','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415055598502{padding: 40px !important;background-color: #000000 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text css=\".vc_custom_1415056430917{background-color: #020202 !important;}\" css_animation=\"bottom-to-top\"]<div id=\"lipsum\">\n\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"wp-image-39 aligncenter\" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dictum consequat odio accumsan egestas. Ut elementum tristique nulla. Sed sollicitudin tellus tortor, eget lacinia risus fringilla eu. Cras id maximus mi. Aenean fringilla consectetur nisl. Phasellus dictum ultrices est, at venenatis eros pellentesque vitae. Vivamus tempor libero in mauris semper vestibulum. Mauris gravida ullamcorper elit a dapibus...</p>\n\n</div>[/vc_column_text][vc_row_inner css=\".vc_custom_1415056196845{margin-right: 285px !important;margin-left: 285px !important;}\"][vc_column_inner width=\"1/1\"][vc_button2 title=\"Read more\" style=\"rounded\" color=\"chino\" size=\"lg\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-03 19:14:53','2014-11-03 23:14:53','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=108',0,'revision','',0),(107,1,'2014-11-03 18:54:33','2014-11-03 22:54:33','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"aligncenter wp-image-39 \" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dictum consequat odio accumsan egestas. Ut elementum tristique nulla. Sed sollicitudin tellus tortor, eget lacinia risus fringilla eu. Cras id maximus mi. Aenean fringilla consectetur nisl. Phasellus dictum ultrices est, at venenatis eros pellentesque vitae. Vivamus tempor libero in mauris semper vestibulum. Mauris gravida ullamcorper elit a dapibus.\r\n\r\nProin a nisi pellentesque, fermentum lorem pharetra, sollicitudin enim. Suspendisse pellentesque vestibulum turpis at sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas bibendum tristique mollis. Maecenas lobortis, eros et molestie auctor, orci arcu ornare lorem, vitae sagittis diam dui eget purus. Praesent pretium, massa ac mattis ullamcorper, tortor tortor suscipit libero, et rhoncus enim elit at dolor. Donec hendrerit libero a tincidunt ullamcorper. In dolor nunc, mollis a semper ut, pharetra at sapien.\r\n\r\nMauris et malesuada justo. Fusce at eros mattis arcu pretium pulvinar. In ut placerat eros, a varius eros. Phasellus sed semper purus. Donec vel convallis libero. Vivamus in tempus lorem. Integer scelerisque, nunc quis bibendum gravida, arcu lorem porttitor dui, porta accumsan nulla velit sed justo. Suspendisse in iaculis ipsum, sit amet porta nibh. Praesent at nulla quis mi pharetra euismod non nec ex. Sed leo magna, scelerisque quis lectus eget, interdum volutpat est. Quisque scelerisque mi ut nibh blandit ultrices.\r\n\r\nUt maximus, nisl faucibus interdum sagittis, eros turpis sollicitudin mauris, et accumsan eros libero eget sapien. Maecenas porta sit amet est non lacinia. Quisque imperdiet, urna vitae ornare eleifend, leo eros ornare ex, ac congue ex magna at tortor. Fusce eu libero pharetra, venenatis diam in, blandit arcu. Cras eros quam, vehicula semper metus eu, dignissim malesuada sapien. Curabitur imperdiet metus ante, vitae aliquet nulla consequat eget. Sed suscipit ornare lorem finibus ultrices. Vestibulum eget fermentum nisi. Praesent id congue enim. Ut tincidunt nunc ut semper consequat. Donec at arcu at ante varius fermentum non ut neque. Donec posuere suscipit nibh et luctus. Nulla at magna in risus aliquam viverra. Donec vel pharetra lorem. Proin sapien ipsum, placerat ut blandit ut, efficitur nec ligula. Sed eleifend neque ut lectus semper consequat.\r\n\r\nEtiam sed sodales justo. Pellentesque sodales neque nec varius fringilla. Nullam id libero pretium, interdum turpis non, sagittis quam. Cras in dignissim mauris. Vivamus tristique velit id consectetur vehicula. Aliquam a vestibulum odio, ut blandit mi. Vivamus volutpat, dolor id scelerisque tincidunt, lacus quam faucibus ante, eget feugiat risus libero nec dui. In porttitor, neque a varius pellentesque, nunc tellus viverra dolor, rutrum laoreet dui enim a nunc. Nullam dapibus, augue ac euismod eleifend, est enim lobortis sem, sed pellentesque lacus erat id mauris. Mauris sit amet odio ante. Nam non justo massa. Duis suscipit, tortor et posuere finibus, purus nisl interdum velit, sollicitudin fermentum odio risus et nulla. Nulla facilisi.\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_video title=\"tgrfnbftgnbtrgnbtgrntgn\" link=\"http://youtu.be/mPyE4Q87g8g\"][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-03 18:54:33','2014-11-03 22:54:33','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=107',0,'revision','',0),(119,1,'2014-11-05 15:25:01','2014-11-05 19:25:01','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415058091747{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"wp-image-39 aligncenter\" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n<div id=\"lipsum\">\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum velit justo, venenatis et fermentum nec, fringilla tempor ligula. Mauris ullamcorper porttitor condimentum. In ut turpis eu eros scelerisque semper a eget lorem. Morbi ornare blandit magna sit amet efficitur. Nulla eleifend in augue sit amet malesuada. Vestibulum eget gravida nunc. Ut non egestas lorem. Sed nisl urna, pellentesque vel venenatis sollicitudin, venenatis rutrum augue. Nullam vel tortor nec elit pretium sagittis non ac odio. Integer dictum mauris quis ligula placerat pretium. Nulla pretium eros in magna gravida, in luctus augue hendrerit.\r\n\r\n<!--more-->\r\n\r\n</div>\r\n</div>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-05 15:25:01','2014-11-05 19:25:01','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=119',0,'revision','',0),(109,1,'2014-11-03 19:45:52','2014-11-03 23:45:52','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415058091747{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text]<div id=\"lipsum\">\n\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"wp-image-39 aligncenter\" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\n<div id=\"lipsum\">\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum velit justo, venenatis et fermentum nec, fringilla tempor ligula. Mauris ullamcorper porttitor condimentum. In ut turpis eu eros scelerisque semper a eget lorem. Morbi ornare blandit magna sit amet efficitur. Nulla eleifend in augue sit amet malesuada. Vestibulum eget gravida nunc. Ut non egestas lorem. Sed nisl urna, pellentesque vel venenatis sollicitudin, venenatis rutrum augue. Nullam vel tortor nec elit pretium sagittis non ac odio. Integer dictum mauris quis ligula placerat pretium. Nulla pretium eros in magna gravida, in luctus augue hendrerit.\n\n<!--more-->\n\nSed vestibulum quam sed commodo mollis. Donec a luctus mi, et tristique arcu. Maecenas ultrices libero eget lacinia auctor.\n\nMorbi non mi et ipsum vulputate rhoncus ac sit amet quam. Pellentesque vel erat ac nibh aliquet pulvinar in eleifend mauris. Nam eget ultrices tellus, vitae molestie mauris. Fusce convallis molestie ex at vulputate. Curabitur accumsan sapien ac mauris viverra, ut vehicula lectus tristique. Mauris vel tempus purus, sit amet tristique mi. Mauris quis condimentum quam.\n\nPellentesque maximus viverra sapien, in convallis odio tempus sed. Aenean vitae sem arcu. Mauris aliquet quam eu ipsum tempor sollicitudin. Ut quis hendrerit enim, non condimentum nisi. Proin quis massa blandit, convallis tortor at, commodo nisl. Morbi sollicitudin neque pretium est ultrices bibendum. Curabitur sodales magna a placerat pulvinar. Nullam ultrices magna nulla, non gravida nisl rutrum sit amet. Donec ullamcorper diam a maximus blandit. Nunc nec enim et lorem iaculis consectetur vel sed urna. Vivamus gravida non urna ut condimentum. Aliquam pellentesque, mauris vitae convallis ultricies, nibh nisl sagittis lorem, eu interdum augue erat vel erat.\n\n</div>\n</div>[/vc_column_text][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-03 19:45:52','2014-11-03 23:45:52','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=109',0,'revision','',0),(151,1,'2014-11-05 17:32:52','2014-11-05 21:32:52','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\" image=\"150\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_link_large=\"yes\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.[/vc_column_text][vc_button2 title=\"Website\" style=\"rounded\" color=\"white\" size=\"lg\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Website\" style=\"rounded\" color=\"white\" size=\"lg\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 17:32:52','2014-11-05 21:32:52','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=151',0,'revision','',0),(111,1,'2014-11-03 20:00:49','2014-11-04 00:00:49','','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-03 20:00:49','2014-11-04 00:00:49','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=111',0,'revision','',0),(112,1,'2014-11-03 20:01:15','2014-11-04 00:01:15','','Media','','publish','closed','open','','broadcasting','','','2014-11-05 21:59:15','2014-11-06 01:59:15','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=112',0,'page','',0),(113,1,'2014-11-03 20:01:15','2014-11-04 00:01:15','','Broadcasting','','inherit','closed','open','','112-revision-v1','','','2014-11-03 20:01:15','2014-11-04 00:01:15','',112,'http://03a7f9b.netsolhost.com/artistdesigns/?p=113',0,'revision','',0),(114,1,'2014-11-03 20:01:33','2014-11-04 00:01:33','','Services','','publish','closed','open','','services-2','','','2014-12-11 10:35:27','2014-12-11 14:35:27','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=114',0,'page','',0),(115,1,'2014-11-03 20:01:33','2014-11-04 00:01:33','','Services','','inherit','closed','open','','114-revision-v1','','','2014-11-03 20:01:33','2014-11-04 00:01:33','',114,'http://03a7f9b.netsolhost.com/artistdesigns/?p=115',0,'revision','',0),(124,1,'2014-11-05 16:35:38','2014-11-05 20:35:38','<p>Your Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <wordpress@03a7f9b.netsolhost.com>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Artist Designs MC (http://03a7f9b.netsolhost.com/artistdesigns)\ninfo@artistdesignsmc.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nArtist Designs MC <wordpress@03a7f9b.netsolhost.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Artist Designs MC (http://03a7f9b.netsolhost.com/artistdesigns)\n[your-email]\nReply-To: cduran@artistdesignsmc.com\n\n\n\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.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Contact us','','publish','closed','open','','contact-us','','','2014-11-05 16:35:50','2014-11-05 20:35:50','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?post_type=wpcf7_contact_form&p=124',0,'wpcf7_contact_form','',0),(123,1,'2014-11-05 16:30:17','2014-11-05 20:30:17','[vc_row font_color=\"#020202\"][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415058091747{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"wp-image-39 aligncenter\" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum velit justo, venenatis et fermentum nec, fringilla tempor ligula. Mauris ullamcorper porttitor condimentum. In ut turpis eu eros scelerisque semper a eget lorem. Morbi ornare blandit magna sit amet efficitur. Nulla eleifend in augue sit amet malesuada. Vestibulum eget gravida nunc. Ut non egestas lorem. Sed nisl urna, pellentesque vel venenatis sollicitudin, venenatis rutrum augue. Nullam vel tortor nec elit pretium sagittis non ac odio. Integer dictum mauris quis ligula placerat pretium. Nulla pretium eros in magna gravida, in luctus augue hendrerit.</span>\r\n\r\n<!--more-->\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][contact-form-7 id=\"122\"][/vc_column][vc_column width=\"1/3\"][vc_gmaps][/vc_column][vc_column width=\"1/3\"][vc_wp_categories][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-05 16:30:17','2014-11-05 20:30:17','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=123',0,'revision','',0),(125,1,'2014-11-05 16:36:22','2014-11-05 20:36:22','[vc_row font_color=\"#020202\"][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415058091747{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"wp-image-39 aligncenter\" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum velit justo, venenatis et fermentum nec, fringilla tempor ligula. Mauris ullamcorper porttitor condimentum. In ut turpis eu eros scelerisque semper a eget lorem. Morbi ornare blandit magna sit amet efficitur. Nulla eleifend in augue sit amet malesuada. Vestibulum eget gravida nunc. Ut non egestas lorem. Sed nisl urna, pellentesque vel venenatis sollicitudin, venenatis rutrum augue. Nullam vel tortor nec elit pretium sagittis non ac odio. Integer dictum mauris quis ligula placerat pretium. Nulla pretium eros in magna gravida, in luctus augue hendrerit.</span>\r\n\r\n<!--more-->\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][contact-form-7 id=\"124\" title=\"Contact us\"][/vc_column][vc_column width=\"1/3\"][vc_gmaps][/vc_column][vc_column width=\"1/3\"][vc_wp_categories][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-05 16:36:22','2014-11-05 20:36:22','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=125',0,'revision','',0),(128,1,'2014-11-05 16:40:54','2014-11-05 20:40:54','[vc_row font_color=\"#020202\"][vc_column width=\"1/1\" font_color=\"#ffffff\" css=\".vc_custom_1415058091747{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<a href=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\"><img class=\"wp-image-39 aligncenter\" src=\"http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/teamwork.png\" alt=\"teamwork\" width=\"642\" height=\"428\" /></a>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum velit justo, venenatis et fermentum nec, fringilla tempor ligula. Mauris ullamcorper porttitor condimentum. In ut turpis eu eros scelerisque semper a eget lorem. Morbi ornare blandit magna sit amet efficitur. Nulla eleifend in augue sit amet malesuada. Vestibulum eget gravida nunc. Ut non egestas lorem. Sed nisl urna, pellentesque vel venenatis sollicitudin, venenatis rutrum augue. Nullam vel tortor nec elit pretium sagittis non ac odio. Integer dictum mauris quis ligula placerat pretium. Nulla pretium eros in magna gravida, in luctus augue hendrerit.</span>\r\n\r\n<!--more-->\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][contact-form-7 id=\"124\" title=\"Contact us\"][/vc_column][vc_column width=\"1/3\"][vc_gmaps][/vc_column][vc_column width=\"1/3\"][vc_wp_custommenu nav_menu=\"10\" title=\"Menu\"][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-11-05 16:40:54','2014-11-05 20:40:54','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=128',0,'revision','',0),(183,1,'2014-11-05 21:56:56','2014-11-06 01:56:56','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_tweetmeme type=\"horizontal\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in nisl lectus. Pellentesque eget facilisis elit, tincidunt efficitur arcu. Fusce sit amet tempus velit. Etiam imperdiet finibus commodo. Integer imperdiet faucibus arcu. Vestibulum sollicitudin ligula sapien, sit amet ullamcorper turpis auctor eu. Curabitur gravida venenatis odio eu mollis. Etiam varius diam vitae arcu elementum vestibulum.</span>\r\n\r\n<span style=\"color: #000000;\">Quisque vitae cursus mauris. Quisque accumsan tincidunt eros ac placerat. In sed semper arcu. Duis tincidunt vulputate nunc in scelerisque. Nulla consectetur interdum nisl non gravida. Suspendisse rhoncus fringilla eros nec pellentesque. Sed eu consectetur sapien, quis finibus massa. Quisque non suscipit magna. Aliquam maximus convallis tellus. Quisque fermentum nec lacus id vulputate.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_tweetmeme type=\"vertical\"][/vc_column][vc_column width=\"1/6\"][vc_facebook type=\"box_count\"][/vc_column][/vc_row]','Artists','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:56:56','2014-11-06 01:56:56','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=183',0,'revision','',0),(243,1,'2015-07-27 11:23:11','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','open','','','','','2015-07-27 11:23:11','0000-00-00 00:00:00','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?p=243',0,'post','',0),(134,1,'2014-11-05 17:12:19','2014-11-05 21:12:19','','Entertainment','','publish','closed','open','','artist','','','2014-12-11 10:34:00','2014-12-11 14:34:00','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=134',0,'page','',0),(135,1,'2014-11-05 17:12:19','2014-11-05 21:12:19','','Artist','','inherit','closed','open','','134-revision-v1','','','2014-11-05 17:12:19','2014-11-05 21:12:19','',134,'http://03a7f9b.netsolhost.com/artistdesigns/?p=135',0,'revision','',0),(137,1,'2014-11-05 17:13:47','2014-11-05 21:13:47','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"225\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x600\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"230\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x600\"][/vc_column][/vc_row]','Events','','publish','closed','open','','events','','','2014-12-11 10:29:13','2014-12-11 14:29:13','',134,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=137',0,'page','',0),(181,1,'2014-11-05 21:55:09','2014-11-06 01:55:09','','Artists','','inherit','closed','open','','134-revision-v1','','','2014-11-05 21:55:09','2014-11-06 01:55:09','',134,'http://03a7f9b.netsolhost.com/artistdesigns/?p=181',0,'revision','',0),(138,1,'2014-11-05 17:13:47','2014-11-05 21:13:47','','Events','','inherit','closed','open','','137-revision-v1','','','2014-11-05 17:13:47','2014-11-05 21:13:47','',137,'http://03a7f9b.netsolhost.com/artistdesigns/?p=138',0,'revision','',0),(146,1,'2014-11-05 17:20:02','2014-11-05 21:20:02','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Text on the button\" style=\"rounded\" color=\"blue\" size=\"md\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Text on the button\" style=\"rounded\" color=\"blue\" size=\"md\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 17:20:02','2014-11-05 21:20:02','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=146',0,'revision','',0),(147,1,'2014-11-05 17:22:22','2014-11-05 21:22:22','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.[/vc_column_text][vc_button2 title=\"Text on the button\" style=\"rounded\" color=\"blue\" size=\"md\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Text on the button\" style=\"rounded\" color=\"blue\" size=\"md\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 17:22:22','2014-11-05 21:22:22','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=147',0,'revision','',0),(148,1,'2014-11-05 17:23:43','2014-11-05 21:23:43','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.[/vc_column_text][vc_button2 title=\"Website\" style=\"rounded\" color=\"white\" size=\"lg\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Text on the button\" style=\"rounded\" color=\"blue\" size=\"md\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 17:23:43','2014-11-05 21:23:43','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=148',0,'revision','',0),(149,1,'2014-11-05 17:24:23','2014-11-05 21:24:23','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.[/vc_column_text][vc_button2 title=\"Website\" style=\"rounded\" color=\"white\" size=\"lg\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Website\" style=\"rounded\" color=\"white\" size=\"lg\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 17:24:23','2014-11-05 21:24:23','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=149',0,'revision','',0),(153,1,'2014-11-05 20:24:07','2014-11-06 00:24:07','','las-criaturas','tym hym yhm deg','inherit','closed','open','','las-criaturas','','','2014-11-05 22:23:28','2014-11-06 02:23:28','',31,'http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/las-criaturas.jpg',0,'attachment','image/jpeg',0),(152,1,'2014-11-05 17:33:45','2014-11-05 21:33:45','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\" image=\"150\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"600\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.[/vc_column_text][vc_button2 title=\"Website\" style=\"rounded\" color=\"white\" size=\"lg\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Website\" style=\"rounded\" color=\"white\" size=\"lg\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 17:33:45','2014-11-05 21:33:45','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=152',0,'revision','',0),(154,1,'2014-11-05 20:24:08','2014-11-06 00:24:08','','Magnate','fgnytnytmnytm ','inherit','closed','open','','magnate-2','','','2014-11-05 22:23:26','2014-11-06 02:23:26','',31,'http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/10/Magnate.jpg',0,'attachment','image/jpeg',0),(155,1,'2014-12-11 09:44:09','2014-12-11 13:44:09','[vc_row font_color=\"#ffffff\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #ffffff;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #ffffff;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"left-to-right\"]\n<div id=\"lipsum\">\n\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in nisl lectus. Pellentesque eget facilisis elit, tincidunt efficitur arcu. Fusce sit amet tempus velit. Etiam imperdiet finibus commodo. Integer imperdiet faucibus arcu. Vestibulum sollicitudin ligula sapien, sit amet ullamcorper turpis auctor eu. Curabitur gravida venenatis odio eu mollis. Etiam varius diam vitae arcu elementum vestibulum.</span>\n\n<span style=\"color: #000000;\">Quisque vitae cursus mauris. Quisque accumsan tincidunt eros ac placerat. In sed semper arcu. Duis tincidunt vulputate nunc in scelerisque. Nulla consectetur interdum nisl non gravida. Suspendisse rhoncus fringilla eros nec pellentesque. Sed eu consectetur sapien, quis finibus massa. Quisque non suscipit magna. Aliquam maximus convallis tellus. Quisque fermentum nec lacus id vulputate.</span>\n\n</div>\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_tweetmeme type=\"vertical\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_facebook type=\"box_count\"][/vc_column][/vc_row]','Artists','','inherit','closed','open','','31-autosave-v1','','','2014-12-11 09:44:09','2014-12-11 13:44:09','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=155',0,'revision','',0),(156,1,'2014-11-05 20:27:17','2014-11-06 00:27:17','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\" link=\"http://www.lasnuevascriaturas.com\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.[/vc_column_text][vc_button2 title=\"Website\" style=\"rounded\" color=\"white\" size=\"lg\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"right-to-left\" img_size=\"400\" link=\"http://www.magnatepr.com\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Website\" style=\"rounded\" color=\"white\" size=\"lg\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 20:27:17','2014-11-06 00:27:17','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=156',0,'revision','',0),(157,1,'2014-11-05 20:33:36','2014-11-06 00:33:36','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\" link=\"http://www.lasnuevascriaturas.com\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"right-to-left\" img_size=\"400\" link=\"http://www.magnatepr.com\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 20:33:36','2014-11-06 00:33:36','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=157',0,'revision','',0),(160,1,'2014-11-05 21:15:12','2014-11-06 01:15:12','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"right-to-left\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:15:12','2014-11-06 01:15:12','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=160',0,'revision','',0),(159,1,'2014-11-05 21:08:22','2014-11-06 01:08:22','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\" link=\"http://www.lasnuevascriaturas.com\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"right-to-left\" img_size=\"400\" link=\"http://www.magnatepr.com\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:08:22','2014-11-06 01:08:22','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=159',0,'revision','',0),(158,1,'2014-11-05 21:07:20','2014-11-06 01:07:20','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\" link=\"http://www.lasnuevascriaturas.com\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"grey\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"right-to-left\" img_size=\"400\" link=\"http://www.magnatepr.com\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:07:20','2014-11-06 01:07:20','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=158',0,'revision','',0),(161,1,'2014-11-05 21:15:46','2014-11-06 01:15:46','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"right-to-left\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:15:46','2014-11-06 01:15:46','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=161',0,'revision','',0),(162,1,'2014-11-05 21:17:40','2014-11-06 01:17:40','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:17:40','2014-11-06 01:17:40','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=162',0,'revision','',0),(163,1,'2014-11-05 21:20:41','2014-11-06 01:20:41','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][vc_video link=\"https://www.youtube.com/watch?v=UiWxltHEKGw&list=UUW6r-KVpESjfMi8tzlaRQFQ\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:20:41','2014-11-06 01:20:41','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=163',0,'revision','',0),(165,1,'2014-11-05 21:23:03','2014-11-06 01:23:03','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:23:03','2014-11-06 01:23:03','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=165',0,'revision','',0),(164,1,'2014-11-05 21:22:37','2014-11-06 01:22:37','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][vc_video link=\"http://youtu.be/UiWxltHEKGw?list=UUW6r-KVpESjfMi8tzlaRQFQ\" css=\".vc_custom_1415236959842{margin: 400px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:22:37','2014-11-06 01:22:37','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=164',0,'revision','',0),(166,1,'2014-11-05 21:26:27','2014-11-06 01:26:27','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_facebook type=\"standard\"][/vc_column][vc_column width=\"1/2\"][vc_facebook type=\"standard\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:26:27','2014-11-06 01:26:27','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=166',0,'revision','',0),(167,1,'2014-11-05 21:28:34','2014-11-06 01:28:34','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_tweetmeme type=\"horizontal\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_tweetmeme type=\"horizontal\"][/vc_column][vc_column width=\"1/2\"][vc_facebook type=\"standard\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:28:34','2014-11-06 01:28:34','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=167',0,'revision','',0),(169,1,'2014-11-05 21:32:42','2014-11-06 01:32:42','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_tweetmeme type=\"horizontal\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in nisl lectus. Pellentesque eget facilisis elit, tincidunt efficitur arcu. Fusce sit amet tempus velit. Etiam imperdiet finibus commodo. Integer imperdiet faucibus arcu. Vestibulum sollicitudin ligula sapien, sit amet ullamcorper turpis auctor eu. Curabitur gravida venenatis odio eu mollis. Etiam varius diam vitae arcu elementum vestibulum.</span>\r\n\r\n<span style=\"color: #000000;\">Quisque vitae cursus mauris. Quisque accumsan tincidunt eros ac placerat. In sed semper arcu. Duis tincidunt vulputate nunc in scelerisque. Nulla consectetur interdum nisl non gravida. Suspendisse rhoncus fringilla eros nec pellentesque. Sed eu consectetur sapien, quis finibus massa. Quisque non suscipit magna. Aliquam maximus convallis tellus. Quisque fermentum nec lacus id vulputate.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_tweetmeme type=\"horizontal\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_facebook type=\"standard\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:32:42','2014-11-06 01:32:42','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=169',0,'revision','',0),(168,1,'2014-11-05 21:30:57','2014-11-06 01:30:57','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_tweetmeme type=\"horizontal\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in nisl lectus. Pellentesque eget facilisis elit, tincidunt efficitur arcu. Fusce sit amet tempus velit. Etiam imperdiet finibus commodo. Integer imperdiet faucibus arcu. Vestibulum sollicitudin ligula sapien, sit amet ullamcorper turpis auctor eu. Curabitur gravida venenatis odio eu mollis. Etiam varius diam vitae arcu elementum vestibulum.</span>\r\n\r\n<span style=\"color: #000000;\">Quisque vitae cursus mauris. Quisque accumsan tincidunt eros ac placerat. In sed semper arcu. Duis tincidunt vulputate nunc in scelerisque. Nulla consectetur interdum nisl non gravida. Suspendisse rhoncus fringilla eros nec pellentesque. Sed eu consectetur sapien, quis finibus massa. Quisque non suscipit magna. Aliquam maximus convallis tellus. Quisque fermentum nec lacus id vulputate.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_tweetmeme type=\"horizontal\"][/vc_column][vc_column width=\"1/6\"][vc_facebook type=\"standard\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:30:57','2014-11-06 01:30:57','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=168',0,'revision','',0),(170,1,'2014-11-05 21:33:27','2014-11-06 01:33:27','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_tweetmeme type=\"horizontal\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in nisl lectus. Pellentesque eget facilisis elit, tincidunt efficitur arcu. Fusce sit amet tempus velit. Etiam imperdiet finibus commodo. Integer imperdiet faucibus arcu. Vestibulum sollicitudin ligula sapien, sit amet ullamcorper turpis auctor eu. Curabitur gravida venenatis odio eu mollis. Etiam varius diam vitae arcu elementum vestibulum.</span>\r\n\r\n<span style=\"color: #000000;\">Quisque vitae cursus mauris. Quisque accumsan tincidunt eros ac placerat. In sed semper arcu. Duis tincidunt vulputate nunc in scelerisque. Nulla consectetur interdum nisl non gravida. Suspendisse rhoncus fringilla eros nec pellentesque. Sed eu consectetur sapien, quis finibus massa. Quisque non suscipit magna. Aliquam maximus convallis tellus. Quisque fermentum nec lacus id vulputate.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_tweetmeme type=\"horizontal\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_facebook type=\"box_count\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:33:27','2014-11-06 01:33:27','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=170',0,'revision','',0),(171,1,'2014-11-05 21:34:05','2014-11-06 01:34:05','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_tweetmeme type=\"horizontal\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in nisl lectus. Pellentesque eget facilisis elit, tincidunt efficitur arcu. Fusce sit amet tempus velit. Etiam imperdiet finibus commodo. Integer imperdiet faucibus arcu. Vestibulum sollicitudin ligula sapien, sit amet ullamcorper turpis auctor eu. Curabitur gravida venenatis odio eu mollis. Etiam varius diam vitae arcu elementum vestibulum.</span>\r\n\r\n<span style=\"color: #000000;\">Quisque vitae cursus mauris. Quisque accumsan tincidunt eros ac placerat. In sed semper arcu. Duis tincidunt vulputate nunc in scelerisque. Nulla consectetur interdum nisl non gravida. Suspendisse rhoncus fringilla eros nec pellentesque. Sed eu consectetur sapien, quis finibus massa. Quisque non suscipit magna. Aliquam maximus convallis tellus. Quisque fermentum nec lacus id vulputate.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_tweetmeme type=\"vertical\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_facebook type=\"box_count\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:34:05','2014-11-06 01:34:05','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=171',0,'revision','',0),(172,1,'2014-11-05 21:35:24','2014-11-06 01:35:24','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_tweetmeme type=\"horizontal\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in nisl lectus. Pellentesque eget facilisis elit, tincidunt efficitur arcu. Fusce sit amet tempus velit. Etiam imperdiet finibus commodo. Integer imperdiet faucibus arcu. Vestibulum sollicitudin ligula sapien, sit amet ullamcorper turpis auctor eu. Curabitur gravida venenatis odio eu mollis. Etiam varius diam vitae arcu elementum vestibulum.</span>\r\n\r\n<span style=\"color: #000000;\">Quisque vitae cursus mauris. Quisque accumsan tincidunt eros ac placerat. In sed semper arcu. Duis tincidunt vulputate nunc in scelerisque. Nulla consectetur interdum nisl non gravida. Suspendisse rhoncus fringilla eros nec pellentesque. Sed eu consectetur sapien, quis finibus massa. Quisque non suscipit magna. Aliquam maximus convallis tellus. Quisque fermentum nec lacus id vulputate.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_tweetmeme type=\"vertical\"][/vc_column][vc_column width=\"1/6\"][vc_facebook type=\"box_count\"][/vc_column][/vc_row]','Entertainment','','inherit','closed','open','','31-revision-v1','','','2014-11-05 21:35:24','2014-11-06 01:35:24','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=172',0,'revision','',0),(182,1,'2014-11-05 21:56:03','2014-11-06 01:56:03','','Entertainment 1','','inherit','closed','open','','134-revision-v1','','','2014-11-05 21:56:03','2014-11-06 01:56:03','',134,'http://03a7f9b.netsolhost.com/artistdesigns/?p=182',0,'revision','',0),(186,1,'2014-11-05 22:02:19','2014-11-06 02:02:19','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in nisl lectus. Pellentesque eget facilisis elit, tincidunt efficitur arcu. Fusce sit amet tempus velit. Etiam imperdiet finibus commodo. Integer imperdiet faucibus arcu. Vestibulum sollicitudin ligula sapien, sit amet ullamcorper turpis auctor eu. Curabitur gravida venenatis odio eu mollis. Etiam varius diam vitae arcu elementum vestibulum.</span>\r\n\r\n<span style=\"color: #000000;\">Quisque vitae cursus mauris. Quisque accumsan tincidunt eros ac placerat. In sed semper arcu. Duis tincidunt vulputate nunc in scelerisque. Nulla consectetur interdum nisl non gravida. Suspendisse rhoncus fringilla eros nec pellentesque. Sed eu consectetur sapien, quis finibus massa. Quisque non suscipit magna. Aliquam maximus convallis tellus. Quisque fermentum nec lacus id vulputate.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_tweetmeme type=\"vertical\"][/vc_column][vc_column width=\"1/6\"][vc_facebook type=\"box_count\"][/vc_column][/vc_row]','Artists','','inherit','closed','open','','31-revision-v1','','','2014-11-05 22:02:19','2014-11-06 02:02:19','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=186',0,'revision','',0),(184,1,'2014-11-05 21:58:28','2014-11-06 01:58:28','','Entertainment','','inherit','closed','open','','134-revision-v1','','','2014-11-05 21:58:28','2014-11-06 01:58:28','',134,'http://03a7f9b.netsolhost.com/artistdesigns/?p=184',0,'revision','',0),(185,1,'2014-11-05 21:59:02','2014-11-06 01:59:02','','Media','','inherit','closed','open','','112-revision-v1','','','2014-11-05 21:59:02','2014-11-06 01:59:02','',112,'http://03a7f9b.netsolhost.com/artistdesigns/?p=185',0,'revision','',0),(187,1,'2014-11-05 22:07:33','2014-11-06 02:07:33','','P4P Live Streaming','','publish','closed','open','','p4p-live-streaming','','','2014-12-11 10:30:17','2014-12-11 14:30:17','',112,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=187',0,'page','',0),(188,1,'2014-11-05 22:07:33','2014-11-06 02:07:33','','P4P Live Streaming','','inherit','closed','open','','187-revision-v1','','','2014-11-05 22:07:33','2014-11-06 02:07:33','',187,'http://03a7f9b.netsolhost.com/artistdesigns/?p=188',0,'revision','',0),(189,1,'2014-11-05 22:09:43','2014-11-06 02:09:43','','Aero Designs','','publish','closed','open','','aero-designs','','','2014-12-11 10:46:34','2014-12-11 14:46:34','',114,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=189',3,'page','',0),(190,1,'2014-11-05 22:09:43','2014-11-06 02:09:43','','Aero Designs','','inherit','closed','open','','189-revision-v1','','','2014-11-05 22:09:43','2014-11-06 02:09:43','',189,'http://03a7f9b.netsolhost.com/artistdesigns/?p=190',0,'revision','',0),(191,1,'2014-11-05 22:10:09','2014-11-06 02:10:09','','Management','','publish','closed','open','','management','','','2014-12-11 10:46:28','2014-12-11 14:46:28','',114,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=191',0,'page','',0),(192,1,'2014-11-05 22:10:09','2014-11-06 02:10:09','','Management','','inherit','closed','open','','191-revision-v1','','','2014-11-05 22:10:09','2014-11-06 02:10:09','',191,'http://03a7f9b.netsolhost.com/artistdesigns/?p=192',0,'revision','',0),(193,1,'2014-11-05 22:10:57','2014-11-06 02:10:57','','Publishing','','publish','closed','open','','publishing','','','2014-12-11 10:46:30','2014-12-11 14:46:30','',114,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=193',0,'page','',0),(194,1,'2014-11-05 22:10:57','2014-11-06 02:10:57','','Publishing','','inherit','closed','open','','193-revision-v1','','','2014-11-05 22:10:57','2014-11-06 02:10:57','',193,'http://03a7f9b.netsolhost.com/artistdesigns/?p=194',0,'revision','',0),(195,1,'2014-11-05 22:12:18','2014-11-06 02:12:18','','Post Production','','publish','closed','open','','post-production','','','2014-12-11 10:46:38','2014-12-11 14:46:38','',114,'http://03a7f9b.netsolhost.com/artistdesigns/?page_id=195',4,'page','',0),(196,1,'2014-11-05 22:12:18','2014-11-06 02:12:18','','Post Production','','inherit','closed','open','','195-revision-v1','','','2014-11-05 22:12:18','2014-11-06 02:12:18','',195,'http://03a7f9b.netsolhost.com/artistdesigns/?p=196',0,'revision','',0),(197,1,'2014-11-05 22:21:25','2014-11-06 02:21:25','','Services','','inherit','closed','open','','114-autosave-v1','','','2014-11-05 22:21:25','2014-11-06 02:21:25','',114,'http://03a7f9b.netsolhost.com/artistdesigns/?p=197',0,'revision','',0),(198,1,'2014-11-05 22:26:12','2014-11-06 02:26:12',' ','','','publish','closed','open','','198','','','2014-11-05 23:05:34','2014-11-06 03:05:34','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?p=198',1,'nav_menu_item','',0),(199,1,'2014-11-05 22:26:12','2014-11-06 02:26:12',' ','','','publish','closed','open','','199','','','2014-11-05 23:05:34','2014-11-06 03:05:34','',0,'http://03a7f9b.netsolhost.com/artistdesigns/?p=199',2,'nav_menu_item','',0),(210,1,'2014-12-11 08:43:06','2014-12-11 12:43:06','[vc_row font_color=\"#0a0a0a\"][vc_column width=\"1/1\" font_color=\"#0a0a0a\" css=\".vc_custom_1418301811448{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_video title=\"Artist Designs & Management Corporation Trailes\" link=\"http://youtu.be/tISxncaw34I\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n \r\n<div id=\"lipsum\">\r\n\r\nLa empresa Artist Designs & Management Corp. es una plataforma creada para transformar posibilidades en realidad al satisfacer de forma integral todas las necesidades y expectativas del sector artístico y del mundo del entretenimiento.\r\n\r\nLa empresa Artist Designs & Management Corp. es especialista en el desarrollo y manejo de nuevos talentos mediante el diseño de estrategias innovadoras de análisis de análisis de mercado, administración, manejo de propiedad intelectual, administración de regalías, administración de derechos de autoría, creación de publicaciones discográficas, booking y publishing.\r\n\r\nLa empresa Artist Designs & Management Corp. es pionera en el desarrollo de nuevos modelos de gestión administrativa y de mercadeo mediante el uso efectivo de nuevas tecnologías para maximizar la exposición de nuestros talentos en el ámbito nacional e internacional.\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-12-11 08:43:06','2014-12-11 12:43:06','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=210',0,'revision','',0),(211,1,'2014-12-11 08:45:58','2014-12-11 12:45:58','[vc_row][vc_column width=\"1/1\"][vc_video title=\"Artist Designs & Management Corporation\" link=\"http://youtu.be/tISxncaw34I\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-12-11 08:45:58','2014-12-11 12:45:58','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=211',0,'revision','',0),(212,1,'2014-12-11 08:52:04','2014-12-11 12:52:04','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\"][vc_video title=\"Artist Designs & Management Corporation\" link=\"http://youtu.be/tISxncaw34I\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-12-11 08:52:04','2014-12-11 12:52:04','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=212',0,'revision','',0),(213,1,'2014-12-11 08:53:08','2014-12-11 12:53:08','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\"][vc_video link=\"http://youtu.be/tISxncaw34I\" css=\".vc_custom_1418302413206{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;border-left-color: #1e1610 !important;border-right-color: #1e1610 !important;border-top-color: #1e1610 !important;border-bottom-color: #1e1610 !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-12-11 08:53:08','2014-12-11 12:53:08','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=213',0,'revision','',0),(215,1,'2014-12-11 08:54:39','2014-12-11 12:54:39','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\"][vc_video link=\"http://youtu.be/tISxncaw34I\" css=\".vc_custom_1418302503089{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-12-11 08:54:39','2014-12-11 12:54:39','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=215',0,'revision','',0),(214,1,'2014-12-11 08:53:59','2014-12-11 12:53:59','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\"][vc_video link=\"http://youtu.be/tISxncaw34I\" css=\".vc_custom_1418302463657{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;border-left-color: #1e1610 !important;border-right-color: #1e1610 !important;border-top-color: #1e1610 !important;border-bottom-color: #1e1610 !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-12-11 08:53:59','2014-12-11 12:53:59','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=214',0,'revision','',0),(217,1,'2014-12-11 08:56:08','2014-12-11 12:56:08','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\"][vc_video link=\"http://youtu.be/tISxncaw34I\" css=\".vc_custom_1418302590843{margin: 15px !important;border-width: 15px !important;padding: 15px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-12-11 08:56:08','2014-12-11 12:56:08','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=217',0,'revision','',0),(216,1,'2014-12-11 08:55:31','2014-12-11 12:55:31','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\"][vc_video link=\"http://youtu.be/tISxncaw34I\" css=\".vc_custom_1418302554795{margin-top: 15px !important;margin-right: 15px !important;margin-bottom: 15px !important;margin-left: 15px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-12-11 08:55:31','2014-12-11 12:55:31','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=216',0,'revision','',0),(218,1,'2014-12-11 09:42:00','2014-12-11 13:42:00','[vc_row][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #000000;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in nisl lectus. Pellentesque eget facilisis elit, tincidunt efficitur arcu. Fusce sit amet tempus velit. Etiam imperdiet finibus commodo. Integer imperdiet faucibus arcu. Vestibulum sollicitudin ligula sapien, sit amet ullamcorper turpis auctor eu. Curabitur gravida venenatis odio eu mollis. Etiam varius diam vitae arcu elementum vestibulum.</span>\r\n\r\n<span style=\"color: #000000;\">Quisque vitae cursus mauris. Quisque accumsan tincidunt eros ac placerat. In sed semper arcu. Duis tincidunt vulputate nunc in scelerisque. Nulla consectetur interdum nisl non gravida. Suspendisse rhoncus fringilla eros nec pellentesque. Sed eu consectetur sapien, quis finibus massa. Quisque non suscipit magna. Aliquam maximus convallis tellus. Quisque fermentum nec lacus id vulputate.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_tweetmeme type=\"vertical\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_facebook type=\"box_count\"][/vc_column][/vc_row]','Artists','','inherit','closed','open','','31-revision-v1','','','2014-12-11 09:42:00','2014-12-11 13:42:00','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=218',0,'revision','',0),(219,1,'2014-12-11 09:43:02','2014-12-11 13:43:02','[vc_row font_color=\"#ffffff\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #000000;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #ffffff;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #000000;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in nisl lectus. Pellentesque eget facilisis elit, tincidunt efficitur arcu. Fusce sit amet tempus velit. Etiam imperdiet finibus commodo. Integer imperdiet faucibus arcu. Vestibulum sollicitudin ligula sapien, sit amet ullamcorper turpis auctor eu. Curabitur gravida venenatis odio eu mollis. Etiam varius diam vitae arcu elementum vestibulum.</span>\r\n\r\n<span style=\"color: #000000;\">Quisque vitae cursus mauris. Quisque accumsan tincidunt eros ac placerat. In sed semper arcu. Duis tincidunt vulputate nunc in scelerisque. Nulla consectetur interdum nisl non gravida. Suspendisse rhoncus fringilla eros nec pellentesque. Sed eu consectetur sapien, quis finibus massa. Quisque non suscipit magna. Aliquam maximus convallis tellus. Quisque fermentum nec lacus id vulputate.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_tweetmeme type=\"vertical\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_facebook type=\"box_count\"][/vc_column][/vc_row]','Artists','','inherit','closed','open','','31-revision-v1','','','2014-12-11 09:43:02','2014-12-11 13:43:02','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=219',0,'revision','',0),(221,1,'2014-12-11 10:04:16','2014-12-11 14:04:16','[vc_row font_color=\"#ffffff\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #ffffff;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #ffffff;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #ffffff;\">Magnate, que su nombre de pila es Ramón Olivera nacido en San Juan PR, reside actualmente entre la ciudades de Medellín en Colombia y Miami, Florida. Este joven artista nació con una melodiosa voz y una singular destreza para interpretar y componer letras para el amor y la admiración por la mujer.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_tweetmeme type=\"vertical\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_facebook type=\"box_count\"][/vc_column][/vc_row]','Artists','','inherit','closed','open','','31-revision-v1','','','2014-12-11 10:04:16','2014-12-11 14:04:16','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=221',0,'revision','',0),(220,1,'2014-12-11 09:45:58','2014-12-11 13:45:58','[vc_row font_color=\"#ffffff\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #ffffff;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #ffffff;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #ffffff;\">Magnate, que su nombre de pila es Ramón Olivera nacido en San Juan PR, reside actualmente entre la ciudades de Medellín en Colombia y Miami, Florida. Este joven artista nació con una melodiosa voz y una singular destreza para interpretar y componer letras para el amor y la admiración por la mujer.</span>\r\n\r\n<span style=\"color: #ffffff;\">Magnate, en estos pasados 12 años de trayectoria ha vivido grandes experiencia en la música latina urbana como cantante, compositor y componente del dúo (Magnate y Valentino). Su mayor satisfacción ha sido su relación con su fanaticada, porque los mismos lo han apoyado incondicionalmente desde su lanzamiento y todo su desarrollo, hasta llevarlo a convertirse en ídolo de multitudes a nivel local e internacional.</span>\r\n\r\n<span style=\"color: #ffffff;\">Magnate, un artista con grandes experiencias vividas, ha logrado consolidarse como uno de los pilares en la evolución de la música urbana. Ganando toda la madurez personal y profesional necesaria, para presentar al mundo su nuevo paso artístico, que será su carrera musical como solista.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_tweetmeme type=\"vertical\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_facebook type=\"box_count\"][/vc_column][/vc_row]','Artists','','inherit','closed','open','','31-revision-v1','','','2014-12-11 09:45:58','2014-12-11 13:45:58','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=220',0,'revision','',0),(223,1,'2014-12-11 10:07:23','2014-12-11 14:07:23','[vc_row font_color=\"#ffffff\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #ffffff;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #ffffff;\">Magnate, que su nombre de pila es Ramón Olivera nacido en San Juan PR, reside actualmente entre la ciudades de Medellín en Colombia y Miami, Florida. Este joven artista nació con una melodiosa voz y una singular destreza para interpretar y componer letras para el amor y la admiración por la mujer.</span>\r\n\r\n<span style=\"color: #ffffff;\">Magnate, en estos pasados 12 años de trayectoria ha vivido grandes experiencia en la música latina urbana como cantante, compositor y componente del dúo (Magnate y Valentino). Su mayor satisfacción ha sido su relación con su fanaticada, porque los mismos lo han apoyado incondicionalmente desde su lanzamiento y todo su desarrollo, hasta llevarlo a convertirse en ídolo de multitudes a nivel local e internacional.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_tweetmeme type=\"vertical\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_facebook type=\"box_count\"][/vc_column][/vc_row]','Artists','','inherit','closed','open','','31-revision-v1','','','2014-12-11 10:07:23','2014-12-11 14:07:23','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=223',0,'revision','',0),(222,1,'2014-12-11 10:06:29','2014-12-11 14:06:29','[vc_row font_color=\"#ffffff\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\"]<span style=\"color: #ffffff;\">I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</span>[/vc_column_text][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"153\" css_animation=\"right-to-left\" style=\"vc_box_rounded\" img_size=\"400\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"right-to-left\"]<span style=\"color: #ffffff;\">Generalmente en la música urbana los dúos se componen de una voz que lleva la melodía y el otro trabaja los versos también conocidos como “Chanteos”. Cuando se analizan los dúos exitosos en la música urbana, se puede pensar en (Wisin- Chanteos Yandel/ Melodías, Magnate-Melodías/Valentino- Chanteos, Rakim- Chanteos /Kenny- Melodías) entre otros. Existe algo muy auténtico en la unión de estos jóvenes puertorriqueños, es que ambos tienen la habilidad de interpretar sus melodías en cualquier tipo de género, acomplejándose de una manera perfecta, donde el oído puede identificar dos estilos de voces en las canciones pero se convierten en una melodía agradable y pegajosa.</span>[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fwww.lasnuevascriaturas.com%2F|title:Falsetto%20%26%20Sammy%20%22Las%20Nuevas%20Criaturas%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row font_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"154\" css_animation=\"left-to-right\" img_size=\"400\" style=\"vc_box_rounded\"][/vc_column][vc_column width=\"1/2\" font_color=\"#ffffff\"][vc_column_text css_animation=\"left-to-right\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #ffffff;\">Magnate, que su nombre de pila es Ramón Olivera nacido en San Juan PR, reside actualmente entre la ciudades de Medellín en Colombia y Miami, Florida. Este joven artista nació con una melodiosa voz y una singular destreza para interpretar y componer letras para el amor y la admiración por la mujer.</span>\r\n\r\n<span style=\"color: #ffffff;\">Magnate, en estos pasados 12 años de trayectoria ha vivido grandes experiencia en la música latina urbana como cantante, compositor y componente del dúo (Magnate y Valentino). Su mayor satisfacción ha sido su relación con su fanaticada, porque los mismos lo han apoyado incondicionalmente desde su lanzamiento y todo su desarrollo, hasta llevarlo a convertirse en ídolo de multitudes a nivel local e internacional.</span>\r\n\r\n</div>\r\n[/vc_column_text][vc_button2 title=\"Official Website\" style=\"rounded\" color=\"white\" size=\"lg\" link=\"url:http%3A%2F%2Fmagnatepr.com%2F|title:Magnate%20%22The%20One%20%26%20Only%22|target:%20_blank\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_tweetmeme type=\"vertical\"][/vc_column][vc_column width=\"1/6\" font_color=\"#ffffff\"][vc_facebook type=\"box_count\"][/vc_column][/vc_row]','Artists','','inherit','closed','open','','31-revision-v1','','','2014-12-11 10:06:29','2014-12-11 14:06:29','',31,'http://03a7f9b.netsolhost.com/artistdesigns/?p=222',0,'revision','',0),(224,1,'2014-12-11 10:18:45','2014-12-11 14:18:45','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"225\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x600\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"225\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x600\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','open','','137-autosave-v1','','','2014-12-11 10:18:45','2014-12-11 14:18:45','',137,'http://03a7f9b.netsolhost.com/artistdesigns/?p=224',0,'revision','',0),(225,1,'2014-12-11 10:13:24','2014-12-11 14:13:24','','Tributo-a-Bon-Jovi-V2-REV2-WEB','','inherit','closed','open','','tributo-a-bon-jovi-v2-rev2-web','','','2014-12-11 10:13:24','2014-12-11 14:13:24','',137,'http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/11/Tributo-a-Bon-Jovi-V2-REV2-WEB.png',0,'attachment','image/png',0),(226,1,'2014-12-11 10:14:18','2014-12-11 14:14:18','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"225\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','open','','137-revision-v1','','','2014-12-11 10:14:18','2014-12-11 14:14:18','',137,'http://03a7f9b.netsolhost.com/artistdesigns/?p=226',0,'revision','',0),(227,1,'2014-12-11 10:15:21','2014-12-11 14:15:21','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"225\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x700\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','open','','137-revision-v1','','','2014-12-11 10:15:21','2014-12-11 14:15:21','',137,'http://03a7f9b.netsolhost.com/artistdesigns/?p=227',0,'revision','',0),(228,1,'2014-12-11 10:17:08','2014-12-11 14:17:08','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"225\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"300x600\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','open','','137-revision-v1','','','2014-12-11 10:17:08','2014-12-11 14:17:08','',137,'http://03a7f9b.netsolhost.com/artistdesigns/?p=228',0,'revision','',0),(229,1,'2014-12-11 10:17:38','2014-12-11 14:17:38','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"225\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x600\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','open','','137-revision-v1','','','2014-12-11 10:17:38','2014-12-11 14:17:38','',137,'http://03a7f9b.netsolhost.com/artistdesigns/?p=229',0,'revision','',0),(230,1,'2014-12-11 10:18:50','2014-12-11 14:18:50','','Kansas-John-Elefante-WEB-REV','','inherit','closed','open','','kansas-john-elefante-web-rev','','','2014-12-11 10:18:50','2014-12-11 14:18:50','',137,'http://03a7f9b.netsolhost.com/artistdesigns/wp-content/uploads/2014/11/Kansas-John-Elefante-WEB-REV.jpg',0,'attachment','image/jpeg',0),(233,1,'2014-12-11 10:20:23','2014-12-11 14:20:23','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"225\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x600\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"230\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x600\"][/vc_column][/vc_row]','Events','','inherit','closed','open','','137-revision-v1','','','2014-12-11 10:20:23','2014-12-11 14:20:23','',137,'http://03a7f9b.netsolhost.com/artistdesigns/?p=233',0,'revision','',0),(231,1,'2014-12-11 10:19:05','2014-12-11 14:19:05','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"225\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x600\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"230\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x600\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','open','','137-revision-v1','','','2014-12-11 10:19:05','2014-12-11 14:19:05','',137,'http://03a7f9b.netsolhost.com/artistdesigns/?p=231',0,'revision','',0),(232,1,'2014-12-11 10:19:29','2014-12-11 14:19:29','[vc_row][vc_column width=\"1/1\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"225\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x600\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_single_image border_color=\"grey\" img_link_target=\"_blank\" image=\"230\" css_animation=\"top-to-bottom\" alignment=\"center\" style=\"vc_box_rounded\" img_link_large=\"yes\" img_size=\"400x600\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_target=\"_self\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','open','','137-revision-v1','','','2014-12-11 10:19:29','2014-12-11 14:19:29','',137,'http://03a7f9b.netsolhost.com/artistdesigns/?p=232',0,'revision','',0),(235,1,'2014-12-11 10:52:36','2014-12-11 14:52:36','[vc_row font_color=\"#ffffff\"][vc_column width=\"1/1\" font_color=\"#0a0a0a\" css=\".vc_custom_1418301811448{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_video title=\"Artist Designs & Management Corporation\" link=\"http://youtu.be/tISxncaw34I\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es una plataforma creada para transformar posibilidades en realidad al satisfacer de forma integral todas las necesidades y expectativas del sector artístico y del mundo del entretenimiento.</span>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es especialista en el desarrollo y manejo de nuevos talentos mediante el diseño de estrategias innovadoras de análisis de análisis de mercado, administración, manejo de propiedad intelectual, administración de regalías, administración de derechos de autoría, creación de publicaciones discográficas, booking y publishing.</span>\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es pionera en el desarrollo de nuevos modelos de gestión administrativa y de mercadeo mediante el uso efectivo de nuevas tecnologías para maximizar la exposición de nuestros talentos en el ámbito nacional e internacional.</span>\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-12-11 10:52:36','2014-12-11 14:52:36','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=235',0,'revision','',0),(236,1,'2014-12-11 13:36:58','2014-12-11 17:36:58','[vc_row font_color=\"#ffffff\"][vc_column width=\"1/1\" font_color=\"#0a0a0a\" css=\".vc_custom_1418301811448{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=UiVLqe3CfZk&feature=youtu.be\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es una plataforma creada para transformar posibilidades en realidad al satisfacer de forma integral todas las necesidades y expectativas del sector artístico y del mundo del entretenimiento.</span>\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es especialista en el desarrollo y manejo de nuevos talentos mediante el diseño de estrategias innovadoras de análisis de análisis de mercado, administración, manejo de propiedad intelectual, administración de regalías, administración de derechos de autoría, creación de publicaciones discográficas, booking y publishing.</span>\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es pionera en el desarrollo de nuevos modelos de gestión administrativa y de mercadeo mediante el uso efectivo de nuevas tecnologías para maximizar la exposición de nuestros talentos en el ámbito nacional e internacional.</span>\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2014-12-11 13:36:58','2014-12-11 17:36:58','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=236',0,'revision','',0),(237,1,'2014-12-11 13:37:02','2014-12-11 17:37:02','[vc_row][vc_column width=\"1/1\" font_color=\"#ffffff\"][vc_video link=\"https://www.youtube.com/watch?v=UiVLqe3CfZk&feature=youtu.be\" css=\".vc_custom_1418319436615{margin-top: 15px !important;margin-right: 15px !important;margin-bottom: 15px !important;margin-left: 15px !important;border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','open','','34-revision-v1','','','2014-12-11 13:37:02','2014-12-11 17:37:02','',34,'http://03a7f9b.netsolhost.com/artistdesigns/?p=237',0,'revision','',0),(242,1,'2015-02-05 10:21:15','2015-02-05 14:21:15','[vc_row font_color=\"#ffffff\"][vc_column width=\"1/1\" font_color=\"#0a0a0a\" css=\".vc_custom_1418301811448{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=UiVLqe3CfZk&feature=youtu.be\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div id=\"lipsum\">\r\n\r\n<span style=\"color: #ffffff;\">¿Quiénes somos?</span>\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es una plataforma creada para transformar posibilidades en realidad al satisfacer de forma integral todas las necesidades y expectativas del sector artístico y del mundo del entretenimiento.</span>\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es especialista en el desarrollo y manejo de nuevos talentos mediante el diseño de estrategias innovadoras de análisis de análisis de mercado, administración, manejo de propiedad intelectual, administración de regalías, administración de derechos de autoría, creación de publicaciones discográficas, booking y publishing.</span>\r\n\r\n<span style=\"color: #ffffff;\">La empresa Artist Designs & Management Corp. es pionera en el desarrollo de nuevos modelos de gestión administrativa y de mercadeo mediante el uso efectivo de nuevas tecnologías para maximizar la exposición de nuestros talentos en el ámbito nacional e internacional.</span>\r\n\r\n<span style=\"color: #ffffff;\"> </span>\r\n\r\n<span style=\"color: #ffffff;\">Nuestra Misión</span>\r\n\r\n<span style=\"color: #ffffff;\">Potenciar el éxito de nuestros artistas a través de estrategias creativas e innovadoras de desarrollo, manejo y mercadeo que promuevan el bienestar y el crecimiento personal y profesional de nuestros talentos y que faciliten la entrada, difusión y el posicionamiento de nuestros productos en nuevos mercados.</span>\r\n\r\n<span style=\"color: #ffffff;\">Nuestra Visión</span>\r\n\r\n<span style=\"color: #ffffff;\">Ser reconocidos como una empresa líder, sólida e influyente en el desarrollo y manejo de talentos, sinónimo de seguridad, confiabilidad, eficiencia y calidad y con proyección nacional e internacional en la promoción y organización de eventos.</span>\r\n\r\n<span style=\"color: #ffffff;\">Principio</span>\r\n\r\n<span style=\"color: #ffffff;\">El principio fundamental de Artist Designs & Management Corp. es desarrollar los valores y las actitudes necesarias para generar acciones orientadas al crecimiento personal y profesional de nuestros artistas y que a su vez fomenten las conductas éticas y favorezcan la difusión de nuestra diversidad cultural.</span>\r\n\r\n<span style=\"color: #ffffff;\">Valores</span>\r\n\r\n<span style=\"color: #ffffff;\">Los valores que conforman la empresa Artist Designs & Management Corp. y que se ven reflejados y fortalecidos a través de todos nuestros departamentos son: el respeto, honestidad, solidaridad, responsabilidad social, compromiso y lealtad, que son los pilares para la construcción de una sociedad pacífica y próspera.</span>\r\n\r\n<span style=\"color: #ffffff;\">Objetivos</span>\r\n\r\n<span style=\"color: #ffffff;\">General:</span>\r\n\r\n<span style=\"color: #ffffff;\">Lograr proyectarnos a nivel nacional e internacional a través del reconocimiento y posicionamiento de nuestros artistas en los diferentes mercados mediante la creación y desarrollo de estrategias administrativas creativas, efectivas y sólidas, cumpliendo con los estándares de honestidad y compromiso de Artist Designs & Management Corp.</span>\r\n\r\n<span style=\"color: #ffffff;\">Específicos</span>\r\n\r\n<span style=\"color: #ffffff;\">Creación de estrategias innovadoras que fomenten el desarrollo y posicionamiento de nuestros artistas.</span>\r\n\r\n<span style=\"color: #ffffff;\">Proveer todos los servicios necesarios para satisfacer las necesidades artísticas de nuestros talentos, desde el diseño de imagen hasta el recaudo de regalías.</span>\r\n\r\n<span style=\"color: #ffffff;\">Diseñar estrategias de mercadeo individualizadas para la incursión y expansión en los territorios seleccionados.</span>\r\n\r\n<span style=\"color: #ffffff;\">Organizar, desarrollar y promover eventos artísticos a través de los diferentes medios de comunicación para difundir y dar a conocer nuestros productos en los diversos mercados.</span>\r\n\r\n<span style=\"color: #ffffff;\">Mantenernos a la vanguardia en la tecnología para consolidar nuestra posición en el mercado y aumentar la competitividad de nuestros productos.</span>\r\n\r\n<span style=\"color: #ffffff;\">Ampliar nuestra oferta mediante la creación y desarrollo de nuevos productos y servicios.</span>\r\n\r\n<span style=\"color: #ffffff;\"> </span>\r\n\r\n<span style=\"color: #ffffff;\"> </span>\r\n\r\n<span style=\"color: #ffffff;\"> </span>\r\n\r\n<span style=\"color: #ffffff;\"> </span>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','About us','','inherit','closed','open','','25-revision-v1','','','2015-02-05 10:21:15','2015-02-05 14:21:15','',25,'http://03a7f9b.netsolhost.com/artistdesigns/?p=242',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 (15,4,0),(20,4,0),(17,4,0),(16,4,0),(198,12,0),(199,12,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=13 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,0),(4,4,'slideshow_category','',0,4),(6,6,'portfolio_category','',0,0),(7,7,'portfolio_category','',0,0),(8,8,'portfolio_category','',0,0),(12,12,'nav_menu','',0,2); /*!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=13 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),(4,'Headbanners','headbanners',0),(6,'Concerts','concerts',0),(7,'Artist','artist',0),(8,'Events','events',0),(12,'Home','home',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=27 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','kikeduran'),(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\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','243'),(15,1,'wp_user-settings','libraryContent=browse&mfold=o&editor=tinymce&editor_expand=on&wplink=1&hidetb=1'),(16,1,'wp_user-settings-time','1415217364'),(17,1,'managenav-menuscolumnshidden','a:1:{i:0;s:11:\"description\";}'),(26,1,'default_password_nag',''),(18,1,'metaboxhidden_nav-menus','a:0:{}'),(23,1,'session_tokens','a:2:{s:64:\"945c28232a497f6ee581e6d92be7fcff120433cec6c35c065abfed58a56e7c3d\";i:1438183389;s:64:\"be3f4b94b551629264d96b22948250c84fde1563f80f86bf0e5c13ec9ad654e6\";i:1438184992;}'),(19,1,'nav_menu_recently_edited','12'),(20,1,'closedpostboxes_nav-menus','a:0:{}'),(21,1,'closedpostboxes_page','a:2:{i:0;s:10:\"postcustom\";i:1;s:9:\"authordiv\";}'),(22,1,'metaboxhidden_page','a:14:{i:0;s:9:\"vc_teaser\";i:1;s:12:\"postimagediv\";i:2;s:19:\"wpb_visual_composer\";i:3;s:56:\"redux-munch_theme_settings-metabox-home-template-options\";i:4;s:60:\"redux-munch_theme_settings-metabox-parallax-template-options\";i:5;s:59:\"redux-munch_theme_settings-metabox-gallery-template-options\";i:6;s:59:\"redux-munch_theme_settings-metabox-contact-template-options\";i:7;s:12:\"revisionsdiv\";i:8;s:11:\"postexcerpt\";i:9;s:10:\"postcustom\";i:10;s:16:\"commentstatusdiv\";i:11;s:11:\"commentsdiv\";i:12;s:7:\"slugdiv\";i:13;s:9:\"authordiv\";}'),(24,1,'meta-box-order_page','a:3:{s:4:\"side\";s:46:\"submitdiv,pageparentdiv,vc_teaser,postimagediv\";s:6:\"normal\";s:388:\"wpb_visual_composer,redux-munch_theme_settings-metabox-page-options,redux-munch_theme_settings-metabox-home-template-options,redux-munch_theme_settings-metabox-parallax-template-options,redux-munch_theme_settings-metabox-gallery-template-options,redux-munch_theme_settings-metabox-contact-template-options,revisionsdiv,postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(25,1,'screen_layout_page','2'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'kikeduran','$P$BCxumYxNc2mIpTT2h6cyP8NBk.T8Ca.','kikeduran','cduran@artistdesignsmc.com','','2014-08-13 15:26:49','',0,'kikeduran'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03a7f9b_7' -- 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 2017-05-27 11:22:06