0byt3m1n1
Path:
/
data
/
20
/
1
/
112
/
142
/
1927631
/
meta
/
2100764
/
mysql.backup
/
[
Home
]
File: northcountrymall.mysqlcluster13.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster13 Database: northcountrymall -- ------------------------------------------------------ -- Server version 5.6.41-84.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2016-06-17 09:00:47','2016-06-17 09:00:47','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_it_catalog_album_catalog_contact` -- DROP TABLE IF EXISTS `wp_huge_it_catalog_album_catalog_contact`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_it_catalog_album_catalog_contact` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `album_id` int(11) DEFAULT NULL, `catalog_id` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_it_catalog_album_catalog_contact` -- LOCK TABLES `wp_huge_it_catalog_album_catalog_contact` WRITE; /*!40000 ALTER TABLE `wp_huge_it_catalog_album_catalog_contact` DISABLE KEYS */; INSERT INTO `wp_huge_it_catalog_album_catalog_contact` VALUES (8,8,8),(9,9,0),(10,8,9); /*!40000 ALTER TABLE `wp_huge_it_catalog_album_catalog_contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_it_catalog_albums` -- DROP TABLE IF EXISTS `wp_huge_it_catalog_albums`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_it_catalog_albums` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` text CHARACTER SET utf8 NOT NULL, `catalog_album_view_mode` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_it_catalog_albums` -- LOCK TABLES `wp_huge_it_catalog_albums` WRITE; /*!40000 ALTER TABLE `wp_huge_it_catalog_albums` DISABLE KEYS */; INSERT INTO `wp_huge_it_catalog_albums` VALUES (8,'album1',2),(9,'album2',6); /*!40000 ALTER TABLE `wp_huge_it_catalog_albums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_it_catalog_asc_seller` -- DROP TABLE IF EXISTS `wp_huge_it_catalog_asc_seller`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_it_catalog_asc_seller` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `user_name` text CHARACTER SET utf8 NOT NULL, `user_email` text CHARACTER SET utf8 NOT NULL, `user_phone` text CHARACTER SET utf8 NOT NULL, `user_massage` text CHARACTER SET utf8 NOT NULL, `user_ip` text CHARACTER SET utf8 NOT NULL, `date` text CHARACTER SET utf8 NOT NULL, `spam` text CHARACTER SET utf8 NOT NULL, `read_or_not` int(11) unsigned NOT NULL, `product_id` int(11) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_it_catalog_asc_seller` -- LOCK TABLES `wp_huge_it_catalog_asc_seller` WRITE; /*!40000 ALTER TABLE `wp_huge_it_catalog_asc_seller` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_huge_it_catalog_asc_seller` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_it_catalog_general_params` -- DROP TABLE IF EXISTS `wp_huge_it_catalog_general_params`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_it_catalog_general_params` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(50) CHARACTER SET utf8 NOT NULL, `title` varchar(200) CHARACTER SET utf8 NOT NULL, `description` text CHARACTER SET utf8 NOT NULL, `value` varchar(200) CHARACTER SET utf8 NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_it_catalog_general_params` -- LOCK TABLES `wp_huge_it_catalog_general_params` WRITE; /*!40000 ALTER TABLE `wp_huge_it_catalog_general_params` DISABLE KEYS */; INSERT INTO `wp_huge_it_catalog_general_params` VALUES (8,'ht_single_product_price_text','ht_single_product_price_text','','Price'),(9,'ht_single_product_comments_text','ht_single_product_comments_text','','Comments'),(10,'ht_single_product_parameters_text','ht_single_product_parameters_text','','Parameters'),(11,'ht_single_product_rating_text','ht_single_product_rating_text','','Rating'),(12,'ht_single_product_share_text','ht_single_product_share_text','','Share'),(13,'ht_single_product_your_name_text','ht_single_product_your_name_text','','Your Name'),(14,'ht_single_product_your_Comment_text','ht_single_product_your_Comment_text','','Your Comment'),(15,'ht_single_product_captcha_text','ht_single_product_captcha_text','','Captcha'),(16,'ht_single_product_invalid_captcha_text','ht_single_product_invalid_captcha_text','','Invalid Captcha'),(17,'ht_single_product_asc_to_seller_text','ht_single_product_asc_to_seller_text','','Contact Seller'),(18,'ht_single_product_your_mail_text','Your E-mail','','Your E-mail'),(19,'ht_single_product_your_phone_text','Your Phone','','Your Phone'),(20,'ht_single_product_your_message_text','Your Message','','Your Message'),(21,'ht_catalog_general_message_to_admin','ht_catalog_general_message_to_admin','','on'),(22,'ht_catalog_general_admin_email','ht_catalog_general_admin_email','','vinod@web2byte.com'),(23,'ht_catalog_general_admin_email_subject','ht_catalog_general_admin_email_subject','','Admin subject'),(24,'ht_catalog_general_admin_email_message','ht_catalog_general_admin_email_message','','Message For admin {userMessage}'),(25,'ht_catalog_general_admin_from_text','ht_catalog_general_admin_from_text','','vinod@web2byte.com'),(26,'ht_catalog_general_message_to_user','ht_catalog_general_message_to_user','','on'),(27,'ht_catalog_general_user_subject','ht_catalog_general_user_subject','','User subject'),(28,'ht_catalog_general_user_message','ht_catalog_general_user_message','','Message for user'),(29,'ht_catalog_general_linkbutton_text','ht_catalog_general_linkbutton_text','','View Product'),(30,'ht_single_product_show_asc_seller_button','ht_single_product_show_asc_seller_button','','on'),(31,'ht_single_product_comments_submit_button_text','Zoom Window Type','','Submit'),(32,'ht_single_product_asc_seller_popup_button_text','Zoom Window Type','','Submit'),(33,'ht_single_product_asc_seller_button_text','ht_single_product_asc_seller_button_text','','Contact Seller'),(34,'ht_single_product_invalid_mail_text','ht_single_product_invalid_mail_text','ht_single_product_invalid_mail_text','Invalid Email'),(35,'ht_catalog_general_no_search_result_text','ht_catalog_general_no_search_result_text','','No product matches your request.'); /*!40000 ALTER TABLE `wp_huge_it_catalog_general_params` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_it_catalog_products` -- DROP TABLE IF EXISTS `wp_huge_it_catalog_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_it_catalog_products` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(100) DEFAULT NULL, `catalog_id` varchar(200) DEFAULT NULL, `description` text, `image_url` text, `sl_url` varchar(128) DEFAULT NULL, `sl_type` text NOT NULL, `link_target` text NOT NULL, `ordering` int(11) NOT NULL, `published` varchar(5) NOT NULL, `published_in_sl_width` text NOT NULL, `price` varchar(200) NOT NULL, `market_price` varchar(200) NOT NULL, `parameters` text NOT NULL, `single_product_url_type` text, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_it_catalog_products` -- LOCK TABLES `wp_huge_it_catalog_products` WRITE; /*!40000 ALTER TABLE `wp_huge_it_catalog_products` DISABLE KEYS */; INSERT INTO `wp_huge_it_catalog_products` VALUES (16,'Pit Crew Watch','8','<p>Capturing all the thrills of race day with its tire-design crown, Pit Crew adds new 3-hand bracelet models with bold links made of silicon-wrapped TR90, a high tech thermoplastic composite prized for its light weight and rich color. New designs feature graphic new stylized stripe straps suggested by an aerial view of the Abu-Dhabi Ferrari World theme park, or the Racing Shield logo on the strap upper half, mimicking the position of the shield on the sides of the racing cars.</p>','http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/1.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/1.3.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/1.2.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/1.1.jpg;',NULL,'','off',5,'on','10','$200.00','$135.00','Condition_()_NEW*()*Brand_()_FERRARI*()*Movement_()_QUARTZ*()*Color_()_BLUE*()*CASE DIAMETER_()_44 MM*()*Color Case_()_BLUE*()*Segment_()_FANS','default'),(17,'Scuderia Ferrari chronograph','8','Available from next week on our Worldwide online store for all our customers.\r\nAvailable on our US online store in the beginning of July. \r\n<p>“Scuderia”, Ferrari\'s most classic watch line, boasts a timeless style with traditional male details, including its 44 mm case. </p>','http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/2.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/2.1.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/2.2.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/2.3.jpg;',NULL,'','off',7,'on','10','$550.45','$445.00','Condition_()_NEW*()*Brand_()_FERRARI*()*Movement_()_CHRONOGRAPH*()*Color_()_BLACK*()*CASE DIAMETER_()_44 MM*()*Color Case_()_STAINLESS STEEL*()*Segment_()_ESSENZIALE','default'),(18,'Grand Prix Watch','8','<p>In 2013, Gran Premio premiered as a pinnacle family of automatic timepieces inspired by the high-performance 2005 FXX car. New quartz-powered 3-hand and chronograph models on strap and bracelet join this distinguished family. The diamond pattern on the new leather strap was inspired by the pattern on the vented steering wheel of another venerated race car.</p>','http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/3.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/3.1.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/3.2.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/3.3.jpg;',NULL,'','off',11,'on','10','$350.00','$295.00','Condition_()_NEW*()*Brand_()_FERRARI*()*Movement_()_QUARTZ*()*Color_()_WHITE*()*CASE DIAMETER_()_45 MM*()*Color Case_()_STAINLESS STEEL*()*Segment_()_ESSENZIALE','default'),(19,'D50 Chronograph Watch','8','<p>Proudly invoking the past, the name of this Scuderia Ferrari watch collection pays tribute to the single-seater that brought the DriverРІР‚в„ўs World Championship to Maranello in 1956.\r\nThe distinctively thin 44 mm D-50 case features fluidly elongated lugs and a glare-reducing domed crystal, popular in wristwatches from that era.</p>','http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/4.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/4.1.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/4.2.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/4.3.jpg;',NULL,'','off',9,'on','10','$415.00','$315.00','Condition_()_NEW*()*Brand_()_FERRARI*()*Movement_()_ CHRONOGRAPH*()*Color_()_YELLOW & BLACK*()*CASE DIAMETER_()_44 MM*()*Color Case_()_STAINLESS STEEL*()*Segment_()_CLASSICHE','default'),(20,'Scuderia Ferrari Aero Touch','8','<p>Aerodynamics and aesthetics blend seamlessly in this line of casually sophisticated Scuderia Ferrari timepieces. Designed to hit the racetrack in sleek, wind-deflecting style, Aerodinamico features an integrated, ventilated silicone strap molded to echo the design of the diffuser on the Scuderia Ferrari single-seater. Its masculine 46mm TR90 thermoplastic chassis reveals a distinctive stepped case design with curved rectangular contours..</p>','http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/5.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/5.1.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/5.2.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/5.3.jpg;',NULL,'','off',3,'on','10',' $300.00',' $235.00','Condition_()_NEW*()*Brand_()_FERRARI*()*Movement_()_DIGITAL*()*Color_()_BLACK*()*CASE DIAMETER_()_46 MM*()*Color Case_()_BLACK*()*Segment_()_FANS','default'),(21,'Aerodinamico Carbon Fibre Chronograph Watch','8','<p>Aerodynamics and aesthetics blend seamlessly in this line of casually sophisticated Scuderia Ferrari timepieces.\r\nDesigned to hit the racetrack in sleek, wind-deflecting style, Aerodinamico features an integrated, ventilated silicone strap molded to echo the design of the diffuser on the Scuderia Ferrari single-seater.\r\nIts masculine 46mm TR90 thermoplastic chassis reveals a distinctive stepped case design with curved rectangular contours</p>','http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/6.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/6.1.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/6.2.jpg;http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/product-catalog/Front_images/projects/6.3.jpg;',NULL,'','off',1,'on','10','$415.00','$315.00','Condition_()_NEW*()*Brand_()_FERRARI*()*Movement_()_CHRONOGRAPH*()*Color_()_BLACK*()*CASE DIAMETER_()_46 MM*()*Color Case_()_BLACK*()*Segment_()_CHALLENGE','default'); /*!40000 ALTER TABLE `wp_huge_it_catalog_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_it_catalog_rating` -- DROP TABLE IF EXISTS `wp_huge_it_catalog_rating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_it_catalog_rating` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `value` text CHARACTER SET utf8 NOT NULL, `prod_id` int(11) unsigned NOT NULL, `ip` text CHARACTER SET utf8 NOT NULL, `date` text CHARACTER SET utf8 NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_it_catalog_rating` -- LOCK TABLES `wp_huge_it_catalog_rating` WRITE; /*!40000 ALTER TABLE `wp_huge_it_catalog_rating` DISABLE KEYS */; INSERT INTO `wp_huge_it_catalog_rating` VALUES (1,'5',16,'127.0.0.1','12.04'),(2,'4',17,'127.0.0.2','12.04'),(3,'5',18,'127.0.0.3','12.04'),(4,'5',19,'127.0.0.2','12.044'),(5,'1',20,'127.0.0.5','12.04'),(6,'2',21,'127.0.0.4','12.04'); /*!40000 ALTER TABLE `wp_huge_it_catalog_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_it_catalog_reviews` -- DROP TABLE IF EXISTS `wp_huge_it_catalog_reviews`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_it_catalog_reviews` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` text CHARACTER SET utf8 NOT NULL, `content` text CHARACTER SET utf8 NOT NULL, `product_id` int(11) unsigned NOT NULL, `spam` int(11) unsigned NOT NULL, `ip` text CHARACTER SET utf8 NOT NULL, `date` text CHARACTER SET utf8 NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_it_catalog_reviews` -- LOCK TABLES `wp_huge_it_catalog_reviews` WRITE; /*!40000 ALTER TABLE `wp_huge_it_catalog_reviews` DISABLE KEYS */; INSERT INTO `wp_huge_it_catalog_reviews` VALUES (8,'Daniel','Lorem ipsum dolor sit amet',16,0,'127.0.0.1','12.01.2015'),(9,'Emily','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean aliquet, massa sit amet viverra tristique, urna sapien aliquam massa, sit amet ornare odio erat eleifend quam.',17,0,'127.0.0.1','12.01.2015'),(10,'Michael','Lorem ipsum dolor sit amet, consectetur adipiscing elit.',18,0,'127.0.0.1','12.01.2015'),(11,'Harry','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean aliquet, massa sit amet viverra tristique, urna sapien aliquam massa, sit amet ornare odio erat eleifend quam. In hac habitasse platea dictumst.',19,0,'127.0.0.1','12.01.2015'),(12,'Jack','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean aliquet, massa sit amet viverra tristique, urna sapien aliquam massa, sit amet ornare odio erat eleifend quam. In hac habitasse platea dictumst. Sed tincidunt arcu ut vestibulum lobortis.',20,0,'127.0.0.1','12.01.2015'),(13,'Maria','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean aliquet, massa sit amet viverra tristique, urna sapien aliquam massa.',21,0,'127.0.0.1','12.01.2015'); /*!40000 ALTER TABLE `wp_huge_it_catalog_reviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_it_catalogs` -- DROP TABLE IF EXISTS `wp_huge_it_catalogs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_it_catalogs` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL, `sl_height` int(11) unsigned DEFAULT NULL, `sl_width` int(11) unsigned DEFAULT NULL, `pause_on_hover` text, `catalog_list_effects_s` text, `description` text, `url` text, `link_target` text, `param` text, `sl_position` text NOT NULL, `ordering` int(11) NOT NULL, `published` text, `categories` text, `ht_show_sorting` text, `ht_show_filtering` text, `album_id` int(11) NOT NULL, `cat_thumb` text, `pagination_type` text, `count_into_page` text, `catalog_search` text, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_it_catalogs` -- LOCK TABLES `wp_huge_it_catalogs` WRITE; /*!40000 ALTER TABLE `wp_huge_it_catalogs` DISABLE KEYS */; INSERT INTO `wp_huge_it_catalogs` VALUES (8,'Watches',375,600,'on','3','description2','url2','on','1000','center',1,'on','Condition,Brand,Movement,Color,Case Diameter,Color Case,Segment','off','off',1,NULL,'show_all','2','off'); /*!40000 ALTER TABLE `wp_huge_it_catalogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=730 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://northcountrymall.com/northcountrymallbeat','yes'),(2,'home','http://northcountrymall.com/northcountrymallbeat','yes'),(3,'blogname','Northcountrymallbeat','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','vinod@web2byte.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:178:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"brand/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?brand=$matches[1]&feed=$matches[2]\";s:41:\"brand/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?brand=$matches[1]&feed=$matches[2]\";s:22:\"brand/([^/]+)/embed/?$\";s:38:\"index.php?brand=$matches[1]&embed=true\";s:34:\"brand/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?brand=$matches[1]&paged=$matches[2]\";s:16:\"brand/([^/]+)/?$\";s:27:\"index.php?brand=$matches[1]\";s:34:\"offers/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"offers/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"offers/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"offers/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"offers/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"offers/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"offers/([^/]+)/embed/?$\";s:39:\"index.php?offers=$matches[1]&embed=true\";s:27:\"offers/([^/]+)/trackback/?$\";s:33:\"index.php?offers=$matches[1]&tb=1\";s:35:\"offers/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?offers=$matches[1]&paged=$matches[2]\";s:42:\"offers/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?offers=$matches[1]&cpage=$matches[2]\";s:31:\"offers/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?offers=$matches[1]&page=$matches[2]\";s:23:\"offers/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"offers/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"offers/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"offers/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"offers/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"offers/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"entertainments/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"entertainments/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"entertainments/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"entertainments/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"entertainments/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"entertainments/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"entertainments/([^/]+)/embed/?$\";s:47:\"index.php?entertainments=$matches[1]&embed=true\";s:35:\"entertainments/([^/]+)/trackback/?$\";s:41:\"index.php?entertainments=$matches[1]&tb=1\";s:43:\"entertainments/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?entertainments=$matches[1]&paged=$matches[2]\";s:50:\"entertainments/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?entertainments=$matches[1]&cpage=$matches[2]\";s:39:\"entertainments/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?entertainments=$matches[1]&page=$matches[2]\";s:31:\"entertainments/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"entertainments/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"entertainments/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"entertainments/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"entertainments/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"entertainments/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"facilities/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"facilities/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"facilities/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"facilities/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"facilities/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"facilities/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"facilities/([^/]+)/embed/?$\";s:43:\"index.php?facilities=$matches[1]&embed=true\";s:31:\"facilities/([^/]+)/trackback/?$\";s:37:\"index.php?facilities=$matches[1]&tb=1\";s:39:\"facilities/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?facilities=$matches[1]&paged=$matches[2]\";s:46:\"facilities/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?facilities=$matches[1]&cpage=$matches[2]\";s:35:\"facilities/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?facilities=$matches[1]&page=$matches[2]\";s:27:\"facilities/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"facilities/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"facilities/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"facilities/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"facilities/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"facilities/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"keyinformation/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"keyinformation/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"keyinformation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"keyinformation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"keyinformation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"keyinformation/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"keyinformation/([^/]+)/embed/?$\";s:47:\"index.php?keyinformation=$matches[1]&embed=true\";s:35:\"keyinformation/([^/]+)/trackback/?$\";s:41:\"index.php?keyinformation=$matches[1]&tb=1\";s:43:\"keyinformation/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?keyinformation=$matches[1]&paged=$matches[2]\";s:50:\"keyinformation/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?keyinformation=$matches[1]&cpage=$matches[2]\";s:39:\"keyinformation/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?keyinformation=$matches[1]&page=$matches[2]\";s:31:\"keyinformation/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"keyinformation/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"keyinformation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"keyinformation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"keyinformation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"keyinformation/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"apparel- men/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"apparel- men/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"apparel- men/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"apparel- men/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"apparel- men/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"apparel- men/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"apparel- men/([^/]+)/embed/?$\";s:44:\"index.php?apparel-men=$matches[1]&embed=true\";s:33:\"apparel- men/([^/]+)/trackback/?$\";s:38:\"index.php?apparel-men=$matches[1]&tb=1\";s:41:\"apparel- men/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?apparel-men=$matches[1]&paged=$matches[2]\";s:48:\"apparel- men/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?apparel-men=$matches[1]&cpage=$matches[2]\";s:37:\"apparel- men/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?apparel-men=$matches[1]&page=$matches[2]\";s:29:\"apparel- men/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"apparel- men/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"apparel- men/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"apparel- men/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"apparel- men/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"apparel- men/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=38&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:4:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:3;s:31:\"easing-slider/easing-slider.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','northcountrymall','yes'),(41,'stylesheet','northcountrymall','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','36686','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','38','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','36686','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:67:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:28:\"easingslider_publish_sliders\";b:1;s:25:\"easingslider_edit_sliders\";b:1;s:30:\"easingslider_duplicate_sliders\";b:1;s:27:\"easingslider_delete_sliders\";b:1;s:28:\"easingslider_manage_settings\";b:1;s:26:\"easingslider_manage_addons\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:40:{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:28:\"easingslider_publish_sliders\";b:1;s:25:\"easingslider_edit_sliders\";b:1;s:30:\"easingslider_duplicate_sliders\";b:1;s:27:\"easingslider_delete_sliders\";b:1;s:28:\"easingslider_manage_settings\";b:1;s:26:\"easingslider_manage_addons\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:16:{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:28:\"easingslider_publish_sliders\";b:1;s:25:\"easingslider_edit_sliders\";b:1;s:30:\"easingslider_duplicate_sliders\";b:1;s:27:\"easingslider_delete_sliders\";b:1;s:28:\"easingslider_manage_settings\";b:1;s:26:\"easingslider_manage_addons\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:11:{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:28:\"easingslider_publish_sliders\";b:1;s:25:\"easingslider_edit_sliders\";b:1;s:30:\"easingslider_duplicate_sliders\";b:1;s:27:\"easingslider_delete_sliders\";b:1;s:28:\"easingslider_manage_settings\";b:1;s:26:\"easingslider_manage_addons\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:8:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:28:\"easingslider_publish_sliders\";b:1;s:25:\"easingslider_edit_sliders\";b:1;s:30:\"easingslider_duplicate_sliders\";b:1;s:27:\"easingslider_delete_sliders\";b:1;s:28:\"easingslider_manage_settings\";b:1;s:26:\"easingslider_manage_addons\";b:1;}}}','yes'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:0:{}s:18:\"orphaned_widgets_2\";a:0:{}s:18:\"orphaned_widgets_3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:4:{i:1474362048;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1474362066;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:1474370802;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(114,'_site_transient_timeout_browser_ce696f085497f912a98f7f5c9645e1f8','1466758867','yes'),(115,'_site_transient_browser_ce696f085497f912a98f7f5c9645e1f8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"51.0.2704.84\";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'),(117,'can_compress_scripts','1','yes'),(136,'theme_mods_twentysixteen','a:2:{s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:6:\"social\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1474353096;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(140,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(145,'current_theme','Twenty Sixteen/northcountrymall','yes'),(146,'theme_mods_northcountrymall','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:0;s:6:\"social\";i:0;}}','yes'),(147,'theme_switched','','yes'),(203,'recently_activated','a:0:{}','yes'),(210,'easingslider_settings','a:2:{s:14:\"load_in_footer\";b:0;s:11:\"remove_data\";b:0;}','yes'),(211,'easingslider_license','a:2:{s:3:\"key\";s:0:\"\";s:6:\"status\";s:0:\"\";}','yes'),(212,'easingslider_version','3.0.7','yes'),(213,'widget_easingslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(216,'acf_version','4.4.7','yes'),(241,'_site_transient_timeout_easingslider_addons','1466502388','yes'),(242,'_site_transient_easingslider_addons','a:7:{i:0;O:8:\"stdClass\":7:{s:7:\"content\";s:64:\"Add thumbnails as navigation to your sliders with complete ease.\";s:13:\"download_link\";N;s:5:\"image\";s:70:\"http://easingslider.com/app/uploads/edd/2016/05/thumbnails-300x150.jpg\";s:4:\"link\";s:42:\"http://easingslider.com/addons/thumbnails/\";s:4:\"slug\";s:23:\"easingslider-thumbnails\";s:6:\"status\";s:10:\"no_license\";s:5:\"title\";s:10:\"Thumbnails\";}i:1;O:8:\"stdClass\":7:{s:7:\"content\";s:105:\"The \"Posts Feed\" addon provides functionality to populate slides with posts, pages or a custom post type.\";s:13:\"download_link\";N;s:5:\"image\";s:70:\"http://easingslider.com/app/uploads/edd/2016/05/posts-feed-300x150.jpg\";s:4:\"link\";s:42:\"http://easingslider.com/addons/posts-feed/\";s:4:\"slug\";s:23:\"easingslider-posts-feed\";s:6:\"status\";s:10:\"no_license\";s:5:\"title\";s:10:\"Posts Feed\";}i:2;O:8:\"stdClass\":7:{s:7:\"content\";s:87:\"The \"Lightbox\" addon instantly links your slides to a jQuery Lightbox. No setup needed.\";s:13:\"download_link\";N;s:5:\"image\";s:68:\"http://easingslider.com/app/uploads/edd/2016/05/lightbox-300x150.jpg\";s:4:\"link\";s:40:\"http://easingslider.com/addons/lightbox/\";s:4:\"slug\";s:21:\"easingslider-lightbox\";s:6:\"status\";s:10:\"no_license\";s:5:\"title\";s:8:\"Lightbox\";}i:3;O:8:\"stdClass\":7:{s:7:\"content\";s:78:\"The \"Carousel\" addon allows you to turn any slider into a responsive carousel.\";s:13:\"download_link\";N;s:5:\"image\";s:68:\"http://easingslider.com/app/uploads/edd/2016/05/carousel-300x150.jpg\";s:4:\"link\";s:40:\"http://easingslider.com/addons/carousel/\";s:4:\"slug\";s:21:\"easingslider-carousel\";s:6:\"status\";s:10:\"no_license\";s:5:\"title\";s:8:\"Carousel\";}i:4;O:8:\"stdClass\":7:{s:7:\"content\";s:76:\"An addon for adding \"Simple Captions\" to your slides. It couldn\'t be easier.\";s:13:\"download_link\";N;s:5:\"image\";s:75:\"http://easingslider.com/app/uploads/edd/2016/05/simple-captions-300x150.jpg\";s:4:\"link\";s:47:\"http://easingslider.com/addons/simple-captions/\";s:4:\"slug\";s:28:\"easingslider-simple-captions\";s:6:\"status\";s:10:\"no_license\";s:5:\"title\";s:15:\"Simple Captions\";}i:5;O:8:\"stdClass\":7:{s:7:\"content\";s:84:\"The Images from URL extension makes adding image slides from an external URL simple.\";s:13:\"download_link\";N;s:5:\"image\";s:75:\"http://easingslider.com/app/uploads/edd/2016/05/external-images-300x150.jpg\";s:4:\"link\";s:47:\"http://easingslider.com/addons/external-images/\";s:4:\"slug\";s:28:\"easingslider-external-images\";s:6:\"status\";s:10:\"no_license\";s:5:\"title\";s:15:\"External Images\";}i:6;O:8:\"stdClass\":7:{s:7:\"content\";s:87:\"The \"Videos\" addons allows you to add slides with videos from YouTube, Vimeo or Wistia.\";s:13:\"download_link\";N;s:5:\"image\";s:72:\"http://easingslider.com/app/uploads/edd/2016/05/video-slides-300x150.jpg\";s:4:\"link\";s:44:\"http://easingslider.com/addons/video-slides/\";s:4:\"slug\";s:25:\"easingslider-video-slides\";s:6:\"status\";s:10:\"no_license\";s:5:\"title\";s:12:\"Video Slides\";}}','yes'),(255,'UPCP_Price_Filter','No','yes'),(256,'UPCP_Product_Sort','Price_Name','yes'),(257,'UPCP_Product_Search','name','yes'),(258,'UPCP_Custom_Product_Page','No','yes'),(259,'UPCP_Sidebar_Order','Normal','yes'),(260,'UPCP_Apply_Contents_Filter','Yes','yes'),(261,'UPCP_Maintain_Filtering','Yes','yes'),(262,'UPCP_Thumbnail_Support','No','yes'),(263,'UPCP_Show_Category_Descriptions','No','yes'),(264,'UPCP_Show_Catalogue_Information','Name','yes'),(265,'UPCP_Inner_Filter','No','yes'),(266,'UPCP_Product_Inquiry_Form','No','yes'),(267,'UPCP_Product_Reviews','No','yes'),(268,'UPCP_Lightbox','No','yes'),(269,'UPCP_Products_Per_Page','1000000','yes'),(270,'UPCP_Pagination_Location','Top','yes'),(271,'UPCP_CF_Conversion','No','yes'),(272,'UPCP_Access_Role','administrator','yes'),(273,'UPCP_PP_Grid_Width','90','yes'),(274,'UPCP_PP_Grid_Height','35','yes'),(275,'UPCP_Top_Bottom_Padding','10','yes'),(276,'UPCP_Left_Right_Padding','10','yes'),(277,'UPCP_SEO_Option','None','yes'),(278,'UPCP_SEO_Integration','Add','yes'),(279,'UPCP_SEO_Title','[page-title] | [product-name]','yes'),(280,'UPCP_Update_Breadcrumbs','No','yes'),(281,'UPCP_Pagination_Background','None','yes'),(282,'UPCP_Pagination_Border','none','yes'),(283,'UPCP_Pagination_Shadow','shadow-none','yes'),(284,'UPCP_Pagination_Gradient','gradient-none','yes'),(285,'UPCP_Pagination_Font','none','yes'),(286,'UPCP_Sidebar_Title_Collapse','no','yes'),(287,'UPCP_Sidebar_Title_Hover','none','yes'),(288,'UPCP_Sidebar_Checkbox_Style','none','yes'),(290,'UPCP_Full_Version','No','yes'),(291,'UPCP_Color_Scheme','Blue','yes'),(292,'UPCP_Product_Links','Same','yes'),(293,'UPCP_Tag_Logic','AND','yes'),(294,'UPCP_Filter_Type','AJAX','yes'),(295,'UPCP_Read_More','Yes','yes'),(296,'UPCP_Pretty_Links','No','yes'),(297,'UPCP_Mobile_SS','No','yes'),(298,'UPCP_Install_Flag','No','yes'),(299,'UPCP_First_Install_Version','3.6','yes'),(300,'UPCP_Desc_Chars','240','yes'),(301,'UPCP_Case_Insensitive_Search','Yes','yes'),(302,'UPCP_Run_Tutorial','No','yes'),(303,'plugin_error','','yes'),(304,'widget_upcp_product_list_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(305,'widget_upcp_random_products_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(306,'widget_upcp_recent_products_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(307,'widget_upcp_search_bar_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(308,'UPCP_Blog_Content','<a target=\'_blank\' href=\'http://www.etoilewebdesign.com/wordpress-beginner-how-to-build-a-business-website-or-blog-in-24-hours/\'><h3>WORDPRESS BEGINNER? HOW TO BUILD A BUSINESS WEBSITE OR BLOG IN 24 HOURS.</h3></a>\n<p>If you are considering a WordPress website project you’ll be in good company. Over 70…</p>','yes'),(309,'UPCP_Dash_Cache','1466501112','yes'),(310,'UPCP_Changelog_Content','\r\n<h3>3.8.1</h3>\r\n- Fixed an error with the category and sub-category pagination\r\n\r\n<h3>3.8.0</h3>\r\n- Added in a new price filtering option\r\n- Added in an option to change the number of products displayed per page\r\n- Added in two new controls for custom fields, radio buttons and a slider for integers\r\n- Fixed an error with the lightbox \"Main Image Only\" setting\r\n\r\n','yes'),(311,'UPCP_Update_Flag','Yes','yes'),(313,'UPCP_Details_Image','','yes'),(314,'UPCP_Extra_Elements','Category,CustomFields,Blank','yes'),(315,'UPCP_Social_Media','Blank','yes'),(316,'UPCP_Single_Page_Price','No','yes'),(323,'widget_huge_it_catalog_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(346,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:18:\"vinod@web2byte.com\";s:7:\"version\";s:5:\"4.5.4\";s:9:\"timestamp\";i:1473403706;}','yes'),(377,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1467024206','yes'),(378,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5926\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3671\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3617\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3136\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2807\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2399\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2226\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2104\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2052\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"2039\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1995\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1938\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1875\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1756\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1694\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1591\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1547\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1402\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1320\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1291\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1232\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1117\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1093\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1009\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"997\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"987\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"927\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"918\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"917\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"915\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"914\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"842\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"836\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"799\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"782\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"776\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"763\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"762\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"758\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"754\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"751\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"745\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"712\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"704\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"696\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"695\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"693\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"692\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"668\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"667\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"653\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"647\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"617\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"614\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"606\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"602\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"599\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"598\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"591\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"583\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"579\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"571\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"565\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"557\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"556\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"543\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"538\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"525\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"523\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"517\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"516\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"515\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"511\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"508\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"486\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"470\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"465\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"464\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"463\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"455\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"447\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"445\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"435\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"428\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"424\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"423\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"423\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"421\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"414\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"413\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"410\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"407\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"405\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"405\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"403\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"403\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"400\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"395\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"395\";}s:8:\"linkedin\";a:3:{s:4:\"name\";s:8:\"linkedin\";s:4:\"slug\";s:8:\"linkedin\";s:5:\"count\";s:3:\"394\";}}','yes'),(389,'wpcf7','a:2:{s:7:\"version\";s:5:\"4.4.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1467015380;s:7:\"version\";s:5:\"4.4.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(420,'cpt_custom_post_types','a:5:{i:0;a:21:{s:4:\"name\";s:6:\"offers\";s:5:\"label\";s:6:\"Offers\";s:14:\"singular_label\";s:5:\"offer\";s:11:\"description\";s:10:\"For Offers\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:11:\"has_archive\";s:1:\"0\";s:19:\"exclude_from_search\";s:1:\"0\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:1:\"0\";s:7:\"rewrite\";s:1:\"1\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:1:\"1\";s:9:\"query_var\";s:1:\"1\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:1:\"1\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";i:0;a:11:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:7:\"excerpt\";i:3;s:10:\"trackbacks\";i:4;s:13:\"custom-fields\";i:5;s:8:\"comments\";i:6;s:9:\"revisions\";i:7;s:9:\"thumbnail\";i:8;s:6:\"author\";i:9;s:15:\"page-attributes\";i:10;s:12:\"post-formats\";}i:1;N;i:2;a:12:{s:9:\"menu_name\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}i:1;a:21:{s:4:\"name\";s:14:\"entertainments\";s:5:\"label\";s:14:\"Entertainments\";s:14:\"singular_label\";s:13:\"Entertainment\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:11:\"has_archive\";s:1:\"0\";s:19:\"exclude_from_search\";s:1:\"0\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:1:\"0\";s:7:\"rewrite\";s:1:\"1\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:1:\"1\";s:9:\"query_var\";s:1:\"1\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:1:\"1\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";i:0;a:11:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:7:\"excerpt\";i:3;s:10:\"trackbacks\";i:4;s:13:\"custom-fields\";i:5;s:8:\"comments\";i:6;s:9:\"revisions\";i:7;s:9:\"thumbnail\";i:8;s:6:\"author\";i:9;s:15:\"page-attributes\";i:10;s:12:\"post-formats\";}i:1;N;i:2;a:12:{s:9:\"menu_name\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}i:2;a:21:{s:4:\"name\";s:10:\"facilities\";s:5:\"label\";s:10:\"Facilities\";s:14:\"singular_label\";s:9:\"Facilitie\";s:11:\"description\";s:15:\"For Facilities \";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:11:\"has_archive\";s:1:\"0\";s:19:\"exclude_from_search\";s:1:\"0\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:1:\"0\";s:7:\"rewrite\";s:1:\"1\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:1:\"1\";s:9:\"query_var\";s:1:\"1\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:1:\"1\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";i:0;a:11:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:7:\"excerpt\";i:3;s:10:\"trackbacks\";i:4;s:13:\"custom-fields\";i:5;s:8:\"comments\";i:6;s:9:\"revisions\";i:7;s:9:\"thumbnail\";i:8;s:6:\"author\";i:9;s:15:\"page-attributes\";i:10;s:12:\"post-formats\";}i:1;N;i:2;a:12:{s:9:\"menu_name\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}i:3;a:21:{s:4:\"name\";s:14:\"keyinformation\";s:5:\"label\";s:15:\"Key Information\";s:14:\"singular_label\";s:15:\"Key Information\";s:11:\"description\";s:19:\"For Key Information\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:11:\"has_archive\";s:1:\"0\";s:19:\"exclude_from_search\";s:1:\"0\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:1:\"0\";s:7:\"rewrite\";s:1:\"1\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:1:\"1\";s:9:\"query_var\";s:1:\"1\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:1:\"1\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";i:0;a:11:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:7:\"excerpt\";i:3;s:10:\"trackbacks\";i:4;s:13:\"custom-fields\";i:5;s:8:\"comments\";i:6;s:9:\"revisions\";i:7;s:9:\"thumbnail\";i:8;s:6:\"author\";i:9;s:15:\"page-attributes\";i:10;s:12:\"post-formats\";}i:1;N;i:2;a:12:{s:9:\"menu_name\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}i:4;a:21:{s:4:\"name\";s:12:\"apparel- men\";s:5:\"label\";s:11:\"Apparel Men\";s:14:\"singular_label\";s:11:\"Apparel Men\";s:11:\"description\";s:22:\"manage for Apparel Men\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:11:\"has_archive\";s:1:\"0\";s:19:\"exclude_from_search\";s:1:\"0\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:1:\"0\";s:7:\"rewrite\";s:1:\"1\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:1:\"1\";s:9:\"query_var\";s:1:\"1\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:1:\"1\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";i:0;a:11:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:7:\"excerpt\";i:3;s:10:\"trackbacks\";i:4;s:13:\"custom-fields\";i:5;s:8:\"comments\";i:6;s:9:\"revisions\";i:7;s:9:\"thumbnail\";i:8;s:6:\"author\";i:9;s:15:\"page-attributes\";i:10;s:12:\"post-formats\";}i:1;N;i:2;a:12:{s:9:\"menu_name\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}}','yes'),(444,'_site_transient_timeout_browser_a4d81b57b1419d428419d6de130c336e','1467793861','yes'),(445,'_site_transient_browser_a4d81b57b1419d428419d6de130c336e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"47.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(554,'cpt_custom_tax_types','a:1:{i:0;a:11:{s:4:\"name\";s:5:\"brand\";s:5:\"label\";s:15:\"Brand / Product\";s:14:\"singular_label\";s:15:\"Brand / Product\";s:12:\"hierarchical\";s:1:\"0\";s:7:\"show_ui\";s:1:\"1\";s:9:\"query_var\";s:1:\"1\";s:7:\"rewrite\";s:1:\"1\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"show_admin_column\";s:1:\"0\";i:0;a:12:{s:12:\"search_items\";s:0:\"\";s:13:\"popular_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:11:\"parent_item\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:11:\"update_item\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:13:\"new_item_name\";s:0:\"\";s:26:\"separate_items_with_commas\";s:0:\"\";s:19:\"add_or_remove_items\";s:0:\"\";s:21:\"choose_from_most_used\";s:0:\"\";}i:1;a:1:{i:0;s:11:\"apparel-men\";}}}','yes'),(561,'_site_transient_timeout_browser_6506c634d4827e425d70ddcd45d00714','1468305292','yes'),(562,'_site_transient_browser_6506c634d4827e425d70ddcd45d00714','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"51.0.2704.103\";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'),(620,'brand_children','a:0:{}','yes'),(628,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.1.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.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.1\";s:7:\"version\";s:5:\"4.6.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.1.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.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.1\";s:7:\"version\";s:5:\"4.6.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1474351956;s:15:\"version_checked\";s:5:\"4.5.4\";s:12:\"translations\";a:0:{}}','yes'),(630,'_site_transient_timeout_browser_ada14cbace8c3805b84105112c6d4b96','1474008657','yes'),(631,'_site_transient_browser_ada14cbace8c3805b84105112c6d4b96','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"52.0.2743.116\";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'),(688,'_site_transient_timeout_browser_a73daf7c9c646899b1f75c4f801fa1ee','1474881505','yes'),(689,'_site_transient_browser_a73daf7c9c646899b1f75c4f801fa1ee','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"53.0.2785.116\";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'),(698,'_transient_timeout_plugin_slugs','1474439413','no'),(699,'_transient_plugin_slugs','a:8:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:4;s:31:\"easing-slider/easing-slider.php\";i:5;s:9:\"hello.php\";i:6;s:35:\"product-catalog/product-catalog.php\";i:7;s:40:\"ultimate-product-catalogue/UPCP_Main.php\";}','no'),(708,'category_children','a:0:{}','yes'),(711,'_site_transient_timeout_theme_roots','1474353758','yes'),(712,'_site_transient_theme_roots','a:4:{s:16:\"northcountrymall\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','yes'),(713,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1474351961;s:7:\"checked\";a:4:{s:16:\"northcountrymall\";s:3:\"1.2\";s:13:\"twentyfifteen\";s:3:\"1.5\";s:14:\"twentyfourteen\";s:3:\"1.7\";s:13:\"twentysixteen\";s:3:\"1.2\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.6.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.8.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.3.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(714,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1474353010;s:7:\"checked\";a:8:{s:30:\"advanced-custom-fields/acf.php\";s:5:\"4.4.7\";s:19:\"akismet/akismet.php\";s:6:\"3.1.10\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"4.4.2\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:5:\"0.8.2\";s:31:\"easing-slider/easing-slider.php\";s:5:\"3.0.7\";s:9:\"hello.php\";s:3:\"1.6\";s:35:\"product-catalog/product-catalog.php\";s:5:\"1.4.6\";s:40:\"ultimate-product-catalogue/UPCP_Main.php\";s:5:\"3.8.1\";}s:8:\"response\";a:7:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"21367\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"4.4.9\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.4.4.9.zip\";s:6:\"tested\";s:5:\"4.7.0\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.2.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:3:\"790\";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.5\";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.5.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"13183\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:5:\"1.4.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.4.1.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:31:\"easing-slider/easing-slider.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"16460\";s:4:\"slug\";s:13:\"easing-slider\";s:6:\"plugin\";s:31:\"easing-slider/easing-slider.php\";s:11:\"new_version\";s:5:\"3.0.8\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/easing-slider/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/easing-slider.3.0.8.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:35:\"product-catalog/product-catalog.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"60166\";s:4:\"slug\";s:15:\"product-catalog\";s:6:\"plugin\";s:35:\"product-catalog/product-catalog.php\";s:11:\"new_version\";s:5:\"1.4.8\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/product-catalog/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/product-catalog.1.4.8.zip\";s:6:\"tested\";s:5:\"4.5.4\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:40:\"ultimate-product-catalogue/UPCP_Main.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"43214\";s:4:\"slug\";s:26:\"ultimate-product-catalogue\";s:6:\"plugin\";s:40:\"ultimate-product-catalogue/UPCP_Main.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/ultimate-product-catalogue/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/ultimate-product-catalogue.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";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'),(715,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1474395804','no'),(716,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Sep 2016 15:59: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.7-alpha-38623\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.6.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2016/09/wordpress-4-6-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Sep 2016 15:52: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4507\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"WordPress 4.6.1 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.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher Cengiz Han Sahin; and a path traversal vulnerability in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeremy Felt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2757:\"<p>WordPress 4.6.1 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher <a href=\"https://twitter.com/cengizhansahin\">Cengiz Han Sahin</a>; and a path traversal vulnerability in the upgrade package uploader, reported by <a href=\"https://dominikschilling.de/\">Dominik Schilling</a> from the WordPress security team.</p>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.6.1 fixes 15 bugs from 4.6. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.6.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.6.1\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.6.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.6.1.</p>\n<p>Thanks to everyone who contributed to 4.6.1:</p>\n<p><a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J. (Clorith)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4507\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.6 “Pepper”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/2016/08/pepper/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Aug 2016 19:06:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4444\";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:276:\"Version 4.6 of WordPress, named “Pepper” in honor of jazz baritone saxophonist Park Frederick “Pepper” Adams III, is available for download or update in your WordPress dashboard. New features in 4.6 help you to focus on the important things while feeling more at home.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:27139:\"<p>Version 4.6 of WordPress, named “Pepper” in honor of jazz baritone saxophonist Park Frederick “Pepper” Adams III, is available for download or update in your WordPress dashboard. New features in 4.6 help you to focus on the important things while feeling more at home.</p>\n<p><iframe width=\'632\' height=\'354\' src=\'https://videopress.com/embed/GbdhpGF3?hd=1\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Streamlined Updates</h2>\n<p><img class=\"aligncenter wp-image-4454 size-large\" src=\"https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?resize=632%2C379&ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?resize=1024%2C614&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?resize=300%2C180&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?resize=768%2C461&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Don’t lose your place: stay on the same page while you update, install, and delete your plugins and themes.</p>\n<hr />\n<h2 style=\"text-align: center\">Native Fonts</h2>\n<p><img class=\"aligncenter wp-image-4455 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?resize=632%2C379&ssl=1\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?resize=1024%2C614&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?resize=300%2C180&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?resize=768%2C461&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>The WordPress dashboard now takes advantage of the fonts you already have, making it load faster and letting you feel more at home on whatever device you use.</p>\n<hr />\n<h2 style=\"text-align: center\">Editor Improvements</h2>\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>Inline Link Checker</h3>\n<p><img class=\"aligncenter wp-image-4456 size-full\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/08/inline-link-checker.png?resize=632%2C379&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/08/inline-link-checker.png?w=992&ssl=1 992w, https://i1.wp.com/wordpress.org/news/files/2016/08/inline-link-checker.png?resize=300%2C180&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/08/inline-link-checker.png?resize=768%2C461&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Ever accidentally made a link to https://wordpress.org/example.org? Now WordPress automatically checks to make sure you didn’t.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Content Recovery</h3>\n<p><img class=\"aligncenter wp-image-4457 size-full\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/08/content-recovery.png?resize=632%2C379&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/08/content-recovery.png?w=992&ssl=1 992w, https://i1.wp.com/wordpress.org/news/files/2016/08/content-recovery.png?resize=300%2C180&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/08/content-recovery.png?resize=768%2C461&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>As you type, WordPress saves your content to the browser. Recovering saved content is even easier with WordPress 4.6.</p>\n</div>\n<hr style=\"clear: both\" />\n<h2 style=\"text-align: center\">Under The Hood</h2>\n<h3>Resource Hints</h3>\n<p><a href=\"https://make.wordpress.org/core/2016/07/06/resource-hints-in-4-6/\">Resource hints help browsers</a> decide which resources to fetch and preprocess. WordPress 4.6 adds them automatically for your styles and scripts making your site even faster.</p>\n<h3>Robust Requests</h3>\n<p>The HTTP API now leverages the Requests library, improving HTTP standard support and adding case-insensitive headers, parallel HTTP requests, and support for Internationalized Domain Names.</p>\n<h3><code>WP_Term_Query</code> and <code>WP_Post_Type</code></h3>\n<p>A new <code><a href=\"https://developer.wordpress.org/reference/classes/wp_term_query\">WP_Term_Query</a></code> class adds flexibility to query term information while a new <code><a href=\"https://developer.wordpress.org/reference/classes/wp_post_type\">WP_Post_Type</a></code> object makes interacting with post types more predictable.</p>\n<h3>Meta Registration API</h3>\n<p>The Meta Registration API <a href=\"https://make.wordpress.org/core/2016/07/08/enhancing-register_meta-in-4-6/\">has been expanded</a> to support types, descriptions, and REST API visibility.</p>\n<h3>Translations On Demand</h3>\n<p>WordPress will install and use the newest language packs for your plugins and themes as soon as they’re available from <a href=\"https://translate.wordpress.org/\">WordPress.org’s community of translators</a>.</p>\n<h3>JavaScript Library Updates</h3>\n<p>Masonry 3.3.2, imagesLoaded 3.2.0, MediaElement.js 2.22.0, TinyMCE 4.4.1, and Backbone.js 1.3.3 are bundled.</p>\n<h3>Customizer APIs for Setting Validation and Notifications</h3>\n<p>Settings now have an <a href=\"https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/\">API for enforcing validation constraints</a>. Likewise, customizer controls now support notifications, which are used to display validation errors instead of failing silently.</p>\n<h3>Multisite, now faster than ever</h3>\n<p>Cached and comprehensive site queries improve your network admin experience. The addition of <code><a href=\"https://developer.wordpress.org/reference/classes/wp_site_query\">WP_Site_Query</a></code> and <code><a href=\"https://developer.wordpress.org/reference/classes/wp_network_query\">WP_Network_Query</a></code> help craft advanced queries with less effort.</p>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p>This release was led by <a href=\"https://dominikschilling.de/\">Dominik Schilling</a>, backed up by <a href=\"https://www.garthmortensen.com/\">Garth Mortensen</a> as Release Deputy, and with the help of these fine individuals. There are <span style=\"font-weight: 400\">272</span> contributors with props in this release. Pull up some Pepper Adams on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/a5hleyrich\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/adrianosilvaferreira\">Adriano Ferreira</a>, <a href=\"https://profiles.wordpress.org/afineman\">afineman</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/aidvu\">aidvu</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/alexkingorg\">Alex King</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/alexvandervegt\">alexvandervegt</a>, <a href=\"https://profiles.wordpress.org/ambrosey\">Alice Brosey</a>, <a href=\"https://profiles.wordpress.org/aaires\">Ana Aires</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/anneschmidt\">anneschmidt</a>, <a href=\"https://profiles.wordpress.org/zuige\">Antti Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianvan\">brianvan</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"https://profiles.wordpress.org/purcebr\">Bryan Purcell</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff (chriscct7)</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/cliffseal\">Cliff Seal</a>, <a href=\"https://profiles.wordpress.org/clubduece\">clubduece</a>, <a href=\"https://profiles.wordpress.org/cmillerdev\">cmillerdev</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/crstauf\">crstauf</a>, <a href=\"https://profiles.wordpress.org/dabnpits\">dabnpits</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielhuesken\">Daniel Hüsken</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dashaluna\">dashaluna</a>, <a href=\"https://profiles.wordpress.org/davewarfel\">davewarfel</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/dcavins\">David Cavins</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/downstairsdev\">Devin Price</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elrae\">elrae</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/faison\">Faison</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/flyingdr\">flyingdr</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/francescobagnoli\">francescobagnoli</a>, <a href=\"https://profiles.wordpress.org/bueltge\">Frank Bueltge</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/efarem\">Frank Martin</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/mintindeed\">Gabriel Koen</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/inderpreet99\">Inderpreet Singh</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/underdude\">Janne Ala-Äijälä</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/javorszky\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/endocreative\">Jeremy Green</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (jerrysarcastic)</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelwills\">Joel Williams</a>, <a href=\"https://profiles.wordpress.org/j-falk\">Johan Falk</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">John P. Green</a>, <a href=\"https://profiles.wordpress.org/john_schlick\">John_Schlick</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuagoodwin\">Joshua Goodwin</a>, <a href=\"https://profiles.wordpress.org/jpdavoutian\">jpdavoutian</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jsternberg\">jsternberg</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/julesaus\">julesaus</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schröer</a>, <a href=\"https://profiles.wordpress.org/mpol\">Marcel Pol</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J. (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/martinkrcho\">martin.krcho</a>, <a href=\"https://profiles.wordpress.org/mattmiklic\">Matt Miklic</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/borkweb\">Matthew Batchelder</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/wzislam\">Mayeenul Islam</a>, <a href=\"https://profiles.wordpress.org/mdwheele\">mdwheele</a>, <a href=\"https://profiles.wordpress.org/medariox\">medariox</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/roseapplemedia\">Michael</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelbeil\">Michael Beil</a>, <a href=\"https://profiles.wordpress.org/stuporglue\">Michael Moore</a>, <a href=\"https://profiles.wordpress.org/mbijon\">Mike Bijon</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/m_uysl\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">Nícholas André</a>, <a href=\"https://profiles.wordpress.org/nextendweb\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/alleynoah\">Noah</a>, <a href=\"https://profiles.wordpress.org/noahsilverstein\">noahsilverstein</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/ojrask\">ojrask</a>, <a href=\"https://profiles.wordpress.org/olarmarius\">Olar Marius</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/pansotdev\">pansotdev</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/bassgang\">Paul Vincent Beigang</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/pcarvalho\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/petya\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter</a>, <a href=\"https://profiles.wordpress.org/pollett\">Pollett</a>, <a href=\"https://profiles.wordpress.org/postpostmodern\">postpostmodern</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/r-a-y\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafaelangeline\">rafaelangeline</a>, <a href=\"https://profiles.wordpress.org/zetaraffix\">raffaella isidori</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld </a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/littlerchicken\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/ronalfy\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/samantha-miller\">Samantha Miller</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/schlessera\">schlessera</a>, <a href=\"https://profiles.wordpress.org/scottbasgaard\">Scott Basgaard</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/screamingdev\">screamingdev</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/semil\">semil</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shahpranaf\">shahpranaf</a>, <a href=\"https://profiles.wordpress.org/sidati\">Sidati</a>, <a href=\"https://profiles.wordpress.org/neverything\">Silvan Hagen</a>, <a href=\"https://profiles.wordpress.org/simonvik\">Simon Vikström</a>, <a href=\"https://profiles.wordpress.org/sirjonathan\">sirjonathan</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/soean\">Soeren Wrede</a>, <a href=\"https://profiles.wordpress.org/southp\">southp</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/coderste\">Stephen</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stubgo\">stubgo</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tloureiro\">tloureiro</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/unyson\">Unyson</a>, <a href=\"https://profiles.wordpress.org/szepeviktor\">Viktor Szépe</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/svovaf\">vovafeldman</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wp_smith\">wp_smith</a>, <a href=\"https://profiles.wordpress.org/wpfo\">wpfo</a>, <a href=\"https://profiles.wordpress.org/xavivars\">Xavi Ivars</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, and <a href=\"https://profiles.wordpress.org/zakb8\">zakb8</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"https://jerrysarcastic.com/\">Jerry Bates</a> for producing the release video and <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for providing marketing graphics.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.6. Their efforts make it possible to use WordPress 4.6 in 52 languages. The WordPress 4.6 release video has been captioned into 43 languages.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.7!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4444\";s: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:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 4.6 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/08/wordpress-4-6-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Aug 2016 00:31: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4427\";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:341:\"The second release candidate for WordPress 4.6 is now available. We’ve made over 30 changes since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.6 on Tuesday, August 16, but we need […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3442:\"<p>The second release candidate for WordPress 4.6 is now available.</p>\n<p>We’ve made over <a href=\"https://core.trac.wordpress.org/log/branches/4.6/src?action=stop_on_copy&mode=follow_copy&rev=38246&stop_rev=38170&limit=200&verbose=on&sfp_email=&sfph_mail=\">30 changes</a> since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.6 on <strong>Tuesday, August 16</strong>, but we need <em>your</em> help to get there.</p>\n<p>If you haven’t tested 4.6 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.6, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.6-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.6, check out the <a href=\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-4/\">Beta 4</a>, and <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-release-candidate/\">RC 1</a> blog posts.</p>\n<p>A few changes of note since the first release candidate:</p>\n<ul>\n<li>Support for custom HTTP methods and proxy authentication has been restored.</li>\n<li>Various fixes for the streamlined updates, including better failure messages and error handling, basic back-compat styling for custom update notifications, and additional and standardized JavaScript events.</li>\n<li>Unnecessary reference parameters have been removed from new multisite functions.</li>\n<li>A compatibility issue with PHP 7.0.9 (and PHP 7.1) has been fixed.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.6 and update your plugin’s <em>Tested up to</em> version in the readme to 4.6. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we never want to break things.</p>\n<p>Be sure to read the <a href=\"https://make.wordpress.org/core/2016/07/26/wordpress-4-6-field-guide/\">in-depth field guide</a>, a post with all the developer-focused changes that take place under the hood.</p>\n<p><strong>Translators</strong>, strings are now frozen, including the About Page, so you are clear to translate! <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>Happy testing!</p>\n<p><em>The verdict is in,</em><br />\n<em>Can I haz all the features,</em><br />\n<em>Your best WordPress yet.</em></p>\n<p><img src=\"https://s.w.org/images/core/emoji/2/72x72/1f3f3.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />️<img src=\"https://s.w.org/images/core/emoji/2/72x72/1f308.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4427\";s: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:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.6 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/07/wordpress-4-6-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 19:14:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4416\";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:337:\"The release candidate for WordPress 4.6 is now available. We’ve made a few refinements since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.6 on Tuesday, August 16, but we need […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2428:\"<p>The release candidate for WordPress 4.6 is now available.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=38169&stop_rev=38124&limit=200&verbose=on\">a few refinements</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.6 on <strong>Tuesday, August 16</strong>, but we need <em>your</em> help to get there.</p>\n<p>If you haven’t tested 4.6 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.6, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.6-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.6, check out the <a href=\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.6 and update your plugin’s <em>Tested up to</em> version in the readme to 4.6. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we never want to break things.</p>\n<p>Be sure to read the <a href=\"https://make.wordpress.org/core/2016/07/26/wordpress-4-6-field-guide/\">in-depth field guide</a>, a post with all the developer-focused changes that take place under the hood.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>Happy testing!</p>\n<p><em>Der Sommer ist da,</em><br />\n<em>Zeit für ein neues Release.</em><br />\n<em>Bald ist es soweit.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4416\";s: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:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.6 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2016 18:49: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4396\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.6 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4309:\"<p>WordPress 4.6 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.6-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.6, check out the <a href=\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-6+dev-notes/\">in-depth field guides</a>. This is the final <a href=\"https://make.wordpress.org/core/version-4-6-project-schedule/\">planned beta</a> of WordPress 4.6, with a release candidate scheduled for next week.</p>\n<p>Some of the fixes in Beta 4 include:</p>\n<ul>\n<li><strong>Media</strong>: <code>alt</code> attributes are now always added to images inserted from URLs (<a href=\"https://core.trac.wordpress.org/ticket/36735\">#36735</a>).</li>\n<li>Object subtype handling has been removed from <code>register_meta()</code>. Details about this change are explained in <a href=\"https://make.wordpress.org/core/2016/07/20/additional-register_meta-changes-in-4-6/\">a post for developers</a>.</li>\n<li><strong>Resource hints</strong> are now limited to enqueued assets (<a href=\"https://core.trac.wordpress.org/ticket/37385\">#37385</a>).</li>\n<li>A regression with query alterations introduced by the new <code>WP_Term_Query</code> has been fixed (<a href=\"https://core.trac.wordpress.org/ticket/37378\">#37378</a>).</li>\n<li>The Ajax searches for <strong>installed and new plugins</strong> have been enhanced to fix several accessibility issues and to improve compatibility with older browsers. (<a href=\"https://core.trac.wordpress.org/ticket/37233\">#37233</a>, <a href=\"https://core.trac.wordpress.org/ticket/37373\">#37373</a>)</li>\n<li>The media player <strong>MediaElement.js</strong> has been updated to 2.22.0 to fix YouTube video embeds (<a href=\"https://core.trac.wordpress.org/ticket/37363\">#37363</a>).</li>\n<li>The <strong>Import screen</strong> was overhauled, improving accessibility and making it much easier to install and run an importer (<a href=\"https://core.trac.wordpress.org/ticket/35191\">#35191</a>).</li>\n<li><strong>Emoji support</strong> has been updated to include all of the latest Unicode 9 emoji characters (<a href=\"https://core.trac.wordpress.org/ticket/37361\">#37361</a>). ???<img src=\"https://s.w.org/images/core/emoji/2/72x72/1f57a.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/2/72x72/1f3fd.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />?<img src=\"https://s.w.org/images/core/emoji/2/72x72/1f3ff.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=38123&stop_rev=38060&limit=200&verbose=on\">more than 60 changes</a> during the last week.</li>\n</ul>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.6\">everything we’ve fixed</a>.</p>\n<p>Happy testing!</p>\n<p><em>This is Beta 4,</em><br />\n<em>The last before RC 1.</em><br />\n<em>Please test all the things.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.6 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jul 2016 19:00: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4386\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.6 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3169:\"<p>WordPress 4.6 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.6-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.6, check out the <a href=\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-6+dev-notes/\">in-depth field guides on make/core</a>. Some of the fixes in Beta 3 include:</p>\n<ul>\n<li><strong>Revisions:</strong> Autosaves can now be restored when revisions are disabled (<a href=\"https://core.trac.wordpress.org/ticket/36262\">#36262</a>).</li>\n<li>An improved <strong>handling of PHP’s memory limit</strong> which doesn’t lower the limit anymore (<a href=\"https://core.trac.wordpress.org/ticket/32075\">#</a><a class=\"closed ticket\" title=\"defect (bug): Only set WP_MAX_MEMORY_LIMIT by default when its greater than memory_limit (closed: fixed)\" href=\"https://core.trac.wordpress.org/ticket/32075\">32075</a>).</li>\n<li><strong>TinyMCE</strong> has been updated to 4.4.0 (<a href=\"https://core.trac.wordpress.org/ticket/32075\">#</a><a class=\"closed ticket\" title=\"defect (bug): TinyMCE 4.4.0 (closed: fixed)\" href=\"https://core.trac.wordpress.org/ticket/37327\">37327</a>).</li>\n<li><strong>HTTP API:</strong> Proxy settings weren’t honored by the new HTTP library. This has been fixed (<a href=\"https://core.trac.wordpress.org/ticket/37107\">#37107</a>).</li>\n<li>Improved handling of <strong>UTF-8 address headers for emails </strong>(<a href=\"https://core.trac.wordpress.org/ticket/21659\">#21659</a>).</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=38059&stop_rev=37992&limit=200&verbose=on\">more than 65 changes</a> during the last week.</li>\n</ul>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.6\">everything we’ve fixed</a>.</p>\n<p>Happy testing!</p>\n<p><em>Beta 3 is here,</em><br />\n<em>The more testing, the better.</em><br />\n<em>Gotta catch ‘em all!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4386\";s: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:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.6 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2016 18:43:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4371\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.6 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2803:\"<p>WordPress 4.6 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.6-beta2.zip\">download the beta here</a> (zip).</p>\n<p>Notable changes since WordPress 4.6 Beta 1:</p>\n<ul>\n<li><strong>Meta:</strong> The fallback authentication for the previous registration method has been restored. Also, retrieving registered metadata now works and non-core object types are no longer forcibly blocked. See <a href=\"https://core.trac.wordpress.org/ticket/35658\">#35658</a>.</li>\n<li><strong>REST API:</strong> The order of setting sanitization and validation has been reversed; validation now occurs prior to sanitization. Previously, the sanitization callback ran before the validation callback. See <a href=\"https://core.trac.wordpress.org/ticket/37192\">#37192</a>.</li>\n<li><strong>Customize:</strong> The order of setting sanitization and validation has been reversed; validation now occurs prior to sanitization. See <a href=\"https://core.trac.wordpress.org/ticket/37247\">#37247</a>.</li>\n<li><strong>HTTP API:</strong> <code>WP_Http::request()</code> returns an array again. See <a href=\"https://core.trac.wordpress.org/ticket/37097\">#37097</a>.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=37992&stop_rev=37925&limit=200&verbose=on\">just over 50 changes</a> in the last week.</li>\n</ul>\n<p>For more of what’s new in version 4.6, <a href=\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\">check out the Beta 1 blog post</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.6\">everything we’ve fixed</a>.</p>\n<p>Happy testing!</p>\n<p><em>Teenage Beta 2</em><br />\n<em>Thirteen years of pressing words</em><br />\n<em>Rejoice with testing!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4371\";s: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:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.6 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2016 01:22:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4343\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.6 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5954:\"<p>WordPress 4.6 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.6-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.6 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-6-project-schedule/\">August 16</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Shiny Updates v2</strong> (<a href=\"https://core.trac.wordpress.org/changeset/37714\">[37714]</a>) – <a href=\"https://make.wordpress.org/core/features/shiny-updates/\">Shiny Updates</a> replaces progress updates with a simpler and more straight forward experience when installing, updating, and deleting plugins and themes.</li>\n<li><strong>Native Fonts in the Admin</strong> (<a href=\"https://core.trac.wordpress.org/ticket/36753\">#36753</a>) – Experience faster load times, especially when working offline, a removal of a third-party dependency, and a more <a href=\"https://make.wordpress.org/core/features/font-natively/\">native-feeling experience</a> as the lines between the mobile web and native applications continue to blur.</li>\n<li><strong>Editor Improvements</strong> – A more reliable recovery mode (<a href=\"https://core.trac.wordpress.org/ticket/37025\">#37025</a>) and detection of broken URLs while you type them (<a href=\"https://core.trac.wordpress.org/ticket/36638\">#36638</a>).</li>\n</ul>\n<p>There have been changes for developers to explore as well:</p>\n<ul>\n<li><strong>Resource Hints</strong> (<a href=\"https://core.trac.wordpress.org/ticket/34292\">#34292</a>) – Allow browsers to prefetch specific pages, render them in the background, perform DNS lookups, or to begin the connection handshake (DNS, TCP, TLS) in the background.</li>\n<li>New <code>WP_Site_Query</code> (<a href=\"https://core.trac.wordpress.org/ticket/35791\">#35791</a>) and <code>WP_Network_Query</code> (<a href=\"https://core.trac.wordpress.org/ticket/32504\">#32504</a>) classes to query sites and networks with lazy loading for details.</li>\n<li><strong>Requests</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33055\">#33055</a>) – A new PHP library for HTTP requests that supports parallel requests and more.</li>\n<li><code>WP_Term_Query</code> (<a href=\"https://core.trac.wordpress.org/ticket/35381\">#35381</a>) is modeled on existing query classes and provides a more consistent structure for generating term queries.</li>\n<li><strong>Language Packs</strong> (<a href=\"https://core.trac.wordpress.org/ticket/34114\">#34114</a>, <a href=\"https://core.trac.wordpress.org/ticket/34213\">#34213</a>) – Translations managed through <a href=\"https://translate.wordpress.org\">translate.wordpress.org</a> now have a higher priority and are loaded just-in-time.</li>\n<li><code>WP_Post_Type</code> (<a href=\"https://core.trac.wordpress.org/ticket/36217\">#36217</a>) provides easier access to post type objects and their underlying properties.</li>\n<li>The <strong>Widgets API</strong> (<a href=\"https://core.trac.wordpress.org/ticket/28216\">#28216</a>) was enhanced to support registering pre-instantiated widgets.</li>\n<li>Index definitions are now normalized by <code>dbDelta()</code> (<a href=\"https://core.trac.wordpress.org/changeset/37583\">[37583]</a>).</li>\n<li><strong>Comments</strong> can now be stored in a persistent object cache (<a href=\"https://core.trac.wordpress.org/ticket/36906\">#36906</a>).</li>\n<li><strong>External Libraries</strong> were updated to the latest versions – Masonry to 3.3.2 and imagesLoaded to 3.2.0 (<a href=\"https://core.trac.wordpress.org/ticket/32802\">#32802</a>), MediaElement.js to 2.21.2 (<a href=\"https://core.trac.wordpress.org/ticket/36759\">#36759</a>), and TinyMCE to 4.3.13 (<a href=\"https://core.trac.wordpress.org/ticket/37225\">#37225</a>).</li>\n<li><strong>REST API</strong> responses now include an auto-discovery header (<a href=\"https://core.trac.wordpress.org/ticket/35580\">#35580</a>) and a refreshed nonce when responding to an authenticated response (<a href=\"https://core.trac.wordpress.org/ticket/35662\">#35662</a>).</li>\n<li>Expanded <strong>Meta Registration API</strong> via <code>register_meta()</code> (<a href=\"https://core.trac.wordpress.org/ticket/35658\">#35658</a>).</li>\n<li><strong>Customizer</strong> – Improved API for <a href=\"https://make.wordpress.org/core/2016/05/04/improving-setting-validation-in-the-customizer/\">setting validation</a> (<a href=\"https://core.trac.wordpress.org/ticket/34893\">#34893</a>, <a href=\"https://core.trac.wordpress.org/ticket/36944\">#36944</a>).</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.6, <a href=\"https://make.wordpress.org/core/tag/4-6/\">check out posts tagged with 4.6 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.6&group=component&order=priority\">list of everything</a> that’s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>More Shiny Updates</em><br />\n<em>In 4.6 Beta 1.</em><br />\n<em>And Font Natively.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4343\";s: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:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.5.3 Maintenance and Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2016/06/wordpress-4-5-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Jun 2016 09:38: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4311\";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:460:\"WordPress 4.5.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.5.2 and earlier are affected by several security issues: redirect bypass in the customizer, reported by Yassine Aboukir; two different XSS problems via attachment names, reported by Jouko Pynnönen and Divyesh Prajapati; revision history information disclosure, reported […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Adam Silverstein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3571:\"<p>WordPress 4.5.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.5.2 and earlier are affected by several security issues: redirect bypass in the customizer, reported by <a href=\"http://yassineaboukir.com\">Yassine Aboukir</a>; two different XSS problems via attachment names, reported by <a href=\"https://klikki.fi/\">Jouko Pynnönen</a> and <a href=\"https://twitter.com/divy_er\">Divyesh Prajapati</a>; revision history information disclosure, reported independently by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a> from the WordPress security team and by Dan Moen from the Wordfence Research Team; oEmbed denial of service reported by Jennifer Dodd from Automattic; unauthorized category removal from a post, reported by David Herrera from <a href=\"https://www.alleyinteractive.com/\">Alley Interactive</a>; password change via stolen cookie, reported by <a href=\"https://blogwaffe.com/\">Michael Adams</a> from the WordPress security team; and some less secure <code>sanitize_file_name</code> edge cases reported by <a href=\"http://peter.westwood.name/\">Peter Westwood</a> of the WordPress security team.</p>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.5.3 fixes 17 bugs from 4.5, 4.5.1 and 4.5.2. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.5.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.5.3\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.3.</p>\n<p>Thanks to everyone who contributed to 4.5.3:</p>\n<p><a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/neverything\">Silvan Hagen</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> and <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4311\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.5.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:17: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4290\";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:381:\"WordPress 4.5.2 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.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1669:\"<p>WordPress 4.5.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.5.1 and earlier are affected by a <abbr title=\"Same-Origin Method Execution\">SOME</abbr> vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS using specially crafted URIs through MediaElement.js, the third-party library used for media players. MediaElement.js and Plupload have also released updates fixing these issues.</p>\n<p>Both issues were analyzed and reported by Mario Heiderich, Masato Kinugawa, and Filedescriptor from <a href=\"https://cure53.de/\">Cure53</a>. Thanks to the team for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>, and to the Plupload and MediaElement.js teams for working closely with us to coördinate and fix these issues.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.2.</p>\n<p>Additionally, there are multiple widely publicized vulnerabilities in the ImageMagick image processing library, which is used by a number of hosts and is supported in WordPress. For our current response to these issues, see <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">this post on the core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 20 Sep 2016 06:23:24 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 07 Sep 2016 15:59:20 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20160919111332\";}','no'),(717,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1474395804','no'),(718,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1474352604','no'),(719,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1474395805','no'),(720,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Post Status: What is a WordPress theme anyway? — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=26808\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-theme-anyway-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2738:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian discuss WordPress themes, the functionality people put into them, and the challenges that face the WordPress ecosystem with the current state of theming. They also discuss various theme frameworks and how they are setup, common post types and how they can better be supported, and the popularity of page builders.</span></p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/47827.mp3\">https://audio.simplecast.com/47827.mp3</a><br />\n<a href=\"http://audio.simplecast.com/47827.mp3\">Direct Download</a></p>\n<h3>Topics</h3>\n<ul>\n<li>What should a theme do?</li>\n<li>Theme vs. Plugin functionality — and mobility potential between themes\n<ul>\n<li>Canonical post types</li>\n</ul>\n</li>\n<li>Difference between commercial themes and .org distributed free themes\n<ul>\n<li>Restrictions</li>\n<li>All-in-one solution “promises”</li>\n</ul>\n</li>\n<li>Page builders and their role in theming</li>\n<li>Other theme options via the REST API</li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://poststatus.com/on-wordpress-themes-and-frameworks/\">On WordPress themes and frameworks</a></li>\n<li><a href=\"http://underscores.me/\">Underscores</a></li>\n<li><a href=\"http://www.csszengarden.com/\">CSS Zen Garden</a></li>\n<li><a href=\"http://themehybrid.com/hybrid-core\">Hybrid Core</a></li>\n<li><a href=\"http://my.studiopress.com/themes/genesis/\">Genesis</a></li>\n<li><a href=\"https://poststatus.com/wordpress-com-jetpack-lead-way-toward-standardizing-custom-post-types/\">WordPress.com and Jetpack should lead the way to standardizing CPTs</a></li>\n</ul>\n<h3>Sponsor: WP101</h3>\n<p><span>The <a href=\"https://wp101plugin.com/\">WP101 Plugin</a> frees your time, enabling you to focus on what you do best, while providing our popular WordPress 101 tutorial videos directly in your client’s dashboard. You can even add your own videos! Go to <a href=\"https://wp101plugin.com/\">wp101plugin.com</a> for more information, and thanks to WP101 for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Sep 2016 17:29:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:41:\"HeroPress: An Endless Supply of Happiness\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1319\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/essays/endless-supply-happiness/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10752:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/09/091316--1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have met and worked with people across the globe that I have never imagined I would.\" /><h3>Money buys happiness</h3>\n<p>As a child, I didn’t know or care much about adulthood and complexities of life. I wanted to end up with a job that pays well so I could buy an unlimited supply of cartridges for my arcade gaming console. Adulthood was simple!</p>\n<p>However, I grew up and like a lot of people realised that things don’t work that way. People who get into things just for the money are not the happier ones.</p>\n<blockquote><p>The happier ones really enjoy what they do, the money is co-incidental.</p></blockquote>\n<p>By that logic, I should’ve learnt things that enabled me to build games on cartridges! However, by this time, my fascination had naturally moved from cartridges to computers. So, I went to college and earned a degree in Computer Engineering.</p>\n<h3>All the plans of mice and men</h3>\n<p>Till now my simple plan was working well. Computers were still a recent phenomenon in India. When I enrolled, it looked like a straight path between getting a degree and getting a career.<br />\nBut, by the time I graduated, I had realised that I had to choose further from a mind-boggling array of technologies and options. I hadn’t anticipated the sheer size of the field I had entered. It was like a complex sign up form with too many fields and massive dropdowns!</p>\n<blockquote><p>I didn’t have access to professional counselling or guidance that would help me understand my best options.</p></blockquote>\n<p>Asking people around me for advice, just got me more confused. Everyone said the best things about the technologies they worked with. However, talking to seniors and friends helped me shortlist the ones that seemed to offer a lot of growth and excitement (and money, I still wanted my cartridges!). My options were down to Java, PHP, .net or Networking.</p>\n<p>One of my other worries then was that if I chose one at the start of my career, I might not be able to switch to something else later. I was confused, in stress and I needed to make one of the most important decisions of my life; standard recipe for feeling lost.</p>\n<h3>Escapism is easy</h3>\n<p>There was however an easy way out. I could just postpone this confusion and clutter and study further. In my opinion poll, an MBA had come up too often as a great direction after engineering. All I had to do was pass a couple of qualifying tests for various institutions. For that I needed to study and that was something I had done for the majority of my life.</p>\n<p>The plan was simple again and my nerves were calmed. I passed those tests and made it to the next round– the personal interview (PI). One of the colleges that I appeared for the PI was in Pune. There’s usually a long wait of at least a month between the interview and selection, since there are a lot of students to be interviewed before they shortlist the successful candidates. All I could do now, was wait.</p>\n<h3>How I met WordPress</h3>\n<p>I decided to stay in Pune for the waiting period and started looking for shared apartments. One day while checking a few of them out, I ran into one of my college friends. We became roommates!<br />\nI had a lot of time to kill and a roommate who was working as a WordPress Developer (with rtCamp), something that I had never heard about. I couldn’t help but look into it. With a little exploration of PHP alongside, I picked it up pretty fast. I had just learnt a new skill that I was confident about, I had even more time till my actual classes would start and this time, there was no pressure. I could get a job for a couple of months.</p>\n<p>I sent in my resume to a couple of companies. Obviously, I also applied to rtCamp. Guess what? I got a call from rtCamp, everything went well and I got the job!</p>\n<p>In the first few days at rtCamp, I was encouraged to dig into WordPress in detail with self-learning targets.</p>\n<blockquote><p>Picking up the basics of WordPress was easy, but to figure out everything else wasn’t.</p></blockquote>\n<p>There weren’t as many tutorials and learning materials as there are now. Most of my learning involved checking out the core and it seemed very messy and confusing. I got a lot of help from others, especially from Joshua who was my mentor. In no time, I was building themes, plugins and complete websites. I also realised that I was genuinely enjoying what I was doing.</p>\n<p>The irony did not escape me. I came to Pune because I was running away from a decision that I found too difficult to handle. And just like that, I had arrived at my answer. I had a job that I loved and enjoyed. The temporary job that was supposed to fill in time till my MBA started went on for three more years. Goodbye MBA, I was a proud WordPress developer.</p>\n<p>At the end of those three years, for various reasons rtCamp and I decided to part ways. I started looking for a job and I saw an opening at BuddyBoss. It seemed like a great opportunity and the folks seemed great. I sent in my application.</p>\n<h3>Real jobs involve pants</h3>\n<p>I’m not sure if I can explain this part but let me try. I come from a small town of a third world country where the idea of a respectable IT professional is limited to the clockwork stereotype that works for <abbr title=\"Multinational Corporations\">MNCs</abbr> whose main function is outsourcing. It was very difficult to explain what remote working was to my family and friends. It was just too alien to them. I’m sure it happens everywhere but in India, it just didn’t seem like a “real” job to anyone. When everyone around you raises concerns about a decision, you obviously begin to doubt it.</p>\n<p>On the other hand, BuddyBoss seemed like an awesome organisation, with great folks and the things they were building seemed interesting. I had worked a lot with BuddyPress at rtCamp and I had quite enjoyed it. I had never enjoyed 9 to 6 routines and commuting to office everyday. The idea that you could avoid all that and work out of home, at your own timings was just crazy. I couldn’t let this opportunity go.</p>\n<p>I soon found out first hand what remote working felt like. I didn’t have to work from home. I could carry my workplace in my bag. It meant I could work out of a cafeteria, or a friend’s place if I wanted. It meant I could visit my hometown and my parents more often. It meant I could travel and see new places while I was working. It also meant I could buy way more games for my PS4 (I was still the boy who loved gaming!).</p>\n<p>It wasn’t easy; you need more discipline and you need to put in extra efforts compared to just showing up at work everyday and finishing your tasks. But it was worth it. I felt like I had wanted to do this all along.</p>\n<h3>A place in the world</h3>\n<p>Let’s rewind. Just a few years ago, I was a fresh engineering graduate from a small town, from a middle class Indian family, who was terribly worried about finding a half decent job that could give him a slight chance of happiness.</p>\n<p>Since then, I have met and worked with people across the globe that I had never imagined I would do and I haven’t even set foot outside India yet. I have been to meetups and WordCamps where I met my colleagues from BuddyBoss and a lot of other amazing people with their own amazing stories.</p>\n<p>My daily vocabulary consists of open source, remote work, contribution and community. These weren’t concepts that existed for me then. I remember when I submitted my first patch, I really felt a part of something big and exciting. I felt a sense of belonging to this awesome group of helpful people that we call the WordPress community.</p>\n<p>To be honest, it wasn’t a difficult journey filled with hurdles and my story isn’t one of overcoming my circumstances. What I would take away from my story is the extent of transformation that I could achieve thanks to the WordPress community and ecosystem.</p>\n<blockquote><p>The opportunities that WordPress provided me, I don’t think I would have found anywhere else.</p></blockquote>\n<p>Not just me, I’m happy to see that more people around me are able to find their own slice of happiness thanks to WordPress.</p>\n<p>On one hand, I see people running in a rat race, living in a world that’s a cruel, cut-throat competitive arena. I was once planning to get there. However, a whole bunch of strangers across identities and geography, helped me have a meaningful and comfortable life experience instead. I do appreciate the contrast and I sure feel a lot of gratitude.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: An Endless Supply of Happiness\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=An%20Endless%20Supply%20of%20Happiness&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fendless-supply-happiness%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: An Endless Supply of Happiness\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fendless-supply-happiness%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fendless-supply-happiness%2F&title=An+Endless+Supply+of+Happiness\" rel=\"nofollow\" target=\"_blank\" title=\"Share: An Endless Supply of Happiness\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/endless-supply-happiness/&media=http://heropress.com/wp-content/uploads/2016/09/091316--150x150.jpg&description=An Endless Supply of Happiness\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: An Endless Supply of Happiness\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/endless-supply-happiness/\" title=\"An Endless Supply of Happiness\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/endless-supply-happiness/\">An Endless Supply of Happiness</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Sep 2016 11:45:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Abhishek Kumar\";s: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:36:\"HeroPress: A Community of Acceptance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://heropress.com/essays/a-community-of-acceptance/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10562:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/09/090716-David-Laietta-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Be a pillar of support for your community.\" /><p>I’m going to open my essay with a bit of self-exposure. These things aren’t really secrets, but some context places me into a broader story.</p>\n<p>I’m the child of two Army parents, and spent at most two years at any one school, and have several cities play home at various points in my life. I’m a small business owner, and have made my living with WordPress in some form or another for the past eight years. I’ve had some struggle with feelings of depression for as long as I can remember in my life. I am a gay latino living in Orlando, FL. Those last few points have defined more of my internal life than I’d really care for in the past few months. We’ll get to that later.</p>\n<h3>Now that that’s out of the way, let’s begin.</h3>\n<p>I’d been doing web development since high school, where I was fortunate enough to go to a school that taught basic programming. The dot com bubble may have been on the verge of popping, with web companies still riding high, but courses in public schools hadn’t yet caught up to that industry.</p>\n<p>Throughout high school and college I both worked on websites for myself, friends, and a few paying clients. WordPress had not yet entered my life, and would not until the Spring of 2008 when I wanted to move my personal blog from a manually managed list of links with some basic PHP thrown in to something more robust. It helped that I was tasked with creating a new website for the company that I was working for, despite that being no part of my regular job description, or compensation for that matter.</p>\n<p>Fast forward a few years, and in 2011 I discover that the forums that I was going to for help were populated by real people, something I’d come to know as the WordPress community.</p>\n<blockquote><p>This community was tireless, knowledgeable, patient, and generally filled with the can-do attitude that attracts people to roll up their sleeves and get to work. My kind of tribe.</p></blockquote>\n<p>Over the course of five years, a variety of web tech conferences, close to 100 meetups, and around thirty WordCamps and counting, I’ve built up a group of friends and partners that have been my hangout buddies, sounding board, business associates, and support network all in one.</p>\n<p>In those five years I’ve had a few ups and downs in my life. I’d moved jobs a few times, went from doing side freelance work in the evenings to working for myself full time, uprooting house about five times, and started and stopped a variety of partnerships. I’ve continued to make new friends, both offline and on, that I would count among my closest confidantes. The WordPress community has been a big driver of my personal, social, and professional life and I am forever grateful for that.</p>\n<p>This group of people is as varied as any I could hope for. We’re not perfect (no one is), but we’re generally more willing to hear out opposing ideas, have frank discussions on topics that would be uncomfortable or unheard of with other groups, and represent a diversity that makes me proud to be a community member.</p>\n<p>The things that I might be discriminated for in real life are not only accepted, but are normalized in a way that makes me feel comfortable being myself. This includes being able to share and have shared experiences outside of the expanse of my meatspace network, as well as the safety that comes with the knowledge that I am not alone. I can’t be alone when I can commiserate with a group of like-minded loners.</p>\n<h3>Big Events Stop Time</h3>\n<p>On 12 June, less than three months ago, life in Orlando was shaken. We became the latest of a list that threatens to grow to every community in America that has to contend with the fallout of a mass shooting. Pointing out that the attack occurred on Latin night at a gay club is apparently overtly political when describing the event as a multi-faceted hate crime and terrorist attack. So be it. Someone tore a portion of my community up and altered the fabric of my life.</p>\n<p>My immediate response the day of was to worry about any other young latin gay men that I know that could have been at that club. I was also scrambling for information on volunteer efforts that may or may not have been available. Rumors circulated that the federal ban on blood donations among gay men had been lifted at some blood banks, which later turned out to be false. I was able to stew in outrage that the very people affected would be unable to offer lifesaving help to those who desperately need it, not just in Orlando but across the country.</p>\n<p>My outrage turned to anxiety in short order. The story was dissected for weeks, and still frequently comes up in conversation. On more than one occasion I’ve had to excuse myself from those conversations, turn off the TV, or shut my laptop and walk away. I can’t claim any specific trauma, or even a feeling of “that could have been me” as I don’t frequent night clubs, but that could be any of us in some way.</p>\n<blockquote><p>Staring into an abyss for too long can make you think that the void is all that exists.</p></blockquote>\n<p>One redeeming moment throughout that ordeal was the outpouring of support from around the world, and our community pulling together to help the families of victims, and to unite in a strength that comes from our network but does not exist in any one person. Over the course of 24 hours I received dozens of calls, texts, tweets, and messages in various other forms asking if I specifically was ok. The majority of those touch points came from members of the WordPress community, who ostensibly owe me nothing and that I may interact with in person once a year at a conference, but who have a kinship that unites us.</p>\n<h3>Support Can Be Personal Or Shared</h3>\n<p>I’m reviewing this essay while sitting at my favorite coffeeshop. I’ve been coming here for twelve years now, almost as long as I’ve lived in Orlando. The coffee is great, but that’s not the only reason that I come in. As soon as I got here the owner greeted me with a hug, and the barista knew exactly how I like my coffee. The owner randomly thanked me for being dependable and a constant that she didn’t have to worry about being trouble, as something always comes up when running a small business. That’s definitely a sentiment that I can agree with.</p>\n<p>While I don’t agree with her observation that, “David is always happy” (see prior revelation of lengthy stretches of discouragement and dispiritedness), I understand the need for constants in your life.</p>\n<blockquote><p>Those people that will be there for you, even if you don’t always know it.</p></blockquote>\n<p>Whether that’s a shoulder to lean on, a mentor when you’re stuck, or even a bright smile or online greeting for no reason than to share happiness, the amount of effort required to improve the lives of others can be as simple as the congeniality and cordiality that you would like others to afford to you.</p>\n<p>One of my favorite things about WordCamps and WordPress meetups are the number of people that come out without financial compensation just to share their knowledge. I have the most fun helping with a workshop, teaching a group to do something that I myself had taught to me. We all needed some help to get where we are, and I don’t consider it an obligation, but an opportunity when I get to help others.</p>\n<h3>Go Forth and Be A Community</h3>\n<p>I have an ask with my essay. Be a pillar of support for your community. Not everyone is comfortable with putting themselves out for judgement, but everyone has moments of weakness.</p>\n<blockquote><p>Everyone is walking a path that you may never see when talking with them or following their lives online.</p></blockquote>\n<p>I ask that you make it clear to everyone that you are available if you are needed. You may not think that you can do anything to help, but even a sympathetic ear can be a lifeline that can come at the most important moment of need. I’ve been kept relatively sane by the community that started as a way to help me scrape together websites, and has become one of the driving factors of my life.</p>\n<p>It’s only fair to continue paying that forward.</p>\n<p>If you’re ever in Orlando, <a href=\"http://davidlaietta.com/coffee-talk/\">come get some coffee with me</a>.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A Community of Acceptance\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20Community%20of%20Acceptance&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fa-community-of-acceptance%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A Community of Acceptance\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fa-community-of-acceptance%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fa-community-of-acceptance%2F&title=A+Community+of+Acceptance\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A Community of Acceptance\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/a-community-of-acceptance/&media=http://heropress.com/wp-content/uploads/2016/09/090716-David-Laietta-150x150.jpg&description=A Community of Acceptance\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A Community of Acceptance\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/a-community-of-acceptance/\" title=\"A Community of Acceptance\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/a-community-of-acceptance/\">A Community of Acceptance</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Sep 2016 11:00: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:\"Davia Laietta\";s: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:71:\"Post Status: Rejuvenating old software products, with Pippin Williamson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26407\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://poststatus.com/rejuvenating-old-software-products-pippin-williamson/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3464:\"<p>In this episode of Post Status Draft, I talk to <a href=\"https://pippinsplugins.com\">Pippin Williamson</a>, and we discuss the renewed effort he and his team have made to rejuvenate Restrict Content Pro.</p>\n<p><a href=\"https://restrictcontentpro.com/\">Restrict Content Pro</a> was initially sold without even a dedicated landing page, was successful on <a href=\"https://codecanyon.net/\">Code Canyon</a> for a time, then he let it sputter as he and his team concentrated on Easy Digital Downloads and AffiliateWP.</p>\n<p>But Pippin knew that Restrict Content Pro still had more life in it, and he wanted to see it become the kind of product he knew it had the potential to be. So when John Parris — at the time primarily working with Easy Digital Downloads — said he was interested in helping make RCP a proper membership plugin, Pippin jumped on the opportunity.</p>\n<p>They have had a good bit of success early on in the <a href=\"https://pippinsplugins.com/rebuilding-dying-product/\">attempt to rejuvenate this product</a>:</p>\n<blockquote><p>Our goal was to double or triple the monthly revenue within six months. In March, 2016, RCP brought in $7,700. Last month, July 2016, it brought in $11,400. August, 2016, is estimated to bring in a little over $12,000.</p>\n<p>We’re at the five month mark and have increased monthly revenue by about 1.5. That’s not double yet, but it’s getting close. Within another few months, I expect we’ve surpass $15,000 in monthly sales. Even with just an increase of 1.5, we’re still looking at more than $100,000 in annual revenue, and the monthly revenue is higher than it ever was in the past, so we’re succeeding.</p></blockquote>\n<p>Our conversation picked up where the blog post left off. We talked about the pain points they encountered during this effort, some of the additional rewards they’ve had, and how he structures the business more generally to have the same team work on multiple products.</p>\n<p>If you are a business owner, or aspire to be one — or if you are curious about managing multiple lines of business at once — then I think you’ll really enjoy this episode.</p>\n<p><a href=\"https://audio.simplecast.com/46313.mp3\">https://audio.simplecast.com/46313.mp3</a><br />\n<a href=\"http://audio.simplecast.com/46313.mp3\">Direct Download</a></p>\n<p>And, if you’re a <a href=\"https://poststatus.com/club\">Post Status Club</a> member, Pippin and I recorded a bonus segment, where we discuss hosted WordPress eCommerce, and Pippin shares his opinions on the concept, and whether or not it’s something they are considering for Restrict Content Pro and/or Easy Digital Downloads.</p>\n<p><strong>Sponsor</strong>: <a href=\"https://genesisdesignpro.com/\">Design Palette Pro</a> makes customizing Genesis websites simple. The Design Palette Pro team has integrated with every Genesis child theme, and it’s the perfect place to send folks who need custom design, without a custom budget. Go to <a href=\"https://genesisdesignpro.com/\">GenesisDesignPro.com</a> for more information, and thanks to Design Palette Pro for being a Post Status partner.</p>\n<p><a href=\"https://www.flickr.com/photos/wordcampsandiego/26859812995/in/photolist-wKqTWZ-qTEQ3T-rw972a-qTEQ6t-qTEPB2-rxU9V5-rQsZAX-rQBth2-qTEQr8-rxT1ZA-rw96J6-qTEQje-qTEQ7v-6jBBQc-ry1vBx-rxUa91-GVvyC4-HdH5tc-H5ogs9-G17BBn-H7FHQn-GvpdDY-H7FEJc/\">Original photo credit: Marc Benzakein at WCSD</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, 06 Sep 2016 18:30:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"Post Status: GoDaddy has acquired ManageWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26370\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://poststatus.com/godaddy-managewp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7905:\"<p><a href=\"https://www.godaddy.com/\">GoDaddy</a> has acquired <a href=\"https://managewp.com\">ManageWP</a>, the popular website management service. The terms have not been officially disclosed, but it’s my understanding that the deal is structured based on a post-earn-out valuation that could change depending on performance. The deal closed on September 1st. GoDaddy declined to comment on the specifics of the financials.</p>\n<p>ManageWP was founded in 2011, officially launched in January 2012, and has more than a quarter million websites on their service. Their team of nearly 30 people is headquartered in Serbia, but is capable for remote operations, and the entire team will join GoDaddy. Up to this point, ManageWP was fully self-funded. The company was founded my Vladimir Prelovac, who is coincidentally moving to the US, and will now work from GoDaddy’s Sunnyvale office; the company CEO is Ivan Bjelajac.</p>\n<p>Speaking to Vladimir, he says the discussions with GoDaddy began several months ago, when they were seeking a potential partnership. The relationship grew from there and transitioned to potential acquisition talks. “We met with their team, and it really blew my mind; the product team, engineering, and leadership really have a fantastic vision.” They loved the thought of being able to put ManageWP — a product they strongly believe in — into the hands of millions of people.</p>\n<p>Vladimir says that Orion, their recent rebuild of the product, went very well, and they have been profitable since inception. Their 2015 revenue was more than $1 million, and they anticipated new revenue growth with the launch of Orion — prior to the acquisition closing.</p>\n<h3>ManageWP’s recent rebuild</h3>\n<p>A complete redesign and rebuild of the product — which they’ve named Orion — was completed and launched on July 12th. The new product included an all new pricing scheme, in addition to the new interface. The new pricing is geared toward power users managing dozens or hundreds of websites, costs $150 per month for between 25 and 100 websites, and additional bundles of 100 sites are $150 each.</p>\n<p>People with fewer sites can pay $6 per site per month. The new pricing is confusing, as I covered in more depth in <a href=\"https://poststatus.com/notes/managewp-orion-platform/\">my post about the relaunch</a>, but is cheaper than their previous plans unless a customer has between 5 and 50 websites, or more than 200 websites.</p>\n<p>However, the pricing may not be a significant factor under the management of GoDaddy. They very well may choose to make most features of ManageWP free for GoDaddy customers.</p>\n<p>The following breakdown of features is based on ManageWP’s current pricing:</p>\n<h4>Current free plan</h4>\n<ul>\n<li>Centralized site management for WordPress, plugin, and theme updates</li>\n<li>Team and user management</li>\n<li>Security and performance snapshots</li>\n<li>Google analytics summaries</li>\n<li>WordPress comment management</li>\n<li>Maintenance mode</li>\n<li>Basic client reports</li>\n</ul>\n<h4>Current paid plan</h4>\n<ul>\n<li>Cloud backups and site cloning: $2/month/site for daily and up to $6/month/site for hourly</li>\n<li>White label ManageWP for client installs: $1/month/site</li>\n<li>SEO keyword monitoring and ranking changes: $1/month/site</li>\n<li>Uptime monitor: $1/month/site</li>\n<li>Advanced client reports: $1/month/site</li>\n</ul>\n<h3>GoDaddy’s plans for ManageWP</h3>\n<p>GoDaddy will surely benefit from the technology ManageWP has spent so much time and energy crafting. What will be more interesting is to see specifically how they integrate it with their <a href=\"https://www.godaddy.com/pro\">GoDaddy Pro</a> program and WordPress hosting plans.</p>\n<p>The ManageWP SaaS as it currently exists will be a standalone offering, but GoDaddy will also integrate it into their Pro platform — an all-in-one dashboard for web developers — which is possible because of the way ManageWP was created, with its extensive backend API.</p>\n<p>Jeff King, GoDaddy’s Vice President of Hosting, told me, “ManageWP is incredibly well respected,” and that they do not want to mess with how strong of a brand it is, and will keep it as a standalone app that anyone can use.</p>\n<p>They would like to integrate some of the “fantastic” features ManageWP has developed, into, “something that is incredibly useful for [GoDaddy] Pros.” They also know that their customers have clients that work on other hosts, and they want to integrate the new features they are working on with many hosting platforms.</p>\n<p>They expect to start rolling out ManageWP features within the GoDaddy Pro dashboard in the next couple of months, and hope to have a more complete demo ready for <a href=\"https://2016.us.wordcamp.org\">WordCamp US</a> in December.</p>\n<p>Current GoDaddy WordPress <a href=\"https://www.godaddy.com/hosting/wordpress-hosting\">hosting plans</a> range from $3.99 to $13.99 per month — both are very low prices within the industry, considering what they offer.</p>\n<p>GoDaddy hosting has had a bad reputation for a long time, but they have spent tens of millions of dollars on their managed infrastructure and tooling — not to mention <a href=\"http://www.wired.com/2015/05/godaddy-isnt-company-think/\">efforts to revitalize their brand</a> more generally. Reputable hosting analysis I’ve seen for the last couple of years consistently conclude that GoDaddy’s managed service is a good, “bang for your buck,” considering the very low prices.</p>\n<p>Speaking with various members of GoDaddy’s team, I know that their aims for the future are to build out tools for improved customer experiences, and they feel like they are in the best place they’ve ever been from a hardware and hosting stack technology standpoint.</p>\n<p>They are also putting the finishing touches on an entirely new onboarding experience for WordPress hosting customers who sign up with GoDaddy, to be able to cater websites configured for specific niches based on what the customer tells them they intend to do with the website. Depending on the answers from a new customer, they will pre-install plugins and themes to suit those needs, which could in the future co-align with <a href=\"https://www.godaddy.com/garage/webpro/wordpress/introducing-the-godaddy-plugin-partner-program-for-wordpress/\">their plugin partner program</a>, but also includes other plugin and service partnerships, like the deal they have made with the page building plugin <a href=\"https://www.wpbeaverbuilder.com/\">Beaver Builder</a>.</p>\n<p>This acquisition will offer tremendous exposure for ManageWP, to the more than 14 million GoDaddy customers. WordPress is a huge focus area for GoDaddy, considering its dominance in the CMS landscape, and 25% marketshare of the web generally; the most common thing a new GoDaddy hosting customer will do is to install WordPress, so they have a particularly vested interest in trying to make the experience of running and managing WordPress websites a positive one.</p>\n<p><em><strong>Update</strong>: <a href=\"https://managewp.com/managewp-joins-godaddy\">ManageWP</a> and <a href=\"https://aboutus.godaddy.net/newsroom/news-releases/news-releases-details/2016/GoDaddy-Acquires-ManageWP-To-Offer-A-Single-Destination-For-Best-In-Class-WordPress-Management-And-Hosting/default.aspx\">GoDaddy</a> have both made official announcements now. Of note in the ManageWP one, they do confirm that, “GoDaddy is looking to bolster their WordPress hosting with our features, like backups, staging, migration and more,” and some of those features will indeed make their way to the GoDaddy platform. Also, they say that 8% of ManageWP customers were on GoDaddy.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Sep 2016 17:40: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: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:28:\"HeroPress: On the other side\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/essays/on-the-other-side/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15934:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/08/083016-Ed-Kratz-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The failure of a lot of outsource projects, companies, and freelancers is the lack of clear expectations in the beginning.\" /><p>My first experience with WordPress came in 2005. I was taking an online theology program and became friends with the director of the course, C. Michael Patton. The course was provided by a popular Christian website, but over time it became necessary to move it to its own site because of limitations in the current sites platform. I don’t know what it was at the time, I believe it may have been custom built.</p>\n<p>Michael, along with me and several other students of the course searched for the best platforms to build the new site on we played with all the popular ones at the time. We looked at Joomla (Mambo at the time), Drupal, and WordPress. We also chose Moodle for the classroom piece and WordPress for the main site. We built the site and it went over well, the theology program was getting popular and the live chats that we did on Pal Talk were getting a lot of attention. The chat rooms were constantly getting attacked by malicious users who pop in and disrupt the classes, but we also wanted the rooms to stay public as there was a pretty significant Christian presence on there and we were getting many new students.</p>\n<p>Michael decided that the best thing to do was to build our own chat platform add all the features that would make teaching and conferencing more efficient. Michael found someone to finance the new system, and I quit my job to work on this full time.</p>\n<h3>Trying Outsourcing</h3>\n<p>That lead to my first experience with outsourcing work, this was a big project and would require a large team. We ended up hiring an outsourcing company from Noida, India. We got to work building the ultimate conferencing platform.</p>\n<p>There were a lot of challenges with the application, many were technical as we had purchased a voice conferencing SDK that could do peer to peer audio and text chat, but it was buggy and would drop users on a regular basis. As many technical issues as we had, we had more with the outsourcing company.</p>\n<p>They were very friendly and polite, but there were cultural differences that I didn’t understand at the time, and these became a huge obstacle to ever completing the project. My past experience working for a high end financial consulting company that dealt with super wealthy investors, taught me that quality and deadlines were all that mattered, and if I gave a deadline for something or was given one it had to be met no matter what.</p>\n<p>Things didn’t quite work that way in outsourcing, deadlines were treated as guidelines, and things that seemed like common sense such as how a confirmation box would work became additional features.</p>\n<blockquote><p>Basically, things that I took for granted but didn’t provide documentation for were never thought about, no one ever asked about how things like that would work, and the level of frustration built.</p></blockquote>\n<p>After two trips to India to try to get things back on track we finally pulled the project and moved it to the US.</p>\n<p>During this same period, it was blatantly obvious that the SDK we were building this on was never going to work as advertised and we would need to write one from scratch. I had an acquaintance from the theology program, a professor at a college in San Francisco who had a small development company there.</p>\n<p>Their main developer was a self-proclaimed genius and had done a lot of work in audio compression and had written code for Gibson mixers as well as some networking protocol work so it seemed a perfect fit.</p>\n<p>We signed the contract and off we went, or so we thought. After 6 weeks of discussions, emails, and arguing back and forth, the company wanted a percentage of our business to build the conferencing piece. They were claiming that their developer was going to use his custom algorithm to provide the service, but that was not part of the contract so they would need to own a portion of the company.</p>\n<p>My guess is that they planned on that from the beginning, but nevertheless, after over $10,000 and a lot of lost time all we received was some documents with the theory behind this magic algorithm and copies of a bunch of downloaded open source communication frameworks.</p>\n<p>I can go on about this project, but the main thing is that it ultimately ended in failure, and it still haunts me that we never got this to market.</p>\n<p>As difficult and painful as this failure was, I did learn a lot from it, I know that’s cliché but it really is true, and what I learned is the point of this post.</p>\n<h3>WordPress in El Salvador</h3>\n<p>In 2010 I moved to El Salvador for reasons that are beyond this post and would require way too much of your time. I got married here, and my wife and I started a coffee export business. We did pretty well with that until 2012 when the rust leaf virus hit the country and really hurt the quality and quantity of coffee available for export.</p>\n<p>I needed to find a way for us to make a living, and I started scouring the internet for jobs that I could do from here. I found a listing on Craig’s List, and landed a job as a project manager for an outsource company based in the US.</p>\n<p>Most of the work was in WordPress which I had continued to dabble in by doing sites for friends, and our coffee business, so I was pretty comfortable with the platform. The part that was the challenge of the job was that I was again working with developers’ half way around the world, that didn’t understand the American culture or clients’ perspectives.</p>\n<p>My experience with WordPress helped quite a bit because I could jump in and fix things, and finish projects that were incomplete. I built a good reputation with clients many of whom where marketing companies that needed sites built to promote their clients’ businesses.</p>\n<p>The owner of the company is a bit of an entrepreneur and in 2013 he decided to build a new business setting appointments for real estate agents in the US. I got the job of building a custom portal for his new venture using a couple of the developers that I had been working with over the last year and a half.</p>\n<p>This was a fairly large project as it was tied to several APIs and was on an unrealistic deadline, but we managed to get it done and the business was rolling. Ultimately this didn’t work because it required telemarketers that were working on commission so they were doing anything to get appointments including booking them when they shouldn’t. The real estate agents were mad, the owner of the company was refunding money constantly, and that was the end of it, and the outsourcing company.</p>\n<p>I started doing work on my own using the two developers that I had worked with that were very good, and things were going well, but I still had to deal with the time and cultural differences. Waking up to see what progress was made on a project only to hear from the dev that he couldn’t do anything because he had some questions, even though we discussed projects and had the details in our online management system.</p>\n<h3>Building Locally</h3>\n<p>In 2014 I decided it was time to hire local developers, I was getting busy and I couldn’t afford to miss deadlines and I needed more control over my projects. Besides, my goal was always to earn a living here, while treating the local people fairly and not taking advantage of them. I wanted to provide opportunities not just make money.</p>\n<p>My wife formed the legal company as I cannot own a company here yet, I’ve still got to finish the legalization process.</p>\n<p>I hired our first two full time developers in the fall of 2014, one front end for themes and templates, and one back end for plugins and API work. While we had plenty of work we didn’t exactly hit the ground running.</p>\n<p>There was still a cultural adjustment period, and neither were really that familiar with WordPress. This meant a lot of long hours for me as they were learning the ins and out of WordPress, and even more importantly, the importance of detail and meeting deadlines.</p>\n<p>The work culture here is a lot like that in most of the world, much more laid back then that in the US, so I had to teach my team to understand what mattered and what didn’t to our clients. I had to use the lessons that I learned from my failures in working with outsourcing companies and individuals in the past and use that to build a working environment that is productive for the company but also a place that my workers are happy to come to every day.</p>\n<p>There were a lot of challenges that we had to overcome aside from just the cultural differences and approaches. The employment laws here were a surprise that I learned on what appeared to be a little later than a need to know basis.</p>\n<p>All employees get 15 days’ paid vacation from year one, and they get 15% of their monthly salary in addition to their regular pay for that time. They also get an annual bonus that is 50% of their monthly salary. And then there is indemnizacion which is basically unemployment, except here the company pays one month’s salary for every year an employee works, you have the option of paying this annually, or all at once if you fire an employee.</p>\n<p>These were things I learned after agreeing to pay my developers their asking salaries.</p>\n<blockquote><p>If you’re going to start an outsourcing company in a foreign country, learn their laws first!</p></blockquote>\n<p>Other issues that I learned from my first outsourced project is that other countries have their own holiday schedules. I had Hindus on projects that had some holidays, Muslims that had other holidays, and clients that didn’t care about either. The same thing here, El Salvador’s’ Independence Day is not July 4<sup>th</sup>, their Labor Day is not the first Monday of Sept. and they have a lot of holidays based on the Catholicism.</p>\n<p>These are all issues we work around by managing our time and projects, and a lot of extra work on my part during these holidays. My team works most US holidays, but that would be the best time for them to be off, and when I would like to be off.</p>\n<p>We currently have four full-time developers and we keep everyone fairly busy, but I also care about my team and we try to manage our projects so that no one needs to work overtime, or even the half days on Saturdays that they are contracted for. So far I have only needed to have them work on Saturdays twice in the two years since we started here, but they all understand that if deadlines are in danger of not being met we will work Saturdays. That’s a little motivation that seems to be working.</p>\n\n<a href=\"http://heropress.com/essays/on-the-other-side/chicho2/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/chicho2-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Chicho\" /></a>\n<a href=\"http://heropress.com/essays/on-the-other-side/mayra-flor-luis/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/mayra-flor-luis-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Mayra, Flor, and Luis\" /></a>\n\n<p>I also realize that I am not going to get a lot of production out of a new developer for a couple months. Most people here don’t know WordPress very well, or the other platforms that we work on, so we train them, give them small things to do and time to learn. They need to learn not only how to do the actual programming, but how to embrace WordPress as an application development platform or framework. In the beginning they all want to work on their favorite MVC framework for everything, but when they really learn the power and clarity of the platform they get hooked and productions shoots up.</p>\n<blockquote><p>I never wait until I have too much work to hire someone new because I know the beginning will be slow.</p></blockquote>\n<p>If I need to scale in a hurry, I still have relationships with my oversees guys and I’ll give them a project to keep moving.</p>\n<h3>Outsourcing On The Other Side</h3>\n<p>There is a lot to running an outsourcing company from a foreign country, and I have a big advantage having spent most of my life working in the Northeastern US and understanding what clients expect. One of the main things I do is to manage those expectations to create realistic requirements, and realistic deadlines. We meet those deadlines or we work extra, though we have hardly ever needed to do that.</p>\n<blockquote><p>I believe the failure of a lot of outsource projects, companies, and freelancers is the lack of clear expectations in the beginning.</p></blockquote>\n<p>Much like most of the world, the people here put a lot of importance on being agreeable and polite when discussing projects or really anything. That sounds good on the surface but it leads to unmet goals and cranky clients. If you’re working with US clients it’s far better to be honest about deadlines, skillsets, etc. than to just say yes to everything and have it fall apart.</p>\n<p>My team has learned that it’s better to tell me the reality than just what I want to hear, if they’re struggling with something they come to me and I guide them, sometimes to one of the other developers, sometimes I do it myself, but the key is that they are comfortable in knowing that none of us knows everything. Salvadorans are very proud people so this is a huge accomplishment.</p>\n<p>I know this is a long post and maybe I ramble a bit, but if you’re living in a foreign country and running or considering running an outsource business I hope that some of my experiences will provide a little guidance to help you along. Having been on both sides of the outsourcing world has really helped me to understand what clients want, and how to help my team deliver it.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: On the other side\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=On%20the%20other%20side&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fon-the-other-side%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: On the other side\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fon-the-other-side%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fon-the-other-side%2F&title=On+the+other+side\" rel=\"nofollow\" target=\"_blank\" title=\"Share: On the other side\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/on-the-other-side/&media=http://heropress.com/wp-content/uploads/2016/08/083016-Ed-Kratz-150x150.jpg&description=On the other side\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: On the other side\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/on-the-other-side/\" title=\"On the other side\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/on-the-other-side/\">On the other side</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Aug 2016 12:00:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Ed Kratz\";s: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:67:\"Post Status: Mobile apps that work with WordPress — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=26286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/mobile-apps-work-wordpress-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3106:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian talk about various third party publishing apps available and how they work with WordPress. They dig into apps that currently exist, how the connect to WordPress, how the future of WordPress could improve the third party ecosystem, and many of the challenges that must be tackled when interacting with WordPress as a third party application.</span></p>\n<p><a href=\"https://audio.simplecast.com/45625.mp3\">https://audio.simplecast.com/45625.mp3</a><br />\n<a href=\"http://audio.simplecast.com/45625.mp3\">Direct Download</a></p>\n<h3>Apps we discussed</h3>\n<ul>\n<li><a href=\"https://apps.wordpress.com/mobile/\">WordPress mobile apps</a></li>\n<li><a href=\"http://www.ulyssesapp.com/\">Ulysses</a></li>\n<li><a href=\"http://desk.pm/\">Desk</a></li>\n<li><a href=\"https://bywordapp.com/\">Byword</a></li>\n<li><a href=\"https://www.red-sweater.com/marsedit/\">MarsEdit</a></li>\n<li><a href=\"https://wordpress.com/windows-live-writer/\">Windows Live Writer</a></li>\n<li><a href=\"https://zapier.com/zapbook/evernote/wordpress/\">Evernote to WordPress Zapier</a></li>\n<li><a href=\"https://medium.com/ia-writer-tips-and-tricks/ia-writer-to-wordpress-511a8aa73643#.c5d531y0p\">iA Writer</a></li>\n<li><a href=\"https://zapier.com/zapbook/onenote/wordpress/\">OneNote to WordPress Zapier</a></li>\n</ul>\n<h3>Editor interfaces</h3>\n<ul>\n<li><a href=\"https://www.tinymce.com/\">TinyMCE</a> (web editor)</li>\n<li><a href=\"http://quilljs.com/\">QuillJS</a> (web editor)</li>\n<li><a href=\"https://facebook.github.io/draft-js/\">DraftJS</a> (web editor)</li>\n<li><a href=\"https://github.com/wordpress-mobile/WordPress-Editor-iOS\">WordPress iOS editor</a> (native editor)</li>\n</ul>\n<h3>Other links</h3>\n<ul>\n<li><a href=\"http://wp-api.org/\">WordPress REST API</a></li>\n<li><a href=\"https://github.com/joehoyle/vienna\">Vienna</a></li>\n</ul>\n<h3>Sponsor: Delicious Brains</h3>\n<p>Today’s show is sponsored by <a href=\"https://deliciousbrains.com/\">Delicious Brains</a>. <a href=\"https://deliciousbrains.com/wp-migrate-db-pro/\">WP Migrate DB Pro </a>makes moving and copying databases simple. They are also working on an exciting new project right now for merging databases, called Mergebot. Go to <a href=\"https://mergebot.com/\">Mergebot.com</a> for updates on that, and <a href=\"https://deliciousbrains.com/\">deliciousbrains.com</a> for more information on WPMigrate DB Pro, and thanks to the team at Delicious Brains for being a Post Status partner.</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, 30 Aug 2016 18:50: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"WP Mobile Apps: WordPress for iOS: Version 6.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/2016/08/26/wordpress-for-ios-version-6-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4716:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.4 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What’s New:</h1>\n<p><strong>iPad Keyboard Shortcuts.</strong> Press down the command key on your external keyboard to see a list of available shortcuts in the main screen and in the post editor.</p>\n\n<a href=\"https://apps.wordpress.com/img_0007/\"><img width=\"300\" height=\"225\" src=\"https://apps.files.wordpress.com/2016/08/img_0007.png?w=300&h=225\" class=\"attachment-medium size-medium\" alt=\"Hold down the command key, and see the available shortcuts.\" /></a>\n<a href=\"https://apps.wordpress.com/img_0006/\"><img width=\"300\" height=\"225\" src=\"https://apps.files.wordpress.com/2016/08/img_0006.png?w=300&h=225\" class=\"attachment-medium size-medium\" alt=\"There are many shortcuts you can use in the post editor, too.\" /></a>\n\n<p><strong>Share Media.</strong> Our sharing extension now supports media, too!</p>\n\n<a href=\"https://apps.wordpress.com/img_2385/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2385.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Select any image and tap on the WordPress icon.\" /></a>\n<a href=\"https://apps.wordpress.com/img_2386/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2386.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Add a message and share it to your blog!\" /></a>\n\n<p><strong>People Management.</strong> You can now manage your site’s users and roles using your mobile device.</p>\n\n<a href=\"https://apps.wordpress.com/img_2392/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2392.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"A new people management section is available.\" /></a>\n<a href=\"https://apps.wordpress.com/img_2393/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2393.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"See a list of your blog\'s users and their roles.\" /></a>\n<a href=\"https://apps.wordpress.com/img_2394/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2394.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Tap on any person to see their details.\" /></a>\n\n<p><strong>Search in the Reader.</strong> The Reader now has search capability and autocompletes suggestions.</p>\n\n<a href=\"https://apps.wordpress.com/img_2390/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_23901.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Tap the magnification icon on the top right corner.\" /></a>\n<a href=\"https://apps.wordpress.com/img_2389/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2389.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Searching is easier than ever.\" /></a>\n\n<p><strong>Improved Gestures.</strong> Full screen image previews can be dismissed with a swanky flick/toss gesture.</p>\n<p><strong>Bugs Squashed.</strong> A new homemade bug spray formula has allowed us to squash <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.4+label%3A%22%5BType%5D+Bug%22\">many uninvited guests</a>.</p>\n<p><strong>And much more! </strong>You can see the full list of changes <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue%20is%3Aclosed%20milestone%3A6.4\">here</a>.</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/claudiosmweb\">@claudiosmweb</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.5+\" target=\"_blank\">our 6.5 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3568&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Aug 2016 12:27: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:14:\"diegoreymendez\";s: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:50:\"WP Mobile Apps: WordPress for Android: Version 5.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3535\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://apps.wordpress.com/2016/08/26/wordpress-for-android-version-5-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2814:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.7 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>New “Plans” section in My Site</h1>\n<p>Starting with 5.7, you can see your current WordPress.com plan and learn more about the benefits we offer in other plans.</p>\n<p><img class=\"aligncenter wp-image-3532\" src=\"https://apps.files.wordpress.com/2016/08/screenshot-2016-08-02_15-46-12-755.png?w=600\" alt=\"screenshot-2016-08-02_15.46.12.755\" /></p>\n<h1>Manage your followers and viewers from the “People Management” screen</h1>\n<p>You’re now able to use the app to invite new Administrators, Editors, Authors or Contributors to your site, or remove unwanted followers.</p>\n<p><img class=\"aligncenter wp-image-3533\" src=\"https://apps.files.wordpress.com/2016/08/screenshot-2016-08-02_15-51-08-242.png?w=600\" alt=\"screenshot-2016-08-02_15.51.08.242\" /></p>\n<h1 id=\"other-changes\">Other Changes</h1>\n<p>Version 5.7 also comes with a few other changes and fixes:</p>\n<ul>\n<li>Reader tweaks in the Post Detail screen for tablets.</li>\n<li>Keeps the “View Site” link visible for newly created users.</li>\n<li>Fixes a rare crash when creating a new account.</li>\n</ul>\n<p>You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.8\">our 5.8 milestone on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Play. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.</p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Thanks to our GitHub contributors: <a href=\"https://github.com/0nko\">@0nko</a>, <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/karambir252\">@karambir252</a>, <a href=\"https://github.com/khaykov\">@khaykov</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, and <a href=\"https://github.com/theck13\">@theck13</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3535&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Aug 2016 11:33:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s: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:40:\"HeroPress: A Minority Amongst Minorities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1241\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://heropress.com/essays/minority-amongst-minorities/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25056:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/08/082416-Uriahs-Victor-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Time passed, and I fell more and more in love with WordPress.\" /><p>I’m a minority amongst minorities, but it doesn’t matter.</p>\n<h3>Let’s get to know each other</h3>\n<p>Hi, I’m Uriahs Victor and I’m a Carib – bean from the island of St. Lucia. How many Black Developers do you know in the WordPress Community? 5? 20? How many of them are from the Caribbean? How many raised up in places like this:</p>\n\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/my_childhood_home/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/my_childhood_home-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Uriahs Victor\'s childhood home, a blue house with low jungle around it\" /></a>\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/view_from_my_old_home/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/view_from_my_old_home-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"A vew from Uriahs Victor\'s childhood home, a shed and barn nestled in the jungle\" /></a>\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/neighbourhood_houses/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/neighbourhood_houses-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"A view of Uriahs Victors childhood neighborhood,, small houses surrounded by jungle\" /></a>\n\n<p>I chose to write on this topic in hopes that there’s someone else like me reading this article someday who’s living in an area where it may seem like there aren’t many career paths.</p>\n<blockquote><p>It doesn’t matter where in the world you are or your complexion; anyone could code.</p></blockquote>\n<h3>How my passion for programming began</h3>\n<p>I was fortunately raised with both parents in a community on my island called Fond St. Jacques which is a part of a bigger town called Soufriere. I grew up doing everything a typical adolescent from my community would be doing: playing football, playing cricket and going to work on my parents farm and occasionally on other farms to earn some money to burn through by drinking with friends ( don’t think about it too hard ) and partying.</p>\n<p>One day I came home to a used computer setup in my room and was extremely ecstatic with the idea that my family now owned one. I spent hours upon hours on this computer messing around with paint but mostly playing Pinball, there was no internet in my community at the time but I was very intrigued by video games, once I got my first taste of unrestricted internet access several months after; my love for video games grew, I spent time reading about them but more time playing them and at that time I had decided that I wanted to be a Game Designer.</p>\n<p>If being a Programmer from a rural community out of the Caribbean sounds different (not impossible) looking back at it now then just imagine how it sounded saying I wanted to be a Game Designer when someone asked me. I spent years with this goal set, I spent days reading about game designing but I always felt lacking, I believed there was always 1 skill Game Designers needed that I did not have and that was being able to draw/design.</p>\n<p>In 2010 life was pretty easy going, I was 15 and still had not done any piece of Web or Desktop Development coding. My Secondary schooling was going pretty good, I was always the top performing IT student so this brought me comfort as I knew I would soon be writing the “CXC” exams soon.</p>\n<h3>Everything changes</h3>\n<p>On October 28th 2010 I woke up during the night to the sound of heavy rains, I looked through one of the windows of my home at the time and saw the trees around my house swaying pretty normal, or so I thought. The morning of October 29 I woke up to the sound of friends saying “Uriahs your mom shop is gone” in our second language (French Creole), this language naturally sounds a bit harsh when used to say various things so I thought they were pulling some kind of prank on me. What I saw after heading to the balcony where my friends were changed my life.</p>\n\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/tomas2/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/tomas2-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"A neighborhood with muddy water halfway up the sides of the houses\" /></a>\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/tomas/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/tomas-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Metal infrastructure and trees sweeping a house away\" /></a>\n\n<p><em>Some Damage done to my hometown (more images could be seen by googling “<a href=\"https://www.google.com/search?q=Hurricane+Tomas+Fond+St.+Jacques+Damage&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiequDphNXOAhVDOCYKHeHrAPwQ_AUICSgC&biw=1242&bih=1510\">Hurricane Tomas Fond St. Jacques Damage</a>”</em></p>\n<p>My friends were right, my mom’s shop where she sold snacks and food items which generated most of the income for my schooling had completely vanished, no trace of it was left, like it was never there.</p>\n<blockquote><p>This storm had done so much damage that there was no way for anyone from my community to get to school</p></blockquote>\n<p>Roads were completely sliced through by water and eventually I had to move out of my community to live in Soufriere for ease of travelling to school.</p>\n<p>At age 16 I still wanted to be a Game Designer, I had spent the previous 5 years excelling in Information Technology at my Secondary school but had never done any piece of programming, the damages of Hurricane Tomas were still evident and I was still shaken up at how my life had changed, I was no longer living with my parents in my hometown, everything I would not wish for a teenager.</p>\n<p>To this day the damage done to my home town is still visible:</p>\n\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/20160816_132245/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/20160816_132245-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Building with storm damage years later\" /></a>\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/20160816_132253/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/20160816_132253-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Building with storm damage years later\" /></a>\n\n<p><em>This is the exact same area from one of the previous images. These pictures were taken August 8th 2016 when I visited.</em></p>\n<p>In the Caribbean, at the end of your 5 years of Secondary schooling you are required to write an exam called “CXC” if you wish to pursue higher education. For my academic year we never finished our Information Technology syllabus which touched a bit on Pascal programming, so when it came to writing the Information Technology exam every category was aced, but <strong>I failed the programming section</strong>, even then I still wanted to be a Game Designer and had not yet grown any affection for coding.</p>\n<p>In 2011 I started schooling at Sir Arthur Lewis Community College (SALCC) pursuing an Associate Degree in Computer Systems Engineering which was the only option available which dealt with Technology at that college (there are only two colleges on my island). This was a 2 year degree where the first year students are introduced to both the Hardware and Software side of computing then in the second year choose the path they wish to pursue. This was also around the time I first came across WordPress while fiddling on the internet and <strong>making the mistake of not looking more into what it really was</strong>.</p>\n<h3>Technical Project</h3>\n<p>One year into my Computer Engineering program it finally came the time to choose my path in IT and of course I chose the Software path because I believed if I wanted to be a Game Designer then this was the best path. That remaining year was when I really started to build up my affection for code, there was only one course in the software path that actually dealt with any type of code to some extent called “Programming Methodology”. Programming Methodology was a course tailored to teach you the very basics of programming such as Loops, IF and ELSE statements, Variables and small exercises to help you put those into practice. This entire Programming Methodology course was done with VB6 examples in Visual Studio 2006 so <strong>I was not taught a single line of Web Development code</strong>.</p>\n<p>At this college every student who does Computer Systems Engineering is required to present a “Technical Project” in a typed and physical presentation form, it’s purpose is to show what you’ve picked up from the program over the 2 years; without receiving a pass on this Technical Project students would not be awarded their Degree and would need to redo the project until they succeeded. It may sound a bit brutal but I believe this is a good final test and I hope they don’t change this procedure.</p>\n<p>I had known about this requirement for a very long time so I decided to build a video game for my technical project, I knew I could not draw so I decided to use a RPG Maker and ponder ways I could get a pass by presenting to the graders a video game which I did not physically design any of the characters or coded them in. I eventually decided to create an Educational video game and touch on the topic of teaching through entertainment (Edutainment). There was this one course called Data Communications that students always seem to have trouble passing so I thought “Hey, maybe I should create a game showing some basics of Data Communications”.</p>\n<p>During my time learning how to use this RPG Maker and creating this game I found myself using a lot of the logic operators I had learnt about in Programming Methodology, this was all good because in my presentation I could have shown that though I used a RPG Maker, there was actually a lot of programming logic going on under the hood and that I was actually coding.</p>\n<blockquote><p>While working on this project my love for code grew, I was having fun.</p></blockquote>\n<p>By the time I had finished creating this game my passion had already broken down from Game Designing to coding. Thankfully, I was successful with the game which I called “EduCom” and was able to finish college in a perfect 2 years (woohoo!), you can download EduCom here: <a href=\"https://uriahsvictor.com/portfolio/educom-educational-video-game/\">Click here</a></p>\n<p>Fast forward a few months and there I was as an intern from college at a web agency understudying some colleagues who didn’t build desktop apps. Keep in mind that at college I had learnt VB6 to the point where I could have switched over to self-learn VB.NET and I was now sitting in a web agency learning web development, well guess what? I still loved it. I went home each day and practiced it, I used <a href=\"http://codeacademy.com\">http://codeacademy.com</a> (which now redirects to codecademy.com) to learn HTML and CSS and I was even good with jQuery at some point! Life was great, at that time getting employed by the agency was not a big deal for me, I just loved coming to work and understudying the other Developers.</p>\n<blockquote><p>A shock came to me one day when I was told that I had went to the wrong company for my internship.</p></blockquote>\n<p>I remember to this day clearly being told that I was supposed to carry out my internship at this web agency but now I was being told that I went the wrong place. I really liked where I currently was but I actually needed to leave for the company which I was registered to in the school records, <strong>I still wonder what would have happened if I had never corrected that mistake</strong>.</p>\n<p>With 2 months left out of the 3 month long internship program, I was at a new company with very little excitement in me. The silver lining came when I arrived and noticed that there was this 1 developer who was responsible for both building and maintaining desktop applications and websites, two things I really liked doing, so I quickly gravitated towards him and in no time we became friends. I was awed by him and I could safely say just like the previous guys at the web agency that he played a part in me not forgetting my true passion for coding. I say this because at this newly assigned company I became an IT Technician, doing everything Techs usually do such as fixing printers, troubleshooting WIFI networks, fixing computers and even building them too, but even after spending the day as an IT Technician I often spent the night as a Developer. <strong>I never stopped coding</strong>, I often came home fatigued from all the hands on tech work but I pushed myself through CodeCademy’s exercises, I spent time working in Visual Studio building simple apps that did nothing useful but I still liked the feeling of seeing my code come to life.</p>\n<p>At the ending of my internship I had become such a great IT Technician that I got the job. I was excited because heck, who wouldn’t be excited to get a job straight out of college in a country with high unemployment rate?</p>\n<h3>Reality Is Cruel; Immerse Yourself – Uriahs Victor</h3>\n<p>On September 3rd 2013; two weeks before my birthday was my first day officially on the job. My day was going by normal, until I got a call from my sister, crying. My father had lost his life because of a mishap while working on our family farm. It took me a while to realize what had happened, I didn’t want to believe it. Might sound strange to you, but video games again came up and helped me through.</p>\n<p><a href=\"http://heropress.com/wp-content/uploads/2016/08/custom_pc.jpg\"><img class=\"alignright wp-image-1255 size-medium\" src=\"http://heropress.com/wp-content/uploads/2016/08/custom_pc-300x225.jpg\" alt=\"Tricked out PC case with lights inside.\" width=\"300\" height=\"225\" /></a>Life went on and after one year I had grown my IT Technician skills even more, I was often tasked with building custom PCs like this.</p>\n<h3>No matter where you are at right now, don’t stop doing what you truly love.</h3>\n<p>The day came when my Developer friend at the company decided it was time for him to leave the job for greater things, and guess who offered to be the new Developer? That’s right, me. With some help from my colleague I got familiar with the different apps and websites the company had under their management, again I came across WordPress but I still did not know much about it on a coding stand point, I spent time at home getting familiar with its backend but what was more unusual to me was its code. I knew how to build static websites with HTML and CSS but I did not know much PHP at the time so I had to quickly learn a fair level of PHP to find myself around and also learn different things about WordPress such as plugins and backing up… enough to fill in my colleague’s shoes as quickly as I could before he was gone.</p>\n<h3>I am not happy at my job!</h3>\n<p>Two years into the job and things had begun to turn sour for me, I was not happy at my job. One of the main reasons was that I felt underappreciated and overlooked. Though I was the new Developer for the company they never got over the fact that I was also pretty good with computers, so I was often asked to stop whatever software related tasks I was doing to head over to some client’s business to check out a faulty computer or things of that nature. I was unhappy, I felt like I this company did not value the software side of their business nearly as much as the hardware side, couple that with the fact that I was still being paid the same salary as when I was only an IT tech, to now being in charge of the company’s software and still finding myself doing IT Technician related tasks and then being asked by my employer “Why can’t you work on the client apps at home?”, there was no overtime pay offered in my contract, so I used my nights to better myself and also to rest my mind.</p>\n<p>I was still 20 but soon to be 21 at the time and I felt overworked. Having to condition your brain to work on VB.NET apps some of which were not built by yourself requires time to be spent getting familiar with the source code, but often minutes after I would have to recondition my brain to think of reasons why a computer has a certain issue, this was like P90X on the brain, it was a daily thing and I began disliking as weeks and months went by. Time passed and things became sourer, I began contemplating my resignation; I did not like the way I was being treated and it had begun to show, I often only found joy when practicing my code at home, this late night practicing also often caused me to arrive late the next day for work which I compensated for by leaving at late hours.</p>\n<h3>If it doesn’t come bursting out of you, don’t do it.</h3>\n<p>The day came when I decided to resign from my job but something inside me said “Uriahs, give it another shot”, that voice was the bad voice, I was let go from the job the same day I planned to resign.</p>\n<h3>Is Karma real?</h3>\n<p>So there I was, a 21 year old who had no backup plan and no job applications out in the wild but I was happy. I had felt relief that I did not have to deal with working in an environment I didn’t like. I was told by my past colleagues that my replacement had come in the next day and I thought to myself that maybe this company was contemplating letting me go just as long as I was contemplating leaving (lol). Well, let’s just say this replacement only lasted 3 days on the Job then quit after messing up one of the company’s high end clients website, a news publishing website: <a href=\"http://stluciastar.com/\">http://stluciastar.com/</a> built on WordPress which I had been maintaining and making code modifications for when asked.</p>\n<p>I don’t know why the company thought it was ok to call me 3 days after letting me go, asking for my “help” in fixing whatever problem a replacement Developer (who I believe shortly quit after the incident) had done, but after consulting with the WordPress community, it was made clear to me that I should either charge for my services or decline; heck, I was unemployed and still had rent and bills to pay but I instead eventually declined.</p>\n<h3>A new beginning</h3>\n<p>Weeks went by with me just getting used to being out of an office type job to being home, I had been living alone since I had gotten the past job so I also had to get used to having less people around me. I took that time to learn more about WordPress, Udemy pricing scheme didn’t change yet so I bought myself a few WordPress Development courses for $10USD each when they came on sale, such as: WordPress Theme Development with Bootstrap by Brad Hussey, in that one course I learnt more about WordPress than I had learnt in all my time working in my last job(wut?). I began doing freelance work online and locally, there were not many other options on my island to work in software so I started questioning whether I should be sending out applications for new jobs or just do full time freelancing; I had my doubts about the few companies there were, and I actually enjoyed working from home. Time passed and I fell more and more in love with WordPress, I watched tutorials and googled away trying to pick up knowledge, the WordPress codex which I once found intimidating began to look sexy.</p>\n<p>Once I felt I had gathered enough knowledge on WordPress, I thought of a plugin idea and began working on it. I had no immediate help except for the WordPress community populating the codex with all the useful information. I spent a few weeks working none stop on this plugin which I thought did a pretty good task which was to Inform buyers of a downloadable WooCommerce product that there is an update for that product after the shop owner has marked it as updated. After completing the plugin I was ready to submit to the WordPress repository, it brought me joy when I got the e-mail letting me know that the plugin was accepted to the WordPress repository! I love open source so just having a plugin for WordPress which could at least help some people made me feel warm inside.</p>\n<h3>Pirate of the Caribbean</h3>\n<p>Around that time something equally interesting happened. I had completed a short video chat with Ionut and Sabina from <a href=\"http://themeisle.com\">ThemeIsle</a> and found out that I would be part of their WordPress support team for their themes and plugins! Obviously I was happy, I would be amongst like minded individuals, a team who appreciates WordPress as much as I do, a team I could learn from! All without needing to fly over to Romania!</p>\n<h3>Let’s have a drink</h3>\n<p>One day while performing a random Google search for my plugin I saw in the search results a link to WPTavern, I curiously clicked on the link and saw that my plugin (TLD WooCommerce Downloadable Product Update Emails) had been picked as one of the top 3 plugins of the week on WPTavern, my very first plugin and <a href=\"https://wptavern.com/wpweekly-episode-233-recap-of-wordcamp-chicago-2016\">it was mentioned on WPTavern</a>?!</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://wptavern.com/wpweekly-episode-233-recap-of-wordcamp-chicago-2016\">WPWeekly Episode 233 – Recap of WordCamp Chicago 2016</a></p></blockquote>\n<p><br />\nIn under 1 year I have achieved more than I did in the recent years. It wasn’t easy, many nights were spent awake googling away, many parties were missed so I could save and be able to pay bills. If you like something, do it!</p>\n<blockquote><p>Programming is for anyone and when I notice someone from my island or the Caribbean show interest in coding I never refrain from encouraging them.</p></blockquote>\n<p>I am currently 21 and will be 22 next month, I still have lots to learn, I still have lots to give back to the WordPress community and open-source community on a whole, I currently aid small businesses and non-profits on my Island grow their brand with WordPress. I have plugins and plugin ideas in the pipeline which I am currently not able to complete, but through learning and growing my skills I eventually will.</p>\n<p>It doesn’t matter which part of the world you grew up in, what challenges you’ve faced, nor does it matter your race, all it takes is the internet, passion, patience, practice and of course prayer.</p>\n<p>WordPress has been good to me, if it has been good to you, then helping the WordPress Community in any way possible is the best we could all do.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A Minority Amongst Minorities\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20Minority%20Amongst%20Minorities&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fminority-amongst-minorities%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A Minority Amongst Minorities\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fminority-amongst-minorities%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fminority-amongst-minorities%2F&title=A+Minority+Amongst+Minorities\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A Minority Amongst Minorities\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/minority-amongst-minorities/&media=http://heropress.com/wp-content/uploads/2016/08/082416-Uriahs-Victor-150x150.jpg&description=A Minority Amongst Minorities\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A Minority Amongst Minorities\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/minority-amongst-minorities/\" title=\"A Minority Amongst Minorities\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/minority-amongst-minorities/\">A Minority Amongst Minorities</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Aug 2016 12:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uriahs Victor\";s: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:52:\"Post Status: Static site generators versus 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=26180\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://poststatus.com/static-site-generators-versus-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:7124:\"<h3>The current state of affairs</h3>\n<p>In 2016, WordPress is far from the only choice for a new website. In fact, website owners have enjoyed a plethora of options (hosted and self-hosted) for many years. WordPress has remained the juggernaut solution for self-hosted websites, with 25% marketshare of the total web, and as the mainstay CMS for small-to-medium businesses with small or low budgets.</p>\n<p>Amongst two groups — large institutions that need high scalability, and the ever-tinkering developer crowd — another option is trending positively: the static site generator, also known as a flat-file CMS.</p>\n<p>Don’t get me wrong — the WordPress install base is huge, and the threat posed by static site generators is small. But it’s growing. Post Status editor Brian Krogsgard polled developers <a href=\"http://www.slideshare.net/krogsgard/the-state-of-wordpress-business\">prior to Pressnomics</a>, to assess the threat level posed by various CMSs and publishing platforms; Medium and static site generators were considered more of a threat than any others:</p>\n<p><img class=\"aligncenter size-large wp-image-26181\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-23-at-9.58.07-AM-752x234.png\" alt=\"Screen Shot 2016-08-23 at 9.58.07 AM\" width=\"752\" height=\"234\" /></p>\n<p>He also wrote in a newsletter to <a href=\"https://poststatus.com/club\">members</a> in November, 2015, “Didn’t I just mention about the appeal of static sites? I really think they’re a big top-end threat,” referring to the <a href=\"https://github.com/department-of-veterans-affairs/vets-website\">launch of vets.gov</a>. Earlier that month, Smashing Magazine christened them <a href=\"https://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/\">the next big thing</a>. A number of high profile websites use static site generators, from <a href=\"http://product.voxmedia.com/2015/7/8/8907841/introducing-autotune\">Vox Media</a> to <a href=\"http://kylerush.net/blog/meet-the-obama-campaigns-250-million-fundraising-platform/\">Barack Obama</a>.</p>\n<p>A spate of flat-file CMS options have become strong contenders: <a href=\"https://jekyllrb.com/\">GitHub’s Jekyll</a> is by far the most popular, but it’s joined by <a href=\"http://getgrav.org/\">Grav</a>, <a href=\"http://www.couchcms.com/\">Couch</a>, <a href=\"http://picocms.org/\">Pico</a>, and <a href=\"https://www.staticgen.com/\">more</a>. You can even host your static site on <a href=\"https://pages.github.com/\">GitHub Pages</a> for free, and they’re happy to let you use a custom domain.</p>\n<h3>Historical WordPress advantages</h3>\n<p>The continuing appeal of WordPress has been fourfold:</p>\n<ol>\n<li>The ability to get started very cheaply, without a monthly fee on top of hosting costs.</li>\n<li>The liberty to use a custom domain name.</li>\n<li>A robust ecosystem that provides thousands of free or inexpensive themes and plugins.</li>\n<li>One-step installation facilitated by mainstream web hosts’ embrace of WordPress.</li>\n</ol>\n<p>Since Jekyll and its ilk are mostly open-source, advantage #1 is wiped out. GitHub Pages knocks out advantage #2. WordPress retains the upper hand regarding #3 and #4. Younger projects have a long way to go before they can rival the WordPress community, and they’re still focused on serving fellow developers rather than everyday consumers. Until that changes, big web hosts won’t bother to enable ultra-easy installation.</p>\n<h3>Modern WordPress drawbacks</h3>\n<p>WordPress does have legitimate downsides, especially if you’re already a competent web developer or you’re focused on the highest levels of technical performance.</p>\n<p>Site speed is ever more important in an age of social distribution and mobile browsing, and made more difficult considering site assets and page weights seem to be constantly getting larger. WordPress can be difficult to scale for high levels of traffic, and certain site architecture decisions can get developers in trouble.</p>\n<p>High scalability and smart web performance management with WordPress requires significant development expertise or more expensive managed hosting partners, especially for complex WordPress installs; whereas the inherently static nature of static site generators makes scalability more trivial.</p>\n<p>Finally, security is a concern for some people that choose static site generators. WordPress has opportunities for user input that static site generators do not. It is also a natural target of hackers, simply due to its popularity. And static site generators are almost completely locally stored — aside from the output itself — whereas WordPress (potentially outdated, along with underlying themes and plugins) is stored on the server, more vulnerable to attacks.</p>\n<h3>Why WordPress is still winning</h3>\n<p>As I noted amongst its historical advantages, WordPress has an unparalleled ecosystem of plugins, add-ons, and extensions. (For comparison, the <a href=\"http://www.jekyll-plugins.com/\">Jekyll Plugins website</a> only lists fifty-two options at the time of writing.) It’s also relatively easy for non-technical people to install and use WordPress, in part because mainstream hosting companies put in the effort to make it easy, but even prior to such conveniences WordPress <a href=\"https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install\">boasted</a>, “the famous 5-minute install.” And static site generators are just not as powerful as traditional content management systems, especially in regard to user input.</p>\n<p>Among the static site generators, Jekyll in particular is working toward feature parity, but it will take a long time. Current ease-of-use tools like <a href=\"http://prose.io/\">Prose</a>, a content editor that integrates with GitHub, and <a href=\"http://cloudcannon.com/jekyll-gui/\">CloudCannon’s Jekyll GUI</a>, which aims to help developers collaborate with clients, are in their infancy in terms of adoption and are still finicky to use.</p>\n<p>It can be tempting to look longingly at the growing ecosystem around static site generators. It’s also easy to forget just how much you get “for free” with built-in WordPress functionality. Static site generators definitely play a role in the modern web, and can be a great choice for certain types of websites. But no static site generator signals the end for WordPress and its continuously strong community.</p>\n<h3>The future — what should you do?</h3>\n<p>Since you’re reading Post Status, it seems fair to assume that you’re part of the WordPress ecosystem, and very likely earn a living from it. Should you be panicking? No, for all the reasons I laid out.</p>\n<p>But any wise professional keeps an eye on the future of their industry. We are seeing a trend, and over time Jekyll and its siblings will gain more marketshare. It’s probably worth your time to try out a few flat-file CMS options, get familiar with how to use and customize them, and perhaps consider what WordPress itself can learn from them.</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, 23 Aug 2016 20:23:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sonya Mann\";s: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:40:\"Post Status: WordPress 4.6, “Pepper”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=26067\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://poststatus.com/wordpress-4-6-pepper/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13939:\"<p>WordPress 4.6, “Pepper”, <a href=\"https://wordpress.org/news/2016/08/pepper/\">has been released</a>. It’s named, as always, after a famous jazz musician, and this release is named after <a href=\"https://en.wikipedia.org/wiki/Pepper_Adams\">Park Frederick “Pepper” Adams III</a>, a baritone saxophonist and jazz composer.</p>\n<p>The Release Lead for WordPress 4.6 was <a href=\"https://dominikschilling.de/\">Dominik Schilling</a>, known often as Ocean90, and the Deputy Release Lead was <a href=\"https://www.garthmortensen.com/\">Garth Mortensen.</a> There were 272 total contributors to this release. According <a href=\"https://twitter.com/aaronjorbin/status/765631441950703617\">to Aaron Jorbin</a>, 85 of these contributors were first timers, so congratulations to all new WordPress contributors!</p>\n<p>For this release, we did a special episode of the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and me, Brian Krogsgard.</p>\n<p>In this episode, Joe and I discuss WordPress 4.6 and deep dive on a few of its features.</p>\n<p><a href=\"https://audio.simplecast.com/44775.mp3\">https://audio.simplecast.com/44775.mp3</a><br />\n<a href=\"https://audio.simplecast.com/44775.mp3\">Direct Download</a></p>\n<h2>About WordPress 4.6</h2>\n<p>Here’s a video overview of WordPress 4.6:</p>\n<div class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<a href=\"https://videos.files.wordpress.com/GbdhpGF3/video-25313e7f01_hd.mp4\">https://videos.files.wordpress.com/GbdhpGF3/video-25313e7f01_hd.mp4</a></div>\n<p> </p>\n<p>Overall, this was a planned iterative release from the beginning, with a goal to fix as many longstanding bugs as possible, and to refine existing features, rather than to focus on a lot of brand new features.</p>\n<p>Folks have been clamoring for a release like this for a long time, and in most respects 4.6 delivered. <a href=\"https://core.trac.wordpress.org/milestone/4.6\">According to Trac</a>, 489 tickets were closed, across 53 components, during the 4.6 milestone. Also, it shipped exactly on time.</p>\n<h2>User facing features</h2>\n<p>WordPress 4.6 has a few user facing features that aren’t huge functional changes, but nice interface enhancements.</p>\n<h3>Shiny updates</h3>\n<p>No more <em>bleak screen of sadness</em>, as the team working on this termed it. The plugin installation, updates, and delete process is much smoother than it used to be. There’s a nice video of this <a href=\"https://make.wordpress.org/core/2016/06/02/proposal-more-shiny-updates/\">from the initial proposal</a>:</p>\n<div class=\"wp-video\"><a href=\"https://make.wordpress.org/flow/files/2016/05/Shiny-Plugins.mp4\">https://make.wordpress.org/flow/files/2016/05/Shiny-Plugins.mp4</a></div>\n<p> </p>\n<p>This was the second release where “shiny updates” features were a focus. To see some under the hood considerations for developers, there’s <a href=\"https://make.wordpress.org/core/2016/07/06/shiny-updates-in-4-6/\">more information on that</a> from Pascal Birchler.</p>\n<h3>Native fonts</h3>\n<p>WordPress is leaving Open Sans, which was introduced with the “MP6” admin overhaul of <a href=\"https://poststatus.com/meet-wordpress-3-8/\">WordPress 3.8</a>. You may have seen GitHub’s recent change to native fonts. It’s definitely a trend lately. Matt Miklic <a href=\"https://make.wordpress.org/core/2016/07/07/native-fonts-in-4-6/\">explains the switch</a> from Open Sans to native system fonts in the WordPress admin.</p>\n<p>The declaration of fonts when using system fonts has a good bit of science behind it, and may be useful for those of you who wish to do something similar for your own projects. Marcin Wichary has a really interesting post <a href=\"https://medium.design/system-shock-6b1dc6d6596f#.n2idzpgry\">describing Medium’s process</a> when they made the switch.</p>\n<p>And if you’re curious, the new declaration is this:</p>\n<pre>font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;</pre>\n<h3>Inline link checker</h3>\n<p>WordPress will now automatically detect improperly formatted links, as you write. While this doesn’t check the validity of any properly written URL, it will ensure the URL you add in an <code>href</code> is properly formatted. So, it will catch if you accidentally type something like <code>htp://w.org</code> or <code>http:/w.org</code> and outline it in red for you to fix.</p>\n<p>If you copy and past a URL into the link editor, but don’t include <code>http://</code> at all (I do this a bunch), it auto detects and inserts it for you.</p>\n<h3>Browser content caching</h3>\n<p>Yet more efforts have been made to always ensure that you do not lose your content as you write. I followed the <a href=\"https://core.trac.wordpress.org/ticket/37025\">steps in the Trac ticket</a> to see exactly what happens here.</p>\n<p>So I typed the first sentence below, saved a draft, then typed the second paragraph:</p>\n<blockquote><p>What if I start typing and save a draft?</p>\n<p>Then start typing some more, because that’s what bloggers do. And I chill here for a few seconds, then stupidly just reload this page?</p></blockquote>\n<p>Then I reloaded the page without saving again, and got this notice:</p>\n<a href=\"https://poststatus.com/wordpress-4-6-pepper/#gallery-26067-1-slideshow\">Click to view slideshow.</a>\n<p>And just like that, the content is back, because it was saved in the browser’s local storage. Pretty cool.</p>\n<h2>Developer features</h2>\n<p>There are several important developer centric features that you should know about.</p>\n<h3>Enhanced meta data registration</h3>\n<p>This is a significant aid to the (pending) REST API meta handling, but also improves other meta data functionality. The <code>register_meta()</code> function allows developers to tell WordPress more about what specific meta data is designed to do. In WordPress 4.6, the arguments for this function have changed, enabling more information to be communicated in the third parameter, which is now an array.</p>\n<p>The <code>show_in_rest</code> key, an experimental key (until the API endpoint goes in), finally solves the issue for the REST API for knowing when to include meta data in the API’s default responses. It’s one step of a few that need to be made to better support meta for the API, but it’s a good step forward.</p>\n<p>For plugin developers not using <code>register_meta()</code>, be sure to learn more about it and the advantages, as there are quite a few. Jeremy Felt describes how to use <code>register_meta()</code> <a href=\"https://make.wordpress.org/core/2016/07/20/additional-register_meta-changes-in-4-6/\">on Make Core</a>.</p>\n<h3>Translation priorities and changes</h3>\n<p>WordPress will now default to the translations from <a href=\"https://translate.wordpress.org\">Translate.WordPress.org</a> community translations, then pull from theme or plugin translation files. A procedure called “just-in-time” translation loading will be utilized, and for plugins and themes distributed through the official repository, <code>load_plugin_textdomain()</code> and <code>load_theme_textdomain()</code> no longer need to be used.</p>\n<p>Commercial plugin authors will still largely follow the same internationalization procedures they always have.</p>\n<p>In a related note, and quite impressively, WordPress 4.6 shipped 100% translated in 50+ languages.</p>\n<h3>Resource hints</h3>\n<p>Joe helped teach me more about resource hints on the podcast, and Aaron did a much better job detailing resource hints than I could, in his <a href=\"https://make.wordpress.org/core/2016/07/26/wordpress-4-6-field-guide/\">excellent field guide</a>:</p>\n<blockquote><p>Resource Hints is a rather new <a href=\"https://w3c.github.io/resource-hints/\">W3C specification</a> that <em>“defines the <a href=\"https://w3c.github.io/resource-hints/#dfn-dns-prefetch\"><code>dns-prefetch</code></a>, <a href=\"https://w3c.github.io/resource-hints/#dfn-preconnect\"><code>preconnect</code></a>, <a href=\"https://w3c.github.io/resource-hints/#dfn-prefetch\"><code>prefetch</code></a>, and <a href=\"https://w3c.github.io/resource-hints/#dfn-prerender\"><code>prerender</code></a> relationships of the HTML Link Element (<code><link></code>)”</em>. These can be used to assist the browser in the decision process of which origins it should connect to, and which resources it should fetch and preprocess to improve page performance.</p>\n<p>In 4.6, WordPress adds an API to register and use resource hints. The relevant ticket is <a href=\"https://core.trac.wordpress.org/ticket/34292\">#34292</a>.</p>\n<p>Developers can use the <code>wp_resource_hints</code> filter to add custom domains and URLs for <code>dns-prefetch</code>, <code>preconnect</code>, <code>prefetch</code> or <code>prerender</code>. One needs to be careful to not add too many resource hints as they could quite easily <em>negatively</em> impact performance, especially on mobile.</p></blockquote>\n<p>Resource hints can be very useful for certain situations, and it’s a technique that I personally need to explore further. Those of you doing advanced performance-driven development will surely be excited about support for this in WordPress.</p>\n<h3>Customizer APIs</h3>\n<p>The <a href=\"https://make.wordpress.org/core/2016/07/06/customize-api-changes-in-4-6/\">Customize API continues to evolve</a> and improve, and Nick Halsey walks through new developer-focused features and changes to the API for WordPress 4.6. Also quite notably, Weston Ruter describes <a href=\"https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/\">new APIs for both settings validation and notification management</a> in the customizer.</p>\n<h3>Other developer-centric changes</h3>\n<p><a href=\"https://make.wordpress.org/core/2016/07/08/multisite-focused-changes-in-4-6/\">Multisite changes</a>: Jeremy Felt describes <code>WP_Site_Query</code> and <code>WP_Network_Query</code>, and goes over a few new functions and filters.</p>\n<p>There is now a <a href=\"https://make.wordpress.org/core/2016/07/18/comments-in-4-6-can-now-be-cached-by-a-persistent-object-cache/\">persistent comment cache</a>, allowing more performant comment loading functionality. Rachel Baker, the comments component maintainer, explains further.</p>\n<p>The WordPress HTTP API <a href=\"https://make.wordpress.org/core/2016/07/27/http-api-in-4-6/\">now uses the Requests library</a>, as Ryan McCue describes.</p>\n<p>Aaron Jorbin describes some of the <a href=\"https://make.wordpress.org/core/2016/07/06/bootstrapload-updates-in-4-6/\">lower level WordPress loading priorities</a> and defaults that have changed. He also describes how WP CLI and core have reconciled their differences in <code>wp-settings.php</code>, which makes backward compatability for WP CLI possible now.</p>\n<p>Boone Gorges <a href=\"https://make.wordpress.org/core/2016/07/06/wp_term_query-in-wordpress-4-6/\">describes the introduction of <code>WP_Term_Query</code></a>. He’s the term whisperer. As Joe and I discuss in the podcast, these sorts of changes make for better consistency in WordPress, and provide an improved developer experience.</p>\n<h2>Learn more</h2>\n<p>WordPress 4.6 is the result of hundreds of community members. You can find their names and links to their profiles on <a href=\"https://wordpress.org/news/2016/08/pepper/\">the official release post</a>.</p>\n<p>Also check out the official <a href=\"https://codex.wordpress.org/Version_4.6\">4.6 Codex page</a> that has a lot of handy information and links to source Trac tickets. You can see all closed tickets from <a href=\"https://core.trac.wordpress.org/milestone/4.6\">4.6 on the Trac milestone</a>. View all new functions, classes, methods, and hooks <a href=\"https://developer.wordpress.org/reference/since/4.6.0/\">on the official Developer Reference</a>. And learn more about some of what I discuss above, and other items, on the ever-helpful <a href=\"https://make.wordpress.org/core/2016/07/26/wordpress-4-6-field-guide/\">field guide</a>.</p>\n<p>For the record, WordPress 4.5 was downloaded more than 45 million times. You can <a href=\"https://wordpress.org/download/counter/\">track 4.6 downloads</a> on the page dedicated to the task.</p>\n<p>Thank you to everyone who contributed to WordPress 4.6! I hope you have a <img src=\"https://s.w.org/images/core/emoji/72x72/1f37a.png\" alt=\"?\" class=\"wp-smiley\" /> or <img src=\"https://s.w.org/images/core/emoji/72x72/1f37b.png\" alt=\"?\" class=\"wp-smiley\" /> to celebrate if that’s your kind of thing, or otherwise <img src=\"https://s.w.org/images/core/emoji/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" /> your efforts.</p>\n<h3>Podcast Sponsor: Prospress</h3>\n<p><a href=\"https://prospress.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Prospress</a> exists to make the world’s best eCommerce platform a little better, because they want to help entrepreneurs prosper with WordPress. They are the creators of WooCommerce Subscriptions, PayPal Digital Goods, and One Page Checkout. Check them out at <a href=\"https://prospress.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Prospress.com</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Aug 2016 17:21: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: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: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:41:\"HeroPress: Taking A Chance With 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:55:\"http://heropress.com/?post_type=heropress-essays&p=1228\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://heropress.com/essays/taking-chance-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:9627:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/08/081716-NevenaTomovic-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is actually for everyone, and that\'s what\'s fantastic about it.\" /><p>My grandad always used to say “<em>živi se usput</em>”, which translates from Serbian into “<em>life happens while you are making plans</em>“. Everyone is in a rush, planning their next weekend, holiday, career path, children…. Of course you have to exercise, stay fit, look good, relentless pressure is the way of life today. I happen to be one of those people who like making plans and setting goals. <strong>However, WordPress was never in any of my plans, I happen to stumble upon it</strong>. A friend of mine, Emma, a Cambridge philosophy graduate, who spends her time teaching circus arts, said “I stumble through life in general – I think the best people do it”. I think there is a lot of truth in this, sometimes the best things happen while you are busy making other plans. (This sounds a bit like an infomercial!)</p>\n<p>When I spoke to Topher about this essay, he said to me “<em>oh so your story is also about taking chances</em>”. I never thought of my past actions as taking chances; I am one of those people who jump with their eyes closed, rather than take small calculated steps. But, I will tell you how and why I took a chance with WordPress.</p>\n<h3>Before WordPress (BWP)</h3>\n<p>BWP starts for me 6 months ago, because I have only been a WordPresser for the second part of 2016. I am a UCL graduate, I studied Italian and German language and literature. I have always been interested in reading, art, history of art and generally interested in understanding people. I used to go to the National Art Gallery in London with my dad and we would cover an era each time talking about how art changed, how the paintings happen to catch the change in culture and belief system of society. I continued to dedicate myself to art and language throughout my academic life, I wrote my dissertation in German, on an expressionist artist Oskar Kokoschka and for my MA I translated a black comedy in Italian that looks at social strata. I went on to study and work as a conference interpreter working in all four of my languages and getting lots of opportunities to meet different and interesting people.</p>\n<p>I never imagined myself as a 60-hour-workweek girl in an office typing away on my computer. I planned my career to go a different way. I went to Italy to help create and promote a new teaching method called “edutainment”, teaching through entertainment. That’s where I was first introduced to marketing, localization and writing for an online audience.</p>\n<h3>BWP And My Sports Career</h3>\n<p>Apart from being a quintessential bookworm, I am also a covert adrenaline junkie. This actually ties in well with all of my studies. Sports and studies have one common denominator – it takes a lot of discipline for both. When I was 3 years old I started rollerblading, my mother found the smallest rollerblades (ever made) and bought them for me. I also played ice hockey in a mixed team and in 2014 we won the national championship in the UK. I am a qualified volleyball coach and ski instructor. Currently my sport obsession is with aerial gymnastics, and acro yoga. I like challenging myself both physically and mentally.</p>\n<h3>Never Stop Learning</h3>\n<p>In a recent <a href=\"https://managewp.com/tony-cecala-interview-on-wordpress-managewp-and-learning\">interview with Tony Cecala</a>, which was actually my first official interview for ManageWP, Tony said “never stop learning”, and this stuck with me, because I realized that the most important thing for me in whatever I do is to keep learning something new. At school I enjoyed learning new things, I enjoy trying out new sports and testing myself, and the same applies to work. Any job you do will have some repetitive aspect, and that is understandable, but it’s important for me to be in a position that embraces personal growth. That’s what WordPress has offered me, a combination of learning and support.</p>\n<h3>My Road To WordPress</h3>\n<p>I was first introduced to WordPress, when I moved back home to Serbia. I applied to work at <a href=\"https://managewp.com/\">ManageWP</a>, as “<em>what the hell</em>”, maybe there is a small chance they will call me back. My team lead happens to also play ice hockey and the first interview was us discussing hockey teams and player positions. Shortly after (they did test my skillset), I started working as a PR & Digital Marketer. As part of the Growth team my job was to get acquainted with the WordPress community, introduce people to our product through online and offline methods, write content and establish myself as a product evangelist. I worked in our Customer Happiness Team as well, helping communicate with our customers on a daily basis.</p>\n<p>WordPress was taking a chance for me, because I never thought of myself as an IT type. My boyfriend on the other hand is a software engineer, and so instead of being enthused by his job, I was always put off. He spends hours a day in front of a computer looking at strange symbols (that’s PHP I hear). Now, ironically I can understand a large part of PHP, no thanks to my boyfriend, but to my ManageWP colleagues.</p>\n<blockquote><p>WordPress is actually for everyone, and that’s what’s fantastic about it.</p></blockquote>\n<h3>After WordPress (AWP)</h3>\n<p>Since being at ManageWP and part of the WordPress world, a lot has changed. I now have an online voice. I set up a blog, I was published on Tech.co, FishingBooker, Meks Themes, Devana Tech, Freelancermap and ManageWP. I also spoke at WordCamp Belgrade and it turned out to be one of the most popular talks of the day, I am speaking at WordCamp Split come September. On top of that I have been given an incredible opportunity to be part of the 2017 WCEU Paris organization team. WordPress has taught me how to express myself, in a non academic setting, how to become a better public speaker, and now I will learn how to help organize an event for a whooping 3 000 people. Never planned that!</p>\n<p>WordPress has also offered me security by giving me a chance to do what I am good at. I have been able to dedicate myself to research, to writing and languages. I have also been able to carry on meeting people and travelling. A country like Serbia hardly offers international work opportunities, and WordPress has opened my eyes to a new community; a community that forges friendships across the world, accepts everyone, encourages tolerance, and welcomes rookies with open arms.</p>\n<h3>AWP And More</h3>\n<p>I don’t know of many other communities out there like WordPress, it’s rare to find a place where everyone is accepted and valued. It doesn’t matter if you are a software engineer or a language nerd, there is a place for you in WordPress. (This is the second part of my infomercial!)</p>\n<blockquote><p>The biggest thing that WordPress has taught me is that sometimes in the most unlikely of places you will learn the most valuable lessons.</p></blockquote>\n<p>It means that taking a chance is always worth the risk. Perhaps I wasn’t bred for the IT world, and I am more suited to be in the same room at the National Gallery as the 17th century French paysage painter, Claude, and his English counterpart of the 19th century, Turner. It so happens that I can’t paint, but I can write, and WordPress has created a virtual room in which I fit it.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Taking A Chance With WordPress\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Taking%20A%20Chance%20With%20WordPress&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Ftaking-chance-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Taking A Chance With WordPress\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Ftaking-chance-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Ftaking-chance-wordpress%2F&title=Taking+A+Chance+With+WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Taking A Chance With WordPress\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/taking-chance-wordpress/&media=http://heropress.com/wp-content/uploads/2016/08/081716-NevenaTomovic-150x150.jpg&description=Taking A Chance With WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Taking A Chance With WordPress\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/taking-chance-wordpress/\" title=\"Taking A Chance With WordPress\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/taking-chance-wordpress/\">Taking A Chance With WordPress</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Aug 2016 12:00: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:14:\"Nevena Tomovic\";s: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:73:\"WordPress.tv Blog: How to Get 100 Content Ideas in an Hour: Nicole Kohler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.wordpress.tv/?p=571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.wordpress.tv/2016/08/11/how-to-get-100-content-ideas-in-an-hour-nicole-kohler/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1094:\"<p>If there’s one thing worse than writer’s block, it’s running out of ideas for your blog or business — or not having any to begin with. Luckily, the internet has made getting inspired an easy task, not to mention an incredibly quick one. In this talk, Nicole shares tips, tools, and content “lifehacks” you can use to generate 100 (or more!) content ideas in less time than it takes to settle on a new theme. Filmed at <a href=\"http://wordpress.tv/event/wordcamp-boston-2016/\">WordCamp Boston 2016</a></p>\n<p></p>\n<p><a href=\"http://littleyellowpenguin.com/wp-content/uploads/2016/07/WCBoston-Kohler-FINAL.pdf\">Presentation slides</a></p>\n<p>See more WordCamp videos at <a href=\"http://wordpress.tv/\">WordPress.tv</a>!</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/571/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/571/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=571&subd=wptvblog&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Aug 2016 03:02: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jerry Bates\";s: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:37:\"HeroPress: Finding WordPress in Fargo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1211\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://heropress.com/essays/finding-wordpress-fargo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12318:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/08/081016-StaceyBartron-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: It may not all pan out, but I\'m along for the ride with WordPress in my backpack & I cannot wait to see where I end up.\" /><p>I am sure most of you are wondering “New phone, who dis?” when it comes to me. Okay maybe not those words exactly, but I know I am a no-name and haven’t been around very long. I haven’t created any kick ass plugins (yet), I haven’t contributed to WordPress core (yet), and I haven’t developed any themes (yet).</p>\n<p>So why was I asked to write an essay? Maybe it’s because there are a lot of people out there who are also trying to break into this community, probably somewhat introverted like me who don’t know how, or why, or what to do. No, I don’t have all the answers, I don’t have a set plan, and I am not in the position to dish out advice because I am still trying to figure it out and navigate it the best I can. But maybe, just maybe, this essay will ring true with someone who thinks, “SAMESIES.” and they know they’re not the only one out there.</p>\n<p>Or maybe it’s because I am awesome. You guys can be the judge.</p>\n<h3>Let’s get introduced</h3>\n<p>I am a shy, but not so shy girl, from the great city of Fargo, ND (No, it’s nothing like the awesome movie or TV show, don’tcha know) who started Freelancing in March 2016 after working for a local agency for two and half years.</p>\n<p>My story is probably one many have seen. Girl gets job, girl learns a lot, girl’s eyes are opened to a whole new world, girl works hard but doesn’t move up, girl applies for remote jobs with no luck, girl decides she can do this by herself, and girl leaves full time job and joins the million other freelancers in the self-employment world.</p>\n<p>Generic sounding, but there is a bit more to it.</p>\n<h3>Let’s go back in time for a quick second</h3>\n<p>It all started in my parent’s basement when I was 16. Anyone ever heard of Xanga? It was a social blogging platform that was huge in my school. I made graphics using some freeware Photoshop knock off and custom layouts using basic CSS and HTML for Xanga in my free time, because you know, that’s normal for a 16 year old girl.</p>\n<p>My parents encouraged me to go to school for graphic design at our local technical college and (blah blah blah….let’s fast forward.) 4 years later after I graduated for Graphic Design, while I was working for a local school photography lab designing layouts for school ID cards and yearbooks, I graduated a second time after going back for Web Development and Design.</p>\n<p>I landed a job doing web design in July 2013. In the interview, they asked me if I knew what WordPress was and I answered honestly like any person would in an interview with something along the lines of, “I have heard of it but I have never used it. BUT I am a go getter and love taking on any new challenges so I don’t doubt I will be able to figure it out.” I dove in and learned a lot of the WordPress basics in a short amount of time.</p>\n<h3>A whole new world</h3>\n<p>Fast Forward to May 2014, we decided as a team to go to WordCamp Minneapolis for the first time. I am an introverted extrovert, so networking is not my thing. After I get to know people, I am good, but the first step to introduce yourself to someone is scary.</p>\n<p>After day one at WordCamp Minneapolis, my eyes were opened to a whole new world (queue Aladdin song). I didn’t know how my introverted self would do it, but I wanted to be best friends with everyone there. The WordPress community is so friendly, and so welcoming. I left feeling so inspired and wanted to go to every WordCamp that ever was. I went home with a goal of learning everything I can about WordPress.</p>\n<p>Shortly thereafter, I started to dabble in front-end development. Custom post types, short codes, page templates, etc. I looked at how the themes were created, reversed engineered them, and started to mess around with it. If I hit a bump, I researched it, and of course there was a tutorial or someone in the WordPress community had a solution. (Reason #785 why the WordPress community is fantastic, #ThoseSupportForumsTho.)</p>\n<blockquote><p>In November 2015, I started to feel this shift within myself; that I wanted to do more than I could do in my current position.</p></blockquote>\n<p>The company was going in one way and I was going the other. I wanted to grow as a designer and a developer.</p>\n<p>After a few months of indecision, wondering if I should move to Minneapolis and not hearing back from some remote positions I applied for, a former co-worker reached out to me and said she wanted to work with me. After discussing this with some friends, I had another former colleague that said they would hire me to develop their website, so the wheels started to turn in my head.</p>\n<p>Let me just say, freelancing full time was not anything I considered before. My typical response “Me? Run my own business? Say what? HAHAHA, right.” I thought of every reason why I shouldn’t do it. Lack of steady income, mortgage, self-employment taxes, not having other clients interested in working with me. I could go on and on, really.</p>\n<p>Yet there I was, considering quitting my full time job to work for myself. How else was I going to grow? How else was I going to get my name out there?</p>\n<p>I only had about a full week to decide what I wanted to do and this wasn’t an easy decision at all. After some sleepless nights and having the same conversation with my husband at least 100 times, who did nothing but encourage me while I talked myself out of it, I came to a decision.</p>\n<blockquote><p>I followed my gut instinct to grab the opportunity that was presented and go for it.</p></blockquote>\n<p>I didn’t 100% know what I was doing, but I knew I loved WordPress, I knew I had the design chops, and I knew I was great with clients. I was raised with a can-do attitude, so I was going to freelance my little heart out, and on March 5th, 2016, I entered the self-employment world.</p>\n<p>Fast forward to May 2016, I bought my ticket to WordCamp Minneapolis (because duh, it’s amazing). I then proceeded to buy my ticket to the Prestige Conference, which was taking place two days after WordCamp. I planned on going to both of these conferences by myself (and anyone who knows me on a personal level knows how much of an accomplishment this was for me). Because I was alone, WordCamp was a bit different this year. I didn’t have coworkers to talk to so I went in there with a mission to network, but my high anxiety and introverted side decided I should sit quietly and take it all in.</p>\n<p>Prestige Conference, for those who aren’t familiar, is a smaller conference and focused on running your small business. As a noobie freelancer, I needed to know how other like-minded people were running their businesses, how they were succeeding. So, there I was, a full-time freelancer for a whole 3 months, sitting in this conference with some of these big industry names. Intimidating? Yep, just a bit. The speakers left me in awe and I felt so out of my league but I was just happy to be there, learning and absorbing what everyone was saying.</p>\n<p>Topher and Cate DeRosia were also at this conference. Topher came up to me and started chatting and I quickly explained my background. He gave me some super helpful tips and resources for freelancing. I may have not emoted it, but I was elated. I made a connection. Not exactly because I was outgoing, BUT STILL, I NETWORKED!</p>\n<p>A couple weeks later, Topher contacted me to see if I was interested in making blog images for this very blog. Taken aback, but ever so grateful, I accepted. And after communicating over Twitter, Slack, and email for a couple more weeks, he asked if I wanted to write my own essay. Once again, shocked, dumbfounded, and hesitant because who would want to read my story, but after some encouragement, I was writing my essay.</p>\n<h3>Started from a basement now I’m here</h3>\n<p>So from where I started 12 years ago messing around with graphics, CSS & HTML for Xanga in my parents basement in Fargo, ND, I am back in a basement, my own this time, doing pretty much the same thing. Doesn’t sound like a big upgrade, but believe me, it is.</p>\n<blockquote><p>I am sure I wouldn’t be where I am right now if I skipped out on any of the conferences I went to.</p></blockquote>\n<p>Where is my future going? Who knows. I am not a ‘go with a flow’ person, but for the first time, I am trying to go with the flow. I am going to be going to more events and plan on going to WordCamp USA so I can take another stab at networking.</p>\n<h3>To sum it up</h3>\n<p>TL/DR version: My story may be generic, but my love for WordPress is anything but generic. Before WordPress I enjoyed doing graphic design and web design, but discovering the WordPress community helped me find that missing spark I needed. It’s helped me realize my goals and it’s helped me find my drive and ambition I didn’t know I had.</p>\n<blockquote><p>The WordPress community is a huge support system in my life and they don’t even know who the heck I am.</p></blockquote>\n<p>I can honestly say I love my job, I love working with clients, and I am damn lucky to be able to do what I do every day.</p>\n<p>It’s not all sunshine and rainbows. I still stress about everything that almost stopped me from doing this and I have my moments where I still question why I quit my full-time job. It may not pan out, it may go in a different direction, but I am along for the ride with WordPress in my backpack and I cannot wait to see where I end up.</p>\n<p><em>Special thanks to: My husband for dealing with my indecisiveness, my sister for being my cheerleader when I doubt myself, and my family for supporting my every decision, Topher for taking a couple minutes out of his day to talk to me and everything else that followed, Kelsey and the Enclave team for being my very first client, and everyone else who has supported this venture.</em></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Finding WordPress in Fargo\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20WordPress%20in%20Fargo&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-fargo%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding WordPress in Fargo\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-fargo%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-fargo%2F&title=Finding+WordPress+in+Fargo\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding WordPress in Fargo\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/finding-wordpress-fargo/&media=http://heropress.com/wp-content/uploads/2016/08/081016-StaceyBartron-150x150.jpg&description=Finding WordPress in Fargo\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding WordPress in Fargo\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/finding-wordpress-fargo/\" title=\"Finding WordPress in Fargo\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/finding-wordpress-fargo/\">Finding WordPress in Fargo</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Aug 2016 12:00: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:\"Stacey Barton\";s: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:74:\"Post Status: Choosing plugins, libraries, and frameworks — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=25965\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/choosing-plugins-libraries-frameworks-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1614:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and me, Brian Krogsgard.</p>\n<p>In this episode, Joe and I discuss how we choose plugins, code libraries, and frameworks for our projects.</p>\n<a href=\"https://audio.simplecast.com/44063.mp3\">https://audio.simplecast.com/44063.mp3</a>\n<p><a href=\"https://audio.simplecast.com/44063.mp3\">Direct Download</a></p>\n<h3>Topics & Links</h3>\n<ul>\n<li>How we pick plugins</li>\n<li>Analyzing a plugin on WordPress.org</li>\n<li>Using GitHub</li>\n<li>Picking libraries or drop-in frameworks</li>\n<li>Dealing with updates</li>\n<li>Differentiating between picking tools for our personal or internal projects, versus doing so for clients</li>\n</ul>\n<h3>Sponsor: WooCommerce</h3>\n<p><a href=\"https://woocommerce.com/\">WooCommerce</a> makes the most customizable eCommerce software on the planet, and it’s the most popular too. You can build just about anything with WooCommerce. <a href=\"https://woocommerce.com/\">Try it today</a>, and thanks to the team at WooCommerce being a Post Status partner</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, 06 Aug 2016 14:57: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: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: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:33:\"HeroPress: The Joy of Giving Back\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1190\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://heropress.com/essays/joy-giving-back/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8284:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/08/080316-Juhi-Saxena-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Thanks to my mother; she has always supported me, without her I would not be here.\" /><p>I was born and brought up in a very small town called <a href=\"https://en.wikipedia.org/wiki/Patiyali\">Patiyali</a>. Patiyali is on the banks of the river Ganga. It is in India’s most populous state, Uttar Pradesh. Patiyali was laid back and idyllic, with no real opportunities in IT or computers. My father never wanted me to go for IT Job because I wouldn’t get chance to work near my town. He preferred I live closer home.</p>\n<p>My mother supported me and somehow she convinced my father to let me follow my dreams. Thanks to my mother; she has always supported me, without her I would not be here.</p>\n<p>In my college there was choice between Dot Net and Java, I choose Java. I have always been fan of Open Source. I loved Java, I had also started my blog on Java in my college time. After completing my MCA I had joined my first Job as a Java Developer. I did it for 1.5 years.</p>\n<p>I never wanted to quit my job as Java Developer, but I had to because of my sister health issues. Doctors said she would not survive, it was very critical time.</p>\n<h3>How I got into WordPress (Hello WordPress!)</h3>\n<p>Unemployed for 6 months, Java was still on my mind. I could not get any Job. Meantime I had started teaching. I was hopeless, I thought I would never get a chance to work in any IT company again. Then a friend, <a href=\"https://twitter.com/ankitguptaindia\">Ankit</a>, who worked in <a href=\"https://rtcamp.com/\">rtCamp</a>, a company based in Pune told me to look up WordPress and asked me to apply for a QA opening. That lucky day I got call from rtCamp and cleared my interview. Now the challenge was to convince my parents to allow me to go Pune. Pune is in Maharashtra, almost 1000 miles away from my hometown.</p>\n<p>My parents are from a smaller town, they were worried about me living alone in a big city. It was a challenge to convince them to let go.</p>\n<p>Some things they worried about:</p>\n<ul>\n<li>Place to stay: It was too tough to find a place when I had no one in Pune.</li>\n<li>Female Count: My mother was most worried about female count. rtCamp had only two female employees including me. (now they have 7)</li>\n</ul>\n<p>Before my first day, my father and I went to rtCamp’s address and looked up the office. Convinced the neighborhood where it was located was semi-residential and safe, he felt much better about Pune.</p>\n<h3>But WordPress is just a blogging platform</h3>\n<p>Before joining rtCamp I had known WordPress as only a blogging platform. My friends who worked in MNCs usually dismissed it as a blogging platform that could create only static sites at best. I did not have a very different opinion than my friends.</p>\n<p>Working in rtCamp was fun. I made friends but to be honest I did not find WordPress very interesting for the first six months in the beginning.</p>\n<h3>WordPress community called out to me</h3>\n<p>Then I saw my colleagues involved in the WordPress community as Core contributors and in many other ways. I saw how my company was encouraging people to get involved in community.</p>\n<p>That encouraged me to get involved in with <a href=\"http://make.wordpress.org\">make.WordPress.org</a>. I highly recommend you do that too.</p>\n<h3>First Contribution Core Patch</h3>\n<p>My first contribution was a small patch in the core. I was helped by colleagues and when it was accepted I was thrilled. Now something I did was on millions of websites. It might be a small line or two but still it was on millions of websites.</p>\n<p>In September 2015, I took part in WordCamp Pune. It was my first WordCamp. I met so many wonderful people; <a href=\"http://heropress.com/essays/making-family/\">Topher</a>, <a href=\"http://heropress.com/essays/breaking-the-silence/\">Mahangu</a>, <a href=\"http://heropress.com/essays/finding-hope-darkness/\">Raghavendra Satish Peri</a>, I got to learn so many new things from them.</p>\n<p>I try to contribute (Giving back to community) in every possible way, by giving support, translating, Review themes, and documentation.</p>\n<h3>Theme Review</h3>\n<p>Theme review was the challenge for me as I had no idea about WordPress development so I thought to learn by seeing other people’s code. It was challenge for me because I am QA (non- WordPress Developer), other people assume that we can not get involved in any code related activity. I learned a lot by reviewing themes, every day I review a theme I learn so many new things. The theme review team is wonderful, there are so many wonderful people like <a href=\"https://twitter.com/KevinHaig\">Kevin Archibald</a>, <a href=\"https://twitter.com/carolinapoena\">Carolina Nymark</a>, <a href=\"https://twitter.com/Kenshino\">Jon</a>, <a href=\"https://twitter.com/nilambar\">Nilambar</a>, who are ready to help you always. I am happy to be part of theme review team.</p>\n<p>I love WordPress, it’s wonderful, it has wonderful community.</p>\n<h3>Why do I love being part of WordPress?</h3>\n<p>Recognition.</p>\n<p>I have always been crazy for being known for something. In college time when I used to get likes for my blog post or any comment, I used to feel like……wow, I can not even express that feeling in words. So that feeling WordPress gives me every time I gets mention in any WP.org posts. It gives me recognition.</p>\n<p><a href=\"https://make.wordpress.org/themes/2016/06/28/thank-you-reviewers-2/\">https://make.wordpress.org/themes/2016/06/28/thank-you-reviewers-2/</a><br />\n<a href=\"https://make.wordpress.org/docs/2016/07/12/summary-for-helphub-meeting-12-july/\">https://make.wordpress.org/docs/2016/07/12/summary-for-helphub-meeting-12-july/</a><br />\n<a href=\"http://make.wordpress.org/core/2015/09/21/week-in-core-sept-13-21-2015/\">http://make.wordpress.org/core/2015/09/21/week-in-core-sept-13-21-2015/</a><br />\n<a href=\"https://wordpress.org/news/2016/02/contributor-weekend-one-hour-video/\">https://wordpress.org/news/2016/02/contributor-weekend-one-hour-video/</a></p>\n<h3>A Thank You Note</h3>\n<p>All this wonderful adventure would not have been possible without someone back in Patiyali, who stood up for me and encouraged me to follow my dreams. My mother.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Joy of Giving Back\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Joy%20of%20Giving%20Back&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fjoy-giving-back%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Joy of Giving Back\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fjoy-giving-back%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fjoy-giving-back%2F&title=The+Joy+of+Giving+Back\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Joy of Giving Back\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/joy-giving-back/&media=http://heropress.com/wp-content/uploads/2016/08/080316-Juhi-Saxena-150x150.jpg&description=The Joy of Giving Back\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Joy of Giving Back\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/joy-giving-back/\" title=\"The Joy of Giving Back\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/joy-giving-back/\">The Joy of Giving Back</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Aug 2016 12:00: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:11:\"Juhi Saxena\";s: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:50:\"Post Status: Using Kickstarter to fund open source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=25896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/kickstarter-open-source-project/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12695:\"<p>Open source is how we create raw ingredients for the digital economy. It’s a rough, organic, and hugely important process. In fact, open source represented $143 million <a href=\"https://medium.com/@nayafia/open-source-was-worth-at-least-143m-of-instagram-s-1b-acquisition-808bb85e4681\">of Instagram’s $1 billion acquisition</a>. Yet the role of open source as economic infrastructure <a href=\"https://medium.com/@nayafia/funding-digital-infrastructure-8b1bf8b8e4cb\">is perilous at best</a> — the next <a href=\"http://heartbleed.com/\">Heartbleed</a> could be any day. Bridges don’t collapse often, but sustainably maintained open source projects are few and far between. Unless a project has the backing of a benevolent organization, it’s all too easy to <a href=\"https://twitter.com/danielbachhuber/status/752973741781463040\">fall into a state of disrepair</a>.</p>\n<p>I do my part by volunteering several hours each week to maintain an open source project called <a href=\"https://wp-cli.org/\">WP-CLI</a>. Last November, I launched a Kickstarter project titled “<a href=\"https://www.kickstarter.com/projects/danielbachhuber/a-more-restful-wp-cli\">A more RESTful WP-CLI</a>” to provide a way for me, a <a href=\"https://handbuilt.co/\">self-employed freelancer</a>, to spend a large amount of dedicated time on WP-CLI and the <a href=\"http://v2.wp-api.org/\">WordPress REST API</a>. The funding wrapped up last month, so I thought it might be helpful to provide a retrospective on what worked, what I’d improve upon next time, and where I think this is all headed.</p>\n<h3>We all love #shipping</h3>\n<p>As a very brief summary of how I used the money:</p>\n<ul>\n<li>Over seven months, I spent 226 total hours on WP-CLI (150 of which were funded by the Kickstarter project) and 111 total hours on the WordPress REST API (92 of which were funded by the Kickstarter project).</li>\n<li>I shipped three major versions of WP-CLI, and helped with three releases of the WordPress REST API v2 plugin.</li>\n<li>In each release, I personally introduced dozens of new features to each project, fixed ten times as many bugs, provided code review, answered support questions, and revised documentation.</li>\n</ul>\n<p>There’s a <a href=\"https://wp-cli.org/restful/\">very complete project landing page</a> if you’d like to go through all of the details.</p>\n<h3>“I’d love to get paid to work on open source too”</h3>\n<p>On the surface, using Kickstarter seems like a great way to fund open source involvement: create a campaign, people give you money, and you get paid to work on your project. It’s actually fraught with challenges, though. The more appropriate way to think about using Kickstarter for open source is that you’re creating a one-time project for yourself, and have hundreds of customers to serve.</p>\n<h4>Kickstarter can help freelancers make significant open source contributions</h4>\n<p>It’s worth highlighting the single most important outcome of the crowdfunding campaign: I was able to spend dedicated time on WP-CLI and the WordPress REST API that I wouldn’t have been able to spend otherwise (or at least in such a concentrated period).</p>\n<p>As a freelancer, I evaluate every hour of my working day as either billable or non-billable. While I’m fortunate I can already spend a large amount of non-billable time as I please, at the end of the day the time I don’t spend on billable hours is money out of my pocket. Kickstarter enabled me to consider open source contributions as billable, and rationalize dedicating a large number of hours each week to the projects.</p>\n<p>In hindsight, the timing of the Kickstarter project turned out really well too. Because I didn’t have any clients when I quit my full-time job, the funds were a helpful cushion during the slow holiday period, and I had something to work on in January.</p>\n<h4>It’s important to have backers with deep pockets</h4>\n<p>Incorporating higher contribution levels, which I had primed by chatting with prospective backers in advance, meant the funding leapt forward in huge bounds. Every time one of those contributions came in, it moved the needle in a substantial way, and kept the excitement level up. This also helped keep lower level contributors engaged and willing to participate. I can’t imagine how difficult it would be to try and fund a Kickstarter exclusively on sub-$100 contributions.</p>\n<p><a href=\"https://poststatus.com/profiles/ben-welch-bolen/\">Ben Welch-Bolen</a>, who I hadn’t met until he snagged the top contribution slot, explains:</p>\n<blockquote><p>What attracted us to the WP CLI Kickstarter project was the higher pledge options that had some meaningful exposure for us to his community, and to him as a resource. Plus it was great to give back to a tool we use ourselves and follow closely.</p></blockquote>\n<p>I consider myself fortunate to have an existing audience willing to financially back my open source contributions. Because of my track record, I was able to put my own social capital on the line as collateral, to “guarantee” the project. <span class=\"pullquote alignright\">If you can’t name fifty people who would realistically fund your project, then you’ll need to have a substantial marketing budget (of time or money) to raise awareness.</span></p>\n<h4>Scope in open source is a double-edged sword</h4>\n<p>While I had an established objective for the Kickstarter, I didn’t have a clearly defined scope. This meant that some intermediate implementation details blocked later features. For instance, you can’t use <a href=\"https://github.com/wp-cli/restful\">RESTful WP-CLI</a> to manage menus, because the menu endpoints don’t yet exist in the WordPress REST API.</p>\n<p>At the same time, not having a super defined scope meant I could take the liberty to spend some of the time on what I thought was most useful. WP-CLI package management and the documentation portal essentially launched because I burned out working on the WordPress REST API.</p>\n<h4>Crowdfunding requires a certain type of personality</h4>\n<p>As far as honoring my commitments to my backers goes, I’d consider my Kickstarter a success. I did what I said I was going to do, on the schedule I communicated. I was able to do this, in part, because I’m a very meticulous person. I produce reasonably accurate estimates, keep track of how I spend my time, and over-communicate with stakeholders.</p>\n<p>If this doesn’t sound like you, then crowdfunding might not be a great fit. As a freelancer, you need to know in advance how the work will fit alongside client commitments. As a full-time employee, you need to make sure you’re capable of completing the project on nights and weekends.</p>\n<p><a href=\"https://poststatus.com/profiles/joshua-strebel/\">Josh Strebel</a>, to whom I’m thankful for a great deal of early feedback, thinks:</p>\n<blockquote><p>The open source community is primarily reputation based, WordPress especially. Getting a campaign funded on Kickstarter is about trust. Trust and reputation are shades of the same color so to speak. If you build a reputation of trust, launching and promoting a Kickstarter project should be fairly easy as your peers trust you to execute against your stated goals (their money is used for it’s stated intent and appears to achieve the desired outcome). I do not think you can reverse the order, the reputation in the community must be cultivated prior to seeking funds.</p></blockquote>\n<p>One huge challenge with a Kickstarter project is that you have to do all of the work after you receive the money, which can be really difficult for procrastinators. <span class=\"pullquote alignright\">You’re also faced with dozens of stakeholders to make happy, with your credibility and reputation on the line, so you need to make sure they’re regularly kept in the loop.</span></p>\n<h4>Most of what goes into open source isn’t very sexy</h4>\n<p>Contributing to open source isn’t just cranking out lines of code.</p>\n<p>I spent a huge amount of the funded WordPress REST API time on discussion, code review, and support. These maintenance tasks aren’t very appealing for crowdfunding, and probably wouldn’t make it very far as a part of a Kickstarter project. People want to fund sexy new features, not bug fixes, maintenance, documentation, etc.</p>\n<p>At the same time, this type of work is hugely expensive, and represents a substantial majority of the effort involved in maintaining an open source project.</p>\n<p>Fortunately, <a href=\"https://poststatus.com/profiles/josh-koenig/\">Josh Koenig</a> has a healthy understanding of where open source fits into his business:</p>\n<blockquote><p>We believe that open source software is a crucial part of the internet’s value proposition to humanity. However, at this stage in the development of our company, investments in open source have to be strategic. Any sustained contribution we make has to be justifiable in terms of hour it helps us improve our platform or grow our business.</p>\n<p>As such our primary code and sponsorship contributions tend to be down the stack, to projects or libraries that we depend on to run our platform. When it comes to WordPress or Drupal, we typically contribute in ways that will have the most impact for our core audience: professional developers. So that means tools and utilities like WP-CLI, Redis or Solr integration, diagnostic tools, etc.</p></blockquote>\n<h4>Simplicity means more time spent on the project</h4>\n<p>On the practical side, offering consulting-time rewards instead of physical swag helped me keep reward costs manageable. Only two-thirds of backers redeemed their rewards, so I spent a total of 41.25 hours on that part of the project.</p>\n<p>As it turns out, <a href=\"https://poststatus.com/profiles/jason-resnick/\">Jason Resnick</a> even appreciated the open-ended approach to rewards:</p>\n<blockquote><p>The best part of the project was the ability to choose my own path, so to speak. Kind of like those Choose Your Own Adventure books when you were a kid. WP-CLI can be used in so many different ways for different tasks, it was awesome to be able to just hop on a call with you and one or two other folks that also wanted to learn the same thing, and get the answers to the specific questions.</p></blockquote>\n<p>It also proved helpful to produce a landing page for the project with the overall goal, links to blog posts and milestones, and over-communication on how I was “spending” the money. In hindsight, I wish I had been more diligent about my progress updates and communication about what I was actually working on.</p>\n<p>My favorite production trick: I used HTML and CSS to produce a graphic in my browser, and took a screenshot of it — quite possibly the easiest way to create a Kickstarter header image, for you other non-designers.</p>\n<h3>Kickstarter is only the beginning</h3>\n<p>Kickstarter is an amazing platform for funding creativity. The next time I launch a crowdfunding project, I’ll make sure to:</p>\n<ul>\n<li>Get feedback on the idea from as many people as possible, as a way of generating interest and buy-in.</li>\n<li>Establish a project scope with features people want, while making sure there’s ample budget for the unglamorous work.</li>\n<li>Keep the rewards rewarding, and as simple to deliver as possible.</li>\n<li>Over-communicate progress, knowing I have hundreds of customers to make happy.</li>\n</ul>\n<p>In the case of WP-CLI, <a href=\"https://runcommand.io/\">runcommand</a> is my new company to pick up where Kickstarter leaves off.</p>\n<p>An increasing number of businesses use WP-CLI as a key part of their infrastructure. Right now, each business has to internalize much of the cost associated with creating WP-CLI-based features. For instance, many web hosts would benefit from offering a web browser interface for running WP-CLI commands. However, there isn’t yet a great way for them to collaborate and produce a common solution.</p>\n<p><a href=\"https://runcommand.io/\">runcommand</a> provides a platform for these businesses to <a href=\"https://runcommand.io/sparks/\">co-produce a shared open source roadmap</a>, and offload much of the burden of developing and maintaining infrastructural components.</p>\n<p>Thinking about using Kickstarter to fund your open source projects? Have questions about runcommand? I’d love to hear from you — <a href=\"mailto:daniel@runcommand.io\">daniel@runcommand.io</a> or <a href=\"https://twitter.com/danielbachhuber\">@danielbachhuber</a> on Twitter.</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, 02 Aug 2016 21:03:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Daniel Bachhuber\";s: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:48:\"Post Status: Scaling WordPress — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=25850\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://poststatus.com/scaling-wp-draft/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2270:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian talk scaling WordPress, and what to do when you think you might’ve reached WordPress’s limits. From meta data, to users, to traffic management, they break down some of the most common scaling issues.</span></p>\n<a href=\"https://audio.simplecast.com/43493.mp3\">https://audio.simplecast.com/43493.mp3</a>\n<p><a href=\"http://audio.simplecast.com/43493.mp3\">Direct Download</a></p>\n<h3>Topics</h3>\n<ul>\n<li>Posts</li>\n<li>Meta</li>\n<li>Search</li>\n<li>Database</li>\n<li>Users</li>\n<li>Traffic (types of caching)</li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://github.com/elastic/elasticsearch\">Elasticsearch</a></li>\n<li><a href=\"https://github.com/10up/ElasticPress\">ElasticPress</a></li>\n<li><a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html\">More Like This Query</a></li>\n<li><a href=\"https://github.com/alleyinteractive/es-wp-query\">Elasticsearch WP_Query</a></li>\n<li><a href=\"https://memcached.org/\">Memcached</a></li>\n<li><a href=\"http://redis.io/\">Redis</a></li>\n<li><a href=\"https://github.com/Rarst/fragment-cache\">Rarst Fragment Cache Plugin</a></li>\n<li><a href=\"https://github.com/humanmade/hm-fragment-cache\">Human Made Fragment Cache drop-in</a></li>\n</ul>\n<h3>Sponsor: iThemes</h3>\n<p><span><a href=\"https://ithemes.com/\">iThemes</a> has a full suite of excellent products to help you level up your WordPress website. From iThemes Security, to BackupBuddy’s new live backups, to Exchange for your next membership site, iThemes has you covered. Thanks to the team at iThemes being a Post Status partner!</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jul 2016 17:55: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WordPress.tv Blog: Matt Gibbs: Diving Into Commercial Plugin Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.wordpress.tv/?p=544\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://blog.wordpress.tv/2016/07/28/matt-gibbs-diving-into-commercial-plugin-development/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1207:\"<p>Learn key takeaways from my running a plugin business. Matt Gibbs goes over how to determine whether your plugin idea can sell, how to set the price, deciding on the business model, whether to self-host, and handling support.</p>\n<div id=\"v-9NHU2NND-1\" class=\"video-player\">\n</div>\n<p><a href=\"http://slides.com/logikal16/deck#/\">Slides</a></p>\n<p>From <a href=\"https://wptv.wordpress.com/event/wordcamp-asheville-2016/\">WordCamp Asheville 2016</a></p>\n<p>More <a href=\"https://wordpress.tv/\">WordCamp videos</a></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/544/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=544&subd=wptvblog&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://blog.wordpress.tv/2016/07/28/matt-gibbs-diving-into-commercial-plugin-development/\"><img alt=\"Matt Gibbs: Diving Into Commercial Plugin Development\" src=\"http://videos.videopress.com/9NHU2NND/matt-gibbs-diving-into-commercial-plugin-development-wcavl-2016_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Jul 2016 05:15:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jerry Bates\";s: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:65:\"WPTavern: Cory Miller and Matt Danner Launch New Business Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57918\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/cory-miller-and-matt-danner-launch-new-business-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2723:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/podcast.jpg?ssl=1\"><img src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/podcast.jpg?resize=960%2C472&ssl=1\" alt=\"photo credit: Maciej Korsan\" class=\"size-full wp-image-52297\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/IQVHQYS3GL\">Maciej Korsan</a>\n<p>WordPress professionals have demonstrated a decent appetite when it comes to listening to and supporting podcasts on <a href=\"http://iamdavidgray.com/best-wordpress-podcasts/\" target=\"_blank\">a wide variety of topics</a>, including industry news, development, e-commerce, marketing, and startups. Cory Miller, founder of <a href=\"https://ithemes.com/\" target=\"_blank\">iThemes</a>, and Matt Danner, the company’s COO, are adding a new business podcast to the mix with the launch of <a href=\"http://leader.team/\" target=\"_blank\">Leader.team</a>.</p>\n<p>The <a href=\"http://leader.team/episode-1-introductions-background-backstory/\" target=\"_blank\">first episode</a> introduces the hosts and the goals of the show and is now available on iTunes. Miller and Danner, who often have casual chats about business strategy, decided to start recording their conversations to share with others who might benefit from their mistakes and successes in entrepreneurship.</p>\n<p>“We’re going to talk about values, beliefs, philosophies, tools, all kinds of things that we have learned over the years, either accidentally or on purpose, about how to lead and manage teams and grow a business,” Miller said in the opening episode.</p>\n<p>Leader.team will feature a short (15-25 minute) episode twice a month on Thursdays with practical advice for leaders and managers. The second episode will be available tomorrow, and Miller and Danner have already outlined the topics for the next four episodes with questions that will guide the discussion on the show:</p>\n<ul>\n<li>The Beliefs, Values, Philosophies We Hold Dear</li>\n<li>The Culture We Cherish And Protect</li>\n<li>Finding, Recruiting and Hiring the Best People</li>\n<li>Leading a Hybrid Team of In-Office and Remote Team Members</li>\n</ul>\n<p>While Miller and Danner are not necessarily marketing the show as a WordPress-focused podcast, many of their shared experiences have come from growing one of the longest-running, successful product companies in the WordPress ecosystem. Upcoming episodes will feature big picture business topics that can be applied to many different types of industries. Leader.team episodes have been submitted to both iTunes and Google Play and will also be available on the show’s <a href=\"http://leader.team/\" target=\"_blank\">website</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 22:19:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:108:\"WPTavern: WordPress for Android 5.6 Adds Screen to Invite New Users, Expands Reader to Include Related 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:29:\"https://wptavern.com/?p=58328\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/wordpress-for-android-5-6-adds-screen-to-invite-new-users-expands-reader-to-include-related-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:2114:\"<p><a href=\"https://apps.wordpress.com/2016/07/27/wordpress-for-android-version-5-6/\" target=\"_blank\">Version 5.6</a> of the WordPress for Android app was released today with expanded features for WordPress.com sites. The previous release <a href=\"https://wptavern.com/wordpress-for-android-5-5-debuts-new-visual-editor-adds-user-management\" target=\"_blank\">added user management capabilities</a> under a new ‘People’ menu and 5.6 introduces the ability to invite new users.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/invite-new-users.png?ssl=1\"><img src=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/invite-new-users.png?resize=281%2C500&ssl=1\" alt=\"invite-new-users\" class=\"aligncenter size-large wp-image-58332\" /></a></p>\n<p>This release also adds a related posts section to posts found in the Reader. It appears directly underneath likes on posts and pulls in three related articles from the WordPress.com community of sites.</p>\n<p>Version 5.6 adds the ability to customize the notification sound for new activity from the WordPress app. A handful of other small changes are also included in 5.6, as detailed in the release post:</p>\n<ul>\n<li>Post list: Posts in the middle of being uploaded will be disabled and shown a progress indicator. A publish button is added on drafts.</li>\n<li>“View Site” and “View Admin” will now open the device browser.</li>\n<li>A comment is automatically approved when you reply to it.</li>\n</ul>\n<p>If you use the app to manage both WordPress.com and self-hosted sites, you will notice a growing discrepancy between the site management screens and options available for each. Self-hosted site owners still cannot use the app to manage themes or users, and the gap is widening for each release. Version 5.6 expands features for WordPress.com users, while the capabilities for self-hosted sites fall further behind. We have requested a comment from Automattic’s mobile engineers regarding the roadmap for managing self-hosted sites and will update when we receive a response.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 20:19: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:\"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:68:\"WPTavern: IncludeWP: A Directory That Caters to WordPress Frameworks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wptavern.com?p=58222&preview_id=58222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/includewp-a-directory-that-caters-to-wordpress-frameworks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3745:\"<p>Earlier this year, the WordPress plugin directory review team <a href=\"https://wptavern.com/the-wordpress-plugin-directory-will-no-longer-accept-frameworks\">reminded developers</a> that frameworks are not allowed in the directory. WordPress core doesn’t have a built-in way to support plugin dependencies which creates extra hassle for users.</p>\n<p>Seeing an opportunity, Vova Feldman, founder of Freemius, created <a href=\"https://includewp.com/\">IncludeWP</a>, a directory specifically catered to listing WordPress theme and plugin frameworks.</p>\n<img class=\"wp-image-58242 size-full\" src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/IncludeWPFrontpage.png?resize=1007%2C690&ssl=1\" alt=\"IncludeWPFrontpage.png\" />IncludeWP Front Page Displaying Theme and Plugin Frameworks\n<p>Frameworks are listed using their public GitHub repositories. Visitors can sort frameworks by stars, forks, issues, or name. Selecting a framework displays information including, how many sites it’s on and the number of plugins and themes hosted on the official directory that are using it.</p>\n<img class=\"wp-image-58259 size-full\" src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/IncludeWPSinglePageView.png?resize=1014%2C664&ssl=1\" alt=\"IncludeWPSinglePageView.png\" />IncludeWP Framework Single Page View\n<p>To identify which plugins and themes are used by frameworks, Feldman collaborated with Luca Fracassi of <a href=\"https://addendio.com\">Addendio</a>. “We realized that we can leverage the WordPress.org APIs and SVN to automatically identify plugins and themes associated with frameworks on WordPress.org,” Feldman said. “So we decided to join forces.”</p>\n<p>Fracassi developed a framework identification system and ran it against WordPress.org. The data was exposed via a custom API endpoint that allowed Feldman to display it on IncludeWP. “We leveraged Fracassi’s endpoint to fetch the plugins and themes data from WordPress.org and present it under the framework’s page,” Feldman said.</p>\n<p>Like the frameworks listed on IncludeWP, the code powering the site is open source and <a href=\"https://github.com/Freemius/IncludeWP\">available on GitHub</a>. “I’m preaching about code reusability,” Feldman said.</p>\n<p>“The least I can do is provide the option for other developers to reuse our code for their projects. By reusing this code base, everyone can easily create a similar category type listing mini-site for GitHub repos.”</p>\n<p>Developers interested in having their frameworks listed need to fork the <a href=\"https://github.com/Freemius/IncludeWP\">IncludeWP repository</a> on GitHub, add the framework as a .php in the src/frameworks folder, and submit a Pull Request. However, in order to be listed, frameworks must meet the following guidelines.</p>\n<ul>\n<li>The framework must be GPL Licensed.</li>\n<li>The framework must have a public repository on GitHub</li>\n<li>Complete each field in the src/frameworks area</li>\n<li>Add a reference to the plugin or theme’s slug if it’s hosted on WordPress.org</li>\n<li>Have a short description</li>\n</ul>\n<p>Feldman says he doesn’t plan on generating revenue through the site and considers IncludeWP as one of many contributions back to the WordPress community.</p>\n<p>IncludeWP is a great resource for developers whose frameworks are spread across GitHub who are looking for ways to generate more exposure. It’s also an excellent way to see what’s available in the WordPress ecosystem. Take a look around <a href=\"https://includewp.com/\">IncludeWP</a> and let us know what you think in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 15:07:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"HeroPress: 16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://heropress.com/essays/16-little-things-grew-into-big-things/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33897:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/07/072616-16-2-little-things-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pill quote:WordCamp was not a conference, it was a sharing of ideas. It was not a convention, it was a place to build actual relationships.\" /><p>I suppose I’ve always had the “entrepreneurial spirit.” My first taste of being in business likely occurred prior to this, but the first time I *remember* really enjoying building my own business was in the fifth grade.</p>\n<h3>Little Thing #1</h3>\n<p>For Christmas, I had gotten a new handheld electronic game. I suspect that most readers here will not remember these, but the one I had gotten was the race car game. It was a game with a button that slid only left and right, the goal to be to dodge the oncoming LEDs with the LED you controlled with the slider. It was a simple game but fun. I brought it to school and started charging people .25 per game to play. I averaged $9.00 a day. That’s a lot to a fifth grader. I learned about profit and expenses (batteries do, after all, cost money). I learned about friendly competition when a friend of mine and classmate brought his electronic handheld football game to school and charged .50 per game. I learned about volume sales (my game would last about a minute or two whereas the football game lasted substantially longer). I also learned about charging what the market would bear (I couldn’t get .50 per game but I could do .25 all day long). And lastly, I learned about “The Man” and how something that is going so well can go away in the blink of an eye when the school, after about a month of my enterprise, decided that these games were too much of a distraction to “real learning” and shut both myself and my competitor down.</p>\n<blockquote><p>Little did the school know that I learned more with my business experience in that short time than I did my whole fifth grade year</p></blockquote>\n<p>(it was my worst experience in elementary school, yet one of my most formative). When all was said and done, though, I had made a couple hundred dollars from a game that cost about $40 (which I hadn’t even paid for). Not a bad return.</p>\n<h3>Little Thing #2</h3>\n<p>In High School economics class, we learned how the stock market worked. We split the class into several groups and formed “corporations.” The members of these corporations then bought stock with real money. This money went to buy product that we would sell to the student body over a period of a couple weeks. I had been asked to be a member of the one corporation due to a previous simulation in which I had almost successfully beaten another team by coordinating an uprising against them (the other team was far more powerful) by secretly putting several of the smaller, less powerful teams together to try to take out the big team. It almost worked. Almost.</p>\n<p>This team asked me to be part of this new corporation because they were impressed. We decided that the thing we were going to sell to the student body was going to be candy. I invested $9.00 into the company. Of the members of this newly formed team, I invested the most. We talked about what types of candy to buy. It mostly involved peanut butter cups and skittles as I recall.</p>\n<p>I don’t remember what the other corporations sold. It didn’t matter. It was not true competition because we each were exclusive with our products. During breaks, lunch, and after school, we all had our tables set up in the quad and sold our goods. Our corporation slaughtered all the others. It wasn’t even close.</p>\n<p>At the end of it all, we determined the stock value based on costs of goods sold and profit left over. We sold our stocks for what they were worth. My $9.00 had turned into about $75.00 in the two weeks. I made, far and away, more money than anyone else in the class (and according to the teacher, more than anyone ever had in that simulation). Making money was easy, and it was what I was meant to do. Or so I thought.</p>\n<h3>Little Thing #3</h3>\n<p>Back to Fifth Grade. At the time, my best friend, Jack, had introduced me to Basic programming. My dad worked at a local University and as a result, the head of the Math & Computing Department granted me a student account on the mainframe (their department was right across from my dad’s “Modern Languages” Department). It was here that I learned that a simple Basic statement such as “10 goto 10” could actually take down a campus-wide system as these mainframes were really not built to do multi-tasking. The joy of an endless loop. I hate to admit that there were times that I would laugh maniacally as other students in the lab would start literally banging their keyboards because nothing was happening. To all of you, I most humbly and heartily apologize. I was a jerk. I blame Jack.</p>\n<blockquote><p>None the less, I had been bitten by the programming bug.</p></blockquote>\n<p>I expanded my knowledge beyond causing others brain damage for fun and actually started to program useful things. My dad hired me at .50 an hour (which I’m pretty sure came out of his own pocket) and I worked on programs that would quiz his students. It’s also probable that he did it to keep me out of trouble.</p>\n<p>My brain wrapped itself around programming rather quickly and, as a general rule, every day after school, you’d find me back up in one of the University labs hacking away. It wasn’t a bad life. I liked it a lot. My favorite lab was the one right outside the server room. I got to know the students who kept the systems up. I remember when they got some new storage. I want to say it was a drive that could store 20 megabytes. It was literally as big (and heavy) as a washing machine. Oh. . . the good ol’ days.</p>\n<h3>Little Thing #4</h3>\n<p>I believe it was during the summer between Eighth Grade and Ninth Grade (circa 1980-81) that a representative from a company called Commodore came and demonstrated this great new personal computer. It was better than a TRS80 and far more affordable than the Apple ][. It had color and a whopping 5 KB of RAM. That is pretty impressive. All you needed to do was hook it up to your TV. I don’t remember what I paid for it, but I knew this was the machine for me, so I ponied up with my hard-earned money for the computer that looked like nothing more than a keyboard and a tape drive. Before I knew it (well . . . four to six weeks later), I was a programming fool from the comfort of my own home. I could get used to this. It was a few months later that I had saved up enough for a 300 baud modem (If you don’t know what 300 baud is, let me explain: It’s SLOW) and learned how I could hook up to my account at the college. It was my first taste of remote work and I knew that, one day, it was going to be the life I’d be living. The world would just have to catch up (ya, I was just a scosche cocky back then).</p>\n<p>A year later, I upgraded to a Commodore 64 and purchased my first Commodore 1541 5.25” floppy drive. I learned about sprite graphics and created a game based on the Saturday Night Live character, “Mr. Bill.” The game totally sucked, but suffice it to say, Mr. Bill died a LOT at the hands of Sluggo. A LOT.</p>\n<h3>Little Thing #5</h3>\n<p>Between my Junior and Senior years of high school, I was going to take a trip to Europe. I knew that Europe was no place to take my computers, and what I really needed was to make memories. I had always envied my sister’s camera and decided that it was time for me to dive into 35mm photography, so I sold my whole computer setup and purchased my first 35mm camera; a Canon AE1-Program with a couple of lenses and some books and accessories. I quickly learned how to actually use the thing and gained a basic understanding of the math behind the exposure you want. During that trip, I shot as many rolls of film as I could afford and discovered that maybe a life in photography was what I really wanted.</p>\n<p>I came back, my senior year, where I was the head photographer for the yearbook. I was rather proud of that yearbook and I put a lot of time and effort into it. So much so, that the yearbook staff felt obligated to give me an award. As mentioned earlier, in my younger years, I was sort of a jerk, so I cannot remember what the award was. At the time it meant a lot to me, though.</p>\n<p>I loved photography and I loved technology. If only there was some way to combine photography with technology. . . Maybe one day.</p>\n<h3>Little Thing #6</h3>\n<p>After high school, I went to about one semester of College. I say, “about,” because I think the only class I regularly attended was the photography class I was taking. I really enjoyed the class and the teacher. But most of all, I enjoyed the full access to the dark room where I was the head know-it-all and all the other students came to me for assistance. My ego was riding pretty high around that time.</p>\n<h3>Little Thing #7</h3>\n<p>After deciding to drop out of college (much to the chagrin of my dad – did I mention he was a University Professor?), I knew I needed to make money. I applied for (and got) a job with a company called Lifetouch National School Studios. Many of you might be familiar with this company. They specialize in school photography. I worked there for two school years, the first being an assistant and general runner and then the next year I did a lot of darkroom work. I was in my zone. I got to be good friends with a guy named Gene who was the world’s biggest Raiders fan and even got me a press pass a couple years later to shoot from the sidelines.</p>\n<blockquote><p>During that game, I met people like Howie Long, Bo Jackson and Bob Golic.</p></blockquote>\n<p>I also met James Garner who got to stand by the bench because, well, he was James Garner. Incidentally, he was exactly what you’d have expected him to be. Gene also introduced me to the world of Santa Claus mall photography; possibly the worst job I ever had. No, I was not the Santa. I was the photographer. The problem was never the kids. It was always the parents. You try telling parents that their kid is hysterical, will never calm down, and will never smile for Santa because he or she is scared to death of the man with the beard. Or, maybe, try to find something to clean up the pee on the floor because some parent made their kid wait in line for two hours while he had to go to the bathroom (usually the two hours was because of a number of the aforementioned parents living in their dreamland of a smiling child). Or, having a parent make you tell their child that Santa has gone home for the day (because the parents waited until after the mall closed before they decided to get in line). All true stories. Ya – I only did it one Christmas. Ironically, I lasted longer than most.</p>\n<h3>Little Thing #8</h3>\n<p>I quickly realized that I needed to be making more money and that commissioned sales was where I needed to be. I applied for (and got) a job at a company called Circuit City. They sold electronics of all sorts. I originally wanted to work in their Camera Department, only to discover that they didn’t have one. So, it was Small Electronics for me, where I quickly became Assistant Manager of the department.</p>\n<p>After cutting my teeth in electronics, I figured out that where I really wanted to be was in the Video Department. It’s where the money was. So I put in for a transfer and that’s where I got to be good friends with Gregg Franklin. Gregg and I forged a strong friendship and discovered that neither one of us ever really had a desire to work for “The Man,” so we decided to look for business opportunities. This was around 1987 or 1988.</p>\n<h3>Little Thing #9</h3>\n<p>In 1989, Gregg and I decided to venture off from Circuit City and we bought a little camera store for $10,000.00. It had been around for a while and, honestly, neither one of us did much due diligence. Had we done so, we would have discovered the reputation the owner of the store had. We spent the next two years working on re-branding, building up a local reputation of supporting schools and professional photographers in the area, and eventually became a reputable business in town. The local photographers would come and chat for hours on end with us and we became friends with many who remain our friends to this day. During this time, we built a darkroom and did a lot of custom work.</p>\n<p>Additionally, a friend from school had started his own company in which he built custom PCs. It was time for me to return to the world of computing, where, after purchasing an XT PC running MS-DOS 2.0 (I believe), and a piece of database software called Q&A, I developed a fully operational Point of Sale system. It was my first foray into data mining. I had finally figured out a way to combine my love of photography with my love for computing. It wasn’t what I initially imagined, but it would do.</p>\n<p>During the time of the camera store, I also started my own WWIV BBS called “The Dragon’s Tavern”, a precursor to the Internet. It had software and games (can you say, “Global Thermal Nuclear War?). At one point, I was the only one in the area with a BBS and ONE GIG of storage space. Modem tech had advanced and I got myself a USRobotics 14.4 Courier HST modem. I was the king of the local BBS world. WWIV was an open source BBS platform and I spent a lot of time writing mods for it in Turbo C++. I met people from all over the world and spent hours on the phone with some of them as we worked through programming issues and ideas. It was my first experience with remote collaboration.</p>\n<p>The camera store lasted a couple of years, but we suffered a bit from trying to do too much too fast, along with a failing economy, and we realized that our model was not really sustainable. Rather than getting buried under a mountain of debt, we made the choice to shut the place down.</p>\n<p>From there Gregg and I tried our hands at a few things, the most significant being a sign company (we had actually been running it as a side business from the camera story for some time, to help bolster our income). To be honest, I didn’t like that job that much. Gregg got to have all the fun doing the creative work, then he, our alcoholic partner who showed us the ropes, and myself would go and install them. Vinyl cutting was fun and the tech behind it still fascinates me, but it didn’t take long for us to learn that we were not the right fit with the third partner, so Gregg and I split from him.</p>\n<h3>Little Thing #10</h3>\n<p>Fast forward a couple years. Gregg and I had been doing our own things separately for a while, trying to find our place in life. Owning and shutting down a couple of businesses does make you realize that you’re not as perfect as you think you are and may even be a bit of cause for some soul searching. I cannot speak for Gregg, but I know that for myself, that was the case.</p>\n<p>I was burnt out on photography.</p>\n<blockquote><p>Doing something for a couple of years for others and none for yourself sort of takes the passion out of it.</p></blockquote>\n<p>Running a free BBS was not exactly a business model that worked. I think it was around 1995 that I discovered Netcom. It was one of the first real internet providers. I bit. I was hooked. It was *like* a BBS but SO much more! The world had opened up to me and I saw my vision of one day becoming a remote worker come that much closer. Before long, a feeling had returned that I had not had in awhile: the desire to learn something new in technology. I wanted to gain an understanding of how the back end of this wondrous new tool worked. I knew it was the future, and it was within my grasp. It had been a while since I had been that excited about anything.</p>\n<p>It was then that Gregg and I reconnected. Gregg had told me that some other mutual friends of ours were about to embark on starting a regional Internet Service Provider, servicing schools and running a digital technology called ISDN. They had invested in the equipment but needed someone to run it. They had asked Gregg, and when I expressed interest, we formed a partnership and got to work. During this time, I learned about routers, IP traffic, DNS, collaboration with people on a global level, scalability, building departments and efficiently servicing customers through no more than email and a telephone connection. I learned about the value of good documentation and I learned how to deal with big, huge companies and their lawyers. I learned all of these things and yet, I wouldn’t say that any of those shaped my future and my life and business operating philosophy more than the epiphany I had once I hired our first employee.</p>\n<p>Until this point, I had always been about making money and a name for myself. It was ALWAYS about the money for me. Always. But I remember that moment like it was yesterday. That moment I looked at the empty desk of our first employee and realized that we were embarking on something great. We were building a company that would help sustain the lives of others and their families. If all went well, it wouldn’t be just a few. It would be many.</p>\n<blockquote><p>In the blink of an eye, it went from being about me and what I could take home, to being about them.</p></blockquote>\n<p>To being about us. All of us. That one moment changed everything for me.</p>\n<h3>Little (ok BIG) Thing #11</h3>\n<p>In 2003, my wife and I decided to move to Wisconsin from sunny Southern California. I was going to continue to work remotely with the ISP we had built up to over 40 employees and my wife Jessica was going to also work remotely with the Electronic Funds Transfer company she had worked to build up while in California (she was their first employee). Wisconsin was a nice break from the rat race of Southern California. We bought a house, set up our office and before I knew it, I discovered that the people back home at the ISP didn’t understand the concept of remote work. I was a shareholder of a company that had no use for me sitting a couple thousand miles away. Sure, from time to time they’d call me, but overall, out of sight meant out of mind where I was concerned.</p>\n<p>We moved to a pretty small town where we were happy to have high speed internet, but there was not a lot of demand for a network engineer or software programmer. I had, once again, found myself somewhat without a professional purpose.</p>\n<p>Soon after our first year there, we found out that Jessica was pregnant. Our main purpose in moving to Wisconsin was to start a family, but Jessica had always had issues carrying a pregnancy to full term. It was heartbreaking to deal with multiple miscarriages, but we had found a doctor in Green Bay (2.5 hours away) who thought he might be able to narrow down the issue. He was right, and nine months (and two weeks) later, we were introduced to our son, Eli. Hard to believe it’s been 11 years. And while I was struggling to find my place professionally, there was no doubt that I knew my place personally, as a father.</p>\n<blockquote><p>I was 38 and suddenly felt it was what I was meant to do.</p></blockquote>\n<p>I attempted to work for a local computer place during this time, but that simply didn’t take. I had, for a long time, said that employment may not be for me and certainly, in that situation, I was proven right. I am not, and never have been, a “Yes” man, I would tell people. I needed to reinvent myself and I needed to figure out my place.</p>\n<p>This time put a lot of strain on my marriage to Jessica. She was the main bread winner and while she was appreciative of the fact that I was really good with taking care of Eli and doing things around the house, she felt the pressures of being responsible for the family’s financial well-being. “Just find something – anything,” she’d say. She wanted me to find something that made me happy. She knew that while I loved being a father, I also felt the pressure to contribute to our stability. I struggled. A lot.</p>\n<h3>Little Thing #12</h3>\n<p>During the short time that I worked for the computer company, we moved again. This time, we bought the home of one of the city’s founders. It was on the river and while the place needed work, it was on about 3 acres of land and was a pretty nice place. I had my eye on the house next to it which was a big Victorian (and at one point, part of the same property). It was owned by a couple of empty-nesters and I knew that owning the house we had just purchased would put us in a prime position to buy it when it became available. It was my five year plan.</p>\n<p>Two years later, I was approached by our neighbor. We bought the house and moved in. We still had not been able to sell the first house that we bought and it was sitting empty. We were about to have two empty houses. I had been doing tech work as I could, but still was without a purpose. Fortunately, Jessica was still plugging away. Throughout it all, she was supportive of my desire to find something. I admit, there were those moments where I was just happy to be a dad (that’s my way of saying I might have gotten a little lazy looking for an income).</p>\n<p>In the new house for a bit, I was talking to one of my friends back in California. He was going through some pretty major life changes and was looking for his own purpose. I remember asking him what he’d like to do and he said that he enjoyed going to motorcycle swap meets, buying parts and then selling them on Ebay. And just like that, a business was born. He needed a new start. I needed something to do – a way to make money. And I knew Ebay and tech really well. It seemed like a match made in heaven.We moved him into the empty first house that we had and ran the business out of that house for a while. We made contacts and started buying larger and larger lots, liquidating them almost as fast as we were getting them. We were starting to make a little bit of money, but we kept turning that money into bigger lots, which meant we needed more storage, which meant it was time to get office space. Our specialty was Harley Davidson parts and it only took a short time for me to go from only knowing that most Harleys had two wheels to being able to identify the part, year and bike it came from; to know its value; and to have an idea on its demand. I became a tougher negotiator and walked away from a deal or two that just didn’t feel right. The biker world was definitely a world I never imagined myself within, but I certainly, for the first time in my professional life, actually felt like I was part of a community.</p>\n<p>Soon after we started that company, though, the company Jessica had been working for shut its doors, literally overnight. She was not making money, in an industry where there was no local demand, and I was trying to grow a company. For those wondering, that is not a sustainable personal financial model. The housing market crashed, and I was spending nights doing database patient record merging at the local hospital.</p>\n<blockquote><p>Before we knew it, we were flat broke. We literally lost almost everything.</p></blockquote>\n<p>The two empty houses were taken by the banks and we were just fighting to keep the house we were in. It was also about this time that Jessica announced that she was pregnant with Brenna. It was the only good news we had at the time. I was 42 and, for the first time in my adult life, had to actually go to my parents and ask for help. I honestly don’t know where I’d be today if I didn’t have them.</p>\n<p>The company we had was starting to see dwindling sales. When the economy crashes, people suddenly learn to live with that little ding in their gas tank or that other non-critical noise their bike may be making. Ebay started raising their fees and our business model became unsustainable.</p>\n<h3>Little Thing #13</h3>\n<p>With money quickly dwindling away in our bank account, I suddenly had this wonderful idea to start making money off of our competitors on Ebay. They had an affiliate program and I needed to figure out a way to leverage that. But how?</p>\n<blockquote><p>It was then that I discovered WordPress.</p></blockquote>\n<p>Like many, I had always thought of it as a blogging platform and nothing more. But then I discovered a plugin that would read in a feed from Ebay and worked within WordPress. It took me about an hour to set up a WordPress site and another minute to figure out how to install the plugin. The next two days was spent populating categories, and a little over a month later, I got my first direct deposit from Ebay. This could work. But even more importantly, for the first time, I saw that WordPress could be so much more than a blogging platform.</p>\n<p>It wasn’t much longer before I was starting to develop websites for others. My design skills have always lacked, so to start, it was mostly out of the box themes, but as I got more seasoned, I learned more and more about the power of WordPress.</p>\n<p>Eventually, we closed down the motorcycle liquidation business.</p>\n<blockquote><p>We tried our hand at running a Renaissance Faire booth (along with touring the country), but that, too, was not really sustainable.</p></blockquote>\n<p>I even drove a truck with staging equipment for Fox Sports a couple of times. Anything to pay the bills.</p>\n<h3>Little Thing #14</h3>\n<p>During one of my driving trips, I had been talking to Gregg. Turns out he had been doing WordPress development for a while and he was looking for some help. I was not a good designer, and I had barely dipped my feet into being a developer, but Gregg was willing to teach me everything he knew. Every morning, I’d wake up, Gregg and I would get on a call and he’d explain really cool ways to customize WordPress. We’d strip a theme down to the bones and build it up. We’d find frameworks and build them out. We’d bang our heads over CSS (something, I think, neither of us ever really were able to wrap our minds around), and we had work. Lots of work.</p>\n<blockquote><p>Though financially ruined, Jessica and I were finally starting to see some light.</p></blockquote>\n<p>I had finally found something I really liked and she had finally found herself with a position working for another company. We had lost all our homes except the one in which we lived and had depleted all our bank accounts and college funds, yet we were hopeful. We had our two kids, a roof over our heads and work which generated income.</p>\n<p>Most of the work Gregg and I did was working with agencies. We liked it that way. Neither of us really enjoyed pounding pavement, so it was nice to have people who specialized in sales do that part of the lifting. But despite the fact that we were getting busier, we knew that we needed to work on passive income possibilities.</p>\n<h3>Little Thing #15</h3>\n<p>In 2012, Gregg brought up the idea of me going to WordCamp San Diego. Now, I hate conferences and conventions. This sounded to me about as far from fun as I could get. He offered to pay for the badge if I paid for my plane ticket. Not knowing *really* what a WordCamp was, I figured it was a fair deal. It was only after I spoke with Jessica about going that I realized the cost of the ticket. I tell people that I still feel like I got the better end of the deal.</p>\n<blockquote><p>That trip to WordCamp San Diego changed everything for me.</p></blockquote>\n<p>I had always believed that businesses could succeed while also being part of a community that supported and built each other up. For the first time in my adult life, I got to witness it first hand. I had a blast! WordCamp was not a conference, it was a sharing of ideas. It was not a convention, it was a place to build actual relationships. It was a business event, educational event, and social event all in one package. I knew I was in the right place (finally).</p>\n<blockquote><p>44 years old and I finally found my place.</p></blockquote>\n<p>But how could I actively participate? Part of being in a community is that desire and need to give back. I was green and hardly knew anything.</p>\n<h3>Little Thing #15(a)</h3>\n<p>One of the people I met while in San Diego in 2012 was Stephen Carroll. He had developed this really cool tool called DesktopServer; a tool Gregg and I used almost every day during our development days. Gregg was having an issue with a site we were building and Stephen offered to help us figure it out. I was blown away that someone would give up their time so freely with no interest in remuneration. He just wanted to help. Stephen and I spoke a little bit, but he mostly focused on helping Gregg get through the issue he had. He was kind and generous, and I liked him immediately.</p>\n<h3>Little Thing #16</h3>\n<p>In 2013 Gregg and I were working together on a project and, as often happened, the conversation turned back to what we could do for some passive income. He and I came up with an idea for a theme we wanted to build. It would be unlike anything anyone had seen. Robust, clean code, efficient. In other words, it was a theme that was above our skill levels, over our heads, and somewhat out of reach. We needed a developer with a skill that far exceeded our own. Gregg said it: “We need someone like Stephen.”</p>\n<p>I totally agreed with Gregg and so the call was placed. Gregg was to get in touch with Steve and see if he’d be interested in helping us out. It was a good plan.</p>\n<p>An hour later, Gregg called me back to let me know the result of the conversation. Steve was, indeed, anxious to work with us (if pressed slightly, I think he would tell you that he was anxious to work with Gregg since he only really knew me through Facebook). But what he wanted was for US to help HIM at ServerPress. He wanted to simply code while we handled the rest. I contacted him directly to ask him some questions, set up a path for the company under the new structure and the rest, as they say, is history.</p>\n<hr class=\"ttfmake-hr\" />\n<p>This past June marked three years since we re-formed the company and it’s been a thrill ride to say the least. Since then, we’ve grown the company by over 400%, I’ve had the opportunity to travel the country and speak at several WordCamps (2014 saw me at over 20) and I actually look forward to Mondays every bit as much as I look forward to weekends. ServerPress, LLC is a company that’s respected within the WordPress Community, and it has afforded me the ability to help financially sustain my family.</p>\n<p>In 2013 Jessica, Eli, Brenna, and I moved to Milwaukee where we bought an older home (117 years) with the purpose of restoring it, building it out (and up), and fostering to adopt sibling groups (you can read about it on my blog, <a href=\"http://twotofive.us\">http://twotofive.us</a>).</p>\n<blockquote><p>We currently have six foster kids which puts us at a family of 10.</p></blockquote>\n<p>None of this would have been possible without all the little things, a couple of big things, and WordPress (the most important of which, is its Community).</p>\n<p>While we’re still digging ourselves out of the mess of a few years ago, that light is getting brighter every day.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: 16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=16%20Little%20Things%20That%20Grew%20Into%20Big%20Things%20%28My%20Life%20in%20a%20Bunch%20of%20Words%29&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2F16-little-things-grew-into-big-things%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: 16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2F16-little-things-grew-into-big-things%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2F16-little-things-grew-into-big-things%2F&title=16+Little+Things+That+Grew+Into+Big+Things+%28My+Life+in+a+Bunch+of+Words%29\" rel=\"nofollow\" target=\"_blank\" title=\"Share: 16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/16-little-things-grew-into-big-things/&media=http://heropress.com/wp-content/uploads/2016/07/072616-16-2-little-things-150x150.jpg&description=16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: 16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/16-little-things-grew-into-big-things/\" title=\"16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/16-little-things-grew-into-big-things/\">16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 12:00:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Marc Benzakein\";s: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:50:\"WP Mobile Apps: WordPress for Android: Version 5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://apps.wordpress.com/2016/07/27/wordpress-for-android-version-5-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3187:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.6 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1 id=\"related-posts-in-the-reader\">Related Posts in the Reader</h1>\n<p><strong>Discover relevant work from the WordPress community.</strong> A section of related posts will now appear just underneath Likes on a post:</p>\n<p><img src=\"https://cldup.com/uI3GXFyyfOu/WFX8pk.png\" alt=\"Related Post Screenshot\" /></p>\n<h1 id=\"custom-notification-sound\">Custom Notification Sound</h1>\n<p><b>You’ve got activity!</b> With 5.6, you’ll be able to customize your notification sound:</p>\n<p><img src=\"https://cldup.com/uI3GXFyyfOu/LBsHX3.png\" alt=\"Custom Notification Sound\" /></p>\n<h1 id=\"invite-users\">Invite New Users</h1>\n<p><strong>A cordial invitation.</strong> Invite users to your site from the People management screen, designate their roles, and customize a message to send to them:</p>\n<p><img src=\"https://cldup.com/uI3GXFyyfOu/9fEtji.png\" alt=\"Invite Users\" /></p>\n<h1 id=\"other-changes\">Other Changes</h1>\n<p>Version 5.6 also comes with a few other changes and fixes:</p>\n<ul>\n<li>Post list: Posts in the middle of being uploaded will be disabled and shown a progress indicator. A publish button is added on drafts.</li>\n<li>“View Site” and “View Admin” will now open the device browser.</li>\n<li>A comment is automatically approved when you reply to it</li>\n</ul>\n<p>You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.7\">our 5.7 milestone on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Play. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.</p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Thanks to our GitHub contributors: <a href=\"https://github.com/0nko\">@0nko</a>, <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/bummytime\">@bummytime</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/khaykov\">@khaykov</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/theck13\">@theck13</a>, <a href=\"https://github.com/thomasleplus\">@thomasleplus</a> and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3488&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 06:51:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s: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:85:\"WPTavern: Easily Hide WordPress’ Blogging Features With the Disable Blogging 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:45:\"https://wptavern.com?p=58111&preview_id=58111\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/easily-hide-wordpress-blogging-features-with-the-disable-blogging-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:2643:\"<p>WordPress strikes a good balance by offering users the ability to publish dynamic content via posts and static content via pages. However, if you’d like to use WordPress primarily as a static content management system without the features related to blogging, check out a new plugin developed by <a href=\"https://profiles.wordpress.org/factmaven/\">Fact Maven Corp</a>. and <a href=\"https://profiles.wordpress.org/ethanosullivan/\">Ethan Jinks O’Sullivan</a> called <a href=\"https://wordpress.org/plugins/disable-blogging/\">Disable Blogging</a>.</p>\n<p>Disable Blogging hides a number of features including:</p>\n<ul>\n<li>Posts, Comments, and items related to blogging from the admin menus.</li>\n<li>Comments from pages.</li>\n<li>Blog related widgets.</li>\n<li>Pingbacks, Trackbacks, and XML-RPC header links.</li>\n<li>Biographical info and Admin Color schemes on the user profile page.</li>\n<li>Press This Bookmarklet.</li>\n<li>Posts via email.</li>\n<li>Howdy, help tabs, and query strings from static resources.</li>\n</ul>\n<p>To really get a sense for what it’s like to use WordPress without its blogging capabilities, I activated the plugin on a fresh install.</p>\n<img class=\"alignnone size-full wp-image-58148\" src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/DisableBloggingOnFreshInstall.png?resize=1025%2C579&ssl=1\" alt=\"DisableBloggingOnFreshInstall\" />Disable Blogging Enabled on a Fresh Install\n<p>There are two things that immediately stand out during testing. The first is that logging in takes users to their profile page instead of the Dashboard. Second, the Dashboard and the link to it are gone.</p>\n<p>I found the removal of the Dashboard creates a jarring experience that’s different from what users might expect. It’s usefulness to display widgets with site specific information, even for sites based on pages, is a huge benefit and therefore, its removal should be reconsidered.</p>\n<p>The nice thing about Disable Blogging is that it doesn’t permanently remove features or data. Regaining access to WordPress’ blogging capabilities is as simple as deactivating the plugin.</p>\n<p>Browsing, using, and navigating WordPress with the blogging features hidden is an interesting experience that I encourage you to try for yourself. I tested <a href=\"https://wordpress.org/plugins/disable-blogging/\">Disable Blogging </a>on a fresh install of WordPress 4.5.3 and didn’t encounter any problems. The next time you or a client wants an easy way to disable WordPress’ blogging capabilities, give this plugin a shot.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 02:27:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: TechCrunch Hacked by OurMine, Attackers Target Weak Passwords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=58081\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/techcrunch-hacked-by-ourmine-attackers-target-weak-passwords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3051:\"<p>TechCrunch is the latest victim in OurMine’s summer hacking rampage. The site, which is powered by WordPress and hosted via WordPress.com VIP, was <a href=\"http://webcache.googleusercontent.com/search?q=cache:https://techcrunch.com/2016/07/26/ourmine-team-important-message/\" target=\"_blank\">hacked this morning</a> and defaced with a message from the attackers who identify themselves as an “elite hacker group.”</p>\n<p>TechCrunch’s news ticker was updated to display: “Hello guys it’s OurMine Team, we are just testing TechCrunch Security, don’t worry we never change your passwords. Please contact us.” OurMine gained access to a contributor account and posted a similar message.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/techcrunch-hacked-by-ourmine.png?ssl=1\"><img src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/techcrunch-hacked-by-ourmine.png?resize=1025%2C523&ssl=1\" alt=\"techcrunch-hacked-by-ourmine\" class=\"aligncenter size-full wp-image-58085\" /></a></p>\n<p>According to a <a href=\"https://www.engadget.com/2016/07/26/ourmine-techcrunch-compromise/\" target=\"_blank\">report from Engadget</a>, TechCrunch’s sister site, the hackers gained access via a contributor’s weak password, not by exploiting a vulnerability in WordPress or the site’s plugins. TechCrunch was able to regain control of the site within minutes and delete the content created by the attackers in the admin.</p>\n<p>OurMine is the same group that <a href=\"http://gizmodo.com/mark-zuckerberg-hacked-on-twitter-and-pinterest-because-1780735073\" target=\"_blank\">hacked Mark Zuckerberg’s Twitter, Pinterest, and LinkedIn accounts</a> after he used the same password for multiple sites. Bad password security can make even the most secure websites vulnerable to these types of attacks. Although OurMine is primarily targeting high profile individuals and publications, WordPress sites are constantly the target of brute force attacks.</p>\n<p>Security plugins like <a href=\"https://wordpress.org/plugins/wordfence/\" target=\"_blank\">Wordfence</a>, <a href=\"https://wordpress.org/plugins/better-wp-security/\" target=\"_blank\">iThemes Security</a>, and <a href=\"http://bruteprotect.com/\" target=\"_blank\">Jetpack’s Brute Protect module</a> can help deter brute force attacks, but it’s virtually impossible to eliminate the human factor in poor password selection or the practice of using the same password for multiple online services. WordPress site owners, especially those who run publications that have many users with permissions, are especially vulnerable to attacks that target bad password security.</p>\n<p>Although WordPress warns users about weak passwords, it doesn’t force them to create a strong one. Site owners who want to make this a requirement can use a plugin like <a href=\"https://wordpress.org/plugins/force-strong-passwords/\" target=\"_blank\">Force Strong Passwords</a> for extra security.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jul 2016 19:35: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: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:100:\"WPTavern: WooCommerce Releases Square Integration to Sync Online and Offline Purchases and Inventory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=58049\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/woocommerce-releases-square-integration-to-sync-online-and-offline-purchases-and-inventory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3478:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/woocommerce-logo.jpg?ssl=1\"><img src=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/woocommerce-logo.jpg?resize=1025%2C466&ssl=1\" alt=\"woocommerce-logo\" class=\"aligncenter size-full wp-image-56606\" /></a></p>\n<p><a href=\"https://woocommerce.com/\" target=\"_blank\">WooCommerce</a>, which powers more than 37% of all online stores, announced today that the plugin now integrates with the millions of offline stores that use <a href=\"https://squareup.com/\" target=\"_blank\">Square</a> for payment processing. The new <a href=\"https://woocommerce.com/products/square/\" target=\"_blank\">Square for WooCommerce</a> extension tracks and syncs payments and inventory for products sold via online and offline stores.</p>\n<p>Before agreeing to work with Square on building an integration for WooCommerce inventory management, the Woo team verified customer demand via its ideas board where the feature <a href=\"http://ideas.woothemes.com/forums/133476-woocommerce/suggestions/3771433-integration-with-square\" target=\"_blank\">received more than 900 votes</a>. Prior to today’s extension release, those who managed stores in online and offline environments had to perform manual updates to ensure accuracy of the current inventory. Manually tracking inventory between stores is a tedious, never-ending task, especially for larger operations. This is why Square integration was the most-requested feature in WooCommerce history.</p>\n<p>After store owners connect a Square account to WooCommerce, they can perform a manual sync from WooCommerce to Square or back the other way. This will sync SKU’s, categories, details, and images for products that have been set up on either platform.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/square-woocommerce-sync.png?ssl=1\"><img src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/square-woocommerce-sync.png?resize=620%2C345&ssl=1\" alt=\"square-woocommerce-sync\" class=\"aligncenter size-full wp-image-58063\" /></a></p>\n<p>The ability to accept payments with WooCommerce using Square means store owners need only update products once and push changes to either store when ready to sell online or offline.</p>\n<p>“WooCommerce and Square have a close working relationship around this integration, where we’re working together to on-board new merchants, receive their feedback, and adjust the integration to make sure the initial version is the best it can be,” said Matt Cohen, product lead for WooCommerce.</p>\n<p>When asked if Automattic gets a percentage of Square’s fee based on the volume of sales it drives through its payment system, Cohen said that the companies have an agreement in place to promote the extension on WooCommerce.com and in Square’s catalog. He would not elaborate on the terms of the agreement. However, with WooCommerce powering more than a third of all online stores, it would be surprising if Automattic did not secure a custom volume rate.</p>\n<p>Square customers who want to automatically connect their online and offline stores can find the new <a href=\"https://woocommerce.com/products/square/\" target=\"_blank\">Square for WooCommerce</a> extension on WooCommerce.com. Current Square customers can use their existing account details to configure their stores to accept payments with Square and start syncing inventory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jul 2016 14:39:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Automattic Will Continue to Use React.js in Calypso Despite Patent Clause\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=58065\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/automattic-will-continue-to-use-react-js-in-calypso-despite-patent-clause\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3234:\"<p><a href=\"https://developer.wordpress.com/calypso/\">Calypso</a> is an application <a href=\"https://ma.tt/2015/11/dance-to-calypso/\">developed by Automattic</a> that is built entirely with JavaScript using the <a href=\"https://nodejs.org/en/\">Node</a> and <a href=\"https://facebook.github.io/react/\">React</a> libraries. <a href=\"http://react-etc.net/\">React, etc</a>., a site that covers news related to the React library, recently <a href=\"http://react-etc.net/entry/your-license-to-use-react-js-can-be-revoked-if-you-compete-with-facebook\">published an article</a> highlighting how a license to use it in projects can be revoked.</p>\n<p>React contains a <a href=\"https://github.com/facebook/react/blob/master/PATENTS\">patent clause</a> that allows Facebook to revoke the license if certain conditions are met. The clause has raised concerns that Automattic could have its license revoked for Calypso if it competes directly with Facebook.</p>\n<p>Not long after the public release of Calypso, Paul D. Fernhout created <a href=\"https://github.com/Automattic/wp-calypso/issues/650#\">an issue</a> on the <a href=\"https://github.com/Automattic/wp-calypso\">project’s GitHub page</a>. Among a number of other reasons, Fernhout suggested that React be replaced with <a href=\"http://mithril.js.org/\">Mithril</a>, an alternative JavaScript library that doesn’t contain a clause.</p>\n<p>Paul Sieminski, General Legal Counsel for Automattic, <a href=\"https://github.com/Automattic/wp-calypso/issues/650#issuecomment-235086367\">responded to the ticket</a> explaining why the company will continue to use React in its products.</p>\n<p>“Automattic looked at the legal issues with Facebook’s patent license on React,” Sieminski said. “The termination provisions of the patent license aren’t ideal, but are not a blocker to using React as part of Calypso.”</p>\n<p>“The termination provisions don’t apply to the right to use the code – just the license included in the ‘PATENTS’ file. This license gives React users permission to use Facebook’s patents on React. Facebook’s intentions in including this additional license are admirable. As they say <a href=\"https://code.facebook.com/posts/1639473982937255/updating-our-open-source-patent-grant/\">here</a> – ‘[t]his grant was designed to ensure that developers can use our projects with confidence.\'”</p>\n<p>According to Sieminski, “The companies with the greatest concern are those that have large patent portfolios and engage in offensive patent litigation, especially against Facebook.”</p>\n<p>“Automattic isn’t in that boat, and has no plans to be, so we’re comfortable using React under its current license,” he said.</p>\n<p>Considering <a href=\"http://www.vox.com/2014/5/9/5699960/this-court-decision-is-a-disaster-for-the-software-industry\">how complex patent laws are</a>, developers using React are encouraged to seek legal advice from a reputable lawyer to determine if your use case violates Facebook’s patent clause.</p>\n<p>Has the clause kept you from using React in your projects? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jul 2016 08:05:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a: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:27:\"HeroPress: Defining Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://heropress.com/?p=1170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/defining-success/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6404:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/07/072516-defining-sucess-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"You\'ll be happiest when you define success by the number of lives you touch for the better.\" /><p>When I first started HeroPress I assumed we’d get at <em>least</em> 1000 page views per day. How many WordPress developers are there in the world? Tens of thousands? Hundreds of thousands? What about bloggers? Users? Millions of them? Surely even a tiny tiny fraction of that would make for thousands of page views, right?</p>\n<p>I’m writing this on a warm Sunday afternoon in July. HeroPress operates on GMT, so we’re about 20 hours into the day. Want to know how many page views we’ve had so far today?</p>\n<p><img class=\"alignnone size-full wp-image-1171\" src=\"http://heropress.com/wp-content/uploads/2016/07/Selection_634.png\" alt=\"16\" width=\"178\" height=\"73\" /></p>\n<p>And that’s pretty average for a Sunday. Only once in the history of HeroPress have we had a 1000+ page view day. It was very exciting.</p>\n<p>There was a time when the (apparently) low traffic on HeroPress.com bothered me. I even thought about shutting it down a few times. Why bother if so few people read?</p>\n<p>The reason it bothered me is that I was measuring success by numbers. Page views, repeat visitors, even number of concurrent readers on a Wednesday . It was all about the numbers. How many people pull up the site in the browser? That’s what I wanted.</p>\n<h3>Shifting Perspectives</h3>\n<p>My perspective first started to shift when I went to WordCamp Pune. A young woman came up to me with tears in her eyes, shook my hand, whispered “Thank you” and slipped back into the crowd. I didn’t see her again, but I’ll never forget her.</p>\n<p>People introduced themselves and told me their story with shining eyes, full of excitement.</p>\n<p>That trip was a huge boost for my spirits, but I still watched the numbers.</p>\n<h3>Stories That Need To Be Told</h3>\n<p>Typically I seek out HeroPress contributors. People rarely think their own story is interesting, I usually have to show them. In the months that followed Pune however, several people came to me and said “I have a story, and I really need to share it, can I share it on HeroPress?” So far I’ve accepted all of those, so you’ve read them.</p>\n<p>Their stories burned in their hearts, and they needed other people to know. To know there are people out there who want to help them learn, grow, and have a better life. That there are second, third, and fourth chances.</p>\n<p>Comments from people both on the site and in person let me know that it worked. People find hope in the essays. Not just happy feel-good, but actual hope, that maybe there’s something better out there for them too.</p>\n<h3>Casting a Wider Net</h3>\n<p>I recently visited WordCamp Europe in Vienna. I was truly surprised by how many people had heard of HeroPress, and even knew my name. Story after story came to me from a dozen different cultures about how HeroPress stories give people confidence to try new things, talk to people outside their culture, or try to use WordPress to make a better life.</p>\n<p>It was humbling to me to hear those individual stories. People whose lives had been been changed by their contact with our community, inspired by HeroPress essays.</p>\n<h3>Defining Success by Different Numbers</h3>\n<p>I still define success by numbers, but it’s not page views anymore. I’d be lying if I didn’t say it’s a little about stats, because countries matter to me. A wide net matters to me.</p>\n<p>The numbers I <em>really</em> watch these days are the number of people who tell me HeroPress means something to them. I don’t keep an actual tally, but as long as I keep hearing from even one person that they’ve been made better by what’s on this site I consider it a success.</p>\n<p>I don’t know if we’ll ever get huge readership, and at this point I’m not sure I care. What has HeroPress meant to you? I’d love to hear in the comments.</p>\n<h3>And You?</h3>\n<p>How do you define success in what you do? Is it number of sales? Number of support tickets answered? Page views?</p>\n<p>I’d like to suggest that you’ll be happiest when you define success by the number of lives you touch for the better. Sure, that might be measured by a stat somewhere, but always remember the real value is in the sparkle in their eyes, and the joy in their hearts.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Defining Success\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Defining%20Success&via=heropress&url=http%3A%2F%2Fheropress.com%2Fdefining-success%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Defining Success\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fdefining-success%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fdefining-success%2F&title=Defining+Success\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Defining Success\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/defining-success/&media=http://heropress.com/wp-content/uploads/2016/07/072516-defining-sucess-150x150.jpg&description=Defining Success\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Defining Success\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/defining-success/\" title=\"Defining Success\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/defining-success/\">Defining Success</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jul 2016 00:28:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:70:\"HeroPress: How WordPress (literally) turned me into a brand new person\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/essays/wordpress-literally-turned-brand-new-person/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:35034:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/07/071916-new-person-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: It\'s fair to say that without the support of the WordPress community I wouldn\'t be the person I am today - literally.\" /><h3>In the beginning…</h3>\n<p>I’ve always been a geek. When I was in the third grade, I wanted to grow up to be an Egyptologist (or maybe a Marine Biologist; I changed my mind often). My dad built custom computers for a living, and early on, he taught me how to build and wire a computer from spare components.</p>\n<p>I built my first web page when I was eleven years old; basic HTML, tables for layout, animated GIFs, and all. My first true web site that actually had more than one page was a Star Trek: Voyager fan site. For that site, I learned how to use frames to make a site that looked like a Star Trek computer interface, and I found Javascript snippets that allowed me to change content in one frame when a new page loaded in another frame.</p>\n<p>As I learned more and more about the web, I was hooked. I started learning about PHP, and realized I could make header and footer files, so that I didn’t have to edit every web page on my site when I added a new page.</p>\n<h3>Discovering WordPress</h3>\n<p>And then, about 12 years ago, I installed WordPress for the first time. Blogging was this brand new thing that lots of other geeks were doing, and so I jumped on the bandwagon. I was 19 years old, living with my mom, working a low-paying job at a book store, and going to school part time. Ya know, basically living the dream.</p>\n<p>WordPress was just about a year old at this point. There were no plugins or themes; you hacked core if you wanted to change the look of your blog. It was like the Wild West.</p>\n<p>And I loved it.</p>\n<p>Really, I enjoyed the process of changing the layout of my blog, editing the “theme” to make it look how I wanted. I got more of a kick out of that, than I did actually writing about myself.</p>\n<p>Fast forward a few years; I left the book store I’d been working at behind, and started working as a Pharmacy Technician. I loved that job, but it was stressful. I got yelled at by patients when their doctor didn’t call in their prescription, and somehow it was my fault their copay went up when their insurance changed in the new year.</p>\n<blockquote><p>Blogging became sort of a catharsis; a way to vent when I got home about everything that stressed me out during the day.</p></blockquote>\n<p>It also helped me find community. I followed and commented on a ton of other pharmacy blogs. The pharmacy blogging community was, and still is, a really tight-knit group. I made friends in the WordPress Forums. I made friends from all over the world and all walks of life.</p>\n<p>In 2009, I moved here to New York, from where I’d grown up, in the Washington, DC area. I’d only been to New York a couple of times before; once on a school field trip, and once to see a comedy film at the Staten Island film festival.</p>\n<p>But I needed a change of scenery from the non-stop politics of the DC beltway, and after that trip to New York, I had decided that I wanted to move here.</p>\n<h3>My first WordCamp</h3>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/nyc.jpg\"><img class=\"size-medium wp-image-1165\" src=\"http://heropress.com/wp-content/uploads/2016/07/nyc-300x241.jpg\" alt=\"New York City, my home for a little over five years.\" width=\"300\" height=\"241\" /></a>New York City, my home for a little over five years.\n<p>Fairly soon after I got to New York, I learned that there was going to be this event called “WordCamp,” where you could spend two whole days learning about WordPress and meeting other people from the WordPress community. And tickets were only $40, including a t-shirt and lunch on both days!</p>\n<p>Now, I’d just moved to New York. I was working in a retail job, and I was renting a room in an apartment in Washington Heights (the upper end of Manhattan).</p>\n<blockquote><p>There were nights I ate popcorn for dinner because I didn’t get paid until Friday. I was lucky if I had ramen.</p></blockquote>\n<p>So, as you might imagine, even $40 for something like this was hard to come by.</p>\n<p>And then, I heard that if you volunteered at WordCamp, you could get a free ticket! For anybody who knows me, it’ll come as no great shock that I spent most of the weekend volunteering. I’d only signed up to help with folding t-shirts the night before, and to help with registration on both mornings.</p>\n<p>But I ended up spending most of the event walking from room to room, making sure everything was running on time.</p>\n<p>By the end of Saturday, I was exhausted, but I was hooked.</p>\n<p>I’m an introvert; socializing doesn’t come easy for me. But volunteering at WordCamp gave me a purpose in talking to people. My common interest with other attendees made it easy to strike up conversation.</p>\n<p>After lunch on Sunday, my feet had finally given out, and I’d collapsed in a chair in our registration area.</p>\n<p>And finally, Sunday afternoon, as WordCamp was ending, and everybody was coming down from the high generated by all of the weekend’s excitement, I found out that there was going to be another WordCamp in Boston a couple of months later.</p>\n<p>For those two months, I scrimped and saved, begged and borrowed, every penny I could, and just barely managed to come up with enough to take the bus up to Boston for the weekend. I made even more friends, from even more places. They didn’t need any more volunteers, so I actually spent the weekend attending sessions!</p>\n<p>Over the course of that weekend, I found myself talking with people in the hallways a lot. And I guess I sounded like I knew what I was talking about, because a lot of those conversations involved me giving advice about people’s sites, what plugin to use to solve a problem, stuff like that.</p>\n<p>And I realized a couple of things:</p>\n<p>A. I knew way more about WordPress than I realized, and</p>\n<p>B. I really loved being able to help people.</p>\n<h3>Wanderlust</h3>\n<p>Over the next couple of years, I went to half a dozen WordCamps, in Philadelphia, Baltimore, Chicago, New York again.</p>\n<p>I became hooked on traveling. Every few months, I visited a new city for the first time. I used WordCamp as an excuse to visit my older brothers in Minneapolis. I volunteered or spoke at almost every WordCamp I went to. And I ended up becoming one of the lead organizers for WordCamp NYC in 2012 and 2014.</p>\n<p>By that time, I’d also moved on from working in a pharmacy to working at the Apple Store. I eventually moved to the Genius Bar, where, even though it wasn’t WordPress, I got to help people solve tech problems.</p>\n<p>It was a job I enjoyed a lot more, one that payed a decent amount better, and made it easier to travel to far off places–which at this point, I already knew I couldn’t get enough of.</p>\n<p><strong>I wanted to travel the world.</strong></p>\n<p>It became an obsession, really. I spent hours online reading stories about people traveling around, working odd jobs here and there to make their way from country to country. And then, I found out, since I was under 30, I was eligible for something called a “Working Holiday” visa in Australia. Basically, it lets you move there for up to a year and work to pay your way, with the only caveat being you could only work for the same company for up to 6 months.</p>\n<p>So again, I scrimped and I saved, and planned for over a year. The visa itself cost almost $500, but that was nothing compared to the total cost of picking up roots and moving halfway around the world. It certainly wasn’t cheap, but I was lucky enough to be in a position in life that allowed me to do it. For that whole year, I didn’t go out to the movies. I rarely ate out, even at fast food. Foolishly or not, I took some money out of my 401k, so that I’d have enough money to get me through until I could get set up down under.</p>\n<blockquote><p>And when I had enough money, I bought a one way ticket from New York to Australia.</p></blockquote>\n<p>My finger hovered over that “purchase” button for what seemed like hours, but was probably just a few minutes. After I clicked, a wave of emotion hit me like a tsunami:</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/fruitstand.jpg\"><img class=\"size-medium wp-image-1164\" src=\"http://heropress.com/wp-content/uploads/2016/07/fruitstand-300x225.jpg\" alt=\"I worked at the iconic glass cube on Fifth Avenue in New York (we often called it the Fruit Stand). This was taken on my last morning of work before setting off for the great unknown.\" width=\"300\" height=\"225\" /></a>I worked at the iconic glass cube on Fifth Avenue in New York (we often called it the Fruit Stand). This was taken on my last morning of work before setting off for the great unknown.\n<p>“Wow, I’m really doing this!”</p>\n<p>“Wait, am I really doing this?”</p>\n<p>“Oh, crap, I’m really doing this.”</p>\n<p>A few months later, I said goodbye to my job at the Apple Store. I’d worked there for nearly 4 years, and some of my coworkers were my closest friends. My last day was the iPhone 6 launch.</p>\n<p>Apple has a tradition of “clapping out” employees on their last day, and at the end of my final shift, I was no exception. My coworkers gathered in the hallway outside the backroom, cheered for me, hugged me–I was in tears. It really hadn’t hit me until this moment that I was leaving almost everything and everyone I knew behind.</p>\n<p>I did have a few stops on my way out of the country. I wanted to visit my family in Minnesota one more time before leaving. Also, WordCamp San Francisco, which I’d been asked to help run volunteers for, was happening a couple of weeks before I was due to leave. So I decided to spend a few weeks in California.</p>\n<h3>The first WordCamp that changed my life</h3>\n<p>Most of the people who ran WordCamp San Francisco worked at Automattic, the company that runs WordPress.com, Jetpack, Akismet, and more. And I’d been wanting to work for Automattic ever since my very first WordCamp, when I first met people who worked there.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/wcsf.jpg\"><img class=\"size-medium wp-image-1166\" src=\"http://heropress.com/wp-content/uploads/2016/07/wcsf-300x227.jpg\" alt=\"I was too busy making sure everything was in place for volunteers at WCSF, but I did manage to take one photo during lunch.\" width=\"300\" height=\"227\" /></a>I was too busy making sure everything was in place for volunteers at WCSF, but I did manage to take one photo during lunch.\n<p>I arrived in San Francisco about a week before WordCamp, and spent the week working out of Automattic’s offices there, making sure everything was in place for the weekend. I got to talk to even more Automatticians, and since I was in charge of volunteers for the weekend, I got to boss a lot of them around.</p>\n<p>I had a rare opportunity to spend a lot of time with the people who worked there. An experience made even more rare by the fact that, since pretty much everybody at the company works from home–wherever that may be–it’s not very often that that many employees are in one place.</p>\n<p>By the end of the weekend, more than one of them encouraged me to submit an application to work for Automattic.</p>\n<blockquote><p>And I could feel in my bones that it was where I was supposed to be. So that very night, I polished up my resume, and sent it in by email.</p></blockquote>\n<p>But the application process takes time–WordCamp ended, and I had a plane to catch.</p>\n<h3>Out into the great unknown</h3>\n<p>Before I left the US altogether, I visited a few friends in San Diego, and even attended one last WordCamp–the smallest one to date, with only about 50 attendees–WordCamp Ventura. It was one last opportunity to see and make friends before leaving a continent behind.</p>\n<p>I boarded a plane at LAX at about 9:00 on a Tuesday night. I should have been exhausted, but I was so excited, I had energy to burn. Sitting there on the tarmac, waiting for takeoff, I reflected on how far I’d come, and how far I was about to go, and even though I had a 12-hour overnight flight ahead of me, I didn’t sleep a wink.</p>\n<p>As luck would have it, the best flight deal I could find from the US to Australia had a layover in Fiji, for just under 24 hours. When I booked the flight, I checked, and it turned out making the layover 5 days instead of one only added about $100 to the cost of the flight. I found accommodation at a hostel right on the beach for about $8/night, and that included a free ride to and from the airport.</p>\n<p>I was like “$150 side trip to Fiji for 5 days? Sign me up!”</p>\n<p>I got to the hostel about 6:00 in the morning, long before my bed was ready; check-in was normally at 1pm, I was told.</p>\n<blockquote><p>Being awake for 36 hours finally had caught up to me, so I collapsed in a hammock outside in the shade, and finally went to sleep.</p></blockquote>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/fijitime.png\"><img class=\"size-medium wp-image-1155\" src=\"http://heropress.com/wp-content/uploads/2016/07/fijitime-300x225.png\" alt=\"The view from the hammock I slept in while waiting for my bed to be ready.\" width=\"300\" height=\"225\" /></a>The view from the hammock I slept in while waiting for my bed to be ready.\n<p>They managed to get my bed ready a couple hours early, and so at 11:00, I dragged my feet and my suitcase over to the building I’d be sleeping in for the next few days, and slept until just after dusk.</p>\n<p>I spent the next few days lounging in hammocks, taking swims in the ocean, and exploring the tiny town of Nandi just outside of the airport. I took day tours, and spent an afternoon relaxing in mud baths, then getting a deep tissue massage that seemed to go on forever. One day, a bunch of people from the hostel took a bus all the way across the island–about a 2 hour journey–to watch a Rugby tournament that some of the hostel’s staff members were playing in. Our team didn’t win, but it was fun to watch, so we didn’t care.</p>\n<p>We spent the nights sitting around a fire, singing songs, and drinking Kava–a somewhat intoxicating drink that tasted like dirt, but made you happy and carefree.</p>\n<p>Those five days seemed like a lifetime, but they did finally end, and I had another plane to catch.</p>\n<h3>Back to reality</h3>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/operahouse.png\"><img class=\"size-medium wp-image-1157\" src=\"http://heropress.com/wp-content/uploads/2016/07/operahouse-300x225.png\" alt=\"When I first laid eyes on the Sydney Opera House, I stood in wonder for what felt like hours. \" width=\"300\" height=\"225\" /></a>When I first laid eyes on the Sydney Opera House, I stood in wonder for what felt like hours.\n<p>So, after one last flight, this one, mercifully only about 5 hours, I finally landed in Australia, Sydney to be exact. As corny as it sounds, I’d fallen in love with the city after watching Finding Nemo.</p>\n<p>I had spent so much time planning the “getting to Australia,” part of my journey, that I didn’t really have any solid plans for what to do after I got there.</p>\n<p>The first order of business was finding a long-term place to stay, and the second was finding a job.</p>\n<p>I had originally planned to transfer to an Apple Store in Sydney. But, as happens in large companies, I got caught in a quagmire of bureaucracy, and didn’t actually have a job waiting for me when I got to Australia. I met with managers at the store, and they were excited to have me come aboard, but there was a lot of red tape to get through.</p>\n<p>And so a couple of months went by, and my savings were rapidly depleting.</p>\n<blockquote><p>For a couple of weeks, just to pay my rent and buy some food, I spent hours every day as a street performer in one of the popular shopping areas in Sydney.</p></blockquote>\n<p>I’d gone to the Aussie equivalent of Best Buy, bought an amp and a microphone, and connected it all to my phone playing some Karaoke tracks.</p>\n<p>It was summertime, and just before Christmas, so there were lots of shoppers out and about, and in a giving mood. The Saturday before Christmas, I took in $300 in about 4 hours. It was really fun, and I made a lot of friends in other buskers, and some of our regular fans, but I couldn’t keep it up forever.</p>\n<h3>Finally, a paycheck…</h3>\n<p>Just as my savings were about to run out, and it looked like I might have to borrow money to head back to the States, I heard back from Apple. They wanted me to start working at the store in a couple of weeks. On that very same day, I got an email from Automattic. Over the previous few weeks, I’d interviewed with a hiring manager, and done a small project, and that day, they asked me to start a 6 week trial as a Happiness Engineer.</p>\n<p>I’d gone from having no jobs, singing on the street just so I wouldn’t be living on the street, to having two full time jobs at the same time, and raking in the dough.</p>\n<p>And so, I would wake up early in the morning, and spend a couple hours answering WordPress support tickets, then walk to the Apple Store and work a full 8 hour shift, and still come home and spend a few more hours working on tickets. I didn’t take a day off for over a month.</p>\n<p>But, six weeks into my trial, I found out I was going to be passed on to Automattic’s CEO– a guy you might have heard of, named Matt Mullenweg–for the final interview. I had to ping him every day to ask if he was available, and after about a week, we chatted for hours-six long, but engaging hours, about everything from Karaoke, to what books I liked, to my traveling around the world.</p>\n<blockquote><p>And at the end of the chat, Matt offered me the job. I would start full time at Automattic in a couple of weeks.</p></blockquote>\n<p>And so, I gave my notice at Apple, and to celebrate, in the long weekend I had before starting at Automattic, I took a trip to the Great Barrier Reef.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/kangaroo.jpg\"><img class=\"size-medium wp-image-1156\" src=\"http://heropress.com/wp-content/uploads/2016/07/kangaroo-300x243.jpg\" alt=\"The kangaroos at the sanctuary were quite friendly! As long as you had food to offer them, anyway.\" width=\"300\" height=\"243\" /></a>The kangaroos at the sanctuary were quite friendly! As long as you had food to offer them, anyway.\n<p>I had to fly up to Brisbane, then take an all day tour bus to a town hear the coast. We stopped at tourist traps along the way, including a sanctuary for kangaroos, koalas, emus, and more. That evening, we finally got to a small coastal town, with a population of <em>maybe</em> a few hundred.</p>\n<p>The next day, the winds were too high on the seas for us to safely take a boat out. Instead, our tour guide took us to the top of a cliff overlooking the beach that night.</p>\n<p>There were no cities for miles around, and I saw the entirety of the Milky Way in the sky for the first time in my life. That had a profound effect on me; it really hit home just how insignificant we really are in the universe.</p>\n<p>The next day, we took a boat out to the reef, and I got to snorkel for a few hours. I did what Finding Nemo had made me want to do; watch see turtles play and look for “annemenenennones.”</p>\n<p>And I found Nemo!</p>\n<h3>On my own for the first time…</h3>\n<p>Once I got back to Sydney, it was time to buckle down, and get to work. I had to buy, then set up my new computer. I went through some more training, settled into a routine, and attended my team’s weekly chats, which were at midnight, thanks to the time zone difference.</p>\n<p>That didn’t stop me from exploring, though.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/outback.jpg\"><img class=\"size-medium wp-image-1154\" src=\"http://heropress.com/wp-content/uploads/2016/07/outback-300x246.jpg\" alt=\"40,000 feet over the Australian outback, on my way to Bali, it seemed like I was over an alien planet.\" width=\"300\" height=\"246\" /></a>40,000 feet over the Australian outback, on my way to Bali, it seemed like I was over an alien planet.\n<p>Easter weekend, I took a side trip to Bali, Indonesia; flying there was actually cheaper than most destinations within Australia!</p>\n<p>I traveled inland to a small town near the center of the island named Ubud. And while I was there, I stayed in a treehouse (albeit, a treehouse with wifi and air conditioning).</p>\n<p>Every night, I got a full body oil massage for about $15 USD. I went to a monkey forest reserve, and spent hours playing with the monkeys. One even climbed up on my shoulder to grab a piece of fruit I was offering it.</p>\n<p>A month or so later, I went to a WordCamp in Brisbane. Since I could work from anywhere, I rented an AirBNB for the month there, and had an apartment all to myself, for the first time in my life.</p>\n<h3>A moment in crisis</h3>\n<p>It’s funny how living in a place by yourself is a completely different mentality from sharing one with family or roommates.</p>\n<p>What I didn’t know was just how much it would affect me.</p>\n<p>You see, I’d been struggling with something all my life; something I’d kept hidden from everybody around me, sometimes even from myself.</p>\n<p>Growing up, I always knew I was different somehow. It wasn’t until my teenage years that I was able to put a name to it, though.</p>\n<p>All my life, I was told I was a boy, by family, by friends, by society. I believed it, too. After all, if everyone calls you something for long enough, you tend to end up believing it’s true.</p>\n<p>But, in my heart, I knew I was different. I was really a girl.</p>\n<blockquote><p>I’d find out later that this was called being transgender.</p></blockquote>\n<p>Looking back, I can see signs that I wasn’t what everyone thought I was from my earliest memories, but it wasn’t until puberty hit that everything really started feeling wrong. My body wasn’t growing the way it was supposed to.</p>\n<p>The teen years are known for being a pressure-filled, anxiety-ridden period in anybody’s life.</p>\n<p>Mine was that way for the same reasons as most teenagers, but also because I had to hide who I really was. At the time, all I knew about trans people was what you saw on Maury and Jerry Springer, and the occasional transphobic jokes in TV shows and movies.</p>\n<p>I didn’t want to be one of those caricatures, so I buried my feelings deep down into myself, so that eventually, even I believed they weren’t real.</p>\n<p>But, every once in a while, they’d resurface. And I’d bury them back down because I was afraid. I was afraid that roommates would see me for the impostor that I felt like. Or that they’d be disgusted. I could never let my guard down.</p>\n<p>When I moved into that first apartment of my own, though, a couple of things happened:</p>\n<p>First, I was able to let my guard down. There was nobody around to worry about seeing me.</p>\n<p>More importantly, though, I came across a Facebook post of a former coworker who had transitioned earlier in the year.</p>\n<p>She’d originally made a big post on Facebook announcing that she was transitioning, but it happened during a time when I wasn’t really looking at Facebook, and by the time I was looking again, I had missed the post, and she had changed her name and profile image, so that I didn’t put two and two together.</p>\n<p>But in June, for the first time since transitioning (that I saw anyway), she posted a picture of herself. I practically did that double-take that they show in cartoons: “Is that who I think it is?”</p>\n<p>And so, I spent that evening reading back through all of her posts from the last six months. She talked about the feelings she’d had since she was a kid, and how she came to terms with them.</p>\n<blockquote><p>I sat there for hours, until the sun came up. At some point–I don’t know when–I started sobbing. Everything she was saying punched me in the gut like a prize-fighter.</p></blockquote>\n<p>These were the same feelings I’d suppressed all of these years–to a tee.</p>\n<p>I’ve heard before that when you’re transgender, before you can accept yourself and start to transition, two things need to happen:</p>\n<p>First, you need to realize you <strong>can</strong> do it.</p>\n<p>Then, you need to realize that <strong>you</strong> can do it.</p>\n<p>I already knew that it was possible to transition. Back when I worked in the pharmacy, I filled lots of hormone prescriptions for trans women.</p>\n<p>But reading my friend’s posts helped me realize that transitioning was something I could do. That I needed to do.</p>\n<p>I was in crisis mode. I was half a world away from everyone I knew, my family, my friends.</p>\n<p>I was scared. I wanted to go home, but I still had about four months to go until I came back to the US.</p>\n<h3>Starting a new journey, while already on another one</h3>\n<p>I wanted to go home early. Several times, I’d gone to booking sites, and held my finger over the purchase button with a different kind of trepidation than I’d had when I originally bought my ticket to Australia.</p>\n<p>But I’d already agreed to speak at a WordCamp in Pune, India in September, so if I went home early, it would mean cancelling that (and letting down one of my coworkers who’d worked hard to get me invited and approved to go in the first place).</p>\n<p>So, I carried on. I found a therapist that would talk with me online, to help me through all of the anxiety and depression I was going through. By the time we finished a couple of sessions, I was absolutely certain that transitioning was right for me.</p>\n<p>I muddled through the rest of my time abroad. I didn’t really go out much and explore the cities I had left to visit, though I did some. I’d started chatting with my friend whose posts had led to my own epiphany. Both she and the therapist I was talking to helped me through the worst of the homesickness.</p>\n<p>I kept working, and eventually, the trip to India came. I had a weekend in Pune, a month in Mumbai, then back home to the US. I enjoyed India a lot. I met a lot of people at WordCamp, who treated me like a rockstar for working at Automattic. And oh yeah, Topher (ya know, the guy who runs this site?) was there, too. <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<h3>Finally back home</h3>\n<p>After those final few weeks in India, September 30th finally came, and I was glad to be heading back home to the US. I’d spent the last few months making plans, and one of them was to tell my family.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/overgreenland.jpg\"><img class=\"size-medium wp-image-1162\" src=\"http://heropress.com/wp-content/uploads/2016/07/overgreenland-300x225.jpg\" alt=\"The view from the plane over Greenland, as I was finally on my way back home.\" width=\"300\" height=\"225\" /></a>The view from the plane over Greenland, as I was finally on my way back home.\n<p>After two 9.5 hour flights from Mumbai to Paris, then Paris to Minneapolis, I was home. I wanted to tell my family (who I knew would be supportive) right away.</p>\n<p>But every time I tried, my throat closed up and my eyes started to well up with tears.</p>\n<p>Once I told them, there would be (in my mind, anyway) no going back. It took a few days, but I ended up telling them one at a time–via text message, so that I could say everything I wanted to say without stumbling.</p>\n<p>Of course, my family accepted me for who I was, like I knew they would. But I still had to tell the rest of the world. So many people at work and in the WordPress community knew me already, so doing it under the radar wasn’t going to happen. And really, I’d spent my whole life hiding this part of me, and I didn’t want to hide anything any longer than I had to.</p>\n<p>So, I made another plan to tell my coworkers, my WordPress friends, then everybody else.</p>\n<h3>The second WordCamp that changed my life</h3>\n<p>As it turned out, WordCamp US was coming up in December, just about a week before my birthday. I thought that would be the perfect opportunity to tell a small group of people, just so they would have my back in case anybody acted like a jerk when I later posted online that I’d be changing my name.</p>\n<p>I’d already worked with my HR at work to come up with the right language for a blog post on our internal updates blog. And I would later use almost the same text when I posted to Facebook and my blog.</p>\n<p>So WordCamp came, and I pulled over the few people that I wanted to talk to, and started telling people.</p>\n<p>I told that small group of 5 during the community summit before WordCamp. Every single one of them told me they were happy for me, and thanked me for trusting them enough to tell them first.</p>\n<p>And so, that was that. I’d already scheduled the blog posts (both internal at work and my own blog) and the Facebook post to go out a few days after WordCamp.</p>\n<p>Or so I thought.</p>\n<blockquote><p>What I didn’t realize is just how much I’d missed my friends from the WordPress community.</p></blockquote>\n<p>I made new WP friends while traveling in Australia and India, for sure, but most of my friends were in Europe and the US, so WordCamp US was my first opportunity to see most of them.</p>\n<p>I saw people I hadn’t seen in over a year, sometimes longer, and I didn’t want to pretend with them anymore. And so, I started pulling them aside, one at a time.</p>\n<p>Every single one of them pretty much had the same three responses:</p>\n<p>“Congratulations on finally being able to be yourself,”</p>\n<p>“If you need to talk to someone, let me know,” and</p>\n<p>“If anybody gives you trouble, I’ll punch them.” (Thankfully that one didn’t become necessary.)</p>\n<p>Every time I told someone, and they reacted that way, I felt happier and happier. By the end of the weekend, when I’d planned to tell 5 people, I ended up telling several hundred; who knew I had that many WordPress friends?!</p>\n<p>The community I’d surrounded myself made me feel loved, and I knew what I was doing was right.</p>\n<p>A few days later, the blog and Facebook posts went out, and all of my friends and coworkers who weren’t at WordCamp finally knew.</p>\n<p>And I felt free.</p>\n<h3>And it’s all thanks to WordPress</h3>\n<p>Discovering WordPress opened up a whole new world for me. It started me on a whirlwind journey that nobody could’ve known where it would eventually take me.</p>\n<p>I look back at myself–when I started using WordPress–and I’m amazed. It’s hard to imagine that I was once that 19 year old kid, with a low paying job, living at home with a single parent, struggling to make ends meet, and just going through the motions of life without really living.</p>\n<p>Now, I’ve got an amazing job, friends and family that love me for who I am, and I can finally live my life without pretending to be someone I’m not.</p>\n<blockquote><p>Twelve years ago, I could never have imagined that I’d end up working for a company, and part of a community, that was full of so many accepting people. A community that placed a priority on making sure that all were welcome.</p></blockquote>\n<p>It’s fair to say that without the support of the WordPress community, I wouldn’t be the person I am today–literally.</p>\n<p>And to think it’s all because I started a blog over a decade ago.</p>\n<p><small>All photos in this post were taken by Amy Lane, and are licensed under a <a href=\"http://creativecommons.org/licenses/by-sa/4.0/\" rel=\"license\">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</small></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: How WordPress (literally) turned me into a brand new person\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20WordPress%20%28literally%29%20turned%20me%20into%20a%20brand%20new%20person&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-literally-turned-brand-new-person%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How WordPress (literally) turned me into a brand new person\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-literally-turned-brand-new-person%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-literally-turned-brand-new-person%2F&title=How+WordPress+%28literally%29+turned+me+into+a+brand+new+person\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How WordPress (literally) turned me into a brand new person\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/wordpress-literally-turned-brand-new-person/&media=http://heropress.com/wp-content/uploads/2016/07/071916-new-person-150x150.jpg&description=How WordPress (literally) turned me into a brand new person\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How WordPress (literally) turned me into a brand new person\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/wordpress-literally-turned-brand-new-person/\" title=\"How WordPress (literally) turned me into a brand new person\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/wordpress-literally-turned-brand-new-person/\">How WordPress (literally) turned me into a brand new person</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Amy Lane\";s: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:62:\"HeroPress: How to Learn WordPress Without Doing It on Your Own\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://heropress.com/essays/learn-wordpress-without-doing-it-on-your-own/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9757:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/07/071316-following-your-dream-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pullquote: There\'s nothing that will spur you on more in life than following your dream\" /><p>Wait, what?</p>\n<p>Okay, the headline might be a bit confusing, but bear with me. It all makes sense, I promise.</p>\n<p>Let’s start somewhere else, though.</p>\n<p>Hi, I’m Madalin Milea, and I am a technology professional based out of Rennes, France. I’m self-employed, a WordPress enthusiast, collaborating with <a href=\"http://www.codeinwp.com/blog/\">CodeinWP</a> (one of the top blogs about WordPress), and a member of the support team at <a href=\"http://themeisle.com/\">ThemeIsle</a>. I also maintain my own blog at <a href=\"http://madalinm.com/\">M.Online</a>, writing about a variety of topics such as blogging, WordPress and programming.</p>\n<p><img class=\"alignnone size-large wp-image-644\" src=\"http://madalinm.com/wp-content/uploads/2016/06/Screen-Shot-2016-06-17-at-5.59.05-PM-1024x580.png\" alt=\"Screen Shot 2016-06-17 at 5.59.05 PM\" width=\"810\" height=\"459\" /></p>\n<p>But I didn’t start like that. I studied Management and Economics for three years. It seemed like a sensible option, but while I knew I was gaining some useful skills, I also wanted more. I had a feeling I wasn’t yet on the right track.</p>\n<p>So I went right back to square one and started out on a new path – programming; a field that had always had a magical allure for me, something I’d always dreamed of doing but never thought possible.</p>\n<p>I obviously needed to learn a lot about WordPress, programming, and all things related before I could collaborate with companies like ThemeIsle, or before anyone would even hire me as a freelancer, for that matter.</p>\n<p>So how do you do that? How do you go from studying Economics and being a phone center technician (which I used to do), to a WordPress developer?</p>\n<p>Well, WordPress and programming in general are very interesting fields. First off, the way “mastering those fields” works is unheard of when compared to other fields. For example, if you want to be a doctor, you have no way of obtaining the necessary education on your own, through blog posts or whatever. You need to go to school. With programming, you very well <em>can</em> be self-taught, right from the start, all the way to being an expert.</p>\n<p>But maybe this is not the best path to take after all… Maybe you’re better off not learning everything all on your own? I mean, I found the amount of info available out there on the web rather overwhelming. There’s just soooo much stuff. Where does one start?</p>\n<h2>How to begin pursuing a new skill</h2>\n<p>I, for instance, decided to look for some online courses that could help me learn in a more easy-to-grasp way. So, after several hours of searching, I stumbled upon some <a href=\"https://www.udemy.com/\">Udemy</a> courses on sale over at <a href=\"https://deals.creativebloq.com/\">Creative Bloq Deals</a>.</p>\n<p>At first, they seemed interesting, but after a few days, I felt quite discouraged. It all seemed too complicated, I thought I’d never manage to learn anything. For a moment, I worried that I would never become a programmer. But I’m certainly not the one to give up easily, so I asked around for other ideas.</p>\n<p>One <a href=\"http://ionutn.com/\">friend of mine</a> recommended the <a href=\"https://teamtreehouse.com/\">Treehouse</a> courses and told me that there’s two weeks of free trial available (with full access). That seemed fair enough, so I gave it a go.</p>\n<p>Long story short, it turned out to be a brilliant decision, and looking back, perhaps one of the best career decisions I’ve ever made. After only two weeks, I was already fascinated by the courses and the team running them.</p>\n<p>It was during this time that I found my enthusiasm for WordPress and developed my skills. The Treehouse course structure really made things easy to follow. I was really taken with the whole experience.</p>\n<p>In just one year, I’ve learned PHP, JavaScript, CSS, and HTML. This has helped me to grow my new career as a freelancer, and allowed me to feel comfortable with things like creating themes, websites, and even plugins. This gives me a great feeling of satisfaction.</p>\n<p>In hindsight, I could have started with random free info that’s available on countless websites, but it wouldn’t have given me a natural step-by-step progression that a structured course does.</p>\n<p>So my message is this:</p>\n<blockquote><p>Even if you set out to learn a new skill on your own, you don’t actually need to be on your own the whole time.</p></blockquote>\n<p>Get guidance from someone or someplace that really knows what they’re doing!</p>\n<p>And please don’t get me wrong, I’m not saying that Udemy courses aren’t any good, but in my case, Treehouse has just turned out to be perfect, considering my newbie level. I want to thank the team (especially Zac Gordon and Nick Pettit, my favorite teachers) for their wonderful work.</p>\n<h2>“Can I make the move?”</h2>\n<p>You might be at that point when you just can’t decide what you want to do with your life, or maybe all your previous ideas or your parents’ ideas don’t seem all that exciting anymore.</p>\n<p>That’s alright.</p>\n<p>You can always pivot. <em>Change</em> really isn’t as hard as you might think if you’re motivated and hard working. There’s nothing that will spur you on more in life than following your dream. Whether you’d love to be a web developer, write mobile apps, computer games or start your own award winning blog, you can do it.</p>\n<p>There are so many resources out there, some you pay for, but many are free. You can easily find a wealth of knowledge or even just people willing to share their expertise.</p>\n<p>Once you find the right route for you, like I did, you’ll be full of motivation, and it’s this motivation that will get you there. The thought of a new career doing what you love will inspire you to put in a couple of hours each evening after work mastering a new skill.</p>\n<p>Over the years I’ve learned a lot. These days, my areas of expertise include WordPress development, team management, programming and SEO. It’s my desire to learn more that has always pushed me forward. Every day, I expand my knowledge and hone my skills as a problem solver and effective developer.</p>\n<p>You always have to remember that nothing is easy, but when you overcome obstacles, you get a huge sense of achievement. For me, it’s so frustrating when I just can’t understand something. It would be easy to give up and think it’s simply beyond me, but if you persevere, the sense of achievement when you have that “A-ha!” moment is incredible. Just in the last year, I gained a set of skills that seemed pretty much impossible to me before.</p>\n<p>So again, whatever skill you want to master, don’t set out to do it on your own. Find quality sources of information, and don’t stop until you stumble upon something that fits.</p>\n<p><strong>What’s your dream career? Have you taken the first steps to make it a reality?</strong></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: How to Learn WordPress Without Doing It on Your Own\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20to%20Learn%20WordPress%20Without%20Doing%20It%20on%20Your%20Own&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Flearn-wordpress-without-doing-it-on-your-own%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How to Learn WordPress Without Doing It on Your Own\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Flearn-wordpress-without-doing-it-on-your-own%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Flearn-wordpress-without-doing-it-on-your-own%2F&title=How+to+Learn+WordPress+Without+Doing+It+on+Your+Own\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How to Learn WordPress Without Doing It on Your Own\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/learn-wordpress-without-doing-it-on-your-own/&media=http://heropress.com/wp-content/uploads/2016/07/071316-following-your-dream-150x150.jpg&description=How to Learn WordPress Without Doing It on Your Own\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How to Learn WordPress Without Doing It on Your Own\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/learn-wordpress-without-doing-it-on-your-own/\" title=\"How to Learn WordPress Without Doing It on Your Own\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/learn-wordpress-without-doing-it-on-your-own/\">How to Learn WordPress Without Doing It on Your Own</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Madalin Milea\";s: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:24:\"HeroPress: Making Family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/essays/making-family/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19284:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/07/070615-family-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pullquote: The longer we\'re a part of the WordPress community the more I realize we\'re not making friends, we\'re making family.\" /><p>It’s not uncommon for me to ask someone to write a HeroPress essay and have them respond with “Why me? I’m not really on the periphery of anything. WordPress didn’t really help me overcome any hardship”. Almost every time I help them realize what an impact WordPress has made on their life, and how it has enabled them.</p>\n<p>It took me quite a while to walk that path myself. I was a web developer for 15 years before I started working with WordPress, and if I hadn’t found WordPress I’d still be a web developer, and making a good happy living.</p>\n<p>While WordPress as a technology made my career more pleasant, and certainly easier, the thing that has changed my life, and the life of my family, is unquestionably the WordPress community.</p>\n<h3>Who I Am</h3>\n<p>Another common requirement for writing a HeroPress essay is that you need to write to an audience. Who is this message for? This essay is for people like me. Read on and see if you’re like me.</p>\n<p>People call me Topher, and for the new folks, I manage this little site. I’ve often said that everyone is on the periphery of something. I don’t <em>feel</em> like I’m on the periphery of anything. I’m an educated white American man. That right there puts me smack in the middle of most things. But if I had to pick something a little different I’d have to say it’s the way I was brought up.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/topher_homestead.jpg\"><img class=\"wp-image-1104\" src=\"http://heropress.com/wp-content/uploads/2016/07/topher_homestead.jpg\" alt=\"Photo of the foundation of a house with a trailer next to it in a clearing in the forest.\" width=\"400\" height=\"267\" /></a>The shed we started in is in the top right, then we stayed in that trailer for a summer. The largest thing is the foundation of the house.\n<p>In 1979 my parents sold almost everything they had and moved 100 miles north. They bought a little plot of forest in the middle of a very large plot of forest and put up a tent and we moved in. Then we built a little shed, and my dad, my uncle, and I moved into that while mom and my sisters moved back to the city for a few months. We cleared the land and started building a house.</p>\n<p>When it came time to hook up to the electrical grid we were told it would be $20,000 for the hookup. That’s nearly $70,000 at today’s rate. My dad simply said no. We didn’t get connected to the electrical grid for another 15 years.</p>\n<p>If you’d like to read more of that story <a href=\"https://topher1kenobe.com/category/my-story/\">I did a nice long series on my own blog</a>.</p>\n<h3>How I Got Here</h3>\n<p>I taught myself to type in high school because it was way better than writing all that stuff by hand. When I got to college and it came time to write a paper I found that the library had a typewriter I could use. It was an old IBM Selectric with a little motor that spun and hummed the end entire time.</p>\n<p>One day a guy said to me “Why don’t you use The Computer?”.</p>\n<p>“We have a computer?” I asked. He showed me where the IBM 286 with WordPerfect was and I spent about a week learning everything I could about it. Soon I was typing papers for other people at a penny a word. That’s about $2 a page.</p>\n<p>Then one day someone donated a new computer to the college. It was a Microsoft Xenix server, with 5 dumb terminals. <em>Five</em> people could use it at the same time! It also had something called “email”. It wasn’t on any network, so we could only email people in that room. But we loved it. Everyone swapped emails.</p>\n<p>Fast forward a couple years and I went to a different school which ALSO had a server. This one was a giant VAX/VMS system. The machine was about the size of an old Volkswagen bug. There were terminals all over campus. You could send an electronic message to someone who was almost a mile away! It was amazing, and I was enthralled.</p>\n<p>In my 4th year of college I was told that we could soon be connected to The Internet. I’d never heard of that, so I started learning. I found out that it would be just like what we had, but we could send emails to other schools! And people all over the world. It was AMAZING.</p>\n<p>To try to keep a long story short(er) I moved through telnet, <a href=\"https://en.wikipedia.org/wiki/Gopher_(protocol)\">Gopher</a>, and finally the web.</p>\n<p>One day a friend came to me and said “Hey, look what I made!”. It was a web page. With his own content on it! He said “It’s really easy, you should try it!” I told him no, it looked far too complicated. He said it really wasn’t, and showed me.</p>\n<p>That afternoon I learned every HTML tag there was. All 40 of them. And I started making web pages. Page after page. I made lists of interesting websites, and connected them all together. I built an unofficial website for my college. I joined the local Freenet, even though I didn’t have a computer of my own, and started building pages for them, for my city. It became an obsession.</p>\n<p>Eventually I talked the college into paying me to build them a real website. Here’s a screenshot:</p>\n<p><img class=\"aligncenter size-full wp-image-1106\" src=\"http://heropress.com/wp-content/uploads/2016/07/cornerstone_college_website_lynx.png\" alt=\"Screenshot of Cornerstone College\'s web site in Lynx in a terminal window,\" width=\"484\" height=\"316\" /></p>\n<h3>Leveling Up</h3>\n<p>After college I took a 6 month contract building an intranet website for Kellogg’s (the cereal people). It was their first internal website, and I had to make sure there was backward compatability for Netscape 1.0. It was still all plain HTML though. CSS hadn’t been invented yet. If there was back-end scripting to be done it was CGI in perl.</p>\n<p>Fast forward to 1998 and I was working in my office with some co-workers and one of our designers came into the room. He said “I have a contract to build a site for a realtor, but I need someone who knows PHP”. No-one said anything, so I said “I’ll do it!”.</p>\n<blockquote><p>That night I went home and learned PHP.</p></blockquote>\n<p>I built the site and got paid. Let’s just say I’m glad it’s not around anymore.</p>\n<p>I started taking more PHP jobs, getting better and better. A new thing became popular on the web called “web logging”, basically keeping a journal on the web. People soon shortened it to “blogging”, which confused all the old people.</p>\n<p>I tried some blog software, but it was crazy hard to set up. One platform even required an Apache module of its own. I decided blogging wasn’t for me, and probably wouldn’t be going very far.</p>\n<h3>Enter WordPress</h3>\n<p>In 2003 I was working as a PHP/MySQL developer at a radio station attached to a college (the very same at which I started so long ago). I was teaching a class called <em>Intro To Web Development</em>. I’d recently heard about WordPress and tried it out. I wasn’t very impressed. I could build that. I required each student to have a project for the year, and I took one for myself. Build something better than WordPress.</p>\n<p>What I came up with wasn’t better than WordPress, but it was good enough that I used it as my main blogging software for 10 years. Looking back, I really wish I had become involved in the community then. Where would I be now?</p>\n<h3>Spinning Off Into Chaos</h3>\n<p>In 2010 I had been doing side work non-stop for several years. I did the math and realized that I was wasting a LOT of time and money going to my day job every day. Literally tens of thousands of dollars being lost by going there 5 days a week.</p>\n<p>I quit.</p>\n<p>I went freelance and the work poured in. I took a contract that used WordPress and was pretty impressed by its blogging abilities. It was still a chore to make any other kind of site with it, but I was able to bend it to my will. I loved that WordPress took care of permissions and user management for me. I quickly found out that most of the “WordPress developers” out there didn’t really know PHP. I had a huge advantage.</p>\n<p>I used WordPress occasionally until 3.0 came out. <strong>Everything changed</strong>.</p>\n<p>Custom Post Types made practically anything possible! It was literally breathtaking. I hadn’t been so excited since the early days of web development, when a new browser version meant major new web technology.</p>\n<p>Everything in my life began to change rapidly as well. I went from freelancing to being CTO in a startup to being a WordPress VIP developer at a major agency to trying something cool (HeroPress) to writing documentation. 5 different job changes in 6 years. <a href=\"http://catewerks.com/our-jump-to-freelancing/\">It was pretty stressful for my family</a>.</p>\n<p>There was something consistent through most of the last 6 years though.</p>\n<h3>You</h3>\n<p>My first experience with The Community was when I went looking for a Theme Framework. I found Startbox, by a guy named Brian Richards. I found out he lived only a few miles from my house! He answered SO MANY QUESTIONS. I wouldn’t be the WordPress developer I am today without him.</p>\n<p>We formed a local WordPress meetup, and one of the first things he said was “We need a WordCamp”. What’s a WordCamp? He told me all about it and said he wanted to pull one together in only 4 months. I thought he was CRAZY, but sure enough he did it, and <a href=\"https://2013.grandrapids.wordcamp.org/\">WordCamp Grand Rapids</a> was born.</p>\n<p>I was hooked. I couldn’t wait until NEXT year when we could have another one!</p>\n<p>Then I learned they happen all over the place! ALL THE TIME!</p>\n<p>My first Away WordCamp was Austin in April 2014, and it felt like it changed everything. I mustered up the courage to approach Siobhan McKeown and ask her about writing docs. 15 minutes later (literally) I had admin rights to work on the Plugin Handbook. I spent the next 6 months finishing it.</p>\n<p>I met Shayda Torabi, Chris Lema, Shawn and Kay Hesketh. I met for the first time my own co-workers at XWP.</p>\n<p>And my father died.</p>\n<p>My sister called on a quiet Sunday morning at sunrise and told me he was gone. My dear brother Luke Carbis cried with me. I’m crying now as I write this.</p>\n<h3>More of You</h3>\n<p>I was surprised to learn soon after that XWP wanted me to go to WordCamp Miami. I didn’t expect <em>two</em> WordCamps in one year! I met David Bisset, Karim Marucchi, Joe Hoyle, and dozens of other people who are now solid friends.</p>\n<p>Then another, I found out I was going to WordCamp San Francisco! I met Rocio Valdivia, Julie Kuehl, Dave Rosen, Shane Pearlman, Jake Goldman, and more and more and more.</p>\n<p>It was at that WordCamp that someone nominated me to be XWP’s WordCamp Outreach person. Dave Rosen looked at me with a sparkle in his eye and asked “Would you like that?”. That moment was the true beginning of HeroPress. That’s where he started thinking “What if?”</p>\n<h3>HeroPress</h3>\n<p>Until HeroPress WordPress was a tool to further my career. I’d made some dear dear friends, but maybe I would have made dear friends without WordPress. Dave Rosen came to me and told me he wanted me to do something great for WordPress. He told me it was my journey to discover. He wanted a business, a new product that would change everything.</p>\n<p>He also sent me a picture.</p>\n<p>It was a narrow alley in India. I don’t know what city. In the center of the alley was a small child, maybe 3 years old, getting a bath. His or her mother was pouring water to rinse.</p>\n<p>“I want to help that child” Dave said. “I want to make a world where that child has the ability to make a good healthy living, without having to leave home.” The child was looking right at the camera.</p>\n<p>Right at me.</p>\n<p>Dave also made available to me a WordPress agency. “If you need to build anything, use them, I have them on retainer” he said. They were from Kolkata. I got to know one person there, a young man named Jeet. We spent months together trying to come up with something great to do for WordPress. I learned about his family, and he learned about mine. He got married in that time.</p>\n<p>One day Jeet let go of some frustration. He was trying to get enough work for his agency to stick together. It was really a group of friends who had been freelancing, and they wanted to make it work as a team. But he couldn’t get good work. There was plenty of work for “cheap labor from India where they work for almost nothing”. But that doesn’t work for actual grown up developers feeding families. He asked <em>me</em> how to get good work.</p>\n<blockquote><p>I felt helpless. I’d never been to India. I wasn’t any good at business really. What do I know?</p></blockquote>\n<p>So I set out to find someone who DID know. Someone who’d made a successful WordPress business in India.</p>\n<p>That’s where the core idea of HeroPress started. That’s why HeroPress essays now need an audience. It’s about connecting people to each other to share wisdom.</p>\n<p>I lost track of Jeet not long after the <a href=\"https://wptavern.com/heropress-fails-to-attract-backers-cancels-kickstarter-campaign-ahead-of-deadline\">HeroPress Kickstarter</a> failed, and I’ve been looking for him ever since. If anyone knows where to find Soumyajit Saha, I’d love to know.</p>\n<h3>Failure</h3>\n<p>The Kickstarter failed. My job situation was uncertain. Jeet never got his advice. The kid in the alley would certainly never get a good job. That’s ridiculous of course, but I could still see those eyes.</p>\n<p>Then people started saying things like “HeroPress is such a good idea, please don’t let it die.” People who couldn’t afford to give more than they had, or any at all. People said “I couldn’t afford to give any money, but I have time, if you need anything done, I’ll do it”. Dozens of them.</p>\n<p>I started thinking about how I could make it work. If I gave up on video, and went with plain text, how hard could it be? What could it cost besides hosting? I decided to go for it.</p>\n<p>I emailed Dave and asked permission but he didn’t write back. He was busy on something else at the time. I asked again. Nothing.</p>\n<p>So I did it anyway.</p>\n<p>I found Rarst and asked him if he’d do his presentation in text form, and he said yes. We published. It was breathtaking.</p>\n<p>Then I thought “I should have another, right? Umm… next week?” So I tracked down Saurabh Shukla, who had given so much great advice on how to talk to people from other cultures. “Sure!” he said. Then I needed another. For about the first 3 months I got contributors merely days, sometimes hours before publish time.</p>\n<p>Failure turned to success. Text is BETTER than video. It’s cheaper, faster, more accessible.</p>\n<p>It’s not a viable business. No-one’s making their living from it. From the viewpoint of the original goal, it has been a failure. From the eyes of everyone who talks to me about it, I can see it’s a success.</p>\n<h3>Making Family</h3>\n<p>In the spring of 2014 I went with my wife and two children to WordCamp Chicago. We all made new, wonderful friends. My children know people from all over the world, some of them that I don’t even know, because of WordPress. My wife now has dear friends she talks to all the time because of that WordCamp.</p>\n<p><a href=\"http://heropress.com/wp-content/uploads/2016/07/wordcamp_dinner.jpg\"><img class=\"alignright wp-image-1122\" src=\"http://heropress.com/wp-content/uploads/2016/07/wordcamp_dinner-300x169.jpg\" alt=\"Some family being silly at dinner\" width=\"400\" height=\"225\" /></a>We were hooked. We decided to go to another WordCamp. Then another. We went to Chicago, Dayton, North Canton, Milwaukee, Miami, Orlando, Tampa, Virginia Beach, St. Louis, Kansas City, Columbus, and WordCamp US.</p>\n<p>Without my family I went to Pressnomics and WordCamp Pune.</p>\n<p>At every one of these places we made more friends. More people with whom we still stay in touch and to whom we have become close. Some of them we saw over and over at WordCamps all year, and traded stories of travel and family and life.</p>\n<blockquote><p>The longer we’re a part of the WordPress community the more I realize we’re not making friends, we’re making family.</p></blockquote>\n<p>Family from India, Ukraine, England, Argentina, Nepal, Lebanon, Sri Lanka, and literally hundreds of other countries.</p>\n<p>WordPress didn’t rescue me from anything. The code shaped my career sure, but what has changed me is you. The lives of myself and my family will forever be better because of you.</p>\n<p>Thank you.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Making Family\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Making%20Family&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-family%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Making Family\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-family%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-family%2F&title=Making+Family\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Making Family\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/making-family/&media=http://heropress.com/wp-content/uploads/2016/07/070615-family-150x150.jpg&description=Making Family\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Making Family\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/making-family/\" title=\"Making Family\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/making-family/\">Making Family</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Topher DeRosia\";s: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:70:\"HeroPress: WordPress, Where I Found What I Didn’t Know I Was Missing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1088\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://heropress.com/essays/what-i-didnt-know-i-was-missing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13262:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/06/062916-ididntknowiwasmissing-2-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Banner: The incredible thing about WordPress is the diversity of what you can pursue.\" /><div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress, Where I Found What I Didn’t Know I Was Missing\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%2C%20Where%20I%20Found%20What%20I%20Didn%27t%20Know%20I%20Was%20Missing&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-didnt-know-i-was-missing%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress, Where I Found What I Didn’t Know I Was Missing\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-didnt-know-i-was-missing%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-didnt-know-i-was-missing%2F&title=WordPress%2C+Where+I+Found+What+I+Didn%26%238217%3Bt+Know+I+Was+Missing\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress, Where I Found What I Didn’t Know I Was Missing\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/what-i-didnt-know-i-was-missing/&media=http://heropress.com/wp-content/uploads/2016/06/062916-ididntknowiwasmissing-2-150x150.jpg&description=WordPress, Where I Found What I Didn\'t Know I Was Missing\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress, Where I Found What I Didn’t Know I Was Missing\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/what-i-didnt-know-i-was-missing/\" title=\"WordPress, Where I Found What I Didn’t Know I Was Missing\"></a></div><h3>Backstory</h3>\n<p>My grandparents used to have a photograph that showed me as a child, just old enough to start walking; and in it I was trying to climb onto this little cement horse sculpture they had in their yard.</p>\n<p>For as long as I can recall I’ve always had an interest in horses, and it was always believed that my primary career path in life would somehow revolve around riding or training horses.</p>\n<p>I had the first chance to work around horses when I was nine, my parents wouldn’t pay for riding lessons but I was given the green light to volunteer at a handicapped riding facility near our home. So I would go there a few times each week to lead the horses around and assist the riders. I was in heaven.</p>\n<p>After some months of this my parents finally conceded to riding lessons, then buying a horse and things seemed to be on course for a career in horses for me.</p>\n<p>When I was 14 years old, we had moved to our own little property where we could keep our own horses. I would have been entering the 9th grade that fall, but instead I proposed to my parents that I should drop out of school and start a horse business instead; and surprisingly they agreed.</p>\n<p>For the next 6 years, I would spend a significant amount of time learning how to build, maintain and improve my own website for that business; it started with a basic WYSIWYG website builder but I quickly learned I needed to dig directly into the code to achieve what I wanted. I broke things and learned how to fix by poking at them with a stick, possibly the most ineffectual method of learning but this was before Google contained all the answers to all the questions..</p>\n<h3>What about *WordPress*?</h3>\n<p>Bear with me, I’m getting to that point! It’s now 2005 and I’m packing up my truck and horse trailer with a reasonable amount of belongings and one of my horses to drive 2000 miles from southern Wisconsin to the Seattle, Washington area. The next step in my journey will be as working-student for a year, which is just a fancy way of saying I’ll be doing hard physical labor for gruelingly long hours in exchange for a few hours of one-on-one instruction when the trainer has time.</p>\n<p>I wanted to learn more about Classical Dressage, and with few options in my immediate location, began looking outside the Midwest until I found a small facility in the Pacific NorthWest that was teaching what I wanted to learn.</p>\n<p>So where does WordPress fit in here? From the time I started working at the farm, I had to maintain an online blog and post to it daily. I chose WordPress as my blogging platform, possibly it was a choice of complete chance. But **that was my introduction to WordPress**, the requirement to maintain a simple online blog every day.</p>\n<h3>Momentum</h3>\n<p>Every day, I blogged, and slowly I decided I wanted to do more with my blog. So I began exploring plugins and themes, and then how I could break and fix them to suit my own needs.</p>\n<p>People I knew in the horse community would hire me from time to time to work on their site or build them one, and I was doing this in HTML and CSS until I got started with WordPress; and soon I was converting everyone I could to a WordPress site.</p>\n<h3>Distractions</h3>\n<p>There were a lot of other things going on in my life at this time unrelated to WordPress and websites as I continued to search for what I really wanted to do with my life.</p>\n<p>I returned from Washington and began giving riding lessons in my area. I wrote and published a book about working with horses, “Centered Self, Centered Horse.” Despite the outward successes I was having, my career path with training horses was really just reaching its peak before fizzling out.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/06/exhibition.jpg\"><img class=\"wp-image-1090 size-medium\" src=\"http://heropress.com/wp-content/uploads/2016/06/exhibition-277x300.jpg\" alt=\"Erica Franz, in costume, on a rearing horse\" width=\"277\" height=\"300\" /></a>One of the last times I exhibited my horses, this was at a fundraiser for a therapeutic riding facility.\n<p>I began practicing Therapeutic Massage to help bring in additional income, sadly my arms would only hold out for a few years before severe chronic tendonitis forced me to quit altogether.</p>\n<p>The economy in the gutter and I felt this might be a good time for me to pursue higher education, so I went to college for my Bachelor of Fine Arts degree.</p>\n<p>School was a welcome distraction as my involvement with the horse community became less satisfying. I felt more at odds every day with the common methods used to train and ride horses until I decided I needed a full break from all-things-horses.</p>\n<p>Even through all of this, I was still plugging away with WordPress, freelancing and slowly gaining more and more clients.</p>\n<h3>The Big (little) Change</h3>\n<p>In 2013, a freelance client I had just started working with wanted to use a very specific WordPress theme – Marketer’s Delight.</p>\n<p>It’s funny when you think back to something small that can completely change the course you’re on. But it was this tiny thing that I believe began a full-stop to the path I was travelling at that time and helped re-route me to where I am today.</p>\n<p>Marketer’s Delight, at that time, was a skin for the Thesis framework. So as I was working with it I would pop into the forum support to ask a few questions about whether certain functionality was supported out of the box, and Alex was looking to hire someone to help with forum support.</p>\n<p>On a lark, I sent him an email. I loved working with Marketer’s Delight and felt I’d enjoy helping others in the forum as they navigated their way through customizing the theme for their own site.</p>\n<p>And that was it, I joined Kolakube and worked in the support forum for about 3 months.</p>\n<p>After that opportunity I realized some very important things. 1) I love figuring things out and finding out what the cause of a problem is, and 2) I really love helping people.</p>\n<h3>Taking a chance at a random opportunity</h3>\n<p>I had continued to freelance while working in the support forum, but after that time I really wanted to work with another support team again.</p>\n<p>I wasn’t yet actively looking at job openings or submitting resumes to any companies; but opened up Twitter and one of the few people I was following at the time had retweeted a link to a job opening for OptinMonster.</p>\n<p>I worked with creating “optins” with OptinMonster on a few of my clients’ sites so was already somewhat familiar with the product and and really enjoyed using it.</p>\n<p>Of course there was some immediate self-doubt about whether I was really qualified for the position because customer support wasn’t a field I had been pursuing for a long time or had a long history of experience in.</p>\n<p>“Ah, the worst that can happen is they actually respond with a ‘no’.”</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/06/resume.jpg\"><img class=\"size-medium wp-image-1093\" src=\"http://heropress.com/wp-content/uploads/2016/06/resume-213x300.jpg\" alt=\"Erica Franz\' resume, mostly blurred out\" width=\"213\" height=\"300\" /></a>Not a resume to be easily forgotten.\n<p>So I got to work putting together a resume to submit that I felt would convey both my personality and highlight my motivation.</p>\n<p>I actually listed the following as a skill-set in my resume:</p>\n<p>“Owner of unicorns,<br />\nslayer of dragons,<br />\nrider of lightning”</p>\n<p>Long story short, <strong>I got the job!</strong></p>\n<h3>Time flies when you love what you do</h3>\n<p>It’s been a year and a half now that I’ve been working not only with OptinMonster, but also with Soliloquy and Envira Gallery plugins which are part of the same company (AwesomeMotive).</p>\n<p>I work with the really great, diverse team of people, who feel more like family.</p>\n<p>In the short time I’ve worked at AwesomeMotive, I’ve learned so much and grown a lot with respect to my knowledge and skills in development even. I gained confidence to begin writing my own plugins and have some published now in the WordPress Plugin Repository.</p>\n<p>This last fall I was promoted to Head of Customer Happiness and have the honor to oversee support for thousands of customers.</p>\n<h3>Reflection</h3>\n<p>Sometimes it’s difficult to look ahead and see clearly where your destination will be.</p>\n<p>If you had asked me 10 years ago what I would be doing today, customer support or a career largely built on WordPress would not have been part of my answer.</p>\n<p>But in all the little paths I’ve travelled that eventually got me here, what I’ve always been looking for was a place where I fit.</p>\n<p>Since I first began writing a little daily blog in WordPress, to today working every day with this amazing team of incredibly skilled individuals, has been this comforting feeling that the world is right and my place in it correct.</p>\n<p>The incredible thing about WordPress is the diversity of what you can pursue. WordPress is more than a blog, more than a website or online store.</p>\n<p>WordPress is people coming together, sharing their own unique sets of skills and personalities to make something greater than could be achieved by any one person alone.</p>\n<p>WordPress allows me to learn and grow as a person every day. It challenges me to think about problems from completely different perspectives as I work with individuals from around the world who share with me their experience and thoughts.</p>\n<p>I doubt I would have a similar opportunity without WordPress; and really without each and every person who is using, extending and contributing to it. My gratitude for WordPress is really my gratitude for <strong>you</strong>, the person reading this story about my journey, because we are all helping support each others journey <strong>through</strong> WordPress.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/what-i-didnt-know-i-was-missing/\">WordPress, Where I Found What I Didn’t Know I Was Missing</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Erica Franz\";s: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:31:\"HeroPress: My Road to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1038\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://heropress.com/essays/my-road-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17070:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/06/roadtowordpress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Banner: WordPress showed me that everything is possible is you invest enough time and effort.\" /><div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: My Road to WordPress\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=My%20Road%20to%20WordPress&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmy-road-to-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: My Road to WordPress\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fmy-road-to-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmy-road-to-wordpress%2F&title=My+Road+to+WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Share: My Road to WordPress\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/my-road-to-wordpress/&media=http://heropress.com/wp-content/uploads/2016/06/roadtowordpress-150x150.jpg&description=My Road to WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: My Road to WordPress\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/my-road-to-wordpress/\" title=\"My Road to WordPress\"></a></div><p>What do you want to do for living? Depending on where you stand in life, this question can either be the most easiest or an incredibly tough one to answer. When you are ten or fifteen this question is exciting and it has the power to open a whole box of wishes and dreams that seem to just be waiting to be realized.</p>\n<p>Well, with 25 and a university degree in civil engineering in my pocket, that was probably the most unpleasant question you could have asked me. This was not like I imagined it to be. The feeling was wrong. Instead of being eager to finally put the acquired knowledge into practice, I somehow felt like I’ve just spent the last 6 years of my life for nothing. There was zero enthusiasm in picturing me working in civil engineering field…not now…not ever.</p>\n<h3>Life is perfect…well almost <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></h3>\n<p>The year was 2009 and some big events are underway in my life. First, on April 4th I turned 25. OK, that doesn’t sound like much now, but for me, then, it surely was:). In May I got married to Marko. By the way, he is helping me write this and he won’t let me write epics about him, but otherwise I certainly would:). In June I finished my studies and in September I officially moved to Germany to live with my husband. Somehow, it still sounds strange when I say “my husband”, soo serious <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> .</p>\n<p>When I recall these events now I can see what a great year that was. Still, there was this big question mark hanging above my head; what am I going to do for living? Beside having a major in a field I had no intention of pursuing a career, I now had another barrier… german language. If you’ve ever heard German talking you probably know it doesn’t sound like a piece of cake thing to learn:).</p>\n<p>The first year in Germany I spent learning the language and working some part time jobs in restaurants, hotels and even giving dancing lessons. It was fun, new country, new language, new people. I even applied for a couple of jobs related to civil engineering, but luckily didn’t get them due to insufficient German knowledge.</p>\n<h3>Why study something you don’t want to do?</h3>\n<p>I guess this question might have crossed your mind at least once by now. To better describe the whole thing I need to give a bit more insight into my background and life prior to meeting Marko.</p>\n<p>I was born in Kotor, Montenegro that was then a part of Yugoslavia. Kotor is a relaxed small town on the coast and in my memory it imprinted itself as a great place to be a child. Most people that heard of Kotor, probably visited it on board of one of one of the large cruising ships that stop there daily.</p>\n<p>Unfortunately, in the beginning of 90’s terrible things started to happen all over Yugoslavia, the country started to fall apart and my family decided to move to Croatia that have just announced independence from Yugoslavia. We ended up on the small island Losinj, another tourist destination, where I lived with my parents until I was 18 and was time to go to college.</p>\n<p>Although spending childhood in such beautiful small towns like Kotor and Losinj may seem like living in paradise for many people, there is always another side of the coin. For me that other side were missing options. It was like, there is a way how things work here and you have to get used to it. The sooner you forget about some unconventional ideas about your future the better <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> . And I’ve had a lot of those. I was interested in playing piano, dancing, design and so on. It was all acceptable as a hobby, but no one really considered those to be a serious occupation option.</p>\n<p>Well, with time, I forgot about many of them as I tried to fit in and as a result I ended up studying civil engineering for the sole reason that it is, among maybe 3-4 other studies, traditionally considered “a good choice” in this country.</p>\n<h3>Nothing without a support</h3>\n<p>As people say, “better ever than never”. I don’t know and don’t want to know what my life would be like if I’ve forced myself to follow the path I had in front of me at that time, but I guess forcing yourself to do anything long term is receipt for failure.</p>\n<blockquote><p>I figured out that “a good choice” doesn’t mean much if you’re not satisfied with it.</p></blockquote>\n<p>It is a common saying that there are always alternatives, but sometimes it is really hard to see them. Especially if you live in an environment that doesn’t want or is afraid to see them. Moving to Germany to live with Marko changed my views and I started to open myself to new opportunities.</p>\n<p>Although Marko originally comes from the same small island my family moved to in the 90’s, we first met in 2006 when he was already living in Germany. His way of thinking is quite unconventional by Croatian standards and although he also tried to ignore his own urges for some time, he dropped out of “a good choice” college just before the finish line and went to Germany to work as a musician.</p>\n<p>He inspired me to rethink my options and supported me from the day one no matter what choice I make. All at once my choice was clear.</p>\n<h3>Let’s Design</h3>\n<p>I always wanted to do something creative and design was my wish for a long time although I’ve never done anything even remotely like it. Marko and I sat down, I told him what I’d want and he was like; great, take your time, start learning and sooner or later it will pay off.</p>\n<p>So, I started browsing all over the net trying to find good sources that I can learn from. First I actually started creating logos, but very soon I was hooked on web design. I started learning HTML/CSS and even enrolled myself in the online based web design course that turned out to be a waste of time as the concepts that they taught were 10 years behind the times. However, persistence does pay off and within a year I was ready to try selling my first template.</p>\n<p>Themeforest was an obvious choice, but the quality was not there yet. When I look at those first templates, they make me laugh, but you have to start somewhere:). Anyway, the templates got better, got accepted and I started to feel comfortable in what I was doing.</p>\n<h3>WordPress all the way</h3>\n<p>The year was 2012, I’ve had a couple of templates and a couple of small clients behind me, but with all these CMS solutions growing, HTML templates seemed like a dead end. In the meantime Marko and I decided to try to build a business selling only finished templates instead of developing custom websites for clients.</p>\n<blockquote><p>Our goal was to build a business that is independent of the place of living.</p></blockquote>\n<p>The way I got introduced to WordPress wasn’t very romantic and there is nothing really inspiring in that story. We were looking for a bigger market that could make our plan work and growing sales themes on Themeforest led us to one conclusion… WordPress.</p>\n<p>I didn’t know anything about it and was quite reluctant to start learning it, but Marko can be quite stubborn:). He was like, “common it can’t be that hard”, although at that time he didn’t have any knowledge of it what so ever:) However, that kept me going and the more I learned about WordPress the more I liked the whole idea behind it.</p>\n<h3>Community of like minded people</h3>\n<p>From my very first steps with WordPress I was pleasantly surprised how helpful people in the WordPress community can be. Complete strangers were ready to take their precious time and help a beginner learn some basic concepts. This is something I’ve never experienced before and that is one of the greatest values of being a part of such a community.</p>\n<p>In 2013 we launched our own site <a href=\"http://www.anarieldesign.com\">Anariel Design</a> where we offered our HTML template as well as the first theme or two. Here again complete strangers, that run a very popular site <a href=\"http://tympanus.net/codrops/\" target=\"_blank\">Codrops</a>, help us promote the site at the very beginning. In the meantime we got to know them in person so they are not strangers anymore :). Thank you Manoela and Pedro!</p>\n<p>2014 was a turning point when, out of the blue, we got an email from <a href=\"https://twitter.com/philip_arthur\" target=\"_blank\"> Philip Arthur Moore</a> ( work for Automattic at the time ) asking if we’d like to sell our themes on WordPress.com. It was such honor for me to be invited. It was like an ultimate confirmation that I’m doing something right an that was finally something I actually enjoyed doing. Thank you Philip!</p>\n<h3>When You Least Expect It</h3>\n<p>2013 had its dark side as I was going through a series of panic attacks that seemed to start out of nothing. It was completely confusing as everything was going great in my life and then all of a sudden such a horror. I even ended up in a hospital for 2 days cause I felt as if I was having a heart attack so they kept me to do some tests.</p>\n<p>Marko helped me analyze the situation and I discovered how much baggage I’ve been carrying around for a long long time. Things I’ve never talked about. Things I was ashamed or afraid of. Things I should have straighten out a long time ago, but didn’t. Opening up helped me a lot and it got better with time.</p>\n<p>At the time the panic attacks started happening I got a gift, cute small teddy bear. It may sound funny or strange, but this teddy bear we named Bubi helped me calm down in my worst hours. Especially when Marko wasn’t at home. In the meantime Bubi became our lucky charm and he’s now with us where ever we go.</p>\n<p><img class=\"aligncenter size-full wp-image-1042\" src=\"http://heropress.com/wp-content/uploads/2016/06/bubi.png\" alt=\"Small plush teddy bear on a stump wearing a Santa hat\" width=\"895\" height=\"360\" /></p>\n<h3>A Glance at the Future</h3>\n<p>The last two years were really a joyride. We achieved our goal of running a business that doesn’t tide us to a certain location. In 2014 Marko took a long needed break from music to learn WordPress and beside doing the business side of things he became an awesome support agent:).</p>\n<p>We are now working from a home office or from where ever we find ourselves at the moment. We like to attend WordCamps whenever we can and meet new people. There are so many interesting stories as most of these people lead unconventional lives.</p>\n<blockquote><p>No one knows what the future brings and how my life will be in a year or in five years.</p></blockquote>\n<p>However, WordPress showed me that everything is possible if you invest enough time and effort. It helped me grow confidence in myself and in other people. That is something that no one can take away and that is what I’m most thankful for.</p>\n<hr />\n<h3>Thank you note</h3>\n<p>With every project you, me or anyone else ever started there is always someone who knows something you don`t. Someone who can help you out when you get stuck, someone from whom you can always learn something new.<br />\nSo, in this last part i’d like to thank all the people that helped me on my way:</p>\n<ul>\n<li>First thanks Topher DeRosia for inviting me to write the essay and go out of my comfort zone <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" /></li>\n<li>special thanks to Marko for all the help & support, without you I wouldn’t manage all this</li>\n<li>Big thanks to <a href=\"https://twitter.com/photomatt\" target=\"_blank\">Matt Mullenweg</a> & <a href=\"https://twitter.com/mikelittlezed1\" target=\"_blank\">Mike Little</a> and to all that are contributing to WordPress</li>\n<li><a href=\"https://twitter.com/philip_arthur\" target=\"_blank\"> Philip Arthur Moore</a> ( you are my “hero” <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" /> ), <a href=\"https://twitter.com/sixhours\" target=\"_blank\">Caroline Moore</a>, <a href=\"https://twitter.com/DavidAKennedy\" target=\"_blank\">David A. Kennedy</a>, Ola Laczek, <a href=\"https://twitter.com/mendezcode\" target=\"_blank\">Ernesto Méndez</a>, <a href=\"https://twitter.com/jacklenox\" target=\"_blank\">Jack Lenox</a>, <a href=\"https://twitter.com/karmatosed\" target=\"_blank\">Tammie Lister</a>, <a href=\"https://twitter.com/fklux\" target=\"_blank\">Fränk Klein</a> & all Automatticians – I learned so much from you, thanks a bunch <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></li>\n<li>Thanks to all volunteers and organizers of the WordCamps, you are doing a great job :). Special thanks to <a href=\"https://twitter.com/eblagonic\" target=\"_blank\">Emanuel Blagonic</a> & all other Croatian organizers and volunteers for organizing amazing WordCamp Croatia ( next one is in September in Split: <a href=\"https://2016.split.wordcamp.org/\" target=\"_blank\">https://2016.split.wordcamp.org/</a> )</li>\n<li>Big thanks to theme reviewers on WordPress.org, specially to <a href=\"https://twitter.com/joedolson\" target=\"_blank\">Joe Dolson</a> for the theme accessibility reviews, I learned a lot from you <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></li>\n<li>Thanks to Manoela & Pedro from <a href=\"http://tympanus.net/codrops/\" target=\"_blank\">Codrops</a></li>\n<li>Big thanks to <a href=\"https://twitter.com/twsjonathan\" target=\"_blank\">Jonathan Atkinson</a> & <a href=\"https://twitter.com/Smartik89\" target=\"_blank\">Andrei Surdu</a>, you advices helped a lot at the beginning <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></li>\n<li>and thanks to all great people & friends I met during my work & WordCamps, so many beautiful & inspiring people out there <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/my-road-to-wordpress/\">My Road to WordPress</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ana Segota\";s: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:47:\"HeroPress: The Making of a WordPress Journalist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://heropress.com/essays/making-wordpress-journalist/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17958:\"<img width=\"960\" height=\"522\" src=\"http://heropress.com/wp-content/uploads/2016/06/Maedah_Batool_Essay_HeroPress_2-1024x557.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Banner: So far I\'ve trained more than 700 women from almost every walk of life and about 80% of them are now earning a living with Wordpress\" /><div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Making of a WordPress Journalist\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Making%20of%20a%20WordPress%20Journalist&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-wordpress-journalist%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Making of a WordPress Journalist\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-wordpress-journalist%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-wordpress-journalist%2F&title=The+Making+of+a+WordPress+Journalist\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Making of a WordPress Journalist\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/making-wordpress-journalist/&media=http://heropress.com/wp-content/uploads/2016/06/Maedah_Batool_Essay_HeroPress_2-150x150.jpg&description=The Making of a WordPress Journalist\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Making of a WordPress Journalist\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/making-wordpress-journalist/\" title=\"The Making of a WordPress Journalist\"></a></div><p><em>I went from being an Electrical Engineer to a WordPress Journalist cum Researcher. I review products, provide WordPress support and handle technical documentations. Here’s my story.</em></p>\n<p>October 27th, 2010 — The day my passion became my paycheck, and I was hopeful and excited about trying out something I always wanted to do i.e. to blog!</p>\n<h2>The Backstory</h2>\n<p>I was always a shy kid. But had a great inclination towards all the creative writing opportunities which were offered in the school. Be it contributing to the <i>school’s annual magazine</i> or joining the editorial team of the <i>Buzz</i> (the monthly newsletter), I always considered myself an amateur writer. I also remember how anxiously; I used to wait for the weekly edition of the US Magazine and used to pile up all its copies neatly in a big plastic folder bag. (I still have that big bundle stacked in my cupboard. <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> )</p>\n<p>Throughout my school, the laser focus on my career was to become a doctor and take up writing as a side profession. Even if I wanted to take writing as a full-time career at that time, my parents would not have allowed it (every parent wants their kids to be an engineer or a doctor — professions with less uncertainty).</p>\n<p>So, I knew that just aiming to become a professional writer would only do more harm than good. Anywho, long story short, I ended up joining the Engineering field mostly because the profession ran in my blood. (Duh… my dad is an Engineer).</p>\n<p>The general perception is that if you’re passionate about something, you’re more willing to take risks. But this wasn’t true for me. Honestly, I’m not a life-hacking kind of girl. Nor can I pretend to be one who has fully recovered from giving up on her passion. But somewhere in there I still wanted to write (as in professionally).</p>\n<h3>The Hard Truth</h3>\n<p>I was now on track to become an Electrical Engineer, which was not anywhere close to writing, except for that only <i>Communications Skills</i> course which included a few PPT presentations, technical writing and a 20-page report as a semester project. There was nothing creative about it since we were supposed to write like they write a research paper. There was more fuss about syntax than the content itself. It’s safe to assume that I didn’t enjoy <i>that</i> kind of writing.</p>\n<h2>Stepping Forward Professionally</h2>\n<p>Five years ago during my 4th semester at the university, I met an amazing team of entrepreneurs led by <a href=\"https://ahmadawais.com/\">Ahmad Awais</a>; it was a small team of passionate developers and bloggers. Better yet, they were looking to add one more resource to their team. I knew this was my chance to be a writer again.</p>\n<p>For me, writing meant putting my voice out there and wanting it to matter even a tiny bit. After a few articles that I contributed, I was offered a part-time job, and I quickly jumped on it. I was like “Holly Smokes! It’s getting real”. I got started by writing on different niches like technology, design, food, fashion, hospitality, the web, etc.</p>\n<blockquote><p>Re-living my passion once again induced new hope and rejuvenated me a lot.</p></blockquote>\n<p>Whatever I wrote, came profoundly from my heart and this instinct made me believe I might have a chance to take a stab on writing once again. But writing for technology blogs wasn’t that simple as I had hoped.</p>\n<h3>Defining Parts of a Copywriter</h3>\n<p>Becoming a professional and sound copywriter is an intimidating struggle because there’s a lot of jargon. Unfortunately, you’re going to find some new mantra each time you browse this topic. So, I’m just writing what I found is necessary for one to become one such copywriter.</p>\n<ul>\n<li>Writing (of course!)</li>\n<li>Code</li>\n<li>Design</li>\n</ul>\n<p>One needs to know at least the basics of these three bullet points listed above. So, that was my goal. Mostly, because I worked with a team of developers and being an engineer, development was not a remote concept either. I knew that having basic design and development skills will only allow me to push beyond the limits of a normal copywriter.</p>\n<h2>A Turning Point!</h2>\n<p>Ahmad had always been a big fan of WordPress, and all three of our blogs were built with WordPress. The CMS was entirely new to me but when I gave it a spin found it surprisingly easy to learn. We had internal workshops about WordPress almost every other week. I made a point to sit through these workshops and even went through project RFP’s and init meetings. During the next semesters, I had fallen for two things, writing and yes, you guessed it, WordPress.</p>\n<p>Now the biggest challenge for me was to pace things up as quickly as possible so that by the time I graduate, I don’t end up working in a Grid Station in a remote area. (I mean no offense to the Electrical Engineers out there. But it wasn’t the thing for me.)</p>\n<p>I started getting a firm grip over WordPress. I kicked off with video tutorials from Lynda and then started reading authentic web resources like <a href=\"http://www.wpbeginner.com/\">WPBeginner</a>, <a href=\"http://wptavern.com/\">WP Tavern</a>, etc. After toying around with the basic setup and configurations, the next step was to face my biggest fear i.e. coding.</p>\n<p>Did I mention that initially I knew very little of code?</p>\n<h3>Encountering the Gap</h3>\n<p>My first real interaction with the code was via C Programming in the first semester and believe me it was a deeply rooted bizarre.</p>\n<blockquote><p>I found the fact <strong><i>development jobs “are for men”</i></strong> ridiculous and therefore, continued to focus on progressing my career.</p></blockquote>\n<p>This was only possible if I would learn how to code.</p>\n<p>I learned HTML5 followed by CSS3 and then jumped to high-level programming languages like PHP and JavaScript. And guess what… just after six months of coding, things started to make sense. I began with teeny tiny modifications of simple HTML templates and worked through the complex frameworks like Redux and Titan. I think this was because I was more focused on speed than I was on building a solid understanding of what I was doing.</p>\n<h3>It Isn’t Enough</h3>\n<p>With time, I started noticing an encouraging shift in my life. I knew I was up to something. My next step was to evolve with the local community and hence, I started attending design conferences and workshops. Why design? Because this would fulfill my third component to become a professional copywriter and it let me interact with people around me. Images play a vital role in making your content appealing, and a basic knowledge of Photoshop would be sufficient to achieve my goal.</p>\n<p>My next step eventually hit the brick wall, and I started speaking at workshops too. I assisted the leading speakers at most of the workshops which made me gain experience that proved its worth just some time later.</p>\n<h2>Be The Change</h2>\n<p>By the time I graduated, I was leading the team of bloggers and had expanded my team to about 15 people. Believe me; it feels great to be working on what I want and when I want! Delegating to a team of emerging writers was an achievement itself. Obviously, it’s not an easy thing, but I enjoyed every single bit of it.</p>\n<p>At that time, we thought of starting a new company focused on teaching people all things web. That also meant selling our blogging network. So, we have begun prepping for that and by the end of the year, we had have sold almost 80% of our blogs.</p>\n<h2>The Startup — FinkTanks</h2>\n<p>By now, I’ve realized that the only person who can get in the way of your career progress is <i>YOU</i>. One has to keep moving forward regardless of what you’re up against. The work you do may not bring drastic and immediate results, but your efforts will not go to waste. And I knew that the career path which I’ve opted for can directly impact the future of our next generation of women.</p>\n<p>So, it just hit me that I should teach others how I did it, not much of a success story, but at least I could spread the word. Then I came up with the idea of a startup with my team. FinkTanks — as we called it was launched in 2013 and then again in 2014. I searched for my target audience and the perfect fit for this venture were the young girls just like me — fresh graduate looking to learn a few extra skill.</p>\n<h3>When Women Engineer…</h3>\n<p>I surveyed a little and realized that a number of females were interested in working from home (mostly coz it is easier, flexible and no transportation mess). There could not be a better choice for them other than blogging & copywriting. I mean you don’t have to go for a job you just need to work hard wherever you are. All you need is a laptop and an uninterrupted internet connection which fortunately is available to almost all of us. So this was my biggest inspiration and hence I got started.</p>\n\n<a href=\"http://heropress.com/essays/making-wordpress-journalist/13436098_10207765500470328_2048167471_n/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/06/13436098_10207765500470328_2048167471_n-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Small theatre-style classroom filled with women\" /></a>\n<a href=\"http://heropress.com/essays/making-wordpress-journalist/13444387_10207765496750235_2139752860_n/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/06/13444387_10207765496750235_2139752860_n-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Small theatre-style classroom filled with women\" /></a>\n<a href=\"http://heropress.com/essays/making-wordpress-journalist/13459626_10207765480509829_61196780_n/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/06/13459626_10207765480509829_61196780_n-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"4 men and three women holding up award certificates.\" /></a>\n\n<p>I conducted training sessions on a monthly basis where I taught how to be a blogger and how to be self-employed. I taught all the essential components which a blogger needs to know starting from WordPress to design, code, and of course copywriting.</p>\n<blockquote><p>So far, I’ve trained more than 700 women from almost every walk of life, and about 80% of them are now earning a living with WordPress.</p></blockquote>\n<h2>WordPress is my new gluten</h2>\n<p>All this was only possible because of WordPress. Had I not started early on with this open source script I had never been able to positively affect so many lives. WordPress had started to change my life.</p>\n<p>When I started publishing content with WordPress, I knew little about its technical insights but gradually became aware of it. I started as a 360 writer who could pen down her thoughts on any niche, but soon I realized that<strong><i> instead of doing something of everything, I should learn everything of something</i></strong>. And that everything was WordPress.</p>\n<p>Yes! WordPress is my new gluten and since 2013, this open source script has become a life-changing experience for me. I think that my passion for writing is the best fit to convey my thoughts and opinions on WordPress. Currently, I’m a part of <a href=\"http://wptie.com/\">WPTie</a> and working as the Creative Director.</p>\n<h3>A Competitive Advantage</h3>\n<p>My day to day routine involves reading about WordPress (and boy I read a lot of it), slacking through WP Slack, improving documentation of our products, providing WordPress support and blogging about WordPress. I also try listening to the popular podcasts. I follow folks like <a href=\"https://twitter.com/chrislema\">Chris Lema</a>, <a href=\"https://twitter.com/tommcfarlin\">Tom McFarlin</a>, and <a href=\"https://twitter.com/learnwithmattc\">Matt Cromwell</a>. Recently, I’ve also started a new venture with Ahmad Awais, i.e. a blog about stuff that couples well with WordPress <a href=\"http://wpcouple.com/\">WPCouple.com</a>.</p>\n<p>Working at WPTie has been amazing. It has provided me with an excellent opportunity to work with a talented lot of the community ranging from beginners all the way up to professional developers, bloggers, designers, and WordPress core contributors, etc. So, interacting with like-minded people who are heading towards the same career goals as me is fascinating.</p>\n<h2>All Set To Grow as a WordPress Journalist</h2>\n<p>I have turned my life around from being an Electrical Eng. to becoming a WordPress Journalist. By now, I have reviewed several plugins, themes, and frameworks, and now I’m heading towards a big goal. My team and I are working on a brand new online content agency through which we can offer copywriting services to the WordPress community.</p>\n<p>One of my goals has to never be just a copywriter, and that’s what I am up to. I write on complex WordPress topics which help me experiment and learn how to develop with WordPress while following the coding standards set by the community.</p>\n<blockquote><p>If you think my story has a lot of WordPress in it, then you cannot be more right.</p></blockquote>\n<p>I believe that sharing more than 26% of the web; WordPress has empowered many ordinary people. I also find myself gearing for the same queue. My prime focus will be towards reviewing WordPress products as they are here to stay for sure. Likewise, I’m also brainstorming about my content agency.</p>\n<p>With that said, I am planning to enter the services market, and one of my huge inspirations and motivations have been <a href=\"https://twitter.com/jenniferbourn\">Jennifer Bourn</a>. I truly admire the way she is maintaining a perfect blend of both personal and professional life. Because there always exists a big <strong><i>either</i></strong> for most of the women when it comes to choosing a professional career versus being a traditional housewife. Likewise, I’m planning to attend WordCamps next year and looking forward to meeting her.</p>\n<p>I’ll conclude by stating the obvious ~ It’s hard to write about yourself. I don’t call myself a hero, hell I am no hero. On the contrary I am embarking on a journey to be better at what I do, and I cannot wait to see what is in store for me. Right now I’m happy and satisfied with what I do, I am surrounded by great people trying to accomplish great things and not many people can say that about their career. That’s because of WordPress and the community around it. So, Thank You, WordPress!</p>\n<p>Thanks for reading! I’d love to hear back from you. You can reach out to me on <a href=\"https://twitter.com/MaedahBatool\">Twitter</a> or at my personal <a href=\"https://maedahbatool.com/\">blog</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/making-wordpress-journalist/\">The Making of a WordPress Journalist</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Maedah Batool\";s: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:36:\"HeroPress: You Really Have No Excuse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://heropress.com/essays/really-no-excuse/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11696:\"<img width=\"600\" height=\"600\" src=\"http://heropress.com/wp-content/uploads/2016/06/vlad_olaru_pixelgrade.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Vlad Olaru\" /><div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: You Really Have No Excuse\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=You%20Really%20Have%20No%20Excuse&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Freally-no-excuse%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: You Really Have No Excuse\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Freally-no-excuse%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Freally-no-excuse%2F&title=You+Really+Have+No+Excuse\" rel=\"nofollow\" target=\"_blank\" title=\"Share: You Really Have No Excuse\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/really-no-excuse/&media=http://heropress.com/wp-content/uploads/2016/06/vlad_olaru_pixelgrade-150x150.jpg&description=You Really Have No Excuse\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: You Really Have No Excuse\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/really-no-excuse/\" title=\"You Really Have No Excuse\"></a></div><p>Topher really dropped it on me with this article. There I was happily mumbling away about philosophy and life lessons (with regards to our experience at PixelGrade) when he said: “<em>I’d love a message from you to other Romanians about what a business around WordPress can do for them</em>”. I kept on mumbling anyway (it’s a thing I am really good at <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> ). “<em>Sure, I can do that!</em>”</p>\n<p>But when it came to writing my “message”, damn. Talk about brain freeze. Should I write about this or that? Does this really relate to Romanians or it’s just something general? Are Romanians different in this respect? We have good coders here… but boy how lame we are when it comes to… There is talent here but… And on and on it went — procrastination 101.</p>\n<p>I just couldn’t put my finger on it. I needed a solid reason. Something worthwhile. Something that I could get behind as being useful to others (Romanians included) from a new point of view (at least for me).</p>\n<p>But you know what? I am going to mumble away about what I think kept us alive and kicking all these years and what is keeping others from joining the fun. WordPress, with it’s <em>capital_P_dangit()</em>, is an important part of it. Consider it an open letter to the Romanian community (and others in a similar situation), worthy of HeroPress, but most importantly helpful to some of you.</p>\n<h3>Where do I start?</h3>\n<p>You start from yourself. The rest will come later, with time. Right now all you have is you: you the wannabe coder, designer, marketer, what have you.</p>\n<p>Just like me and my brother George. When we’ve started, we were just two kids (he was really a kid in highschool; I was in university — but age doesn’t show on me <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> ) wanting to do something NOW. Not tomorrow, not when we finished our formal education, not when the opportunity presented itself to us. NOW! This sense of urgency is important to seed early on and hang on to it.</p>\n<p>We knew some HTML, CSS, coding on my part (but not PHP), and that was pretty much it. No business experience, no mentors, no friends that were already doing this, no internet acquaintances that would give us some work to start from. Just us, a computer and the internet (that is, Romania’s internet speed — lucky us).</p>\n<p>So where to start? From the obvious place, of course. Freelancing marketplaces. After some looking around, we’ve settled for vWorker.com (mainly because it seemed more upper class than the likes of freelancer.com — it got bought by the latter in the meantime). We started with very small gigs and worked our way (in a couple of years) to larger projects.</p>\n<p>This is the point where we were forcibly introduced to WordPress. At first small customizations for themes, then the classic by now PSD-to-WP. We were getting the hang of it and loving it. We were honing our skills, making more money than most around us (it pays to have low living standards), and making a good name for ourselves.</p>\n<p>So stop making excuses and start doing something. Keep at it and good things will happen, with time.</p>\n<h3>But I want to be the Michelangelo of coders…</h3>\n<p>Oh please! I know you want to be the best you can be, that you think learning that extra technique will make you even greater, that exploring that extra framework will widen your possibilities. No it won’t. It will only postpone the day when you actually do something and put it to the test of actual people. I know, it scares the shit out of you. It surely did scare us.</p>\n<p>But that is the only way you will truly learn. You will hone your skills, but more importantly, you will learn what you actually need to know to get something done. That extra framework that you know will only drag you down. When faced with a problem you will have a hard time attacking it because you know so many “wonderful” ways it could be done. You will try to code for the sake of code.</p>\n<p>Trust me. You don’t really want to be Michelangelo (I think neither did he). You want to be happy and satisfied with your end results. This is where WordPress comes into play once again.</p>\n<p>It’s code base is not beautiful by any current standard. It’s not cutting edge, it’s not very “automagical”, part of it is truly out-dated, the templating is cumbersome bordering ancient in today’s landscape. You know it, I know it, and everybody else with some coding experience knows it. So what? Is it stopping you from crafting a sweet design and letting your customers enjoy it? Far from it.</p>\n<blockquote><p>Stop agonizing about what it can’t do for your coder ego, and focus on what it can do for your life and your customers.</p></blockquote>\n<p>Praise the internet gods for having such a low barrier of entry, for the gargantuan community, for the endless snippets of code laying around just ripe for copy-pasting. But above all else, thank each contributor that it hasn’t given up on “the user comes first”. It means your customers will also come first. What a great partner to have when starting out.</p>\n<p>And don’t worry, you will get plenty of opportunities to focus on crafting clever code in your themes and/or plugins. Just not at the scale of Google. But then again, you are not Google. It’s healthy to keep a firm footing in reality.</p>\n<h3>It sounds complicated, and I don’t have the resources</h3>\n<p>Are you committed to this or not? Good! Then stop for a moment and think. Do you have to build everything yourself? Do you have to learn everything? How could you cut some corners without anyone noticing?</p>\n<p>Welcome to the WordPress way (it could very well be the open-source way). The ones before you have literally put millions and millions worth of work on the table (that is dollars, not lei) for anyone to grab and use. You know CSS but not much PHP? Great, grab a starter theme. Or better yet, grab any free theme and hack it to your heart’s desire. And then sell it. Weird right?</p>\n<p>You envision your design with some fancy (aka complicated) functionality? I am sure there is a WordPress plugin out there that does pretty much that. Recommended it, offer styling for it and you are good to go — bootstrapping 101.</p>\n<p>One day, when you will afford it (and if really really makes sense), you can build your own bespoke solutions. But they better be damn good, ‘cuz otherwise few will notice the change.</p>\n<p>When we build a new theme, we purposely try to match the design specs with what is available on WP.org or as a paid add-on to a certain “master” plugin (like WooCommerce). This way we make sure we leave enough time/resources on the table for the things we are really good at: fine tuning the front-end, ensuring a smooth customization experience on the back-end, crafting the copy to help make the complex less so, and so on. Even with 11 strong as we are today, we wouldn’t be able to get at those without leveraging open-source.</p>\n<p>As you can see, the entire WordPress ecosystem is built on a can-do attitude. It’s fun being part of it. Don’t forget to give something back from time to time.</p>\n<h3>The WordPress “stain” will never wash</h3>\n<p>Sadly I still hear about this among developers. And I am sure it can be quite the deterrent for newcomers. I mean you don’t want to hang out with the wrong kind of people right from the start. You’ve got big, long term plans for you life. You could almost envision yourself interviewing for your dream job and being laughed upon for stating WordPress as your experience. It must suck, big time.</p>\n<p>Unless… you realize early on that you simply want to be happy, and that no convoluted line of code will make you happy. Come to think of it, you could create your own dream job.</p>\n<blockquote><p>Choose your own team mates. Forge your own values.</p></blockquote>\n<p>Maybe even a huge WordPress logo outside the office (just to spite the non-believers — or that’s what WordCamps are for?).</p>\n<p>The PixelGrade crew is filled with sinners from all walks of life. We bathe daily in less-than-perfect code, we shamelessly copy-paste code from StackOverflow (with proper attribution of course), we kick browser-compatibility’s butt with !importants… I should really stop. We are actually serious people — sort of.</p>\n<p>Anyway, if you’ve peeked inside the WordPress world and you truly feel it would hold you back, despite all the advantages, leave right ahead. But don’t avoid it just because of misconceptions. You may be missing out.</p>\n<hr class=\"ttfmake-hr\" />\n<p>I could go on mumbling for a long time (it’s a thing I am really good at :) — remember?). Better leave the rest for another time.</p>\n<p>Now, you Romanian (or less so) WordPress enthusiasts (or less so), do let me know your thoughts about the above.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/really-no-excuse/\">You Really Have No Excuse</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Vlad Olaru\";s: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:59:\"HeroPress: How WordPress Taught Me To Be a Better Developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://heropress.com/essays/wordpress-taught-better-developer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9239:\"<div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: How WordPress Taught Me To Be a Better Developer\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20WordPress%20Taught%20Me%20To%20Be%20a%20Better%20Developer&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-taught-better-developer%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How WordPress Taught Me To Be a Better Developer\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-taught-better-developer%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-taught-better-developer%2F&title=How+WordPress+Taught+Me+To+Be+a+Better+Developer\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How WordPress Taught Me To Be a Better Developer\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/wordpress-taught-better-developer/&media=http://heropress.com/wp-content/uploads/2016/06/ed_heropress_article_banner-150x150.jpg&description=How WordPress Taught Me To Be a Better Developer\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How WordPress Taught Me To Be a Better Developer\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/wordpress-taught-better-developer/\" title=\"How WordPress Taught Me To Be a Better Developer\"></a><input type=\"hidden\" name=\"rts_id\" class=\"rts_id\" value=\"1001\" /><input type=\"hidden\" id=\"rts_media_nonce\" name=\"rts_media_nonce\" value=\"0de9308744\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/feed/\" /></div><p>I might seem like a curious choice to write a post at HeroPress. I haven’t done any WP dev since around 2.0. I’ve done some work here and there setting up a couple WP installs since, but it’s been years since I was on a first-name basis with the code of WP.</p>\n<p>After having written some fairly complex plugins, I was pretty cynical about it. Generally I felt that it was a pretty solid front-end, but the codebase was a mess. It may still be a mess, I dunno. I do remember being super disappointed that WP didn’t go all-in with PHP5 when it stabilized, like some other CMSes. I also spent a fair bit of time criticizing what I felt were technical shortcomings or the codebase. A quick glance at the current codebase tells me it hasn’t changed much in it’s approach, and were I to judge the project just based on it’s codebase, I’d say it was… problematic.</p>\n<p>I was at <a href=\"https://gist.github.com/funkatron/php%7Ctek%202013\">php|tek 2013</a>, and <a href=\"http://tek13.phparch.com/speakers/#nacin\">one of the keynotes</a> was by <a href=\"https://nacin.com/\">Andrew Nacin</a>. Andrew knew he was speaking to a room filled with a lot of folks who felt like I did — that WordPress was somehow an <em>embarassment</em> to PHP because it wasn’t following current best practices. Some people took this quite personally, and spent a lot of time on Twitter during his keynote expressing disagreement with his assertions.</p>\n<p>I, however, found myself in wholesale agreement with Andrew. From the talk description:</p>\n<blockquote><p>Why is [WordPress] so ubiquitous? The answer lies … in a core philosophy that holds the user above all else.</p></blockquote>\n<p>The WordPress lead developers weren’t stupid, contrary to what so many people thought in that room. They just put the concerns of users over developers.</p>\n<p>The purpose of the project is to <strong>empower users</strong></p>\n<p>The purpose is <em>not</em> to make developers’ lives easier.</p>\n<p>That meant making hard choices about living with legacy code, and being very, very careful about breaking backwards compatibility. Several of Andrew’s slides showed how utilizing newer PHP libraries or extensions would make it impossible for hundreds of thousands — sometimes <em>millions</em> — of WP users to run it on their current hosting provider. API changes due to major code refactors would break popular plugins that users rely on, and likely splinter the WP add-on developer community beyond recognition.</p>\n<p>“Fixing” WordPress would in fact make it useless to many, if not most, of the users.</p>\n<p>Ultimately I believe that this is the correct approach. The purpose of creating software, web or otherwise is to <strong>empower people to do things that they’d otherwise find more difficult or impossible</strong>.</p>\n<p>Web technologies are building blocks. We use them to build solutions to people’s problems. The point is not the thing we make, nor is the point how we make it. <strong>The point is to help the user</strong>.</p>\n<p>Have we given them more time to do other things by making a task take less time?</p>\n<p>Have we given them access to information they didn’t have before?</p>\n<p>Have we empowered them to create something they could not?</p>\n<p>Have we given them a voice they didn’t possess until now?</p>\n<p>Those are the kinds of questions we have to ask. Anything that we choose to do must be in the service of those questions.</p>\n<p><a href=\"https://gist.github.com/funkatron/harperreed.com\">Harper Reed</a> described technology as <strong>a <em>force multiplier</em></strong>, and I think it’s important to consider it in that respect. The intent is the matter of the user; <strong>the things we create take the user’s intent and amplify it</strong>.</p>\n<blockquote><p>This is key to really being great at what we do — we empathize with the user, understand their intent, and create something to amplify their intent.</p></blockquote>\n<p>Sometimes they need a bit of help applying their intent in the most effective ways, but <strong>our technology and technique choices can only serve that intent</strong>. The work I’ve done in the past few years hasn’t led me to use WordPress, but that doesn’t mean it’s not a very powerful, very useful tool for many people.</p>\n<p>The philosophy of the project continues to guide my thinking as a developer, a speaker at tech conferences, a school board member, and an advocate for mental wellness. In all of these, I have to find the intent, such as allowing a business owner to communicate more easily to customers, or to help others have satisfying careers, or to educate kids in the most effective way possible, or to help others who struggle with mental illness get the help they need.</p>\n<p>Then I have to find what I am able to do that serves that intent. Sometimes it means making a web-based tool. Sometimes it means practicing my technique to be a better speaker. Sometimes it means writing a letter to a frustrated parent. Sometimes it means pushing myself to do things I’m afraid to do, because it will make a big difference for people who are hurting, and are to afraid to ask for help.</p>\n<p><img class=\"alignnone size-full wp-image-1002\" src=\"http://heropress.com/wp-content/uploads/2016/05/osmi.png\" alt=\"Banner for OSMI, Open Sourcing Mental Illness\" width=\"1024\" height=\"583\" /></p>\n<p>Ultimately what I find most satisfying in life is not the particular actions I’ve chosen, but <strong>the impact they have upon the people around me</strong>.</p>\n<p><a href=\"http://j.mp/osmikalxvideo\">When I spoke</a> at the <a href=\"http://kalamazoox.org/\">Kalamazoo X conference</a> this spring, I was tasked by the organizers to come up with a <a href=\"https://www.amazon.com/All-Changed-Instant-Six-Word-Memoirs-ebook/dp/B003100UQ0\">six-word memoir</a>. It was an exercise that made me reflect on where I’ve been, where I hope I’m going, and how I want to be remembered. This is what I came up with:</p>\n<p>“By helping others, I save myself.”</p>\n<p>That’s what WordPress taught me.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/wordpress-taught-better-developer/\">How WordPress Taught Me To Be a Better Developer</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ed Finkler\";s: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:36:\"HeroPress: Growing Through 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:54:\"http://heropress.com/?post_type=heropress-essays&p=996\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://heropress.com/essays/growing-through-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:6853:\"<div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Growing Through WordPress\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Growing%20Through%20WordPress&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fgrowing-through-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Growing Through WordPress\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fgrowing-through-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fgrowing-through-wordpress%2F&title=Growing+Through+WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Growing Through WordPress\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/growing-through-wordpress/&media=http://heropress.com/wp-content/uploads/2016/05/sam_najian-150x150.jpg&description=Growing Through WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Growing Through WordPress\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/growing-through-wordpress/\" title=\"Growing Through WordPress\"></a><input type=\"hidden\" name=\"rts_id\" class=\"rts_id\" value=\"996\" /><input type=\"hidden\" id=\"rts_media_nonce\" name=\"rts_media_nonce\" value=\"3ee123df18\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/feed/\" /></div><p>Having coded on visual studio for quite a while an older fellow of mine got me more interested in web and developing for web by saying “developing for a desktop is not as fun and as challenging as developing for web, things can get very boring soon on desktop, on web you have more problems to solve and more things to learn” This was all enough to get me interested in programming for web. With a bit of Yahooing ( googling was not really common or even known back then) I learned about the simplest ui factors of web, CSS and HTML, so thought CSS is the first thing I would like to learn. You know I love colors, colors are attractive after all, specially compared to all the skeleton looking HTML which was never fun enough for me to learn about its font and color attributes.</p>\n<p>CSS and the appetite to learn more got me to this lovely blog of Chris Coyier, namely<a href=\"http://css-tricks.com\"> css-tricks.com</a>. Man you could find a lot in there and most interesting was the videos he did to teach new stuff every week or so. There was this <a href=\"https://css-tricks.com/video-screencasts/1-converting-a-photoshop-mockup-part-1-of-3/\">converting photoshop mockup</a> videos and <a href=\"https://css-tricks.com/video-screencasts/25-designing-for-wordpress-part-one/\">designing for WordPress</a> videos by him that brought me in touch with WordPress. Promise you won’t laugh and I will reveal a secret; before watching these WordPress templating video I was always mistaking WordPress logo for of that of <a href=\"http://www.volkswagen.de/de.html\">Volkswagen</a>, and was always really confused about the sentences on<a href=\"http://wordpress.org\"> wordpress.org</a> homepage and how they could relate to Volkswagen. Add to this my bad English, yea my English was even worse than what you see now in those days.</p>\n<p>I was already making some little money developing in vb, but the exposure to WordPress brought an even more fun and well in demand skill-to-be to my plate. I was learning more and more about WordPress here and there, getting a few clients to create some kind of online catalogues for them while trying to bring a CMS out of this blogging platform. Back then without all the fancy custom post types and custom taxonomies and all the rest that came with them was not an easy thing to treat WordPress as a CMS.</p>\n<h3>Expanding to the web</h3>\n<p>WordPress was great company for the situation of those days. I was a freshman university student with very little computer science education, almost no money to buy extracurricular courses but very eager to be independent and learn things on my own with the help of not-so-fast internet of those days. jQuery was just around as well and I was making JavaScript more fun and easy. Remember, JavaScript demand of those days was hardly anything other than manipulating the DOM, so the ease and fun of WordPress and the life-saver jQuery was empowering me to get clients and make them happy. Honestly I learned WordPress before even learning PHP, HTML, CSS, a bit of jQuery and some knowledge about WordPress was just enough for me to create websites, mostly in the online-catalogue realm.</p>\n<p>In those days Joomla and Drupal were much more advanced than WordPress since WordPress hadn’t added the more advanced features we have today.</p>\n<blockquote><p>So as I was learning more about WordPress, Web, and PHP, WordPress was getting bigger and more advanced.</p></blockquote>\n<p>Perfect timing right? It was small when I had little knowledge but was getting bigger and more advanced while I was educating myself more about WordPress.</p>\n<p>How WordPress makes things easy keeps me using it and developing for it even after good experience with a couple of other PHP and JavaScript frameworks. This is why after developing with some other PHP frameworks I was thrilled to receive an email from <a href=\"https://premium.wpmudev.org/\">WPMUDEV</a> telling me about their job vacancy for WordPress plugin developer, so I applied for this position with them and was lucky enough to get back to work with this lovely and fun tool after a while being away from it.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/growing-through-wordpress/\">Growing Through WordPress</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sam Najian\";s: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:69:\"HeroPress: Groomed for Real Estate, Destined for Something Else . . .\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://heropress.com/?post_type=heropress-essays&p=987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/essays/groomed-real-estate-destined-something-else/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7787:\"<div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Groomed for Real Estate, Destined for Something Else . . .\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Groomed%20for%20Real%20Estate%2C%20Destined%20for%20Something%20Else%20.%20.%20.&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fgroomed-real-estate-destined-something-else%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Groomed for Real Estate, Destined for Something Else . . .\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fgroomed-real-estate-destined-something-else%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fgroomed-real-estate-destined-something-else%2F&title=Groomed+for+Real+Estate%2C+Destined+for+Something+Else+.+.+.\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Groomed for Real Estate, Destined for Something Else . . .\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/groomed-real-estate-destined-something-else/&media=http://heropress.com/wp-content/uploads/2016/05/nicole_osburn-150x150.jpg&description=Groomed for Real Estate, Destined for Something Else . . .\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Groomed for Real Estate, Destined for Something Else . . .\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/groomed-real-estate-destined-something-else/\" title=\"Groomed for Real Estate, Destined for Something Else . . .\"></a><input type=\"hidden\" name=\"rts_id\" class=\"rts_id\" value=\"987\" /><input type=\"hidden\" id=\"rts_media_nonce\" name=\"rts_media_nonce\" value=\"ba53090d47\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/feed/\" /></div><p>While other kids played with beanie babies I was hawking mine on eBay. I was always enamored with business and marketing. My family had a successful real estate business and at a young age I knew I wanted to go into business. I realized the importance of online marketing early on with my beanie baby business. Heck, I made two thousand dollars selling beanie babies when I was 13. I was not making that kind of money when I set up booths at collector shows. It’s all about the E-Commerce, baby!</p>\n<h3>Bubble burst</h3>\n<p>When I was 19, I obtained my real estate license. College was never really in my “life” plan. My plan was to work for the family business, in real estate.</p>\n<p>Unfortunately for me, I became a real estate agent in 2007. As you recall, the real estate market crashed in 2008 and it crashed hard. This is when I realized I had to change my career path because of the economy. I was heartbroken that I had to start over. Little did I know this was a blessing in disguise.</p>\n<h3>Diversification</h3>\n<p>Fast forward to my college years. -Oh boy!</p>\n<p><img class=\"alignright size-full wp-image-988\" src=\"http://heropress.com/wp-content/uploads/2016/05/Selection_431.png\" alt=\"Logo for 33.3\" width=\"201\" height=\"100\" />With an entrepreneurship spirit, a few of my friends and I joined forces to make the best t-shirt company ever. Our business model was flawless, well at least that’s what we had thought. The name of our company was 33.3 (I know, how cliché). We had a developer, graphic designer and a marketing/sales person.</p>\n<p>While our developer used Dreamweaver, this was the first time I understood the importance of web development. Watching Diggnation and conjuring up our next business scheme, I began to understand more about development, different kinds of files, and the difference between serif and sans serif (everything I now take for granted). The t-shirt business failed <img src=\"https://s.w.org/images/core/emoji/72x72/1f641.png\" alt=\"?\" class=\"wp-smiley\" /> but the lessons it taught me were priceless. This was the first time I knew I had to be a part of the web development process.</p>\n<h3>Back at it again</h3>\n<p>My family stumbled upon some land that was a great investment. It was a “no-brainer” to purchase because the price was too good to pass up. My sister and I decided it was time to learn how the building industry works. Trinity Home Builders emerged where I spent the next four years developing our marketing strategy and web presence.</p>\n<p>After working with three different web developers, I was still not happy with the end result of our website. So, I became obsessed with web development. After the website was in a good place, I was no longer content at Trinity. The CRM and PPC campaigns were on autopilot. Purchasing lumber and dealing with draw sheets was not my forte. I separated myself from Trinity and went back to school to finish the remaining two classes I needed to graduate in Marketing.</p>\n<h3>HTML & CSS 101</h3>\n<p>Last summer I spend two nights a week learning the fundamentals of web development. I obtained a social media certificate after completing that course.</p>\n<p>During the course, we were assigned the task of developing a WordPress website. I finally had my “ah-ha” moment – now everything I was trying to do for so long made sense.</p>\n<p>Now, just because I can create a site on WordPress, this does not mean I’m a developer. It’s the organic SEO, GA, GSC, social media, and all other inbound marketing that drives me.</p>\n<p>After a combination of my HTML class and WordCamp sessions, WordPress became my CMS of choice and I never looked back.</p>\n<h3>WordCamp</h3>\n<p>I was fortunate to be able to volunteer the first year I attended WordCamp Milwaukee. It was the beginning of my initiation into the WordCamp community. I met many talented individuals during the sessions, volunteering, snagging swag and at the social events. These individuals were not just acquaintances I met in passing, but they became friends and invaluable resources. It was and continues to be a wonderful experience.</p>\n<p>During last year’s WordCamp at the speaker/sponsor after party, I had the privilege of meeting Topher. I shared my story with him and told him how WordPress had impacted my life for the better. He told me about HeroPress. He asked me if I would be interested in writing an essay about my WordPress journey thus far. And, here I am.</p>\n<p>Currently, I work for Tuna Traffic as a Digital Marketing Technologist, and every day I am learning something new. I’m excited to see where my WordPress journey takes me next!</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/groomed-real-estate-destined-something-else/\">Groomed for Real Estate, Destined for Something Else . . .</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Nicole Osburn\";s: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:89:\"WPTavern: WordPress to Bump Recommended PHP Version From 5.6 to 7.0 By The Middle of 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=58030\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/wordpress-to-bump-recommended-php-version-from-5-6-to-7-0-by-the-middle-of-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5703:\"<p>Over the years, WordPress has been developed so that users and site owners don’t need to have a lot of technical knowledge to install and maintain it. Andrey Savchenko believes that WordPress is <a href=\"https://www.rarst.net/wordpress/technical-responsibility/\">causing technical irresponsibility</a> due to site owners not having to know technical details like which PHP version their site is running.</p>\n<blockquote><p>Is not knowing good for you as a site owner?</p>\n<p>Few good things ever happened by accident and ignorance.</p>\n<p>Running your own site takes learning and effort. It is admirable of WordPress to make that easier. It is self–serving and insincere of it to pretend you don’t have to know anything.</p>\n<p>You <strong>have to know</strong>. You <strong>are responsible</strong>.</p></blockquote>\n<p>The post generated a healthy <a href=\"https://twitter.com/Rarst/status/755084068207861760\">discussion on Twitter</a> that included Matt Mullenweg.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/perezbox\">@perezbox</a> <a href=\"https://twitter.com/Rarst\">@Rarst</a> shallow article: straw man assumptions and arguments, poor understanding of hosting ecosystem, faux controversial ending.</p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/755204070789394432\">July 19, 2016</a></p></blockquote>\n<p></p>\n<p>Although it’s not happening at break neck speeds, there is an effort underway to increase WordPress’ recommended PHP version from 5.6 to 7.</p>\n<p>In September of 2015, Aaron Jorbin <a href=\"https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/\">published a post</a> on the Make WordPress Core blog that explains what was accomplished in order for WordPress to officially support PHP 7. In the comments of the post, <a href=\"https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/#comment-27688\">Rahul286 suggests</a> that a warning be displayed that informs users they’re using an outdated version of PHP.</p>\n<p>Samuel ‘Otto’ Wood <a href=\"https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/#comment-27699\">succinctly explains</a> why a notice wouldn’t do any good.</p>\n<blockquote><p>A notice by itself is massively pointless to show the end user, who likely neither knows nor cares how their hosting service runs.</p>\n<p>However, it might be worth considering trying to detect the host in question, and providing valuable information for that specific host, such as links and other methods the end user can do to update themselves. Many hosts have a choice, somewhere, and if we know that, we can provide guidance.</p></blockquote>\n<p>Unlike WordPress’ <a href=\"https://premium.wpmudev.org/blog/wordpress-3-2-browse-happy-or-browse-crappy/\">Browse Happy notifications added in WordPress 3.2</a> that notifies users to update their browser, it appears WordPress is unlikely to perform a similar role with PHP versions.</p>\n<p>Jorbin <a href=\"https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/#comment-27670\">also commented</a> on the article suggesting that developers reach out to their local user groups and inform users why they need to care about which version of PHP their site is using.</p>\n<blockquote><p>One thing everyone can do to help move these numbers is to talk to your local user group about why they need to care about the PHP version they run. Show them how they can upgrade, show them benchmarks of PHP 7 vs. earlier versions (especially vs 5.2).</p></blockquote>\n<p>Three months ago, Jorbin created a <a href=\"https://core.trac.wordpress.org/ticket/36484\">trac ticket</a> with the suggestion that the PHP requirement for WordPress be increased from 5.6 to 7. Although many of the commenters agree with the move, Gary Pendergast <a href=\"https://core.trac.wordpress.org/ticket/36484#comment:8\">says</a> it’s best to wait. Dominik Schilling, WordPress 4.6 release lead, <a href=\"https://core.trac.wordpress.org/ticket/36484#comment:11\">agrees</a>.</p>\n<blockquote><p>Given that we have until the end of the year before we <em>have</em> to bump it, there’s no harm in holding off until major plugins are confirmed to work without notices or warnings. Until we can confirm that, I’m -1 on bumping the version for now.</p>\n<p>This is remembering that we’re talking about the <em>recommended</em> PHP version. The recommended version should be providing an ideal experience for folks, we shouldn’t be bumping to a bigger number just because it’s there.</p>\n<p>Given the PHP 5.6 support timeline, we’ll be bumping it by WordPress 4.8 at the latest, so it’d be nice to use those intervening months to ensure the UX for the wider WordPress ecosystem under PHP 7 is solid.</p></blockquote>\n<p>Major plugins like the <a href=\"https://core.trac.wordpress.org/ticket/36281\">WordPress Importer</a> are not yet compatible with PHP 7. Developers are highly encouraged to use the time before PHP 5.6 reaches <a href=\"http://php.net/supported-versions.php\">end of life</a> to thoroughly test their plugins and themes for PHP 7 compatibility.</p>\n<p>Mullenweg has <a href=\"https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/#comment-27668\">made it clear</a> that he will not use WordPress’ marketshare to force webhosting companies to upgrade to PHP 7 but rely on established relationships instead. In order to move the needle and get site owners to know and care about PHP versions, it’s going to take a continuous effort on the part of the WordPress community to educate them.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Jul 2016 00:42: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: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:65:\"WPTavern: BuddyPress 2.8 Will Bump Minimum PHP Requirement to 5.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:29:\"https://wptavern.com/?p=57943\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/buddypress-2-8-will-bump-minimum-php-requirement-to-5-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:3951:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?ssl=1\"><img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398&ssl=1\" alt=\"buddypress-logo-blue\" class=\"aligncenter size-full wp-image-30655\" /></a></p>\n<p>BuddyPress lead developers have decided to bump the minimum PHP requirement for version 2.8 of the plugin to 5.3+. The <a href=\"https://codex.buddypress.org/getting-started/php-version-support/\" target=\"_blank\">new guidelines for BuddyPress’ PHP version support</a>, authored by Boone Gorges on behalf of the team, states that the plugin will offer full support for <a href=\"http://php.net/supported-versions.php\" target=\"_blank\">all stable versions of PHP officially supported by the PHP project</a> (currently, 5.6.x and 7.0.x). Gorges outlined what “full support” means:</p>\n<ul>\n<li>BuddyPress should run error-free (ie, without fatal errors or PHP notices) on the PHP version.</li>\n<li>If a new version of BP includes a feature that requires a more recent version of PHP, the feature should be gracefully disabled on earlier PHP versions.</li>\n<li>The PHP version will be included in the plugin’s <a href=\"https://travis-ci.org/buddypress/BuddyPress/\" target=\"_blank\">automated testing build matrix</a>.</li>\n</ul>\n<p>The BP leadership team agreed that the project will provide basic support for legacy versions of PHP “until the cost-benefit ratio for supporting a given version suggests that it should be dropped.” That is the case with 5.2, which is currently in use on 7.6% of WordPress sites. Gorges acquired additional statistics from WordPress.org that indicate only 3.23% of BuddyPress sites are running on PHP 5.2:</p>\n<p><code>Unknown - 1.08%<br />\n5.2 - 3.23%<br />\n5.3 - 12.92%<br />\n5.4 - 34.44%<br />\n5.5 - 22.38%<br />\n5.6 - 23.02%<br />\n7.0 - 2.92%</code></p>\n<p>Another factor in the team’s decision is the project’s recent <a href=\"https://wptavern.com/buddypress-2-7-development-kicks-off-project-shifts-focus-to-developers-and-site-builders\" target=\"_blank\">shift in focus towards developers and site builders</a>, prioritizing building out the BuddyPress REST API.</p>\n<p>“Coupled with these numbers is the recognition that PHP 5.3 introduced features that have a meaningful effect on our ability to write a modern PHP application: namespaces, closures, guaranteed access to SPL, late static binding, and so on,” Gorges said. “As BuddyPress aims to build a major new feature – a REST API – it frees us up significantly to be able to take advantage of these and other features unavailable in PHP 5.2.”</p>\n<p>Gorges also explained why BuddyPress isn’t bumping the minimum version all the way up to 5.6, which is the oldest version for which the PHP project is still issuing security updates. With roughly three quarters of BuddyPress sites running on PHP versions 5.5 or older, a major jump to 5.6 would break the majority of sites using the plugin.</p>\n<p>“For many (most?) people running BuddyPress, updating PHP is emphatically not a simple task,” Gorges said. “As such, we would simply lose these users, or cause them to stay on old and unsupported versions of BuddyPress. We support WordPress’ ongoing, progressive efforts to work with webhosts to move sites off of old versions of PHP.”</p>\n<p>These changes will go into effect as of BuddyPress 2.8. In the meantime, contributors are working on <a href=\"https://buddypress.trac.wordpress.org/ticket/7195\" target=\"_blank\">adding a notice</a> when activating BuddyPress on a site that doesn’t meet system requirements as well as <a href=\"https://buddypress.trac.wordpress.org/ticket/7196\" target=\"_blank\">preventing the plugin from being updated</a> when minimum requirements are not met.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jul 2016 18:56: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:\"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: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:53:\"WPTavern: Stack Overflow Documentation is Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57906\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/stack-overflow-documentation-is-now-in-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4516:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?ssl=1\"><img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=1025%2C401&ssl=1\" alt=\"stack-overflow\" class=\"aligncenter size-full wp-image-57913\" /></a></p>\n<p>Building on the success of its Q&A communities, Stack Overflow <a href=\"http://blog.stackoverflow.com/2016/07/introducing-stack-overflow-documentation-beta/\" target=\"_blank\">announced</a> that its new <a href=\"http://stackoverflow.com/tour/documentation\" target=\"_blank\">Documentation</a> product is now in beta. For the past eight years, the site has rewarded expert advice by floating high quality answers to the top and allowing users to earn reputation points. This formula has turned out to be more successful than traditional forums where it’s often difficult, if not impossible, to discern the quality of answers provided to questions.</p>\n<p>Stack Overflow Documentation is curated by the community and focuses on providing code examples for developers. It offers versioning, collaborative authoring, and voting, which helps surface the best contributions. The documentation segment of the site has a new set of reputation badges and is open to contribution and feedback from anyone.</p>\n<p>“Documentation gives a home to a lot of this good content that has been turned away, or very hard to ‘get right’ in the Q&A format. Namely, the canonical, general reference, instructional content,” Stack Overflow developer Kevin Montrose said in the announcement.</p>\n<p>“It’s need-driven and self-healing,” Montrose said. “The best, most diligent technical writer out there still can’t beat thousands of actual users trying to learn a function or concept while writing real code. They’ll determine what topics or examples are needed most. And whenever something fails to explain something clearly, they can ask for it to be improved.”</p>\n<p>The <a href=\"http://wordpress.stackexchange.com/\" target=\"_blank\">WordPress Stack Exchange</a> is a thriving community and a <a href=\"http://stackoverflow.com/documentation/wordpress\" target=\"_blank\">WordPress documentation tag</a> is already active on Stack Overflow with 10 topics, 12 topic requests, and 13 proposed. A sampling of topics so far include the Loop, registering custom post types, making network requests with HTTP API, and enqueuing scripts.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/wordpress-documentation-stack-overflow.png?ssl=1\"><img src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/wordpress-documentation-stack-overflow.png?resize=1025%2C696&ssl=1\" alt=\"wordpress-documentation-stack-overflow\" class=\"aligncenter size-full wp-image-57915\" /></a></p>\n<p>It would take many months, if not years, for the Stack Overflow WordPress Documentation to even come close to the quantity of official documentation on WordPress.org, but the site has the potential to become a valuable alternative resource. The fact that anyone can jump in and contribute using an existing Stack Overflow account makes the barrier to entry very low.</p>\n<p>“From my experience with WP docs over years there is a significant issue with people using code snippets over and over again, while they become long outdated,” said Andrey Savchenko, a longtime WordPress Stack Exchange contributor and moderator.</p>\n<p>“However, my first impression is that Documentation is considerably harder to use than the Q&A sites,” he said. “It will take some time to see if it will be easier to contribute to than say Codex and Devhub, as well as if it manages to gather a community of WP experts to consistently participate.”</p>\n<p>For whatever reason, many developers are not fond of writing documentation, especially when it comes to documenting products that are not their own. Stack Overflow’s Documentation beta will show whether recognition in the form of badges and reputation can attract people who otherwise wouldn’t be inclined to contribute to documentation.</p>\n<p>If Stack Overflow can motivate developers to write documentation with the same success as the Q&A sites, the company may potentially <a href=\"http://disq.us/p/1a8c0kf\" target=\"_blank\">explore adding this feature to its Enterprise version</a>, which is built to support private instances of 500 or more users.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jul 2016 16:57:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:113:\"WPTavern: WPCampus Survey Results Indicate Misconceptions of WordPress Are Slowing its Growth in Higher Education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wptavern.com?p=57793&preview_id=57793\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://wptavern.com/wpcampus-survey-results-indicate-misconceptions-of-wordpress-are-slowing-its-growth-in-higher-education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3611:\"<p>Before the first inaugural <a href=\"https://wpcampus.org/\">WPCampus</a> took place last weekend, the organizing team <a href=\"https://wptavern.com/help-wpcampus-gather-data-on-how-schools-and-campuses-use-wordpress\">conducted a survey</a> to learn how WordPress is used in higher education. A total of 486 people responded to the survey. Modern Tribe has not only made the <a href=\"http://bit.ly/WPCampusStudy\">survey results available to the public</a>, they have also published <a href=\"http://tri.be/blog/wpcampus-survey-wordpress-trends-in-education/\">an in-depth</a> review of the data.</p>\n<p>There are a couple of items that stand out to me. Misconceptions that have plagued WordPress for years are affecting people’s decision to use it.</p>\n<p>For instance, 18% of respondents said scalability is a barrier to being accepted at their school. Meanwhile, 37% of respondents said that WordPress’ reputation of being <em>just a blogging platform</em> hindered its ability to be the platform of choice.</p>\n<p>The <a href=\"https://wordpress.org/showcase/\">WordPress showcase</a> is filled with sites both large and small that prove WordPress’ scalability. It’s also filled with sites that show WordPress is used for far more than blogging.</p>\n<p>As WordPress continues to evolve from being a blogging platform to something capable of doing much more, it’s disappointing that this misconception still exists. Is there any hope that people can discover and realize that blogging is something WordPress is great at, but at its core, provides people the ability to go above and beyond?</p>\n<p>Another fascinating part of the survey is the security aspect where 42% of respondents reported that they do not have a list of vetted plugins for their network. In addition, 13% of respondents said their networks are not running the latest version of WordPress.</p>\n<p>How survey questions are asked can be the difference between receiving actionable or unusable data. ModernTribe acknowledges that the questions in future versions of the survey can be worded better to increase the accuracy of data.</p>\n<blockquote><p>If you take a look at the multi-part question we used to help qualify the institutions represented in the survey, you’ll that it could have been written much better. Since the main part of the question was mandatory, the survey also made the subsection where you could input your URL mandatory as well.</p>\n<p>Other areas we can improve include better categorization for multiple-choice questions, including an option for ‘n/a’ or ‘I don’t know’ in more questions, and fewer write-in responses.</p></blockquote>\n<p>If you’re interested in reviewing the survey results, you can access them via <a href=\"http://bit.ly/WPCampusStudy\">this spreadsheet</a> on Google Docs.</p>\n<p>For those that didn’t get a chance to attend WPCampus in person or watch it live, I highly encourage you to read <a href=\"http://davidbisset.com/wpcampus-review/\">this review</a> from David Bisset, who has organized a number of large WordPress conferences. There’s also <a href=\"https://calderawp.com/2016/07/wpcampus-2016-recap/\">this review</a> by Josh Pollock of CalderaWP. Last but not least, Adam Warner <a href=\"https://wpdistrict.sitelock.com/blog/wp-campus-a-wordpress-event-focused-on-higher-education/\">shares his experience</a> on the SiteLock blog.</p>\n<p>What do you think of the WPCampus survey results? Is there any data that surprises you? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2016 23:56: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:\"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: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:60:\"WPTavern: WPWeekly Episode 242 – Interview with Eric Meyer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wptavern.com?p=57789&preview_id=57789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wpweekly-episode-242-interview-with-eric-meyer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2812:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://meyerweb.com/\">Eric Meyer</a>. Meyer is an American web design consultant and author. He is best known for his advocacy work on behalf of<a href=\"https://en.wikipedia.org/wiki/Web_standards\"> web standards</a>, most notably<a href=\"https://en.wikipedia.org/wiki/Cascading_Style_Sheets\"> Cascading Style Sheets</a> (CSS), which is a technique for managing how<a href=\"https://en.wikipedia.org/wiki/HTML\"> HTML</a> is displayed.</p>\n<p>We start off the show by discussing the technology of the 70s and 80s and how Meyer got involved with the CSS language. We then go in-depth on a number of topics covered in his WordCamp Northeast Ohio keynote presentation on <a href=\"http://wordpress.tv/2016/06/24/eric-a-meyer-design-for-real-life/\">Designing for Real Life</a>. Near the end of the interview, we find out what the state of CSS is and some of the key developments to keep an eye on.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-4/\">WordPress 4.6 Beta 4</a><br />\n<a href=\"http://wordpress.tv/2016/06/24/eric-a-meyer-design-for-real-life/\">Eric Meyer – Designing for Real Life</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/byconsole-woo-order-delivery-time/\">WooCommerce Order Delivery or Pickup with Date and Time </a>is a plugin that allows customers to choose a desired delivery/pickup date and time for WooCommerce’s orders through a frontend widget. You can control number of days required to place an order, delivery hours to choose from, and the pickup hours available.</p>\n<p><a href=\"https://wordpress.org/plugins/haremo-social-screenshots/\">HAREMO Social Screenshots </a>creates screenshots of Posts and Pages and uses the screen grabs as thumbnail images when the URL is shared on Facebook or Twitter.</p>\n<p><a href=\"https://wordpress.org/plugins/cf7-messenger/\">Cf7 Messenger </a>works with Contact Form 7 and immediately sends submissions to Facebook Messenger.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 3rd 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=\"https://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 #242:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2016 20:42:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:141:\"WPTavern: Ford Foundation Publishes Non-Technical White Paper on Open Source Software and the Challenges of Sustaining Digital Infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57765\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"https://wptavern.com/ford-foundation-publishes-non-technical-white-paper-on-open-source-software-and-the-challenges-of-sustaining-digital-infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6254:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/roads.jpg?ssl=1\"><img src=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/roads.jpg?resize=960%2C564&ssl=1\" alt=\"photo credit: Khara Woods\" class=\"size-full wp-image-57770\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/476JX1HAUX\">Khara Woods</a>\n<p>Last week the Ford Foundation <a href=\"http://www.fordfoundation.org/library/reports-and-studies/roads-and-bridges-the-unseen-labor-behind-our-digital-infrastructure/\" target=\"_blank\">published a white paper</a> titled “Roads and Bridges: The Unseen Labor Behind Our Digital Infrastructure.” The foundation, established in 1936 by Edsel Ford, president of the Ford Motor Company, is currently working to challenge inequality and advance human welfare. This new document in the foundation’s library, written by Nadia Eghbal, addresses the challenges of sustaining our digital infrastructure:</p>\n<blockquote><p>Everybody relies on shared code to write software, including Fortune 500 companies, government, major software companies and startups. In a world driven by technology, we are putting increased demand on those who maintain our digital infrastructure. Yet because these communities are not highly visible, the rest of the world has been slow to notice.</p>\n<p>Just like physical infrastructure, digital infrastructure needs regular upkeep and maintenance. But financial support for digital infrastructure is much harder to come by.</p></blockquote>\n<p>Eghbal, an amateur software developer who previously worked in venture capital, drew from her experience using open source code when preparing the 143-page report. She also interviewed many leaders and contributors in various open source software communities.</p>\n<p>“After I left my job in venture capital last year, I set off to explore the paradox I couldn’t stop thinking about: that there were valuable software tools that couldn’t be supported by commercial models, and that they lacked any form of institutional support,” she said.</p>\n<p>The unique thing about this extraordinary contribution from the Ford Foundation is that Eghbal wrote the document to help consumers and companies understand the toll open source software takes on its contributors and offers strategies for how they can be supportive of the world’s shared digital infrastructure. It bridges a critical gap in understanding between the open source software development community and the people who use the software every day.</p>\n<p>“Most of us take opening a software application for granted, the way we take turning on the lights for granted,” Eghbal said. “We don’t think about the human capital necessary to make that happen.”</p>\n<p>Eghbal compares the physical infrastructure of the transportation industry to that of the digital world. She contends that the decentralized nature of digital infrastructure makes it more difficult to maintain as a public good. Since the progress is driven by citizens working together, and not by any official governing body, it requires consumers and companies to be supportive of how software communities work if we hope to achieve long-term sustainability of the open source projects we depend on.</p>\n<p>Eghbal introduces consumers to common ways that open source projects find financial support but also highlights how many widely used projects can fall through the cracks. The document opens with the example of OpenSSL and the Heartbleed vulnerability which was exposed in 2014.</p>\n<p>“A 2015 study by the Federal University of Minas Gerais in Brazil looked at 133 of the most actively used projects hosted on GitHub, across programming languages, and found that 64%, or nearly two-thirds, relied upon just one or two developers to survive,” Eghbal said. “Although there may be a long tail of casual or infrequent contributors, for many projects, the major responsibilities of project management fall on just a few people.”</p>\n<p>In offering a brief history of open source software, Eghbal cites WordPress as a prime example (on page 34) of software that is flexible to customize thanks to the freedom its creators gave the project when licensing it under the GPL. Nevertheless, our community shares many of the struggles identified in the document, as maintainers of some of our most important development tools often cannot find financial support that will enable them to keep working on these projects.</p>\n<p>The white paper covers many important topics that help non-technical consumers understand the critical need to support the creators of our digital infrastructure. A few example chapters include:</p>\n<ul>\n<li>How not charging for software transformed society</li>\n<li>Why digital infrastructure support problems are accelerating</li>\n<li>Open source’s complicated relationship with money</li>\n<li>Business models for digital infrastructure</li>\n<li>Institutional efforts to support digital infrastructure</li>\n</ul>\n<p>Eghbal advocates treating digital infrastructure as a necessary public good and working with existing software communities. She calls for a more holistic approach to project support, beyond just code and money.</p>\n<p>Many of the topics in this white paper are completely new ideas for software consumers but Eghbal’s explanations make them easy for anyone to understand. She includes basic explanations for software terms like frameworks, libraries, and languages, and explains why certain types of open source projects have a more difficult time finding a means of financial support.</p>\n<p>I highly recommend reading this document, whether you are an open source project maintainer, a company decision maker who contracts software development, or a consumer. The white paper doesn’t just explore the challenges but also offers constructive ways that people of all walks of life can work together to support our digital infrastructure. You can <a href=\"http://www.fordfoundation.org/library/reports-and-studies/roads-and-bridges-the-unseen-labor-behind-our-digital-infrastructure/\" target=\"_blank\">download the PDF</a> for free from the Ford Foundation.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2016 20:11: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: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:108:\"WPTavern: Downtime Expected for Some WP Engine Customers as Linode Patches A Critical Security 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:45:\"https://wptavern.com?p=57724&preview_id=57724\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/downtime-expected-for-some-wp-engine-customers-as-linode-patches-a-critical-security-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:2128:\"<p>WP Engine customers on legacy Xen Linode host servers are being notified via email and the <a href=\"https://wpenginestatus.com/cloud-security-maintenance-may-cause-downtime/\">company’s status blog</a> about impending downtime between July 21st and July 25th. According to an email forwarded to the Tavern from a WP Engine customer, Linode’s <a href=\"https://status.linode.com/incidents/dgzvdyqttr9f\">legacy Xen host servers</a> contain a critical security vulnerability.</p>\n<blockquote><p>We are contacting you today regarding an upcoming emergency security maintenance being performed at one of our cloud infrastructure providers. The majority of cloud infrastructure providers across the world will be conducting maintenance due to this situation.</p></blockquote>\n<p>The details of the vulnerability <a href=\"http://xenbits.xen.org/xsa/\">are embargoed</a> until July 26th giving Linode a limited amount of time to patch its systems. According to Linode, the company has no control over the disclosure date.</p>\n<p>WP Engine expects the maintenance procedure to be conducted at some point on July 23rd. Downtime could last anywhere from 20-40 minutes during the migration.</p>\n<p>This isn’t the first time both companies have been in the news due to security issues. Earlier this year, <a href=\"https://wptavern.com/linode-confirms-data-security-breach-that-matches-recent-wp-engine-attack\">Linode confirmed</a> that it experienced a data breach which resulted in resetting all of its customer’s passwords. The data breach was similar to one experienced by WP Engine where an attacker bypassed multiple layers of security to gain access to an administrative panel.</p>\n<p>Linode is encouraging customers using its legacy Xen servers outside of hosting providers to <a href=\"https://www.linode.com/docs/uptime/reboot-survival-guide\">review the following document</a> to prepare for the reboot. WP Engine customers affected by this issue are encouraged to check the <a href=\"http://wpenginestatus.com\">company’s status blog</a> for further updates.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2016 22:48: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: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:117:\"WPTavern: 18 WordPress Plugins Updated Due to Summer of Pwnage Findings, 40+ Vulnerabilities Still in Reporting Stage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57668\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://wptavern.com/18-wordpress-plugins-updated-due-to-summer-of-pwnage-findings-40-vulnerabilities-still-in-reporting-stage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3211:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/summer-of-pwnage.png?ssl=1\"><img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/summer-of-pwnage.png?resize=1025%2C390&ssl=1\" alt=\"summer-of-pwnage\" class=\"aligncenter size-full wp-image-57671\" /></a></p>\n<p><a href=\"https://sumofpwn.nl/\" target=\"_blank\">Summer of Pwnage</a>, a Dutch community program for anyone interested in software security, is focusing on WordPress for its current open source security bug hunting event. The community program hosts meetups and workshops on the weekend where anyone from “enthusiastic beginners to the 1337est hackers” is welcome to share findings and demonstrate skills and exploits.</p>\n<p>The goal of the community event is to contribute to the security of widely used open source software projects and participants are strongly encouraged to responsibly disclose vulnerabilities to the authors of the original code. WordPress and its thousands of plugins are the target for this month, which organizers call “a bug hunter’s paradise.”</p>\n<p>Summer of Pwnage <a href=\"https://sumofpwn.nl/advisories.html\" target=\"_blank\">July 2016 findings</a> includes dozens of vulnerabilities discovered in popular WordPress plugins. So far, 18 vulnerabilities have been fixed by the plugin authors and more than 40 others are currently in the reporting stage.</p>\n<p>This week Ninja Forms, which has more than 600,000 active installs, issued <a href=\"https://wordpress.org/plugins/ninja-forms/changelog/\" target=\"_blank\">a security release</a> that fixed multiple Cross-Site Scripting (XSS) vulnerabilities discovered by Summer of Pwnage participants. The bug hunters also discovered a XSS vulnerability in WooCommerce (active on over a million installs), which was subsequently <a href=\"https://woocommerce.wordpress.com/2016/07/19/woocommerce-2-6-3-fixsecurity-release-notes/\" target=\"_blank\">patched</a>.</p>\n<p>Security updates are also available for other popular plugins as the result of the program’s efforts, including Paid Memberships Pro, WP Fastest Cache, Easy Forms for MailChimp, and others. The list of reported vulnerabilities includes links to describe each and is being updated frequently, as WordPress plugin authors release patches to their plugins.</p>\n<p>Summer of Pwnage is hosted at <a href=\"https://www.securify.nl/\" target=\"_blank\">Securify</a>, a software security company. Organizers provide users with VMs and set them loose hunting bugs. The focus of the event is sharing knowledge and teaching others and has been highly beneficial to the WordPress community so far.</p>\n<p>With WordPress plugin vulnerabilities so plentiful, even within the top professionally supported plugins, it would be great to see a niche conference or virtual event focused on security with a contributor day. WordPress needs more guardians spread across the community that can specialize in contributing back in this way. Educational events like Summer of Pwnage demonstrate how successful this kind of event can be for hunting down serious vulnerabilities in the software that millions of people use every day.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2016 21:38: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: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:86:\"WPTavern: Human Made is Giving Away Two Full Scholarships to A Week of REST Conference\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/human-made-is-giving-away-two-full-scholarships-to-a-week-of-rest-conference\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1349:\"<p><a href=\"https://aweekofrest.hm/\">A Week of REST</a>, a four-day conference devoted to the WordPress REST API that takes place September 4-9 in Darwin Lake, Matlock in the United Kingdom, <a href=\"https://hmn.md/2016/07/20/announcing-two-full-scholarships-a-week-of-rest-for-students-and-under-represented-groups-in-the-tech-industry/\">has announced</a> it is offering two full scholarships for students and under-represented groups in the tech industry.</p>\n<p>“The WordPress REST API is transforming how people use WordPress, opening it up to new technologies and communities. We want to enable people from under-represented groups in technology to develop the skills they need to use the REST API and further their career,” said Siobhan McKeown, Events Director at Human Made.</p>\n<p>The scholarships are worth £1500, and include all of the workshops, training, accommodation, meals, and transfer to Derby or Matlock station. To qualify for the scholarships, you must be employed or looking for work in the field of web development or design.</p>\n<p>Those interested in applying have until July 29th, Midnight CET, to <a href=\"https://aweekofrest.hm/page/scholarship-tickets\">submit an application</a>. Applicants will receive an email by August 5th with details on who received a scholarship.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2016 20:40:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"WPTavern: WP-CLI GUI: An Interface to Speed Up WordPress Installation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/wp-cli-gui-an-interface-to-speed-up-wordpress-installation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2563:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/wp-cli-gui.png?ssl=1\"><img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/wp-cli-gui.png?resize=1025%2C400&ssl=1\" alt=\"wp-cli-gui\" class=\"aligncenter size-full wp-image-57658\" /></a></p>\n<p><a href=\"https://wpcligui.com/\" target=\"_blank\">WP-CLI GUI</a> is a new tool from WordPress developer <a href=\"http://timbrugman.com/\" target=\"_blank\">Tim Brugman</a>, created to speed up the creation of new WordPress sites when using <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a>. The tool captures the details required to configure the database, site info, admin user, and password. It outputs one long command that WP-CLI users can copy and paste.</p>\n<p>At first it might seem counterintuitive – if you use the command line to manage WordPress, why would you want to add an extra interface to your workflow? Brugman explained the problem that led him to create WP-CLI GUI:</p>\n<p>“I heard about WP-CLI and gave it a shot,” he said. “I thought it was very neat for managing your sites but a bit of a hassle for new installs. Because installing WP with the CLI is a sequence of commands, if you don’t concatenate them, you have wait for each to end. It’s especially annoying because the first, downloading WP, takes the longest.”</p>\n<p>If you concatenate all of the commands into one giant command with all of the installation variables, the risk of typos increases to where you need to copy and paste.</p>\n<p>“Once I started copy pasting, I figured I might as well automate that with JavaScript,” Brugman said. “That became the ridiculous GUI for the CLI.”</p>\n<p>Brugman plans to expand with options for removing Akismet and Hello Dolly and is considering adding a list of optional plugins to install.</p>\n<p>“Depending on the number of plugins you ‘always’ use, could save some more time,” he said. “Tasks beyond the installation I haven’t yet looked at. Requests are welcome.”</p>\n<p><a href=\"https://wpcligui.com/\" target=\"_blank\">WP-CLI GUI</a> is supported by <a href=\"https://toscani.nl/\" target=\"_blank\">Toscani</a>, a web development company. Brugman and his colleagues there use the tool to speed up installation of new WordPress sites. He said the tool is ideally suited for developers who often create new WordPress sites and are comfortable with the command line but don’t use WP-CLI at every opportunity.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2016 16:55:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 20 Sep 2016 06:23:25 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"477677\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 20 Sep 2016 06:15:24 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20160919111332\";}','no'),(721,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1474395805','no'),(722,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1474352605','no'),(723,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1474395806','no'),(724,'_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:\"Tue, 20 Sep 2016 06:10:46 +0000\";s: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: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:150:\"The most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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: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: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: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: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:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast 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: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: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: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:\"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: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: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: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: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:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:150:\"Secure your website with the Wordfence security plugin for WordPress. Wordfence provides free enterprise-class WordPress security, protecting your we\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Wordpress VN oEmbed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-vn-oembed/#post-72184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Sep 2014 03:14: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:\"72184@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"Tự động nhúng nhạc, video, clip từ các trang nhạc ở Việt Nam khi bạn dán link nhạc vào bài viết.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Nguyen Van Duoc\";s: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: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: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:35:\"Google Analytics by MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:113:\"Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Syed Balkhi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"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: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: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: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: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: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: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:107:\"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"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:\"\";}}}}}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: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: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:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"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:58:\"Extends and enhances TinyMCE, the WordPress Visual 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: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: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 15 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: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: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: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: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: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:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25: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:35:\"47509@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:139:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dave Ross\";s: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:35:\"UpdraftPlus WordPress Backup Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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: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: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: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: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: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: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:\"\";}}}}}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: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:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security 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:7:\"iThemes\";s: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:\"Tue, 20 Sep 2016 06:23:26 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, 30 Mar 2007 20:08:18 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20160919111332\";}','no'),(725,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1474395806','no'),(726,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1474352606','no'),(727,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1474395806','no'),(728,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/09/wordpress-4-6-1-security-and-maintenance-release/\'>WordPress 4.6.1 Security and Maintenance Release</a> <span class=\"rss-date\">September 7, 2016</span><div class=\"rssSummary\">WordPress 4.6.1 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.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher Cengiz Han Sahin; and a path traversal vulnerability in […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://poststatus.com/wordpress-theme-anyway-draft-podcast/\'>Post Status: What is a WordPress theme anyway? — Draft podcast</a></li><li><a class=\'rsswidget\' href=\'http://heropress.com/essays/endless-supply-happiness/\'>HeroPress: An Endless Supply of Happiness</a></li><li><a class=\'rsswidget\' href=\'http://heropress.com/essays/a-community-of-acceptance/\'>HeroPress: A Community of Acceptance</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> Page Builder by SiteOrigin <a href=\"plugin-install.php?tab=plugin-information&plugin=siteorigin-panels&_wpnonce=6027bab9b4&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install Page Builder by SiteOrigin\">(Install)</a></li></ul></div>','no'),(729,'_transient_is_multi_author','0','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1643 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,4,'_edit_last','1'),(3,4,'_edit_lock','1467438285:1'),(4,6,'_edit_last','1'),(5,6,'_edit_lock','1467190728:1'),(6,8,'_edit_last','1'),(7,8,'_edit_lock','1466162830:1'),(8,10,'_edit_last','1'),(9,10,'_edit_lock','1467269061:1'),(10,12,'_edit_last','1'),(11,12,'_edit_lock','1466162886:1'),(12,14,'_edit_last','1'),(13,14,'_edit_lock','1466162933:1'),(14,16,'_edit_last','1'),(15,16,'_edit_lock','1467438347:1'),(16,18,'_edit_last','1'),(17,18,'_edit_lock','1467445789:1'),(18,20,'_edit_last','1'),(19,20,'_edit_lock','1467010326:1'),(20,22,'_menu_item_type','post_type'),(21,22,'_menu_item_menu_item_parent','0'),(22,22,'_menu_item_object_id','4'),(23,22,'_menu_item_object','page'),(24,22,'_menu_item_target',''),(25,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(26,22,'_menu_item_xfn',''),(27,22,'_menu_item_url',''),(29,23,'_menu_item_type','post_type'),(30,23,'_menu_item_menu_item_parent','0'),(31,23,'_menu_item_object_id','6'),(32,23,'_menu_item_object','page'),(33,23,'_menu_item_target',''),(34,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(35,23,'_menu_item_xfn',''),(36,23,'_menu_item_url',''),(38,24,'_menu_item_type','post_type'),(39,24,'_menu_item_menu_item_parent','0'),(40,24,'_menu_item_object_id','8'),(41,24,'_menu_item_object','page'),(42,24,'_menu_item_target',''),(43,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(44,24,'_menu_item_xfn',''),(45,24,'_menu_item_url',''),(47,25,'_menu_item_type','post_type'),(48,25,'_menu_item_menu_item_parent','0'),(49,25,'_menu_item_object_id','10'),(50,25,'_menu_item_object','page'),(51,25,'_menu_item_target',''),(52,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(53,25,'_menu_item_xfn',''),(54,25,'_menu_item_url',''),(56,26,'_menu_item_type','post_type'),(57,26,'_menu_item_menu_item_parent','0'),(58,26,'_menu_item_object_id','12'),(59,26,'_menu_item_object','page'),(60,26,'_menu_item_target',''),(61,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(62,26,'_menu_item_xfn',''),(63,26,'_menu_item_url',''),(65,27,'_menu_item_type','post_type'),(66,27,'_menu_item_menu_item_parent','0'),(67,27,'_menu_item_object_id','14'),(68,27,'_menu_item_object','page'),(69,27,'_menu_item_target',''),(70,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(71,27,'_menu_item_xfn',''),(72,27,'_menu_item_url',''),(74,28,'_menu_item_type','post_type'),(75,28,'_menu_item_menu_item_parent','0'),(76,28,'_menu_item_object_id','16'),(77,28,'_menu_item_object','page'),(78,28,'_menu_item_target',''),(79,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(80,28,'_menu_item_xfn',''),(81,28,'_menu_item_url',''),(83,29,'_menu_item_type','post_type'),(84,29,'_menu_item_menu_item_parent','0'),(85,29,'_menu_item_object_id','18'),(86,29,'_menu_item_object','page'),(87,29,'_menu_item_target',''),(88,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(89,29,'_menu_item_xfn',''),(90,29,'_menu_item_url',''),(92,30,'_menu_item_type','post_type'),(93,30,'_menu_item_menu_item_parent','0'),(94,30,'_menu_item_object_id','20'),(95,30,'_menu_item_object','page'),(96,30,'_menu_item_target',''),(97,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(98,30,'_menu_item_xfn',''),(99,30,'_menu_item_url',''),(101,31,'_menu_item_type','post_type'),(102,31,'_menu_item_menu_item_parent','23'),(103,31,'_menu_item_object_id','2'),(104,31,'_menu_item_object','page'),(105,31,'_menu_item_target',''),(106,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(107,31,'_menu_item_xfn',''),(108,31,'_menu_item_url',''),(110,32,'_menu_item_type','post_type'),(111,32,'_menu_item_menu_item_parent','31'),(112,32,'_menu_item_object_id','2'),(113,32,'_menu_item_object','page'),(114,32,'_menu_item_target',''),(115,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(116,32,'_menu_item_xfn',''),(117,32,'_menu_item_url',''),(119,33,'_menu_item_type','post_type'),(120,33,'_menu_item_menu_item_parent','31'),(121,33,'_menu_item_object_id','2'),(122,33,'_menu_item_object','page'),(123,33,'_menu_item_target',''),(124,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(125,33,'_menu_item_xfn',''),(126,33,'_menu_item_url',''),(128,34,'_menu_item_type','post_type'),(129,34,'_menu_item_menu_item_parent','31'),(130,34,'_menu_item_object_id','2'),(131,34,'_menu_item_object','page'),(132,34,'_menu_item_target',''),(133,34,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(134,34,'_menu_item_xfn',''),(135,34,'_menu_item_url',''),(137,35,'_menu_item_type','post_type'),(138,35,'_menu_item_menu_item_parent','23'),(139,35,'_menu_item_object_id','2'),(140,35,'_menu_item_object','page'),(141,35,'_menu_item_target',''),(142,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(143,35,'_menu_item_xfn',''),(144,35,'_menu_item_url',''),(146,36,'_menu_item_type','post_type'),(147,36,'_menu_item_menu_item_parent','35'),(148,36,'_menu_item_object_id','2'),(149,36,'_menu_item_object','page'),(150,36,'_menu_item_target',''),(151,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(152,36,'_menu_item_xfn',''),(153,36,'_menu_item_url',''),(155,37,'_menu_item_type','post_type'),(156,37,'_menu_item_menu_item_parent','35'),(157,37,'_menu_item_object_id','2'),(158,37,'_menu_item_object','page'),(159,37,'_menu_item_target',''),(160,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(161,37,'_menu_item_xfn',''),(162,37,'_menu_item_url',''),(163,38,'_edit_last','1'),(164,38,'_edit_lock','1473676642:1'),(165,38,'_wp_page_template','index.php'),(170,42,'_easingslider','a:19:{s:9:\"randomize\";b:0;s:6:\"slides\";a:4:{i:0;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:43;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:1;}i:1;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:44;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:2;}i:2;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:45;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:3;}i:3;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:46;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:4;}}s:5:\"width\";i:1365;s:6:\"height\";i:563;s:10:\"full_width\";b:1;s:14:\"image_resizing\";b:1;s:11:\"auto_height\";b:0;s:17:\"transition_effect\";s:5:\"slide\";s:19:\"transition_duration\";i:0;s:12:\"lazy_loading\";b:0;s:6:\"arrows\";b:0;s:12:\"arrows_hover\";b:0;s:15:\"arrows_position\";s:6:\"inside\";s:10:\"pagination\";b:1;s:16:\"pagination_hover\";b:0;s:19:\"pagination_position\";s:6:\"inside\";s:19:\"pagination_location\";s:13:\"bottom-center\";s:16:\"playback_enabled\";b:0;s:14:\"playback_pause\";i:4000;}'),(171,43,'_wp_attached_file','2016/06/Banner1.jpg'),(172,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:563;s:4:\"file\";s:19:\"2016/06/Banner1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Banner1-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:\"Banner1-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Banner1-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Banner1-1024x422.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner1-1200x495.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:3:{i:0;s:8:\"1366x563\";i:1;s:8:\"1365x563\";i:2;s:7:\"100x563\";}}}'),(173,44,'_wp_attached_file','2016/06/Banner2.jpg'),(174,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:563;s:4:\"file\";s:19:\"2016/06/Banner2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Banner2-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:\"Banner2-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Banner2-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Banner2-1024x422.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner2-1200x495.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:3:{i:0;s:8:\"1366x563\";i:1;s:8:\"1365x563\";i:2;s:7:\"100x563\";}}}'),(175,45,'_wp_attached_file','2016/06/Banner3.jpg'),(176,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:563;s:4:\"file\";s:19:\"2016/06/Banner3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Banner3-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:\"Banner3-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Banner3-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Banner3-1024x422.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner3-1200x495.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:3:{i:0;s:8:\"1366x563\";i:1;s:8:\"1365x563\";i:2;s:7:\"100x563\";}}}'),(177,46,'_wp_attached_file','2016/06/hm_Banner.jpg'),(178,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:563;s:4:\"file\";s:21:\"2016/06/hm_Banner.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"hm_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:21:\"hm_Banner-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"hm_Banner-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"hm_Banner-1024x422.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"hm_Banner-1200x495.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:3:{i:0;s:8:\"1366x563\";i:1;s:8:\"1365x563\";i:2;s:7:\"100x563\";}}}'),(179,47,'_easingslider','a:19:{s:9:\"randomize\";b:0;s:6:\"slides\";a:5:{i:0;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:48;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:1;}i:1;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:49;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:2;}i:2;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:50;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:3;}i:3;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:51;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:4;}i:4;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:52;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:5;}}s:5:\"width\";i:558;s:6:\"height\";i:386;s:10:\"full_width\";b:0;s:14:\"image_resizing\";b:1;s:11:\"auto_height\";b:0;s:17:\"transition_effect\";s:5:\"slide\";s:19:\"transition_duration\";i:400;s:12:\"lazy_loading\";b:1;s:6:\"arrows\";b:1;s:12:\"arrows_hover\";b:0;s:15:\"arrows_position\";s:6:\"inside\";s:10:\"pagination\";b:0;s:16:\"pagination_hover\";b:0;s:19:\"pagination_position\";s:6:\"inside\";s:19:\"pagination_location\";s:13:\"bottom-center\";s:16:\"playback_enabled\";b:1;s:14:\"playback_pause\";i:4000;}'),(180,48,'_wp_attached_file','2016/06/udta_punjab.png'),(181,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:386;s:4:\"file\";s:23:\"2016/06/udta_punjab.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"udta_punjab-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"udta_punjab-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"558x386\";}}}'),(182,49,'_wp_attached_file','2016/06/housfull.jpg'),(183,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:386;s:4:\"file\";s:20:\"2016/06/housfull.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"housfull-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"housfull-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"558x386\";}}}'),(184,50,'_wp_attached_file','2016/06/te3n.png'),(185,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:386;s:4:\"file\";s:16:\"2016/06/te3n.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"te3n-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:\"te3n-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"558x386\";}}}'),(186,51,'_wp_attached_file','2016/06/ninja.jpg'),(187,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:386;s:4:\"file\";s:17:\"2016/06/ninja.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ninja-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:17:\"ninja-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"558x386\";}}}'),(188,52,'_wp_attached_file','2016/06/x-men.jpg'),(189,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:386;s:4:\"file\";s:17:\"2016/06/x-men.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"x-men-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:17:\"x-men-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"558x386\";}}}'),(190,53,'_wp_attached_file','2016/06/events_3.png'),(191,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:386;s:4:\"file\";s:20:\"2016/06/events_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"events_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:20:\"events_3-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"558x386\";}}}'),(192,54,'_easingslider','a:19:{s:9:\"randomize\";b:0;s:6:\"slides\";a:3:{i:0;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:55;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:1;}i:1;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:56;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:2;}i:2;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:57;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:3;}}s:5:\"width\";i:558;s:6:\"height\";i:386;s:10:\"full_width\";b:0;s:14:\"image_resizing\";b:1;s:11:\"auto_height\";b:0;s:17:\"transition_effect\";s:5:\"slide\";s:19:\"transition_duration\";i:400;s:12:\"lazy_loading\";b:1;s:6:\"arrows\";b:1;s:12:\"arrows_hover\";b:0;s:15:\"arrows_position\";s:6:\"inside\";s:10:\"pagination\";b:0;s:16:\"pagination_hover\";b:0;s:19:\"pagination_position\";s:6:\"inside\";s:19:\"pagination_location\";s:13:\"bottom-center\";s:16:\"playback_enabled\";b:1;s:14:\"playback_pause\";i:4000;}'),(193,55,'_wp_attached_file','2016/06/events_1.png'),(194,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:386;s:4:\"file\";s:20:\"2016/06/events_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"events_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:20:\"events_1-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"558x386\";}}}'),(195,56,'_wp_attached_file','2016/06/events_2.png'),(196,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:386;s:4:\"file\";s:20:\"2016/06/events_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"events_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:20:\"events_2-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"558x386\";}}}'),(197,57,'_wp_attached_file','2016/06/events_3-1.png'),(198,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:386;s:4:\"file\";s:22:\"2016/06/events_3-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"events_3-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:22:\"events_3-1-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"558x386\";}}}'),(199,59,'_wp_attached_file','2016/06/hover_icon1.png'),(200,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:125;s:4:\"file\";s:23:\"2016/06/hover_icon1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(201,60,'_wp_attached_file','2016/06/wt_hover_icon1.png'),(202,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:125;s:4:\"file\";s:26:\"2016/06/wt_hover_icon1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(203,62,'_wp_attached_file','2016/06/mall1.png'),(204,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:283;s:6:\"height\";i:568;s:4:\"file\";s:17:\"2016/06/mall1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mall1-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:17:\"mall1-149x300.png\";s:5:\"width\";i:149;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(205,64,'_wp_attached_file','2016/06/mall2.png'),(206,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:284;s:4:\"file\";s:17:\"2016/06/mall2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mall2-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:17:\"mall2-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(207,65,'_wp_attached_file','2016/06/hover_icon2.png'),(208,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:108;s:4:\"file\";s:23:\"2016/06/hover_icon2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(209,66,'_wp_attached_file','2016/06/wt_hover_icon2.png'),(210,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:108;s:4:\"file\";s:26:\"2016/06/wt_hover_icon2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(211,67,'_wp_attached_file','2016/06/mall4.png'),(212,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:284;s:4:\"file\";s:17:\"2016/06/mall4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mall4-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:17:\"mall4-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(213,68,'_wp_attached_file','2016/06/hover_icon3.png'),(214,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:114;s:4:\"file\";s:23:\"2016/06/hover_icon3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(215,69,'_wp_attached_file','2016/06/wt_hover_icon3.png'),(216,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:114;s:4:\"file\";s:26:\"2016/06/wt_hover_icon3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(217,70,'_wp_attached_file','2016/06/mall3.png'),(218,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:568;s:4:\"file\";s:17:\"2016/06/mall3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mall3-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:17:\"mall3-150x300.png\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(219,71,'_wp_attached_file','2016/06/hover_icon4.png'),(220,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:118;s:4:\"file\";s:23:\"2016/06/hover_icon4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(221,72,'_wp_attached_file','2016/06/wt_hover_icon4.png'),(222,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:118;s:4:\"file\";s:26:\"2016/06/wt_hover_icon4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(223,73,'_wp_attached_file','2016/06/white-image.png'),(224,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:91;s:4:\"file\";s:23:\"2016/06/white-image.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"white-image-150x91.png\";s:5:\"width\";i:150;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"white-image-300x20.png\";s:5:\"width\";i:300;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"white-image-768x51.png\";s:5:\"width\";i:768;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"white-image-1024x68.png\";s:5:\"width\";i:1024;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"white-image-1200x80.png\";s:5:\"width\";i:1200;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(227,78,'_wp_attached_file','2016/06/and.png'),(228,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:89;s:6:\"height\";i:58;s:4:\"file\";s:15:\"2016/06/and.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(229,6,'_wp_page_template','products.php'),(230,20,'_wp_page_template','contactus.php'),(231,88,'_easingslider','a:19:{s:9:\"randomize\";b:0;s:6:\"slides\";a:3:{i:0;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:89;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:1;}i:1;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:90;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:2;}i:2;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:91;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:3;}}s:5:\"width\";i:563;s:6:\"height\";i:398;s:10:\"full_width\";b:0;s:14:\"image_resizing\";b:1;s:11:\"auto_height\";b:0;s:17:\"transition_effect\";s:5:\"slide\";s:19:\"transition_duration\";i:0;s:12:\"lazy_loading\";b:1;s:6:\"arrows\";b:1;s:12:\"arrows_hover\";b:0;s:15:\"arrows_position\";s:6:\"inside\";s:10:\"pagination\";b:0;s:16:\"pagination_hover\";b:0;s:19:\"pagination_position\";s:6:\"inside\";s:19:\"pagination_location\";s:13:\"bottom-center\";s:16:\"playback_enabled\";b:1;s:14:\"playback_pause\";i:4000;}'),(232,89,'_wp_attached_file','2016/06/contact_1.png'),(233,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:21:\"2016/06/contact_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"contact_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:21:\"contact_1-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"563x398\";}}}'),(234,90,'_wp_attached_file','2016/06/contact_2.png'),(235,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:21:\"2016/06/contact_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"contact_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:21:\"contact_2-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"563x398\";}}}'),(236,91,'_wp_attached_file','2016/06/contact_3.png'),(237,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:21:\"2016/06/contact_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"contact_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:21:\"contact_3-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"563x398\";}}}'),(238,93,'_wp_attached_file','2016/06/phone-icon.png'),(239,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:21;s:4:\"file\";s:22:\"2016/06/phone-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(240,94,'_wp_attached_file','2016/06/mail-icon.png'),(241,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:17;s:6:\"height\";i:13;s:4:\"file\";s:21:\"2016/06/mail-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(242,98,'_edit_last','1'),(243,98,'_edit_lock','1467010525:1'),(244,98,'_wp_page_template','aboutus.php'),(245,100,'_easingslider','a:19:{s:9:\"randomize\";b:0;s:6:\"slides\";a:6:{i:0;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:101;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:1;}i:1;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:102;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:2;}i:2;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:103;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:3;}i:3;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:104;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:4;}i:4;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:105;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:5;}i:5;O:8:\"stdClass\":9:{s:4:\"type\";s:5:\"image\";s:13:\"attachment_id\";i:106;s:3:\"alt\";s:0:\"\";s:4:\"link\";s:4:\"none\";s:7:\"linkUrl\";s:0:\"\";s:15:\"linkTargetBlank\";b:0;s:5:\"title\";s:0:\"\";s:3:\"url\";N;s:2:\"id\";i:6;}}s:5:\"width\";i:563;s:6:\"height\";i:398;s:10:\"full_width\";b:0;s:14:\"image_resizing\";b:1;s:11:\"auto_height\";b:0;s:17:\"transition_effect\";s:5:\"slide\";s:19:\"transition_duration\";i:400;s:12:\"lazy_loading\";b:1;s:6:\"arrows\";b:1;s:12:\"arrows_hover\";b:0;s:15:\"arrows_position\";s:6:\"inside\";s:10:\"pagination\";b:0;s:16:\"pagination_hover\";b:0;s:19:\"pagination_position\";s:6:\"inside\";s:19:\"pagination_location\";s:13:\"bottom-center\";s:16:\"playback_enabled\";b:0;s:14:\"playback_pause\";i:4000;}'),(246,101,'_wp_attached_file','2016/06/about_1.png'),(247,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:19:\"2016/06/about_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"about_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:\"about_1-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"563x398\";}}}'),(248,102,'_wp_attached_file','2016/06/about_2.png'),(249,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:19:\"2016/06/about_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"about_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:\"about_2-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"563x398\";}}}'),(250,103,'_wp_attached_file','2016/06/about_3.png'),(251,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:19:\"2016/06/about_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"about_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:\"about_3-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"563x398\";}}}'),(252,104,'_wp_attached_file','2016/06/about_4.png'),(253,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:19:\"2016/06/about_4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"about_4-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:\"about_4-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"563x398\";}}}'),(254,105,'_wp_attached_file','2016/06/about_5.png'),(255,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:19:\"2016/06/about_5.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"about_5-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:\"about_5-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"563x398\";}}}'),(256,106,'_wp_attached_file','2016/06/about_6.png'),(257,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:19:\"2016/06/about_6.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"about_6-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:\"about_6-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"563x398\";}}}'),(258,108,'_edit_last','1'),(259,108,'_edit_lock','1467011247:1'),(260,109,'_edit_last','1'),(261,109,'_edit_lock','1467011897:1'),(262,109,'_wp_page_template','career.php'),(263,111,'_edit_last','1'),(264,111,'_edit_lock','1467013210:1'),(265,111,'_wp_page_template','career-inner.php'),(272,117,'_form','<div class=\"career_form\">\n <form>\n <div class=\"row\">\n <div class=\"col-xs-12\">\n <div class=\"career_form_heading\">\n <h3>Career With Us</h3>\n </div>\n </div>\n </div>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-6\">\n <div class=\"form-group\">\n <label>Applying for Position:</label>\n [text text-210 class:form-control]\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6\">\n <div class=\"form-group\">\n <label>Your Name* :</label>\n [text* your-name class:form-control]\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6\">\n <div class=\"form-group\">\n <label>E-Mail* :</label>\n [email* your-email class:form-control]\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6\">\n <div class=\"form-group\">\n <label>Phone* (Include Country/Area Code) :</label>\n [tel* tel-381 class:form-control]\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6\">\n <div class=\"form-group\">\n <label>Address :</label>\n [text address class:form-control]\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6\">\n <div class=\"form-group\">\n <label>Academic & Professional Training Particulars :</label>\n [text academic class:form-control]\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6\">\n <div class=\"form-group\">\n <label>Summary of Skills :</label>\n [text skills class:form-control]\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6\">\n <div class=\"form-group\">\n <label>Professional Details :</label>\n [text prodetails class:form-control]\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6\">\n <div class=\"form-group\">\n <label>Upload Your Resume :</label>\n [file file-651 class:form-control]\n </div>\n </div>\n <div class=\"col-xs-12 col-sm-6\">\n <div class=\"form-group sub_btn text-center\">\n [submit \"Send\"]\n </div>\n </div>\n </div>\n </form>\n </div>'),(273,117,'_mail','a:8:{s:7:\"subject\";s:37:\"Northcountrymallbeat \"[your-subject]\"\";s:6:\"sender\";s:32:\"[your-name] <vinod@web2byte.com>\";s:4:\"body\";s:195:\"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 Northcountrymallbeat (http://northcountrymall.com/northcountrymallbeat)\";s:9:\"recipient\";s:18:\"vinod@web2byte.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;}'),(274,117,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:37:\"Northcountrymallbeat \"[your-subject]\"\";s:6:\"sender\";s:41:\"Northcountrymallbeat <vinod@web2byte.com>\";s:4:\"body\";s:137:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Northcountrymallbeat (http://northcountrymall.com/northcountrymallbeat)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:28:\"Reply-To: vinod@web2byte.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(275,117,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(276,117,'_additional_settings',''),(277,117,'_locale','en_US'),(278,118,'_edit_last','1'),(279,118,'_edit_lock','1467016156:1'),(280,118,'_wp_page_template','careersubmit.php'),(284,121,'_edit_last','1'),(285,121,'_edit_lock','1467017619:1'),(286,121,'_wp_page_template','advertise.php'),(287,123,'_edit_last','1'),(288,123,'_edit_lock','1467024755:1'),(289,123,'_wp_page_template','locationmap.php'),(290,126,'_menu_item_type','post_type'),(291,126,'_menu_item_menu_item_parent','0'),(292,126,'_menu_item_object_id','98'),(293,126,'_menu_item_object','page'),(294,126,'_menu_item_target',''),(295,126,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(296,126,'_menu_item_xfn',''),(297,126,'_menu_item_url',''),(299,127,'_menu_item_type','post_type'),(300,127,'_menu_item_menu_item_parent','0'),(301,127,'_menu_item_object_id','109'),(302,127,'_menu_item_object','page'),(303,127,'_menu_item_target',''),(304,127,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(305,127,'_menu_item_xfn',''),(306,127,'_menu_item_url',''),(308,128,'_menu_item_type','post_type'),(309,128,'_menu_item_menu_item_parent','0'),(310,128,'_menu_item_object_id','123'),(311,128,'_menu_item_object','page'),(312,128,'_menu_item_target',''),(313,128,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(314,128,'_menu_item_xfn',''),(315,128,'_menu_item_url',''),(316,130,'_edit_last','1'),(318,130,'position','normal'),(319,130,'layout','no_box'),(320,130,'hide_on_screen','a:7:{i:0;s:7:\"excerpt\";i:1;s:10:\"discussion\";i:2;s:8:\"comments\";i:3;s:4:\"slug\";i:4;s:6:\"author\";i:5;s:4:\"tags\";i:6;s:15:\"send-trackbacks\";}'),(321,130,'_edit_lock','1467189372:1'),(322,130,'field_57721f4dc1386','a:11:{s:3:\"key\";s:19:\"field_57721f4dc1386\";s:5:\"label\";s:17:\"Offer main Image\";s:4:\"name\";s:10:\"offerimage\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(325,130,'field_577243c3dc6a2','a:14:{s:3:\"key\";s:19:\"field_577243c3dc6a2\";s:5:\"label\";s:11:\"Image Title\";s:4:\"name\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:6;}'),(326,130,'field_577243e2dc6a3','a:14:{s:3:\"key\";s:19:\"field_577243e2dc6a3\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:4:\"name\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:7;}'),(329,133,'_edit_last','1'),(330,133,'_edit_lock','1467139518:1'),(331,134,'_wp_attached_file','2016/06/fun_1.png'),(332,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:769;s:6:\"height\";i:583;s:4:\"file\";s:17:\"2016/06/fun_1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"fun_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:17:\"fun_1-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"fun_1-768x582.png\";s:5:\"width\";i:768;s:6:\"height\";i:582;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(333,135,'offerimage','134'),(334,135,'_offerimage','field_57721f4dc1386'),(335,135,'title','Funcity'),(336,135,'_title','field_577243c3dc6a2'),(337,135,'name','Entertainment'),(338,135,'_name','field_577243e2dc6a3'),(339,133,'offerimage','145'),(340,133,'_offerimage','field_57721f4dc1386'),(341,133,'title','Funcity'),(342,133,'_title','field_577243c3dc6a2'),(343,133,'name','Entertainment'),(344,133,'_name','field_577243e2dc6a3'),(346,4,'_wp_page_template','offers.php'),(347,136,'_edit_last','1'),(348,136,'_edit_lock','1474352837:1'),(352,141,'_wp_attached_file','2016/06/hm_img.png'),(353,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:556;s:6:\"height\";i:363;s:4:\"file\";s:18:\"2016/06/hm_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hm_img-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:18:\"hm_img-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(354,142,'offerimage','141'),(355,142,'_offerimage','field_57721f4dc1386'),(356,142,'title','H&M'),(357,142,'_title','field_577243c3dc6a2'),(358,142,'name','Fashion'),(359,142,'_name','field_577243e2dc6a3'),(360,136,'offerimage','141'),(361,136,'_offerimage','field_57721f4dc1386'),(362,136,'title','H&M'),(363,136,'_title','field_577243c3dc6a2'),(364,136,'name','Fashion'),(365,136,'_name','field_577243e2dc6a3'),(366,130,'field_5772732d88f2b','a:14:{s:3:\"key\";s:19:\"field_5772732d88f2b\";s:5:\"label\";s:17:\"Back Ground Color\";s:4:\"name\";s:13:\"back_ground_c\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:8;}'),(368,143,'offerimage','134'),(369,143,'_offerimage','field_57721f4dc1386'),(370,143,'title','Funcity'),(371,143,'_title','field_577243c3dc6a2'),(372,143,'name','Entertainment'),(373,143,'_name','field_577243e2dc6a3'),(374,143,'back_ground_c','98, 180, 51, 0.9'),(375,143,'_back_ground_c','field_5772732d88f2b'),(376,133,'back_ground_c','98, 180, 51, 0.9'),(377,133,'_back_ground_c','field_5772732d88f2b'),(378,144,'offerimage','141'),(379,144,'_offerimage','field_57721f4dc1386'),(380,144,'title','H&M'),(381,144,'_title','field_577243c3dc6a2'),(382,144,'name','Fashion'),(383,144,'_name','field_577243e2dc6a3'),(384,144,'back_ground_c','12, 118, 186, 0.9'),(385,144,'_back_ground_c','field_5772732d88f2b'),(386,136,'back_ground_c','12, 118, 186, 0.9'),(387,136,'_back_ground_c','field_5772732d88f2b'),(389,130,'field_57727904ca784','a:11:{s:3:\"key\";s:19:\"field_57727904ca784\";s:5:\"label\";s:18:\"Offer Slider Image\";s:4:\"name\";s:17:\"offer_inner_image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),(390,130,'field_57727945ca785','a:11:{s:3:\"key\";s:19:\"field_57727945ca785\";s:5:\"label\";s:18:\"Offer Medium Image\";s:4:\"name\";s:18:\"offer_medium_image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:4;}'),(391,130,'field_5772795dca786','a:11:{s:3:\"key\";s:19:\"field_5772795dca786\";s:5:\"label\";s:16:\"Offer Small Logo\";s:4:\"name\";s:16:\"offer_small_logo\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:5;}'),(392,130,'field_5772796fca787','a:14:{s:3:\"key\";s:19:\"field_5772796fca787\";s:5:\"label\";s:8:\"Location\";s:4:\"name\";s:8:\"location\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:9;}'),(396,145,'_wp_attached_file','2016/06/funcity_img.png'),(397,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:556;s:6:\"height\";i:363;s:4:\"file\";s:23:\"2016/06/funcity_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"funcity_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"funcity_img-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(398,146,'_wp_attached_file','2016/06/sm_inner8.png'),(399,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:97;s:4:\"file\";s:21:\"2016/06/sm_inner8.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(400,147,'_wp_attached_file','2016/06/fun_smlogo.png'),(401,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:49;s:4:\"file\";s:22:\"2016/06/fun_smlogo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"fun_smlogo-150x49.png\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(402,148,'offerimage','145'),(403,148,'_offerimage','field_57721f4dc1386'),(404,148,'offer_inner_image','134'),(405,148,'_offer_inner_image','field_57727904ca784'),(406,148,'offer_medium_image','146'),(407,148,'_offer_medium_image','field_57727945ca785'),(408,148,'offer_small_logo','147'),(409,148,'_offer_small_logo','field_5772795dca786'),(410,148,'title','Funcity'),(411,148,'_title','field_577243c3dc6a2'),(412,148,'name','Entertainment'),(413,148,'_name','field_577243e2dc6a3'),(414,148,'back_ground_c','98, 180, 51, 0.9'),(415,148,'_back_ground_c','field_5772732d88f2b'),(416,148,'location','Ground Floor'),(417,148,'_location','field_5772796fca787'),(418,133,'offer_inner_image','134'),(419,133,'_offer_inner_image','field_57727904ca784'),(420,133,'offer_medium_image','146'),(421,133,'_offer_medium_image','field_57727945ca785'),(422,133,'offer_small_logo','147'),(423,133,'_offer_small_logo','field_5772795dca786'),(424,133,'location','Ground Floor'),(425,133,'_location','field_5772796fca787'),(426,149,'_edit_last','1'),(427,149,'_edit_lock','1467127349:1'),(428,149,'_wp_page_template','offers-detail.php'),(429,151,'_wp_attached_file','2016/06/inner_7b.png'),(430,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:769;s:6:\"height\";i:583;s:4:\"file\";s:20:\"2016/06/inner_7b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"inner_7b-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:\"inner_7b-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"inner_7b-768x582.png\";s:5:\"width\";i:768;s:6:\"height\";i:582;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(431,152,'_wp_attached_file','2016/06/sm_inner7.png'),(432,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:97;s:4:\"file\";s:21:\"2016/06/sm_inner7.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(433,153,'_wp_attached_file','2016/06/hm_smlogo.png'),(434,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:101;s:6:\"height\";i:45;s:4:\"file\";s:21:\"2016/06/hm_smlogo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(435,154,'offerimage','141'),(436,154,'_offerimage','field_57721f4dc1386'),(437,154,'offer_inner_image','151'),(438,154,'_offer_inner_image','field_57727904ca784'),(439,154,'offer_medium_image','152'),(440,154,'_offer_medium_image','field_57727945ca785'),(441,154,'offer_small_logo','153'),(442,154,'_offer_small_logo','field_5772795dca786'),(443,154,'title','H&M'),(444,154,'_title','field_577243c3dc6a2'),(445,154,'name','Fashion'),(446,154,'_name','field_577243e2dc6a3'),(447,154,'back_ground_c','12, 118, 186, 0.9'),(448,154,'_back_ground_c','field_5772732d88f2b'),(449,154,'location',''),(450,154,'_location','field_5772796fca787'),(451,136,'offer_inner_image','151'),(452,136,'_offer_inner_image','field_57727904ca784'),(453,136,'offer_medium_image','152'),(454,136,'_offer_medium_image','field_57727945ca785'),(455,136,'offer_small_logo','153'),(456,136,'_offer_small_logo','field_5772795dca786'),(457,136,'location','First Floor'),(458,136,'_location','field_5772796fca787'),(459,155,'offerimage','141'),(460,155,'_offerimage','field_57721f4dc1386'),(461,155,'offer_inner_image','151'),(462,155,'_offer_inner_image','field_57727904ca784'),(463,155,'offer_medium_image','152'),(464,155,'_offer_medium_image','field_57727945ca785'),(465,155,'offer_small_logo','153'),(466,155,'_offer_small_logo','field_5772795dca786'),(467,155,'title','H&M'),(468,155,'_title','field_577243c3dc6a2'),(469,155,'name','Fashion'),(470,155,'_name','field_577243e2dc6a3'),(471,155,'back_ground_c','12, 118, 186, 0.9'),(472,155,'_back_ground_c','field_5772732d88f2b'),(473,155,'location','First Floor'),(474,155,'_location','field_5772796fca787'),(476,130,'field_5772c4851fb56','a:11:{s:3:\"key\";s:19:\"field_5772c4851fb56\";s:5:\"label\";s:19:\"Offer Slider Image2\";s:4:\"name\";s:19:\"offer_slider_image2\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),(477,130,'field_5772c49c1fb57','a:11:{s:3:\"key\";s:19:\"field_5772c49c1fb57\";s:5:\"label\";s:19:\"Offer Slider Image3\";s:4:\"name\";s:19:\"offer_slider_image3\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}'),(479,130,'rule','a:5:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"offers\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(480,156,'_wp_attached_file','2016/06/fun_2.png'),(481,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:769;s:6:\"height\";i:583;s:4:\"file\";s:17:\"2016/06/fun_2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"fun_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:17:\"fun_2-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"fun_2-768x582.png\";s:5:\"width\";i:768;s:6:\"height\";i:582;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(482,157,'offerimage','145'),(483,157,'_offerimage','field_57721f4dc1386'),(484,157,'offer_inner_image','134'),(485,157,'_offer_inner_image','field_57727904ca784'),(486,157,'offer_slider_image2','156'),(487,157,'_offer_slider_image2','field_5772c4851fb56'),(488,157,'offer_slider_image3','134'),(489,157,'_offer_slider_image3','field_5772c49c1fb57'),(490,157,'offer_medium_image','146'),(491,157,'_offer_medium_image','field_57727945ca785'),(492,157,'offer_small_logo','147'),(493,157,'_offer_small_logo','field_5772795dca786'),(494,157,'title','Funcity'),(495,157,'_title','field_577243c3dc6a2'),(496,157,'name','Entertainment'),(497,157,'_name','field_577243e2dc6a3'),(498,157,'back_ground_c','98, 180, 51, 0.9'),(499,157,'_back_ground_c','field_5772732d88f2b'),(500,157,'location','Ground Floor'),(501,157,'_location','field_5772796fca787'),(502,133,'offer_slider_image2','156'),(503,133,'_offer_slider_image2','field_5772c4851fb56'),(504,133,'offer_slider_image3','134'),(505,133,'_offer_slider_image3','field_5772c49c1fb57'),(506,160,'_edit_last','1'),(508,160,'position','normal'),(509,160,'layout','no_box'),(510,160,'hide_on_screen',''),(511,160,'_edit_lock','1467461046:1'),(512,160,'field_577389144c471','a:11:{s:3:\"key\";s:19:\"field_577389144c471\";s:5:\"label\";s:10:\"Brand Logo\";s:4:\"name\";s:10:\"brand_logo\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(513,160,'field_577389304c472','a:14:{s:3:\"key\";s:19:\"field_577389304c472\";s:5:\"label\";s:11:\"Brand Title\";s:4:\"name\";s:11:\"brand_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),(514,160,'field_5773893d4c473','a:14:{s:3:\"key\";s:19:\"field_5773893d4c473\";s:5:\"label\";s:6:\"Timing\";s:4:\"name\";s:6:\"timing\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),(515,160,'field_5773896f4c474','a:14:{s:3:\"key\";s:19:\"field_5773896f4c474\";s:5:\"label\";s:9:\"Locattion\";s:4:\"name\";s:9:\"locattion\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}'),(516,160,'field_5773897b4c475','a:11:{s:3:\"key\";s:19:\"field_5773897b4c475\";s:5:\"label\";s:11:\"Brand image\";s:4:\"name\";s:11:\"brand_image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:4;}'),(517,160,'field_577389944c476','a:14:{s:3:\"key\";s:19:\"field_577389944c476\";s:5:\"label\";s:8:\"Phone No\";s:4:\"name\";s:8:\"phone_no\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:5;}'),(518,160,'field_577389a24c477','a:14:{s:3:\"key\";s:19:\"field_577389a24c477\";s:5:\"label\";s:11:\"Website Url\";s:4:\"name\";s:11:\"website_url\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:6;}'),(519,160,'field_577389b34c478','a:14:{s:3:\"key\";s:19:\"field_577389b34c478\";s:5:\"label\";s:8:\"facebook\";s:4:\"name\";s:8:\"facebook\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:7;}'),(520,160,'field_577389be4c479','a:11:{s:3:\"key\";s:19:\"field_577389be4c479\";s:5:\"label\";s:17:\"Brand Description\";s:4:\"name\";s:17:\"brand_description\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";s:3:\"yes\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:8;}'),(521,160,'field_577389f44c47a','a:13:{s:3:\"key\";s:19:\"field_577389f44c47a\";s:5:\"label\";s:14:\"Brand Offering\";s:4:\"name\";s:14:\"brand_offering\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:9;}'),(523,161,'_edit_last','1'),(524,161,'_edit_lock','1467190365:1'),(525,162,'_wp_attached_file','2016/06/and-1.png'),(526,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:89;s:6:\"height\";i:58;s:4:\"file\";s:17:\"2016/06/and-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(527,163,'_wp_attached_file','2016/06/and-2.png'),(528,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:17:\"2016/06/and-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"and-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:17:\"and-2-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(529,164,'brand_logo','162'),(530,164,'_brand_logo','field_577389144c471'),(531,164,'brand_title','AND'),(532,164,'_brand_title','field_577389304c472'),(533,164,'timing','Everyday: 10AM - 10PM'),(534,164,'_timing','field_5773893d4c473'),(535,164,'locattion','Ground Floor'),(536,164,'_locattion','field_5773896f4c474'),(537,164,'brand_image','163'),(538,164,'_brand_image','field_5773897b4c475'),(539,164,'phone_no','0172-3303299'),(540,164,'_phone_no','field_577389944c476'),(541,164,'website_url',' www.andindia.com'),(542,164,'_website_url','field_577389a24c477'),(543,164,'facebook','www.facebook.com/stylebyand'),(544,164,'_facebook','field_577389b34c478'),(545,164,'brand_description','Make an unforgettable impression with AND’s sharp silhouettes, soft hues and confident statements. Every perfectly crafted piece strikes the delicate balance between contemporary style and classic charm. With its stunning, sophisticated western-wear, AND turns everyday living into your everyday runway.'),(546,164,'_brand_description','field_577389be4c479'),(547,164,'brand_offering','Women’s Western Wear and Accessories: Dresses, Maxis, Jumpsuits, Tops, Tunics, Skirts, Trousers, Denims, handbags, fashion jewellery, sunglasses.'),(548,164,'_brand_offering','field_577389f44c47a'),(549,161,'brand_logo','162'),(550,161,'_brand_logo','field_577389144c471'),(551,161,'brand_title','AND'),(552,161,'_brand_title','field_577389304c472'),(553,161,'timing','Everyday: 10AM - 10PM'),(554,161,'_timing','field_5773893d4c473'),(555,161,'locattion','Ground Floor'),(556,161,'_locattion','field_5773896f4c474'),(557,161,'brand_image','163'),(558,161,'_brand_image','field_5773897b4c475'),(559,161,'phone_no','0172-3303299'),(560,161,'_phone_no','field_577389944c476'),(561,161,'website_url',' www.andindia.com'),(562,161,'_website_url','field_577389a24c477'),(563,161,'facebook','www.facebook.com/stylebyand'),(564,161,'_facebook','field_577389b34c478'),(565,161,'brand_description','Make an unforgettable impression with AND’s sharp silhouettes, soft hues and confident statements. Every perfectly crafted piece strikes the delicate balance between contemporary style and classic charm. With its stunning, sophisticated western-wear, AND turns everyday living into your everyday runway.'),(566,161,'_brand_description','field_577389be4c479'),(567,161,'brand_offering','Women’s Western Wear and Accessories: Dresses, Maxis, Jumpsuits, Tops, Tunics, Skirts, Trousers, Denims, handbags, fashion jewellery, sunglasses.'),(568,161,'_brand_offering','field_577389f44c47a'),(569,166,'_edit_last','1'),(570,166,'field_5774bd59e1cd2','a:11:{s:3:\"key\";s:19:\"field_5774bd59e1cd2\";s:5:\"label\";s:20:\"Entertainments Image\";s:4:\"name\";s:19:\"entertainment_image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(571,166,'field_5774bd79e1cd3','a:14:{s:3:\"key\";s:19:\"field_5774bd79e1cd3\";s:5:\"label\";s:20:\"Entertainments Title\";s:4:\"name\";s:19:\"entertainment_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),(572,166,'field_5774bd8ce1cd4','a:14:{s:3:\"key\";s:19:\"field_5774bd8ce1cd4\";s:5:\"label\";s:22:\"Entertainments Address\";s:4:\"name\";s:21:\"entertainment_address\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),(573,166,'field_5774bd9be1cd5','a:14:{s:3:\"key\";s:19:\"field_5774bd9be1cd5\";s:5:\"label\";s:20:\"Entertainments Phone\";s:4:\"name\";s:19:\"entertainment_phone\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}'),(574,166,'field_5774bda9e1cd6','a:11:{s:3:\"key\";s:19:\"field_5774bda9e1cd6\";s:5:\"label\";s:26:\"Entertainments Description\";s:4:\"name\";s:25:\"entertainment_description\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";s:3:\"yes\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:4;}'),(575,166,'field_5774bdb7e1cd7','a:13:{s:3:\"key\";s:19:\"field_5774bdb7e1cd7\";s:5:\"label\";s:15:\"Brand Offerings\";s:4:\"name\";s:15:\"brand_offerings\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:5;}'),(576,166,'field_5774bdcfe1cd8','a:14:{s:3:\"key\";s:19:\"field_5774bdcfe1cd8\";s:5:\"label\";s:8:\"Location\";s:4:\"name\";s:8:\"location\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:6;}'),(577,166,'field_5774bdd7e1cd9','a:14:{s:3:\"key\";s:19:\"field_5774bdd7e1cd9\";s:5:\"label\";s:8:\"Facebook\";s:4:\"name\";s:8:\"facebook\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:7;}'),(578,166,'field_5774bde1e1cda','a:14:{s:3:\"key\";s:19:\"field_5774bde1e1cda\";s:5:\"label\";s:11:\"Website Url\";s:4:\"name\";s:11:\"website_url\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:8;}'),(580,166,'position','normal'),(581,166,'layout','no_box'),(582,166,'hide_on_screen',''),(583,166,'_edit_lock','1467436377:1'),(590,10,'_wp_page_template','default'),(591,172,'_edit_last','1'),(592,172,'_edit_lock','1467269954:1'),(593,172,'_wp_page_template','entertainments-detail.php'),(595,166,'rule','a:5:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:25:\"entertainments-detail.php\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(596,172,'entertainment_image','176'),(597,172,'_entertainment_image','field_5774bd59e1cd2'),(598,172,'entertainment_title','PVR'),(599,172,'_entertainment_title','field_5774bd79e1cd3'),(600,172,'entertainment_address',''),(601,172,'_entertainment_address','field_5774bd8ce1cd4'),(602,172,'entertainment_phone','0172-6703500/ 3510, +91 8800900009, +91 9988572787'),(603,172,'_entertainment_phone','field_5774bd9be1cd5'),(604,172,'entertainment_description','PVR is an innovator which not only set new standards for itself, but for the entire exhibitions industry; An effort which revolutionized the way entertainment is consumed in India. In India, PVR cinemas, is the largest and the most premium film entertainment company and is listed as India\'s Most Trusted and Most Attractive brand consecutively for three years since 2013 in the Category of Entertainment and Display. PVR strive to excel in the minds of our patrons by bringing the latest technology, the most sought after content, world class ambience and scrumptious F&B services.'),(605,172,'_entertainment_description','field_5774bda9e1cd6'),(606,172,'brand_offerings','Hollywood, Bollywood and Regional Movies.\r\n\r\nFor latest show timings please refer to PVR Cinemas website.'),(607,172,'_brand_offerings','field_5774bdb7e1cd7'),(608,172,'location','Second Floor'),(609,172,'_location','field_5774bdcfe1cd8'),(610,172,'facebook','https://www.facebook.com/moviesatpvr/'),(611,172,'_facebook','field_5774bdd7e1cd9'),(612,172,'website_url','http://www.pvrcinemas.com/'),(613,172,'_website_url','field_5774bde1e1cda'),(614,176,'_wp_attached_file','2016/06/PVR.png'),(615,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:15:\"2016/06/PVR.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"PVR-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:\"PVR-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(616,177,'entertainment_image','176'),(617,177,'_entertainment_image','field_5774bd59e1cd2'),(618,177,'entertainment_title','PVR'),(619,177,'_entertainment_title','field_5774bd79e1cd3'),(620,177,'entertainment_address',''),(621,177,'_entertainment_address','field_5774bd8ce1cd4'),(622,177,'entertainment_phone','0172-6703500/ 3510, +91 8800900009, +91 9988572787'),(623,177,'_entertainment_phone','field_5774bd9be1cd5'),(624,177,'entertainment_description','PVR is an innovator which not only set new standards for itself, but for the entire exhibitions industry; An effort which revolutionized the way entertainment is consumed in India. In India, PVR cinemas, is the largest and the most premium film entertainment company and is listed as India\'s Most Trusted and Most Attractive brand consecutively for three years since 2013 in the Category of Entertainment and Display. PVR strive to excel in the minds of our patrons by bringing the latest technology, the most sought after content, world class ambience and scrumptious F&B services.'),(625,177,'_entertainment_description','field_5774bda9e1cd6'),(626,177,'brand_offerings','Hollywood, Bollywood and Regional Movies.\r\n\r\nFor latest show timings please refer to PVR Cinemas website.'),(627,177,'_brand_offerings','field_5774bdb7e1cd7'),(628,177,'location','Second Floor'),(629,177,'_location','field_5774bdcfe1cd8'),(630,177,'facebook','https://www.facebook.com/moviesatpvr/'),(631,177,'_facebook','field_5774bdd7e1cd9'),(632,177,'website_url','http://www.pvrcinemas.com/'),(633,177,'_website_url','field_5774bde1e1cda'),(634,178,'_edit_last','1'),(635,178,'_edit_lock','1467437155:1'),(636,179,'_wp_attached_file','2016/07/funcity.png'),(637,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2016/07/funcity.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"funcity-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:\"funcity-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(638,178,'_wp_page_template','entertainments-detail.php'),(639,180,'entertainment_image','179'),(640,180,'_entertainment_image','field_5774bd59e1cd2'),(641,180,'entertainment_title','Funcity'),(642,180,'_entertainment_title','field_5774bd79e1cd3'),(643,180,'entertainment_address','Second Floor'),(644,180,'_entertainment_address','field_5774bd8ce1cd4'),(645,180,'entertainment_phone','0172-6703205'),(646,180,'_entertainment_phone','field_5774bd9be1cd5'),(647,180,'entertainment_description','<div class=\"inner_bottom\">\r\n\r\nFun City is an ideal play centre for kids between 1-12 years of age. Fun City forms an integral part in the society by providing a platform to children for social interactions and active play in a safe, secure and conveniently accessed location.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(648,180,'_entertainment_description','field_5774bda9e1cd6'),(649,180,'brand_offerings','Fun has many faces at Fun City. “Fun n Learn” an area for children age 0-4 provides avenues for mental and physical development of a child, whereas the softplay area called “PlayZone” provides a safe and secure place to slide, run, climb, jump around and enjoy. Birthday parties, School Trips and Mom’s Coffee Mornings are the perfect get-togethers that make every moment for family and friends a whole lot more fun and memorable.\r\n\r\n'),(650,180,'_brand_offerings','field_5774bdb7e1cd7'),(651,180,'location','Second Floor'),(652,180,'_location','field_5774bdcfe1cd8'),(653,180,'facebook','https://www.facebook.com/funcity.india'),(654,180,'_facebook','field_5774bdd7e1cd9'),(655,180,'website_url','http://funcityindia.com/'),(656,180,'_website_url','field_5774bde1e1cda'),(657,178,'entertainment_image','179'),(658,178,'_entertainment_image','field_5774bd59e1cd2'),(659,178,'entertainment_title','Funcity'),(660,178,'_entertainment_title','field_5774bd79e1cd3'),(661,178,'entertainment_address','Second Floor'),(662,178,'_entertainment_address','field_5774bd8ce1cd4'),(663,178,'entertainment_phone','0172-6703205'),(664,178,'_entertainment_phone','field_5774bd9be1cd5'),(665,178,'entertainment_description','<div class=\"inner_bottom\">\r\n\r\nFun City is an ideal play centre for kids between 1-12 years of age. Fun City forms an integral part in the society by providing a platform to children for social interactions and active play in a safe, secure and conveniently accessed location.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(666,178,'_entertainment_description','field_5774bda9e1cd6'),(667,178,'brand_offerings','Fun has many faces at Fun City. “Fun n Learn” an area for children age 0-4 provides avenues for mental and physical development of a child, whereas the softplay area called “PlayZone” provides a safe and secure place to slide, run, climb, jump around and enjoy. Birthday parties, School Trips and Mom’s Coffee Mornings are the perfect get-togethers that make every moment for family and friends a whole lot more fun and memorable.\r\n\r\n'),(668,178,'_brand_offerings','field_5774bdb7e1cd7'),(669,178,'location','Second Floor'),(670,178,'_location','field_5774bdcfe1cd8'),(671,178,'facebook','https://www.facebook.com/funcity.india'),(672,178,'_facebook','field_5774bdd7e1cd9'),(673,178,'website_url','http://funcityindia.com/'),(674,178,'_website_url','field_5774bde1e1cda'),(675,181,'_edit_last','1'),(676,181,'_edit_lock','1467437339:1'),(677,182,'_wp_attached_file','2016/07/bouncefitness.png'),(678,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:25:\"2016/07/bouncefitness.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bouncefitness-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:25:\"bouncefitness-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(679,181,'_wp_page_template','entertainments-detail.php'),(680,183,'entertainment_image','182'),(681,183,'_entertainment_image','field_5774bd59e1cd2'),(682,183,'entertainment_title','Bounce Fitness'),(683,183,'_entertainment_title','field_5774bd79e1cd3'),(684,183,'entertainment_address',''),(685,183,'_entertainment_address','field_5774bd8ce1cd4'),(686,183,'entertainment_phone','0172-6703205'),(687,183,'_entertainment_phone','field_5774bd9be1cd5'),(688,183,'entertainment_description','<div class=\"inner_bottom\">\r\n\r\nBounce Fitness is the nation\'s premier indoor trampoline and adventure park. Bounce Fitness offers a variety of trampoline activities on its wall-to- wall trampolines, Foam Pit, trampoline Dodgeball, trampoline Runway, Slam Dunk Track and trampoline Bowl. No matter if you are looking for a kids birthday party venue or to have some family fun, Bounce Fitness is the place to go.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(689,183,'_entertainment_description','field_5774bda9e1cd6'),(690,183,'brand_offerings','Sumo Wrestling, Segway, Foam Pit, Bounce & Basket\r\n\r\n'),(691,183,'_brand_offerings','field_5774bdb7e1cd7'),(692,183,'location','Second Floor'),(693,183,'_location','field_5774bdcfe1cd8'),(694,183,'facebook','https://www.facebook.com/bouncefitnessindia/'),(695,183,'_facebook','field_5774bdd7e1cd9'),(696,183,'website_url','http://bouncefitness.in/wp/'),(697,183,'_website_url','field_5774bde1e1cda'),(698,181,'entertainment_image','182'),(699,181,'_entertainment_image','field_5774bd59e1cd2'),(700,181,'entertainment_title','Bounce Fitness'),(701,181,'_entertainment_title','field_5774bd79e1cd3'),(702,181,'entertainment_address',''),(703,181,'_entertainment_address','field_5774bd8ce1cd4'),(704,181,'entertainment_phone','0172-6703205'),(705,181,'_entertainment_phone','field_5774bd9be1cd5'),(706,181,'entertainment_description','<div class=\"inner_bottom\">\r\n\r\nBounce Fitness is the nation\'s premier indoor trampoline and adventure park. Bounce Fitness offers a variety of trampoline activities on its wall-to- wall trampolines, Foam Pit, trampoline Dodgeball, trampoline Runway, Slam Dunk Track and trampoline Bowl. No matter if you are looking for a kids birthday party venue or to have some family fun, Bounce Fitness is the place to go.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(707,181,'_entertainment_description','field_5774bda9e1cd6'),(708,181,'brand_offerings','Sumo Wrestling, Segway, Foam Pit, Bounce & Basket\r\n\r\n'),(709,181,'_brand_offerings','field_5774bdb7e1cd7'),(710,181,'location','Second Floor'),(711,181,'_location','field_5774bdcfe1cd8'),(712,181,'facebook','https://www.facebook.com/bouncefitnessindia/'),(713,181,'_facebook','field_5774bdd7e1cd9'),(714,181,'website_url','http://bouncefitness.in/wp/'),(715,181,'_website_url','field_5774bde1e1cda'),(716,184,'_edit_last','1'),(717,184,'_edit_lock','1467437557:1'),(718,185,'_wp_attached_file','2016/07/bonazai.png'),(719,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2016/07/bonazai.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bonazai-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:\"bonazai-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(720,184,'_wp_page_template','entertainments-detail.php'),(721,186,'entertainment_image','185'),(722,186,'_entertainment_image','field_5774bd59e1cd2'),(723,186,'entertainment_title','Bonzai'),(724,186,'_entertainment_title','field_5774bd79e1cd3'),(725,186,'entertainment_address',''),(726,186,'_entertainment_address','field_5774bd8ce1cd4'),(727,186,'entertainment_phone','0172-6703247'),(728,186,'_entertainment_phone','field_5774bd9be1cd5'),(729,186,'entertainment_description','<div class=\"inner_bottom\">\r\n\r\nFor a mind-blowing interactive experience, nothing beats Bonzai\'s 5D / 6D / 7D adventure! This state-of-the-art theatre offers its customers a whole new generation of movie magic. Through the synchronization of a full spectrum of visual effects, surround sound, individually-controlled motion seats and special \"live\" environmental effects such as water spray, all the senses of customers will be fully engaged like never before. As Bonzai believe in best picture quality & sound.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(730,186,'_entertainment_description','field_5774bda9e1cd6'),(731,186,'brand_offerings',''),(732,186,'_brand_offerings','field_5774bdb7e1cd7'),(733,186,'location','Second Floor'),(734,186,'_location','field_5774bdcfe1cd8'),(735,186,'facebook','https://www.facebook.com/bonzaiprogressive/'),(736,186,'_facebook','field_5774bdd7e1cd9'),(737,186,'website_url','http://www.bonzaiprogressive.com/'),(738,186,'_website_url','field_5774bde1e1cda'),(739,184,'entertainment_image','185'),(740,184,'_entertainment_image','field_5774bd59e1cd2'),(741,184,'entertainment_title','Bonzai'),(742,184,'_entertainment_title','field_5774bd79e1cd3'),(743,184,'entertainment_address',''),(744,184,'_entertainment_address','field_5774bd8ce1cd4'),(745,184,'entertainment_phone','0172-6703247'),(746,184,'_entertainment_phone','field_5774bd9be1cd5'),(747,184,'entertainment_description','<div class=\"inner_bottom\">\r\n\r\nFor a mind-blowing interactive experience, nothing beats Bonzai\'s 5D / 6D / 7D adventure! This state-of-the-art theatre offers its customers a whole new generation of movie magic. Through the synchronization of a full spectrum of visual effects, surround sound, individually-controlled motion seats and special \"live\" environmental effects such as water spray, all the senses of customers will be fully engaged like never before. As Bonzai believe in best picture quality & sound.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(748,184,'_entertainment_description','field_5774bda9e1cd6'),(749,184,'brand_offerings',''),(750,184,'_brand_offerings','field_5774bdb7e1cd7'),(751,184,'location','Second Floor'),(752,184,'_location','field_5774bdcfe1cd8'),(753,184,'facebook','https://www.facebook.com/bonzaiprogressive/'),(754,184,'_facebook','field_5774bdd7e1cd9'),(755,184,'website_url','http://www.bonzaiprogressive.com/'),(756,184,'_website_url','field_5774bde1e1cda'),(757,187,'_edit_last','1'),(758,187,'field_577753389e630','a:11:{s:3:\"key\";s:19:\"field_577753389e630\";s:5:\"label\";s:21:\"Facilities Main Image\";s:4:\"name\";s:21:\"facilities_main_image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(759,187,'field_5777534a9e631','a:11:{s:3:\"key\";s:19:\"field_5777534a9e631\";s:5:\"label\";s:22:\"Facilities Banner Img1\";s:4:\"name\";s:22:\"facilities_banner_img1\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),(760,187,'field_577753649e632','a:11:{s:3:\"key\";s:19:\"field_577753649e632\";s:5:\"label\";s:22:\"Facilities Banner Img2\";s:4:\"name\";s:22:\"facilities_banner_img2\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),(761,187,'field_577753739e633','a:11:{s:3:\"key\";s:19:\"field_577753739e633\";s:5:\"label\";s:22:\"Facilities Banner Img3\";s:4:\"name\";s:22:\"facilities_banner_img3\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}'),(762,187,'field_577753879e634','a:14:{s:3:\"key\";s:19:\"field_577753879e634\";s:5:\"label\";s:16:\"Facilities Title\";s:4:\"name\";s:16:\"facilities_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:4;}'),(763,187,'field_577753919e635','a:14:{s:3:\"key\";s:19:\"field_577753919e635\";s:5:\"label\";s:19:\"Facilities Location\";s:4:\"name\";s:8:\"location\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:6;}'),(764,187,'field_5777539f9e636','a:14:{s:3:\"key\";s:19:\"field_5777539f9e636\";s:5:\"label\";s:16:\"Facilities Phone\";s:4:\"name\";s:5:\"phone\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:7;}'),(765,187,'field_577753a89e637','a:11:{s:3:\"key\";s:19:\"field_577753a89e637\";s:5:\"label\";s:22:\"Facilities Description\";s:4:\"name\";s:22:\"facilities_description\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";s:3:\"yes\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:8;}'),(767,187,'position','normal'),(768,187,'layout','no_box'),(769,187,'hide_on_screen',''),(770,187,'_edit_lock','1467441911:1'),(772,188,'_edit_last','1'),(773,188,'_edit_lock','1467442108:1'),(774,189,'_wp_attached_file','2016/07/image_1.png'),(775,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:556;s:6:\"height\";i:363;s:4:\"file\";s:19:\"2016/07/image_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image_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:\"image_1-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(776,190,'_wp_attached_file','2016/07/yes.jpg'),(777,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:15:\"2016/07/yes.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"yes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"yes-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(778,191,'_wp_attached_file','2016/07/indusind.jpg'),(779,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:20:\"2016/07/indusind.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"indusind-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"indusind-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(780,192,'facilities_main_image','189'),(781,192,'_facilities_main_image','field_577753389e630'),(782,192,'facilities_banner_img1','190'),(783,192,'_facilities_banner_img1','field_5777534a9e631'),(784,192,'facilities_banner_img2','191'),(785,192,'_facilities_banner_img2','field_577753649e632'),(786,192,'facilities_banner_img3',''),(787,192,'_facilities_banner_img3','field_577753739e633'),(788,192,'facilities_title','ATM'),(789,192,'_facilities_title','field_577753879e634'),(790,192,'location','Yes Bank Ground Floor , IndusInd Bank Second Floor'),(791,192,'_location','field_577753919e635'),(792,192,'phone',''),(793,192,'_phone','field_5777539f9e636'),(794,192,'facilities_description','<div class=\"inner_product\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6\">\r\n<div class=\"inner_bottom\">\r\n\r\nTwo ATMs are conveniently placed at the mall for convenience of the shoppers. ATM of Yes Bank is located at the Ground Floor near Marks and Spencer. IndusInd Bank ATM is located at the Second Floor near Food Court.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"like_share\"></div>'),(795,192,'_facilities_description','field_577753a89e637'),(796,188,'facilities_main_image','189'),(797,188,'_facilities_main_image','field_577753389e630'),(798,188,'facilities_banner_img1','190'),(799,188,'_facilities_banner_img1','field_5777534a9e631'),(800,188,'facilities_banner_img2','191'),(801,188,'_facilities_banner_img2','field_577753649e632'),(802,188,'facilities_banner_img3',''),(803,188,'_facilities_banner_img3','field_577753739e633'),(804,188,'facilities_title','ATM'),(805,188,'_facilities_title','field_577753879e634'),(806,188,'location','Yes Bank Ground Floor , IndusInd Bank Second Floor'),(807,188,'_location','field_577753919e635'),(808,188,'phone',''),(809,188,'_phone','field_5777539f9e636'),(810,188,'facilities_description','<div class=\"inner_product\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6\">\r\n<div class=\"inner_bottom\">\r\n\r\nTwo ATMs are conveniently placed at the mall for convenience of the shoppers. ATM of Yes Bank is located at the Ground Floor near Marks and Spencer. IndusInd Bank ATM is located at the Second Floor near Food Court.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"like_share\"></div>'),(811,188,'_facilities_description','field_577753a89e637'),(815,16,'_wp_page_template','facilities.php'),(819,187,'field_57775720b2559','a:14:{s:3:\"key\";s:19:\"field_57775720b2559\";s:5:\"label\";s:16:\"Background Color\";s:4:\"name\";s:16:\"background_color\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:5;}'),(821,187,'rule','a:5:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"facilities\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(822,196,'facilities_main_image','189'),(823,196,'_facilities_main_image','field_577753389e630'),(824,196,'facilities_banner_img1','190'),(825,196,'_facilities_banner_img1','field_5777534a9e631'),(826,196,'facilities_banner_img2','191'),(827,196,'_facilities_banner_img2','field_577753649e632'),(828,196,'facilities_banner_img3',''),(829,196,'_facilities_banner_img3','field_577753739e633'),(830,196,'facilities_title','ATM'),(831,196,'_facilities_title','field_577753879e634'),(832,196,'background_color','227,14,139, 0.9'),(833,196,'_background_color','field_57775720b2559'),(834,196,'location','Yes Bank Ground Floor , IndusInd Bank Second Floor'),(835,196,'_location','field_577753919e635'),(836,196,'phone',''),(837,196,'_phone','field_5777539f9e636'),(838,196,'facilities_description','<div class=\"inner_product\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6\">\r\n<div class=\"inner_bottom\">\r\n\r\nTwo ATMs are conveniently placed at the mall for convenience of the shoppers. ATM of Yes Bank is located at the Ground Floor near Marks and Spencer. IndusInd Bank ATM is located at the Second Floor near Food Court.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"like_share\"></div>'),(839,196,'_facilities_description','field_577753a89e637'),(840,188,'background_color','227,14,139, 0.9'),(841,188,'_background_color','field_57775720b2559'),(842,197,'_edit_last','1'),(843,197,'_edit_lock','1467439846:1'),(844,198,'_wp_attached_file','2016/07/image_2.png'),(845,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:559;s:6:\"height\";i:363;s:4:\"file\";s:19:\"2016/07/image_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image_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:\"image_2-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(846,199,'facilities_main_image','198'),(847,199,'_facilities_main_image','field_577753389e630'),(848,199,'facilities_banner_img1','190'),(849,199,'_facilities_banner_img1','field_5777534a9e631'),(850,199,'facilities_banner_img2','191'),(851,199,'_facilities_banner_img2','field_577753649e632'),(852,199,'facilities_banner_img3',''),(853,199,'_facilities_banner_img3','field_577753739e633'),(854,199,'facilities_title','First Aid'),(855,199,'_facilities_title','field_577753879e634'),(856,199,'background_color','152,2,6, 0.9'),(857,199,'_background_color','field_57775720b2559'),(858,199,'location','Hypermarket Level.'),(859,199,'_location','field_577753919e635'),(860,199,'phone','+918591691998'),(861,199,'_phone','field_5777539f9e636'),(862,199,'facilities_description','<div class=\"inner_product\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6\">\r\n<div class=\"inner_bottom\">\r\n\r\nThe medical room which is well equipped to provide the first aid is located at near Reliance Market on the Hypermarket Level. In case of any medical emergency we request the guests to reach out to the Manager On Duty at\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"like_share\"></div>'),(863,199,'_facilities_description','field_577753a89e637'),(864,197,'facilities_main_image','198'),(865,197,'_facilities_main_image','field_577753389e630'),(866,197,'facilities_banner_img1','190'),(867,197,'_facilities_banner_img1','field_5777534a9e631'),(868,197,'facilities_banner_img2','191'),(869,197,'_facilities_banner_img2','field_577753649e632'),(870,197,'facilities_banner_img3',''),(871,197,'_facilities_banner_img3','field_577753739e633'),(872,197,'facilities_title','First Aid'),(873,197,'_facilities_title','field_577753879e634'),(874,197,'background_color','152,2,6, 0.9'),(875,197,'_background_color','field_57775720b2559'),(876,197,'location','Hypermarket Level.'),(877,197,'_location','field_577753919e635'),(878,197,'phone','+918591691998'),(879,197,'_phone','field_5777539f9e636'),(880,197,'facilities_description','<div class=\"inner_product\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6\">\r\n<div class=\"inner_bottom\">\r\n\r\nThe medical room which is well equipped to provide the first aid is located at near Reliance Market on the Hypermarket Level. In case of any medical emergency we request the guests to reach out to the Manager On Duty at\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"like_share\"></div>'),(881,197,'_facilities_description','field_577753a89e637'),(882,200,'_edit_last','1'),(883,200,'_edit_lock','1467440011:1'),(884,201,'_wp_attached_file','2016/07/image_3.png'),(885,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:363;s:4:\"file\";s:19:\"2016/07/image_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image_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:\"image_3-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(886,202,'_wp_attached_file','2016/07/image_5.png'),(887,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:363;s:4:\"file\";s:19:\"2016/07/image_5.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image_5-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:\"image_5-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(888,203,'_wp_attached_file','2016/07/parking_1.png'),(889,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:21:\"2016/07/parking_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"parking_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:21:\"parking_1-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(890,204,'_wp_attached_file','2016/07/parking_2.png'),(891,204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:21:\"2016/07/parking_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"parking_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:21:\"parking_2-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(892,205,'_wp_attached_file','2016/07/parking_3.png'),(893,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:21:\"2016/07/parking_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"parking_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:21:\"parking_3-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(894,206,'facilities_main_image','202'),(895,206,'_facilities_main_image','field_577753389e630'),(896,206,'facilities_banner_img1','203'),(897,206,'_facilities_banner_img1','field_5777534a9e631'),(898,206,'facilities_banner_img2','204'),(899,206,'_facilities_banner_img2','field_577753649e632'),(900,206,'facilities_banner_img3','205'),(901,206,'_facilities_banner_img3','field_577753739e633'),(902,206,'facilities_title','Parking'),(903,206,'_facilities_title','field_577753879e634'),(904,206,'background_color','98,180,51, 0.9'),(905,206,'_background_color','field_57775720b2559'),(906,206,'location','Basement & Ground Floor'),(907,206,'_location','field_577753919e635'),(908,206,'phone',''),(909,206,'_phone','field_5777539f9e636'),(910,206,'facilities_description','<div class=\"inner_product\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6\">\r\n<div class=\"inner_bottom\">\r\n\r\n2200 Cars can be parked simultaneously at the parking zone at The North Country Mall. Apart from that 500 two wheelers can be parked at the designated open area.\r\n\r\nThere is dedicated parking for senior citizen, ladies and specially abled citizens\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"like_share\"></div>'),(911,206,'_facilities_description','field_577753a89e637'),(912,200,'facilities_main_image','202'),(913,200,'_facilities_main_image','field_577753389e630'),(914,200,'facilities_banner_img1','203'),(915,200,'_facilities_banner_img1','field_5777534a9e631'),(916,200,'facilities_banner_img2','204'),(917,200,'_facilities_banner_img2','field_577753649e632'),(918,200,'facilities_banner_img3','205'),(919,200,'_facilities_banner_img3','field_577753739e633'),(920,200,'facilities_title','Parking'),(921,200,'_facilities_title','field_577753879e634'),(922,200,'background_color','98,180,51, 0.9'),(923,200,'_background_color','field_57775720b2559'),(924,200,'location','Basement & Ground Floor'),(925,200,'_location','field_577753919e635'),(926,200,'phone',''),(927,200,'_phone','field_5777539f9e636'),(928,200,'facilities_description','<div class=\"inner_product\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6\">\r\n<div class=\"inner_bottom\">\r\n\r\n2200 Cars can be parked simultaneously at the parking zone at The North Country Mall. Apart from that 500 two wheelers can be parked at the designated open area.\r\n\r\nThere is dedicated parking for senior citizen, ladies and specially abled citizens\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"like_share\"></div>'),(929,200,'_facilities_description','field_577753a89e637'),(930,207,'_edit_last','1'),(931,207,'_edit_lock','1467440227:1'),(932,208,'_wp_attached_file','2016/07/image_7.png'),(933,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:363;s:4:\"file\";s:19:\"2016/07/image_7.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image_7-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:\"image_7-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(934,209,'_wp_attached_file','2016/07/info_1.png'),(935,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:18:\"2016/07/info_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"info_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:18:\"info_1-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(936,210,'_wp_attached_file','2016/07/info_2.png'),(937,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:18:\"2016/07/info_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"info_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:18:\"info_2-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(938,211,'facilities_main_image','208'),(939,211,'_facilities_main_image','field_577753389e630'),(940,211,'facilities_banner_img1','209'),(941,211,'_facilities_banner_img1','field_5777534a9e631'),(942,211,'facilities_banner_img2','210'),(943,211,'_facilities_banner_img2','field_577753649e632'),(944,211,'facilities_banner_img3',''),(945,211,'_facilities_banner_img3','field_577753739e633'),(946,211,'facilities_title','Information Desk'),(947,211,'_facilities_title','field_577753879e634'),(948,211,'background_color','254,61,80, 0.9'),(949,211,'_background_color','field_57775720b2559'),(950,211,'location','Ground Floor'),(951,211,'_location','field_577753919e635'),(952,211,'phone','0172-6703300'),(953,211,'_phone','field_5777539f9e636'),(954,211,'facilities_description','<div class=\"inner_product\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6\">\r\n<div class=\"inner_bottom\">\r\n\r\nInformation desk is located at the main lobby at the entrance of the mall. In case of any information about the mall please call on the number provided. This number is manned from 10 am to 11 pm.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"like_share\"></div>'),(955,211,'_facilities_description','field_577753a89e637'),(956,207,'facilities_main_image','208'),(957,207,'_facilities_main_image','field_577753389e630'),(958,207,'facilities_banner_img1','209'),(959,207,'_facilities_banner_img1','field_5777534a9e631'),(960,207,'facilities_banner_img2','210'),(961,207,'_facilities_banner_img2','field_577753649e632'),(962,207,'facilities_banner_img3',''),(963,207,'_facilities_banner_img3','field_577753739e633'),(964,207,'facilities_title','Information Desk'),(965,207,'_facilities_title','field_577753879e634'),(966,207,'background_color','254,61,80, 0.9'),(967,207,'_background_color','field_57775720b2559'),(968,207,'location','Ground Floor'),(969,207,'_location','field_577753919e635'),(970,207,'phone','0172-6703300'),(971,207,'_phone','field_5777539f9e636'),(972,207,'facilities_description','<div class=\"inner_product\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6\">\r\n<div class=\"inner_bottom\">\r\n\r\nInformation desk is located at the main lobby at the entrance of the mall. In case of any information about the mall please call on the number provided. This number is manned from 10 am to 11 pm.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"like_share\"></div>'),(973,207,'_facilities_description','field_577753a89e637'),(974,212,'_edit_last','1'),(975,212,'_edit_lock','1467440553:1'),(976,212,'_wp_page_template','facilities-detail.php'),(977,214,'facilities_main_image','189'),(978,214,'_facilities_main_image','field_577753389e630'),(979,214,'facilities_banner_img1','190'),(980,214,'_facilities_banner_img1','field_5777534a9e631'),(981,214,'facilities_banner_img2','191'),(982,214,'_facilities_banner_img2','field_577753649e632'),(983,214,'facilities_banner_img3',''),(984,214,'_facilities_banner_img3','field_577753739e633'),(985,214,'facilities_title','ATM'),(986,214,'_facilities_title','field_577753879e634'),(987,214,'background_color','227,14,139, 0.9'),(988,214,'_background_color','field_57775720b2559'),(989,214,'location','Yes Bank Ground Floor , IndusInd Bank Second Floor'),(990,214,'_location','field_577753919e635'),(991,214,'phone',''),(992,214,'_phone','field_5777539f9e636'),(993,214,'facilities_description','<div class=\"inner_product\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6\">\r\n<div class=\"inner_bottom\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"like_share\"></div>'),(994,214,'_facilities_description','field_577753a89e637'),(995,215,'facilities_main_image','189'),(996,215,'_facilities_main_image','field_577753389e630'),(997,215,'facilities_banner_img1','190'),(998,215,'_facilities_banner_img1','field_5777534a9e631'),(999,215,'facilities_banner_img2','191'),(1000,215,'_facilities_banner_img2','field_577753649e632'),(1001,215,'facilities_banner_img3',''),(1002,215,'_facilities_banner_img3','field_577753739e633'),(1003,215,'facilities_title','ATM'),(1004,215,'_facilities_title','field_577753879e634'),(1005,215,'background_color','227,14,139, 0.9'),(1006,215,'_background_color','field_57775720b2559'),(1007,215,'location','Yes Bank Ground Floor , IndusInd Bank Second Floor'),(1008,215,'_location','field_577753919e635'),(1009,215,'phone',''),(1010,215,'_phone','field_5777539f9e636'),(1011,215,'facilities_description','<div class=\"inner_product\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6\">\r\n<div class=\"inner_bottom\">\r\n\r\nTwo ATMs are conveniently placed at the mall for convenience of the shoppers. ATM of Yes Bank is located at the Ground Floor near Marks and Spencer. IndusInd Bank ATM is located at the Second Floor near Food Court.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"like_share\"></div>'),(1012,215,'_facilities_description','field_577753a89e637'),(1013,216,'_edit_last','1'),(1014,216,'field_577771bfeefbf','a:11:{s:3:\"key\";s:19:\"field_577771bfeefbf\";s:5:\"label\";s:26:\"Key Information Main Image\";s:4:\"name\";s:26:\"key_information_main_image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(1015,216,'field_577771d7eefc0','a:11:{s:3:\"key\";s:19:\"field_577771d7eefc0\";s:5:\"label\";s:23:\"Key Information Slider1\";s:4:\"name\";s:23:\"key_information_slider1\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),(1016,216,'field_577771e5eefc1','a:11:{s:3:\"key\";s:19:\"field_577771e5eefc1\";s:5:\"label\";s:23:\"Key Information Slider2\";s:4:\"name\";s:23:\"key_information_slider2\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),(1018,216,'field_577771faeefc3','a:14:{s:3:\"key\";s:19:\"field_577771faeefc3\";s:5:\"label\";s:21:\"Key Information Title\";s:4:\"name\";s:21:\"key_information_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:4;}'),(1019,216,'field_57777208eefc4','a:14:{s:3:\"key\";s:19:\"field_57777208eefc4\";s:5:\"label\";s:22:\"Key Information Timing\";s:4:\"name\";s:22:\"key_information_timing\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:6;}'),(1020,216,'field_57777215eefc5','a:14:{s:3:\"key\";s:19:\"field_57777215eefc5\";s:5:\"label\";s:21:\"Key Information Phone\";s:4:\"name\";s:21:\"key_information_phone\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:7;}'),(1021,216,'field_5777721deefc6','a:14:{s:3:\"key\";s:19:\"field_5777721deefc6\";s:5:\"label\";s:8:\"Location\";s:4:\"name\";s:8:\"location\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:9;}'),(1022,216,'field_5777722beefc7','a:11:{s:3:\"key\";s:19:\"field_5777722beefc7\";s:5:\"label\";s:27:\"Key Information Description\";s:4:\"name\";s:27:\"key_information_description\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";s:3:\"yes\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:10;}'),(1023,216,'field_57777237eefc8','a:11:{s:3:\"key\";s:19:\"field_57777237eefc8\";s:5:\"label\";s:33:\"Key Information Under Description\";s:4:\"name\";s:33:\"key_information_under_description\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";s:3:\"yes\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:11;}'),(1025,216,'position','normal'),(1026,216,'layout','no_box'),(1027,216,'hide_on_screen',''),(1028,216,'_edit_lock','1467460073:1'),(1030,18,'_wp_page_template','keyinformation.php'),(1031,216,'field_577772d7be1a0','a:14:{s:3:\"key\";s:19:\"field_577772d7be1a0\";s:5:\"label\";s:32:\"Key Information background color\";s:4:\"name\";s:32:\"key_information_background_color\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:5;}'),(1034,218,'_edit_last','1'),(1035,218,'_edit_lock','1467456460:1'),(1036,219,'_wp_attached_file','2016/07/image_1-1.png'),(1037,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:556;s:6:\"height\";i:363;s:4:\"file\";s:21:\"2016/07/image_1-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"image_1-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:21:\"image_1-1-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1038,220,'key_information_main_image','219'),(1039,220,'_key_information_main_image','field_577771bfeefbf'),(1040,220,'key_information_slider1',''),(1041,220,'_key_information_slider1','field_577771d7eefc0'),(1042,220,'key_information_slider2',''),(1043,220,'_key_information_slider2','field_577771e5eefc1'),(1044,220,'key_information_slider3',''),(1045,220,'_key_information_slider3','field_577771f1eefc2'),(1046,220,'key_information_title','Opening And Closing Time'),(1047,220,'_key_information_title','field_577771faeefc3'),(1048,220,'key_information_background_color','227,14,139, 0.9'),(1049,220,'_key_information_background_color','field_577772d7be1a0'),(1050,220,'key_information_timing','Mon - Sun: 10AM - 10PM'),(1051,220,'_key_information_timing','field_57777208eefc4'),(1052,220,'key_information_phone','0885 255 726'),(1053,220,'_key_information_phone','field_57777215eefc5'),(1054,220,'location','Ground FLour'),(1055,220,'_location','field_5777721deefc6'),(1056,220,'key_information_description','<div class=\"inner_bottom\">\r\n\r\nMall timings are from 10:00 hrs to 22:00 hrs but we take customers in till 23:00 hrs for movie and food court. Reliance starts their operations from 07:00 hrs.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(1057,220,'_key_information_description','field_5777722beefc7'),(1058,220,'key_information_under_description','Mall timings are from 10:00 hrs to 22:00 hrs but we take customers in till 23:00 hrs.\r\n\r\n'),(1059,220,'_key_information_under_description','field_57777237eefc8'),(1060,218,'key_information_main_image','219'),(1061,218,'_key_information_main_image','field_577771bfeefbf'),(1062,218,'key_information_slider1','236'),(1063,218,'_key_information_slider1','field_577771d7eefc0'),(1064,218,'key_information_slider2',''),(1065,218,'_key_information_slider2','field_577771e5eefc1'),(1066,218,'key_information_slider3',''),(1067,218,'_key_information_slider3','field_577771f1eefc2'),(1068,218,'key_information_title','Opening And Closing Time'),(1069,218,'_key_information_title','field_577771faeefc3'),(1070,218,'key_information_background_color','227,14,139, 0.9'),(1071,218,'_key_information_background_color','field_577772d7be1a0'),(1072,218,'key_information_timing','Mon - Sun: 10AM - 10PM'),(1073,218,'_key_information_timing','field_57777208eefc4'),(1074,218,'key_information_phone','0885 255 726'),(1075,218,'_key_information_phone','field_57777215eefc5'),(1076,218,'location','Ground FLour'),(1077,218,'_location','field_5777721deefc6'),(1078,218,'key_information_description','<div class=\"inner_bottom\">\r\n\r\nMall timings are from 10:00 hrs to 22:00 hrs but we take customers in till 23:00 hrs for movie and food court. Reliance starts their operations from 07:00 hrs.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(1079,218,'_key_information_description','field_5777722beefc7'),(1080,218,'key_information_under_description','Mall timings are from 10:00 hrs to 22:00 hrs but we take customers in till 23:00 hrs.'),(1081,218,'_key_information_under_description','field_57777237eefc8'),(1082,216,'field_5777743436a20','a:14:{s:3:\"key\";s:19:\"field_5777743436a20\";s:5:\"label\";s:23:\"Key Information Address\";s:4:\"name\";s:23:\"key_information_address\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:8;}'),(1085,221,'_edit_last','1'),(1086,221,'_edit_lock','1467456934:1'),(1087,222,'_wp_attached_file','2016/07/image_2-1.png'),(1088,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:559;s:6:\"height\";i:363;s:4:\"file\";s:21:\"2016/07/image_2-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"image_2-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:21:\"image_2-1-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1089,223,'key_information_main_image','222'),(1090,223,'_key_information_main_image','field_577771bfeefbf'),(1091,223,'key_information_slider1',''),(1092,223,'_key_information_slider1','field_577771d7eefc0'),(1093,223,'key_information_slider2',''),(1094,223,'_key_information_slider2','field_577771e5eefc1'),(1095,223,'key_information_slider3',''),(1096,223,'_key_information_slider3','field_577771f1eefc2'),(1097,223,'key_information_title','How To Get Here?'),(1098,223,'_key_information_title','field_577771faeefc3'),(1099,223,'key_information_background_color','152,2,6, 0.9'),(1100,223,'_key_information_background_color','field_577772d7be1a0'),(1101,223,'key_information_timing',''),(1102,223,'_key_information_timing','field_57777208eefc4'),(1103,223,'key_information_phone','0172 670 3300'),(1104,223,'_key_information_phone','field_57777215eefc5'),(1105,223,'key_information_address','NH-21,Mohali Kharar Road, Sahibzada Ajit Singh Nagar, Punjab 160118'),(1106,223,'_key_information_address','field_5777743436a20'),(1107,223,'location',''),(1108,223,'_location','field_5777721deefc6'),(1109,223,'key_information_description','<div class=\"inner_bottom\">\r\n\r\nIt is located on Kharar Mohali Road and is well-connected via all means of local transportation.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(1110,223,'_key_information_description','field_5777722beefc7'),(1111,223,'key_information_under_description',''),(1112,223,'_key_information_under_description','field_57777237eefc8'),(1113,221,'key_information_main_image','222'),(1114,221,'_key_information_main_image','field_577771bfeefbf'),(1115,221,'key_information_slider1','240'),(1116,221,'_key_information_slider1','field_577771d7eefc0'),(1117,221,'key_information_slider2',''),(1118,221,'_key_information_slider2','field_577771e5eefc1'),(1119,221,'key_information_slider3',''),(1120,221,'_key_information_slider3','field_577771f1eefc2'),(1121,221,'key_information_title','How To Get Here?'),(1122,221,'_key_information_title','field_577771faeefc3'),(1123,221,'key_information_background_color','152,2,6, 0.9'),(1124,221,'_key_information_background_color','field_577772d7be1a0'),(1125,221,'key_information_timing',''),(1126,221,'_key_information_timing','field_57777208eefc4'),(1127,221,'key_information_phone','0172 670 3300'),(1128,221,'_key_information_phone','field_57777215eefc5'),(1129,221,'key_information_address','NH-21,Mohali Kharar Road, Sahibzada Ajit Singh Nagar, Punjab 160118'),(1130,221,'_key_information_address','field_5777743436a20'),(1131,221,'location',''),(1132,221,'_location','field_5777721deefc6'),(1133,221,'key_information_description','<div class=\"inner_bottom\">\r\n\r\nIt is located on Kharar Mohali Road and is well-connected via all means of local transportation.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(1134,221,'_key_information_description','field_5777722beefc7'),(1135,221,'key_information_under_description','<img class=\"alignnone size-full wp-image-242\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/aeroplane.png\" alt=\"aeroplane\" width=\"16\" height=\"16\" /> It is 13 km from Chandigarh Air Force base Airport\r\n<img class=\"alignnone size-full wp-image-244\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/train.png\" alt=\"train\" width=\"20\" height=\"14\" /> It is 14.3 km from Chandigarh Train Station\r\n<img class=\"alignnone size-full wp-image-244\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/train.png\" alt=\"train\" width=\"20\" height=\"14\" /> It is 29.2 km from Rajpura Railway Station\r\n<img class=\"alignnone size-full wp-image-245\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/car.png\" alt=\"car\" width=\"18\" height=\"15\" /> It is 27 min drive from the Sector 17 Chandigarh'),(1136,221,'_key_information_under_description','field_57777237eefc8'),(1138,224,'_edit_last','1'),(1139,224,'_edit_lock','1467460834:1'),(1140,225,'_wp_attached_file','2016/07/image_3-1.png'),(1141,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:363;s:4:\"file\";s:21:\"2016/07/image_3-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"image_3-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:21:\"image_3-1-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1142,226,'key_information_main_image','225'),(1143,226,'_key_information_main_image','field_577771bfeefbf'),(1144,226,'key_information_slider1',''),(1145,226,'_key_information_slider1','field_577771d7eefc0'),(1146,226,'key_information_slider2',''),(1147,226,'_key_information_slider2','field_577771e5eefc1'),(1148,226,'key_information_slider3',''),(1149,226,'_key_information_slider3','field_577771f1eefc2'),(1150,226,'key_information_title',''),(1151,226,'_key_information_title','field_577771faeefc3'),(1152,226,'key_information_background_color',''),(1153,226,'_key_information_background_color','field_577772d7be1a0'),(1154,226,'key_information_timing',''),(1155,226,'_key_information_timing','field_57777208eefc4'),(1156,226,'key_information_phone',''),(1157,226,'_key_information_phone','field_57777215eefc5'),(1158,226,'key_information_address',''),(1159,226,'_key_information_address','field_5777743436a20'),(1160,226,'location',''),(1161,226,'_location','field_5777721deefc6'),(1162,226,'key_information_description',''),(1163,226,'_key_information_description','field_5777722beefc7'),(1164,226,'key_information_under_description',''),(1165,226,'_key_information_under_description','field_57777237eefc8'),(1166,224,'key_information_main_image','225'),(1167,224,'_key_information_main_image','field_577771bfeefbf'),(1168,224,'key_information_slider1','225'),(1169,224,'_key_information_slider1','field_577771d7eefc0'),(1170,224,'key_information_slider2',''),(1171,224,'_key_information_slider2','field_577771e5eefc1'),(1172,224,'key_information_slider3',''),(1173,224,'_key_information_slider3','field_5777a2c2fa72a'),(1174,224,'key_information_title','Floor Plan'),(1175,224,'_key_information_title','field_577771faeefc3'),(1176,224,'key_information_background_color','239,92,12, 0.9'),(1177,224,'_key_information_background_color','field_577772d7be1a0'),(1178,224,'key_information_timing',''),(1179,224,'_key_information_timing','field_57777208eefc4'),(1180,224,'key_information_phone',''),(1181,224,'_key_information_phone','field_57777215eefc5'),(1182,224,'key_information_address',''),(1183,224,'_key_information_address','field_5777743436a20'),(1184,224,'location',''),(1185,224,'_location','field_5777721deefc6'),(1186,224,'key_information_description','Coming Soon'),(1187,224,'_key_information_description','field_5777722beefc7'),(1188,224,'key_information_under_description',''),(1189,224,'_key_information_under_description','field_57777237eefc8'),(1190,227,'_edit_last','1'),(1191,227,'_edit_lock','1467458841:1'),(1192,228,'_wp_attached_file','2016/07/image_4.png'),(1193,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:363;s:4:\"file\";s:19:\"2016/07/image_4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image_4-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:\"image_4-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1194,229,'_wp_attached_file','2016/07/rendring_1.png'),(1195,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:22:\"2016/07/rendring_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rendring_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:22:\"rendring_1-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1196,230,'_wp_attached_file','2016/07/rendring_2.png'),(1197,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:22:\"2016/07/rendring_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rendring_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:22:\"rendring_2-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1198,231,'key_information_main_image','228'),(1199,231,'_key_information_main_image','field_577771bfeefbf'),(1200,231,'key_information_slider1','229'),(1201,231,'_key_information_slider1','field_577771d7eefc0'),(1202,231,'key_information_slider2','230'),(1203,231,'_key_information_slider2','field_577771e5eefc1'),(1204,231,'key_information_slider3',''),(1205,231,'_key_information_slider3','field_577771f1eefc2'),(1206,231,'key_information_title',''),(1207,231,'_key_information_title','field_577771faeefc3'),(1208,231,'key_information_background_color',''),(1209,231,'_key_information_background_color','field_577772d7be1a0'),(1210,231,'key_information_timing',''),(1211,231,'_key_information_timing','field_57777208eefc4'),(1212,231,'key_information_phone',''),(1213,231,'_key_information_phone','field_57777215eefc5'),(1214,231,'key_information_address',''),(1215,231,'_key_information_address','field_5777743436a20'),(1216,231,'location',''),(1217,231,'_location','field_5777721deefc6'),(1218,231,'key_information_description','<h4>The North Country Mall– the first Lifestyle Mall in Chandigarh</h4>\r\nSince its official opening on March 28th\r\n\r\nThe lifestyle mall concept stands out in the new standard and mode of spending one\'s leisure time, in the broad range of services and entertainments for all ages – from the sports places, the restaurants and cafés, through the children’s centers, the attraction areas and cinemas, to the largest and most modern events hall. In order to host the expected number of visitors, the building has been designed with vast interior and exterior spaces.'),(1219,231,'_key_information_description','field_5777722beefc7'),(1220,231,'key_information_under_description','<div class=\"col-xs-12 col-sm-6 width47\">\r\n<div class=\"about_us_text\">\r\n<p class=\"brd_top\">Besides with the rich volumes, the sense of luxury and higher standard is achieved with the modern high-quality materials used in the construction of the shopping center.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 width53\"></div>'),(1221,231,'_key_information_under_description','field_57777237eefc8'),(1222,227,'key_information_main_image','228'),(1223,227,'_key_information_main_image','field_577771bfeefbf'),(1224,227,'key_information_slider1','229'),(1225,227,'_key_information_slider1','field_577771d7eefc0'),(1226,227,'key_information_slider2','230'),(1227,227,'_key_information_slider2','field_577771e5eefc1'),(1228,227,'key_information_slider3','252'),(1229,227,'_key_information_slider3','field_5777a2c2fa72a'),(1230,227,'key_information_title','Renderings'),(1231,227,'_key_information_title','field_577771faeefc3'),(1232,227,'key_information_background_color','11,117,184, 0.9'),(1233,227,'_key_information_background_color','field_577772d7be1a0'),(1234,227,'key_information_timing',''),(1235,227,'_key_information_timing','field_57777208eefc4'),(1236,227,'key_information_phone',''),(1237,227,'_key_information_phone','field_57777215eefc5'),(1238,227,'key_information_address',''),(1239,227,'_key_information_address','field_5777743436a20'),(1240,227,'location',''),(1241,227,'_location','field_5777721deefc6'),(1242,227,'key_information_description','<h4>The North Country Mall– the first Lifestyle Mall in Chandigarh</h4>\r\nSince its official opening on March 28th\r\n\r\nThe lifestyle mall concept stands out in the new standard and mode of spending one\'s leisure time, in the broad range of services and entertainments for all ages – from the sports places, the restaurants and cafés, through the children’s centers, the attraction areas and cinemas, to the largest and most modern events hall. In order to host the expected number of visitors, the building has been designed with vast interior and exterior spaces.'),(1243,227,'_key_information_description','field_5777722beefc7'),(1244,227,'key_information_under_description','Besides with the rich volumes, the sense of luxury and higher standard is achieved with the modern high-quality materials used in the construction of the shopping center.'),(1245,227,'_key_information_under_description','field_57777237eefc8'),(1246,232,'key_information_main_image','225'),(1247,232,'_key_information_main_image','field_577771bfeefbf'),(1248,232,'key_information_slider1',''),(1249,232,'_key_information_slider1','field_577771d7eefc0'),(1250,232,'key_information_slider2',''),(1251,232,'_key_information_slider2','field_577771e5eefc1'),(1252,232,'key_information_slider3',''),(1253,232,'_key_information_slider3','field_577771f1eefc2'),(1254,232,'key_information_title','Floor Plan'),(1255,232,'_key_information_title','field_577771faeefc3'),(1256,232,'key_information_background_color','239,92,12, 0.9'),(1257,232,'_key_information_background_color','field_577772d7be1a0'),(1258,232,'key_information_timing',''),(1259,232,'_key_information_timing','field_57777208eefc4'),(1260,232,'key_information_phone',''),(1261,232,'_key_information_phone','field_57777215eefc5'),(1262,232,'key_information_address',''),(1263,232,'_key_information_address','field_5777743436a20'),(1264,232,'location',''),(1265,232,'_location','field_5777721deefc6'),(1266,232,'key_information_description',''),(1267,232,'_key_information_description','field_5777722beefc7'),(1268,232,'key_information_under_description',''),(1269,232,'_key_information_under_description','field_57777237eefc8'),(1270,233,'key_information_main_image','228'),(1271,233,'_key_information_main_image','field_577771bfeefbf'),(1272,233,'key_information_slider1','229'),(1273,233,'_key_information_slider1','field_577771d7eefc0'),(1274,233,'key_information_slider2','230'),(1275,233,'_key_information_slider2','field_577771e5eefc1'),(1276,233,'key_information_slider3',''),(1277,233,'_key_information_slider3','field_577771f1eefc2'),(1278,233,'key_information_title','Renderings'),(1279,233,'_key_information_title','field_577771faeefc3'),(1280,233,'key_information_background_color','11,117,184, 0.9'),(1281,233,'_key_information_background_color','field_577772d7be1a0'),(1282,233,'key_information_timing',''),(1283,233,'_key_information_timing','field_57777208eefc4'),(1284,233,'key_information_phone',''),(1285,233,'_key_information_phone','field_57777215eefc5'),(1286,233,'key_information_address',''),(1287,233,'_key_information_address','field_5777743436a20'),(1288,233,'location',''),(1289,233,'_location','field_5777721deefc6'),(1290,233,'key_information_description','<h4>The North Country Mall– the first Lifestyle Mall in Chandigarh</h4>\r\nSince its official opening on March 28th\r\n\r\nThe lifestyle mall concept stands out in the new standard and mode of spending one\'s leisure time, in the broad range of services and entertainments for all ages – from the sports places, the restaurants and cafés, through the children’s centers, the attraction areas and cinemas, to the largest and most modern events hall. In order to host the expected number of visitors, the building has been designed with vast interior and exterior spaces.'),(1291,233,'_key_information_description','field_5777722beefc7'),(1292,233,'key_information_under_description','<div class=\"col-xs-12 col-sm-6 width47\">\r\n<div class=\"about_us_text\">\r\n<p class=\"brd_top\">Besides with the rich volumes, the sense of luxury and higher standard is achieved with the modern high-quality materials used in the construction of the shopping center.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 width53\"></div>'),(1293,233,'_key_information_under_description','field_57777237eefc8'),(1294,234,'_edit_last','1'),(1295,234,'_edit_lock','1467449315:1'),(1296,234,'_wp_page_template','keyinfodetails.php'),(1297,236,'_wp_attached_file','2016/07/key_info.png'),(1298,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:20:\"2016/07/key_info.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"key_info-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:\"key_info-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1299,237,'key_information_main_image','219'),(1300,237,'_key_information_main_image','field_577771bfeefbf'),(1301,237,'key_information_slider1','236'),(1302,237,'_key_information_slider1','field_577771d7eefc0'),(1303,237,'key_information_slider2',''),(1304,237,'_key_information_slider2','field_577771e5eefc1'),(1305,237,'key_information_slider3',''),(1306,237,'_key_information_slider3','field_577771f1eefc2'),(1307,237,'key_information_title','Opening And Closing Time'),(1308,237,'_key_information_title','field_577771faeefc3'),(1309,237,'key_information_background_color','227,14,139, 0.9'),(1310,237,'_key_information_background_color','field_577772d7be1a0'),(1311,237,'key_information_timing','Mon - Sun: 10AM - 10PM'),(1312,237,'_key_information_timing','field_57777208eefc4'),(1313,237,'key_information_phone','0885 255 726'),(1314,237,'_key_information_phone','field_57777215eefc5'),(1315,237,'key_information_address',''),(1316,237,'_key_information_address','field_5777743436a20'),(1317,237,'location','Ground FLour'),(1318,237,'_location','field_5777721deefc6'),(1319,237,'key_information_description','<div class=\"inner_bottom\">\r\n\r\nMall timings are from 10:00 hrs to 22:00 hrs but we take customers in till 23:00 hrs for movie and food court. Reliance starts their operations from 07:00 hrs.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(1320,237,'_key_information_description','field_5777722beefc7'),(1321,237,'key_information_under_description','Mall timings are from 10:00 hrs to 22:00 hrs but we take customers in till 23:00 hrs.'),(1322,237,'_key_information_under_description','field_57777237eefc8'),(1323,218,'key_information_address',''),(1324,218,'_key_information_address','field_5777743436a20'),(1325,238,'key_information_main_image','219'),(1326,238,'_key_information_main_image','field_577771bfeefbf'),(1327,238,'key_information_slider1','236'),(1328,238,'_key_information_slider1','field_577771d7eefc0'),(1329,238,'key_information_slider2',''),(1330,238,'_key_information_slider2','field_577771e5eefc1'),(1331,238,'key_information_slider3',''),(1332,238,'_key_information_slider3','field_577771f1eefc2'),(1333,238,'key_information_title','Opening And Closing Time'),(1334,238,'_key_information_title','field_577771faeefc3'),(1335,238,'key_information_background_color','227,14,139, 0.9'),(1336,238,'_key_information_background_color','field_577772d7be1a0'),(1337,238,'key_information_timing','Mon - Sun: 10AM - 10PM'),(1338,238,'_key_information_timing','field_57777208eefc4'),(1339,238,'key_information_phone','0885 255 726'),(1340,238,'_key_information_phone','field_57777215eefc5'),(1341,238,'key_information_address','NH-21,Mohali Kharar Road, Sahibzada Ajit Singh Nagar, Punjab 160118'),(1342,238,'_key_information_address','field_5777743436a20'),(1343,238,'location','Ground FLour'),(1344,238,'_location','field_5777721deefc6'),(1345,238,'key_information_description','<div class=\"inner_bottom\">\r\n\r\nMall timings are from 10:00 hrs to 22:00 hrs but we take customers in till 23:00 hrs for movie and food court. Reliance starts their operations from 07:00 hrs.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(1346,238,'_key_information_description','field_5777722beefc7'),(1347,238,'key_information_under_description','Mall timings are from 10:00 hrs to 22:00 hrs but we take customers in till 23:00 hrs.'),(1348,238,'_key_information_under_description','field_57777237eefc8'),(1350,239,'key_information_main_image','219'),(1351,239,'_key_information_main_image','field_577771bfeefbf'),(1352,239,'key_information_slider1','236'),(1353,239,'_key_information_slider1','field_577771d7eefc0'),(1354,239,'key_information_slider2',''),(1355,239,'_key_information_slider2','field_577771e5eefc1'),(1356,239,'key_information_title','Opening And Closing Time'),(1357,239,'_key_information_title','field_577771faeefc3'),(1358,239,'key_information_background_color','227,14,139, 0.9'),(1359,239,'_key_information_background_color','field_577772d7be1a0'),(1360,239,'key_information_timing','Mon - Sun: 10AM - 10PM'),(1361,239,'_key_information_timing','field_57777208eefc4'),(1362,239,'key_information_phone','0885 255 726'),(1363,239,'_key_information_phone','field_57777215eefc5'),(1364,239,'key_information_address',''),(1365,239,'_key_information_address','field_5777743436a20'),(1366,239,'location','Ground FLour'),(1367,239,'_location','field_5777721deefc6'),(1368,239,'key_information_description','<div class=\"inner_bottom\">\r\n\r\nMall timings are from 10:00 hrs to 22:00 hrs but we take customers in till 23:00 hrs for movie and food court. Reliance starts their operations from 07:00 hrs.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(1369,239,'_key_information_description','field_5777722beefc7'),(1370,239,'key_information_under_description','Mall timings are from 10:00 hrs to 22:00 hrs but we take customers in till 23:00 hrs.'),(1371,239,'_key_information_under_description','field_57777237eefc8'),(1372,240,'_wp_attached_file','2016/07/howotget_inner.png'),(1373,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:26:\"2016/07/howotget_inner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"howotget_inner-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:26:\"howotget_inner-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1374,241,'key_information_main_image','222'),(1375,241,'_key_information_main_image','field_577771bfeefbf'),(1376,241,'key_information_slider1','240'),(1377,241,'_key_information_slider1','field_577771d7eefc0'),(1378,241,'key_information_slider2',''),(1379,241,'_key_information_slider2','field_577771e5eefc1'),(1380,241,'key_information_title','How To Get Here?'),(1381,241,'_key_information_title','field_577771faeefc3'),(1382,241,'key_information_background_color','152,2,6, 0.9'),(1383,241,'_key_information_background_color','field_577772d7be1a0'),(1384,241,'key_information_timing',''),(1385,241,'_key_information_timing','field_57777208eefc4'),(1386,241,'key_information_phone','0172 670 3300'),(1387,241,'_key_information_phone','field_57777215eefc5'),(1388,241,'key_information_address','NH-21,Mohali Kharar Road, Sahibzada Ajit Singh Nagar, Punjab 160118'),(1389,241,'_key_information_address','field_5777743436a20'),(1390,241,'location',''),(1391,241,'_location','field_5777721deefc6'),(1392,241,'key_information_description','<div class=\"inner_bottom\">\r\n\r\nIt is located on Kharar Mohali Road and is well-connected via all means of local transportation.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(1393,241,'_key_information_description','field_5777722beefc7'),(1394,241,'key_information_under_description','<p><span><img src=\"images/key_info/aeroplane.png\"></span>It is 13 km from Chandigarh Air Force base Airport</p>\r\n<p><span><img src=\"images/key_info/train.png\"></span>It is 14.3 km from Chandigarh Train Station</p>\r\n<p><span><img src=\"images/key_info/train.png\"></span>It is 29.2 km from Rajpura Railway Station</p>\r\n<p><span><img src=\"images/key_info/car.png\"></span>It is 27 min drive from the Sector 17 Chandigarh</p>'),(1395,241,'_key_information_under_description','field_57777237eefc8'),(1396,242,'_wp_attached_file','2016/07/aeroplane.png'),(1397,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:21:\"2016/07/aeroplane.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1398,243,'key_information_main_image','222'),(1399,243,'_key_information_main_image','field_577771bfeefbf'),(1400,243,'key_information_slider1','240'),(1401,243,'_key_information_slider1','field_577771d7eefc0'),(1402,243,'key_information_slider2',''),(1403,243,'_key_information_slider2','field_577771e5eefc1'),(1404,243,'key_information_title','How To Get Here?'),(1405,243,'_key_information_title','field_577771faeefc3'),(1406,243,'key_information_background_color','152,2,6, 0.9'),(1407,243,'_key_information_background_color','field_577772d7be1a0'),(1408,243,'key_information_timing',''),(1409,243,'_key_information_timing','field_57777208eefc4'),(1410,243,'key_information_phone','0172 670 3300'),(1411,243,'_key_information_phone','field_57777215eefc5'),(1412,243,'key_information_address','NH-21,Mohali Kharar Road, Sahibzada Ajit Singh Nagar, Punjab 160118'),(1413,243,'_key_information_address','field_5777743436a20'),(1414,243,'location',''),(1415,243,'_location','field_5777721deefc6'),(1416,243,'key_information_description','<div class=\"inner_bottom\">\r\n\r\nIt is located on Kharar Mohali Road and is well-connected via all means of local transportation.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(1417,243,'_key_information_description','field_5777722beefc7'),(1418,243,'key_information_under_description','<p><span><img class=\"alignnone size-full wp-image-242\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/aeroplane.png\" alt=\"aeroplane\" width=\"16\" height=\"16\" /></span>It is 13 km from Chandigarh Air Force base Airport</p>\r\n<p><span><img src=\"images/key_info/train.png\"></span>It is 14.3 km from Chandigarh Train Station</p>\r\n<p><span><img src=\"images/key_info/train.png\"></span>It is 29.2 km from Rajpura Railway Station</p>\r\n<p><span><img src=\"images/key_info/car.png\"></span>It is 27 min drive from the Sector 17 Chandigarh</p>'),(1419,243,'_key_information_under_description','field_57777237eefc8'),(1420,244,'_wp_attached_file','2016/07/train.png'),(1421,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:20;s:6:\"height\";i:14;s:4:\"file\";s:17:\"2016/07/train.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1422,245,'_wp_attached_file','2016/07/car.png'),(1423,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:18;s:6:\"height\";i:15;s:4:\"file\";s:15:\"2016/07/car.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1424,246,'key_information_main_image','222'),(1425,246,'_key_information_main_image','field_577771bfeefbf'),(1426,246,'key_information_slider1','240'),(1427,246,'_key_information_slider1','field_577771d7eefc0'),(1428,246,'key_information_slider2',''),(1429,246,'_key_information_slider2','field_577771e5eefc1'),(1430,246,'key_information_title','How To Get Here?'),(1431,246,'_key_information_title','field_577771faeefc3'),(1432,246,'key_information_background_color','152,2,6, 0.9'),(1433,246,'_key_information_background_color','field_577772d7be1a0'),(1434,246,'key_information_timing',''),(1435,246,'_key_information_timing','field_57777208eefc4'),(1436,246,'key_information_phone','0172 670 3300'),(1437,246,'_key_information_phone','field_57777215eefc5'),(1438,246,'key_information_address','NH-21,Mohali Kharar Road, Sahibzada Ajit Singh Nagar, Punjab 160118'),(1439,246,'_key_information_address','field_5777743436a20'),(1440,246,'location',''),(1441,246,'_location','field_5777721deefc6'),(1442,246,'key_information_description','<div class=\"inner_bottom\">\r\n\r\nIt is located on Kharar Mohali Road and is well-connected via all means of local transportation.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(1443,246,'_key_information_description','field_5777722beefc7'),(1444,246,'key_information_under_description','<img class=\"alignnone size-full wp-image-242\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/aeroplane.png\" alt=\"aeroplane\" width=\"16\" height=\"16\" /> It is 13 km from Chandigarh Air Force base Airport\r\n<img class=\"alignnone size-full wp-image-244\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/train.png\" alt=\"train\" width=\"20\" height=\"14\" /> It is 14.3 km from Chandigarh Train Station</p>\r\n<img class=\"alignnone size-full wp-image-244\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/train.png\" alt=\"train\" width=\"20\" height=\"14\" /> It is 29.2 km from Rajpura Railway Station\r\n<img class=\"alignnone size-full wp-image-245\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/car.png\" alt=\"car\" width=\"18\" height=\"15\" /> It is 27 min drive from the Sector 17 Chandigarh</p>'),(1445,246,'_key_information_under_description','field_57777237eefc8'),(1446,247,'key_information_main_image','222'),(1447,247,'_key_information_main_image','field_577771bfeefbf'),(1448,247,'key_information_slider1','240'),(1449,247,'_key_information_slider1','field_577771d7eefc0'),(1450,247,'key_information_slider2',''),(1451,247,'_key_information_slider2','field_577771e5eefc1'),(1452,247,'key_information_title','How To Get Here?'),(1453,247,'_key_information_title','field_577771faeefc3'),(1454,247,'key_information_background_color','152,2,6, 0.9'),(1455,247,'_key_information_background_color','field_577772d7be1a0'),(1456,247,'key_information_timing',''),(1457,247,'_key_information_timing','field_57777208eefc4'),(1458,247,'key_information_phone','0172 670 3300'),(1459,247,'_key_information_phone','field_57777215eefc5'),(1460,247,'key_information_address','NH-21,Mohali Kharar Road, Sahibzada Ajit Singh Nagar, Punjab 160118'),(1461,247,'_key_information_address','field_5777743436a20'),(1462,247,'location',''),(1463,247,'_location','field_5777721deefc6'),(1464,247,'key_information_description','<div class=\"inner_bottom\">\r\n\r\nIt is located on Kharar Mohali Road and is well-connected via all means of local transportation.\r\n\r\n</div>\r\n<div class=\"right_innerbtm\"></div>'),(1465,247,'_key_information_description','field_5777722beefc7'),(1466,247,'key_information_under_description','<img class=\"alignnone size-full wp-image-242\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/aeroplane.png\" alt=\"aeroplane\" width=\"16\" height=\"16\" /> It is 13 km from Chandigarh Air Force base Airport\r\n<img class=\"alignnone size-full wp-image-244\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/train.png\" alt=\"train\" width=\"20\" height=\"14\" /> It is 14.3 km from Chandigarh Train Station\r\n<img class=\"alignnone size-full wp-image-244\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/train.png\" alt=\"train\" width=\"20\" height=\"14\" /> It is 29.2 km from Rajpura Railway Station\r\n<img class=\"alignnone size-full wp-image-245\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/car.png\" alt=\"car\" width=\"18\" height=\"15\" /> It is 27 min drive from the Sector 17 Chandigarh'),(1467,247,'_key_information_under_description','field_57777237eefc8'),(1468,248,'_edit_last','1'),(1469,248,'_edit_lock','1467457451:1'),(1470,248,'_wp_page_template','rendering.php'),(1471,250,'key_information_main_image','228'),(1472,250,'_key_information_main_image','field_577771bfeefbf'),(1473,250,'key_information_slider1','229'),(1474,250,'_key_information_slider1','field_577771d7eefc0'),(1475,250,'key_information_slider2','230'),(1476,250,'_key_information_slider2','field_577771e5eefc1'),(1477,250,'key_information_title','Renderings'),(1478,250,'_key_information_title','field_577771faeefc3'),(1479,250,'key_information_background_color','11,117,184, 0.9'),(1480,250,'_key_information_background_color','field_577772d7be1a0'),(1481,250,'key_information_timing',''),(1482,250,'_key_information_timing','field_57777208eefc4'),(1483,250,'key_information_phone',''),(1484,250,'_key_information_phone','field_57777215eefc5'),(1485,250,'key_information_address',''),(1486,250,'_key_information_address','field_5777743436a20'),(1487,250,'location',''),(1488,250,'_location','field_5777721deefc6'),(1489,250,'key_information_description','<h4>The North Country Mall– the first Lifestyle Mall in Chandigarh</h4>\r\nSince its official opening on March 28th\r\n\r\nThe lifestyle mall concept stands out in the new standard and mode of spending one\'s leisure time, in the broad range of services and entertainments for all ages – from the sports places, the restaurants and cafés, through the children’s centers, the attraction areas and cinemas, to the largest and most modern events hall. In order to host the expected number of visitors, the building has been designed with vast interior and exterior spaces.'),(1490,250,'_key_information_description','field_5777722beefc7'),(1491,250,'key_information_under_description','Besides with the rich\r\nvolumes, the sense of luxury and higher standard is achieved with the modern\r\nhigh-quality materials used in the construction of the shopping center.'),(1492,250,'_key_information_under_description','field_57777237eefc8'),(1493,251,'key_information_main_image','228'),(1494,251,'_key_information_main_image','field_577771bfeefbf'),(1495,251,'key_information_slider1','229'),(1496,251,'_key_information_slider1','field_577771d7eefc0'),(1497,251,'key_information_slider2','230'),(1498,251,'_key_information_slider2','field_577771e5eefc1'),(1499,251,'key_information_title','Renderings'),(1500,251,'_key_information_title','field_577771faeefc3'),(1501,251,'key_information_background_color','11,117,184, 0.9'),(1502,251,'_key_information_background_color','field_577772d7be1a0'),(1503,251,'key_information_timing',''),(1504,251,'_key_information_timing','field_57777208eefc4'),(1505,251,'key_information_phone',''),(1506,251,'_key_information_phone','field_57777215eefc5'),(1507,251,'key_information_address',''),(1508,251,'_key_information_address','field_5777743436a20'),(1509,251,'location',''),(1510,251,'_location','field_5777721deefc6'),(1511,251,'key_information_description','<h4>The North Country Mall– the first Lifestyle Mall in Chandigarh</h4>\r\nSince its official opening on March 28th\r\n\r\nThe lifestyle mall concept stands out in the new standard and mode of spending one\'s leisure time, in the broad range of services and entertainments for all ages – from the sports places, the restaurants and cafés, through the children’s centers, the attraction areas and cinemas, to the largest and most modern events hall. In order to host the expected number of visitors, the building has been designed with vast interior and exterior spaces.'),(1512,251,'_key_information_description','field_5777722beefc7'),(1513,251,'key_information_under_description','Besides with the rich volumes, the sense of luxury and higher standard is achieved with the modern high-quality materials used in the construction of the shopping center.'),(1514,251,'_key_information_under_description','field_57777237eefc8'),(1515,216,'field_5777a2c2fa72a','a:11:{s:3:\"key\";s:19:\"field_5777a2c2fa72a\";s:5:\"label\";s:23:\"Key Information Slider3\";s:4:\"name\";s:23:\"key_information_slider3\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}'),(1517,216,'rule','a:5:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"keyinformation\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(1518,252,'_wp_attached_file','2016/07/rendring_4.png'),(1519,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:398;s:4:\"file\";s:22:\"2016/07/rendring_4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rendring_4-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:22:\"rendring_4-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1520,253,'key_information_main_image','228'),(1521,253,'_key_information_main_image','field_577771bfeefbf'),(1522,253,'key_information_slider1','229'),(1523,253,'_key_information_slider1','field_577771d7eefc0'),(1524,253,'key_information_slider2','230'),(1525,253,'_key_information_slider2','field_577771e5eefc1'),(1526,253,'key_information_slider3','252'),(1527,253,'_key_information_slider3','field_5777a2c2fa72a'),(1528,253,'key_information_title','Renderings'),(1529,253,'_key_information_title','field_577771faeefc3'),(1530,253,'key_information_background_color','11,117,184, 0.9'),(1531,253,'_key_information_background_color','field_577772d7be1a0'),(1532,253,'key_information_timing',''),(1533,253,'_key_information_timing','field_57777208eefc4'),(1534,253,'key_information_phone',''),(1535,253,'_key_information_phone','field_57777215eefc5'),(1536,253,'key_information_address',''),(1537,253,'_key_information_address','field_5777743436a20'),(1538,253,'location',''),(1539,253,'_location','field_5777721deefc6'),(1540,253,'key_information_description','<h4>The North Country Mall– the first Lifestyle Mall in Chandigarh</h4>\r\nSince its official opening on March 28th\r\n\r\nThe lifestyle mall concept stands out in the new standard and mode of spending one\'s leisure time, in the broad range of services and entertainments for all ages – from the sports places, the restaurants and cafés, through the children’s centers, the attraction areas and cinemas, to the largest and most modern events hall. In order to host the expected number of visitors, the building has been designed with vast interior and exterior spaces.'),(1541,253,'_key_information_description','field_5777722beefc7'),(1542,253,'key_information_under_description','Besides with the rich volumes, the sense of luxury and higher standard is achieved with the modern high-quality materials used in the construction of the shopping center.'),(1543,253,'_key_information_under_description','field_57777237eefc8'),(1544,254,'key_information_main_image','225'),(1545,254,'_key_information_main_image','field_577771bfeefbf'),(1546,254,'key_information_slider1','225'),(1547,254,'_key_information_slider1','field_577771d7eefc0'),(1548,254,'key_information_slider2',''),(1549,254,'_key_information_slider2','field_577771e5eefc1'),(1550,254,'key_information_slider3',''),(1551,254,'_key_information_slider3','field_5777a2c2fa72a'),(1552,254,'key_information_title','Floor Plan'),(1553,254,'_key_information_title','field_577771faeefc3'),(1554,254,'key_information_background_color','239,92,12, 0.9'),(1555,254,'_key_information_background_color','field_577772d7be1a0'),(1556,254,'key_information_timing',''),(1557,254,'_key_information_timing','field_57777208eefc4'),(1558,254,'key_information_phone',''),(1559,254,'_key_information_phone','field_57777215eefc5'),(1560,254,'key_information_address',''),(1561,254,'_key_information_address','field_5777743436a20'),(1562,254,'location',''),(1563,254,'_location','field_5777721deefc6'),(1564,254,'key_information_description',''),(1565,254,'_key_information_description','field_5777722beefc7'),(1566,254,'key_information_under_description',''),(1567,254,'_key_information_under_description','field_57777237eefc8'),(1568,255,'key_information_main_image','225'),(1569,255,'_key_information_main_image','field_577771bfeefbf'),(1570,255,'key_information_slider1','225'),(1571,255,'_key_information_slider1','field_577771d7eefc0'),(1572,255,'key_information_slider2',''),(1573,255,'_key_information_slider2','field_577771e5eefc1'),(1574,255,'key_information_slider3',''),(1575,255,'_key_information_slider3','field_5777a2c2fa72a'),(1576,255,'key_information_title','Floor Plan'),(1577,255,'_key_information_title','field_577771faeefc3'),(1578,255,'key_information_background_color','239,92,12, 0.9'),(1579,255,'_key_information_background_color','field_577772d7be1a0'),(1580,255,'key_information_timing',''),(1581,255,'_key_information_timing','field_57777208eefc4'),(1582,255,'key_information_phone',''),(1583,255,'_key_information_phone','field_57777215eefc5'),(1584,255,'key_information_address',''),(1585,255,'_key_information_address','field_5777743436a20'),(1586,255,'location',''),(1587,255,'_location','field_5777721deefc6'),(1588,255,'key_information_description','Coming Soon'),(1589,255,'_key_information_description','field_5777722beefc7'),(1590,255,'key_information_under_description',''),(1591,255,'_key_information_under_description','field_57777237eefc8'),(1593,160,'rule','a:5:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"product_brand\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(1636,273,'_edit_last','1'),(1637,273,'_edit_lock','1473677411:1'),(1638,273,'_wp_page_template','products.php'),(1639,275,'_wp_attached_file','2016/09/and.png'),(1640,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:89;s:6:\"height\";i:58;s:4:\"file\";s:15:\"2016/09/and.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1641,276,'_wp_attached_file','2016/09/and-1.png'),(1642,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:260;s:4:\"file\";s:17:\"2016/09/and-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"and-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:17:\"and-1-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=289 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2016-06-17 09:00:47','2016-06-17 09:00:47','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2016-06-17 09:00:47','2016-06-17 09:00:47','',0,'http://northcountrymall.com/northcountrymallbeat/?p=1',0,'post','',1),(2,1,'2016-06-17 09:00:47','2016-06-17 09:00:47','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://northcountrymall.com/northcountrymallbeat/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2016-06-17 09:00:47','2016-06-17 09:00:47','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=2',0,'page','',0),(4,1,'2016-06-17 11:28:26','2016-06-17 11:28:26','Offers','Offers','','publish','closed','closed','','offers','','','2016-06-28 11:24:31','2016-06-28 11:24:31','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=4',0,'page','',0),(5,1,'2016-06-17 11:28:26','2016-06-17 11:28:26','Offers','Offers','','inherit','closed','closed','','4-revision-v1','','','2016-06-17 11:28:26','2016-06-17 11:28:26','',4,'http://northcountrymall.com/northcountrymallbeat/2016/06/17/4-revision-v1/',0,'revision','',0),(6,1,'2016-06-17 11:28:56','2016-06-17 11:28:56','','Brands','','publish','closed','closed','','brands','','','2016-06-29 08:56:12','2016-06-29 08:56:12','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=6',0,'page','',0),(7,1,'2016-06-17 11:28:56','2016-06-17 11:28:56','Brands','Brands','','inherit','closed','closed','','6-revision-v1','','','2016-06-17 11:28:56','2016-06-17 11:28:56','',6,'http://northcountrymall.com/northcountrymallbeat/2016/06/17/6-revision-v1/',0,'revision','',0),(8,1,'2016-06-17 11:29:23','2016-06-17 11:29:23','Dining','Dining','','publish','closed','closed','','dining','','','2016-06-17 11:29:23','2016-06-17 11:29:23','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=8',0,'page','',0),(9,1,'2016-06-17 11:29:23','2016-06-17 11:29:23','Dining','Dining','','inherit','closed','closed','','8-revision-v1','','','2016-06-17 11:29:23','2016-06-17 11:29:23','',8,'http://northcountrymall.com/northcountrymallbeat/2016/06/17/8-revision-v1/',0,'revision','',0),(10,1,'2016-06-17 11:30:01','2016-06-17 11:30:01','','Entertainment','','publish','closed','closed','','entertainment','','','2016-06-30 06:46:34','2016-06-30 06:46:34','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=10',0,'page','',0),(11,1,'2016-06-17 11:30:01','2016-06-17 11:30:01','Entertainment\r\n\r\n \r\n\r\n ','Entertainment','','inherit','closed','closed','','10-revision-v1','','','2016-06-17 11:30:01','2016-06-17 11:30:01','',10,'http://northcountrymall.com/northcountrymallbeat/2016/06/17/10-revision-v1/',0,'revision','',0),(12,1,'2016-06-17 11:30:18','2016-06-17 11:30:18','Events','Events','','publish','closed','closed','','events','','','2016-06-17 11:30:18','2016-06-17 11:30:18','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=12',0,'page','',0),(13,1,'2016-06-17 11:30:18','2016-06-17 11:30:18','Events','Events','','inherit','closed','closed','','12-revision-v1','','','2016-06-17 11:30:18','2016-06-17 11:30:18','',12,'http://northcountrymall.com/northcountrymallbeat/2016/06/17/12-revision-v1/',0,'revision','',0),(14,1,'2016-06-17 11:31:05','2016-06-17 11:31:05','Parties@Ncm\r\n\r\n \r\n\r\n ','Parties@Ncm','','publish','closed','closed','','partiesncm','','','2016-06-17 11:31:05','2016-06-17 11:31:05','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=14',0,'page','',0),(15,1,'2016-06-17 11:31:05','2016-06-17 11:31:05','Parties@Ncm\r\n\r\n \r\n\r\n ','Parties@Ncm','','inherit','closed','closed','','14-revision-v1','','','2016-06-17 11:31:05','2016-06-17 11:31:05','',14,'http://northcountrymall.com/northcountrymallbeat/2016/06/17/14-revision-v1/',0,'revision','',0),(16,1,'2016-06-17 11:31:38','2016-06-17 11:31:38','','Facilities','','publish','closed','closed','','facilities','','','2016-07-02 05:48:08','2016-07-02 05:48:08','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=16',0,'page','',0),(17,1,'2016-06-17 11:31:38','2016-06-17 11:31:38','Facilities','Facilities','','inherit','closed','closed','','16-revision-v1','','','2016-06-17 11:31:38','2016-06-17 11:31:38','',16,'http://northcountrymall.com/northcountrymallbeat/2016/06/17/16-revision-v1/',0,'revision','',0),(18,1,'2016-06-17 11:32:04','2016-06-17 11:32:04','Key Information','Key Information','','publish','closed','closed','','key-information','','','2016-07-02 07:52:07','2016-07-02 07:52:07','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=18',0,'page','',0),(19,1,'2016-06-17 11:32:04','2016-06-17 11:32:04','Key Information','Key Information','','inherit','closed','closed','','18-revision-v1','','','2016-06-17 11:32:04','2016-06-17 11:32:04','',18,'http://northcountrymall.com/northcountrymallbeat/2016/06/17/18-revision-v1/',0,'revision','',0),(20,1,'2016-06-17 11:32:28','2016-06-17 11:32:28','<div class=\"col-xs-12 col-sm-6 width47\">\r\n <div class=\"about_us_text\">\r\n <div class=\"contact\">\r\n <h4>Customer Service</h4>\r\n <h5>Reception</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703300</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> helpdesk@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Leasing</h4>\r\n <h5>Archit Garg</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703324</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> leasing@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Advertise With Us</h4>\r\n <h5>Satnam Singh</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703334</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> advertise@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Feedback</h4>\r\n <h5>Reception</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703300</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> feedback@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Events</h4>\r\n <h5>Satnam Singh</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703334</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> events@northcountrymall.com</h5>\r\n </div>\r\n \r\n </div>\r\n </div>','Contact Us','','publish','closed','closed','','contact-us','','','2016-06-27 06:52:16','2016-06-27 06:52:16','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=20',0,'page','',0),(21,1,'2016-06-17 11:32:28','2016-06-17 11:32:28','Contact Us','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2016-06-17 11:32:28','2016-06-17 11:32:28','',20,'http://northcountrymall.com/northcountrymallbeat/2016/06/17/20-revision-v1/',0,'revision','',0),(22,1,'2016-06-17 11:33:20','2016-06-17 11:33:20',' ','','','publish','closed','closed','','22','','','2016-06-17 11:56:54','2016-06-17 11:56:54','',0,'http://northcountrymall.com/northcountrymallbeat/?p=22',1,'nav_menu_item','',0),(23,1,'2016-06-17 11:33:20','2016-06-17 11:33:20',' ','','','publish','closed','closed','','23','','','2016-06-17 11:56:54','2016-06-17 11:56:54','',0,'http://northcountrymall.com/northcountrymallbeat/?p=23',2,'nav_menu_item','',0),(24,1,'2016-06-17 11:33:20','2016-06-17 11:33:20',' ','','','publish','closed','closed','','24','','','2016-06-17 11:56:55','2016-06-17 11:56:55','',0,'http://northcountrymall.com/northcountrymallbeat/?p=24',10,'nav_menu_item','',0),(25,1,'2016-06-17 11:33:20','2016-06-17 11:33:20',' ','','','publish','closed','closed','','25','','','2016-06-17 11:56:55','2016-06-17 11:56:55','',0,'http://northcountrymall.com/northcountrymallbeat/?p=25',11,'nav_menu_item','',0),(26,1,'2016-06-17 11:33:20','2016-06-17 11:33:20',' ','','','publish','closed','closed','','26','','','2016-06-17 11:56:55','2016-06-17 11:56:55','',0,'http://northcountrymall.com/northcountrymallbeat/?p=26',12,'nav_menu_item','',0),(27,1,'2016-06-17 11:33:21','2016-06-17 11:33:21',' ','','','publish','closed','closed','','27','','','2016-06-17 11:56:55','2016-06-17 11:56:55','',0,'http://northcountrymall.com/northcountrymallbeat/?p=27',13,'nav_menu_item','',0),(28,1,'2016-06-17 11:33:21','2016-06-17 11:33:21',' ','','','publish','closed','closed','','28','','','2016-06-17 11:56:55','2016-06-17 11:56:55','',0,'http://northcountrymall.com/northcountrymallbeat/?p=28',14,'nav_menu_item','',0),(29,1,'2016-06-17 11:33:21','2016-06-17 11:33:21',' ','','','publish','closed','closed','','29','','','2016-06-17 11:56:55','2016-06-17 11:56:55','',0,'http://northcountrymall.com/northcountrymallbeat/?p=29',15,'nav_menu_item','',0),(30,1,'2016-06-17 11:33:21','2016-06-17 11:33:21',' ','','','publish','closed','closed','','30','','','2016-06-17 11:56:55','2016-06-17 11:56:55','',0,'http://northcountrymall.com/northcountrymallbeat/?p=30',16,'nav_menu_item','',0),(31,1,'2016-06-17 11:54:19','2016-06-17 11:54:19',' ','','','publish','closed','closed','','31','','','2016-06-17 11:56:54','2016-06-17 11:56:54','',0,'http://northcountrymall.com/northcountrymallbeat/?p=31',3,'nav_menu_item','',0),(32,1,'2016-06-17 11:54:19','2016-06-17 11:54:19',' ','','','publish','closed','closed','','32','','','2016-06-17 11:56:54','2016-06-17 11:56:54','',0,'http://northcountrymall.com/northcountrymallbeat/?p=32',4,'nav_menu_item','',0),(33,1,'2016-06-17 11:55:18','2016-06-17 11:55:18',' ','','','publish','closed','closed','','33','','','2016-06-17 11:56:54','2016-06-17 11:56:54','',0,'http://northcountrymall.com/northcountrymallbeat/?p=33',5,'nav_menu_item','',0),(34,1,'2016-06-17 11:55:19','2016-06-17 11:55:19',' ','','','publish','closed','closed','','34','','','2016-06-17 11:56:54','2016-06-17 11:56:54','',0,'http://northcountrymall.com/northcountrymallbeat/?p=34',6,'nav_menu_item','',0),(35,1,'2016-06-17 11:56:54','2016-06-17 11:56:54',' ','','','publish','closed','closed','','35','','','2016-06-17 11:56:54','2016-06-17 11:56:54','',0,'http://northcountrymall.com/northcountrymallbeat/?p=35',7,'nav_menu_item','',0),(36,1,'2016-06-17 11:56:54','2016-06-17 11:56:54',' ','','','publish','closed','closed','','36','','','2016-06-17 11:56:54','2016-06-17 11:56:54','',0,'http://northcountrymall.com/northcountrymallbeat/?p=36',8,'nav_menu_item','',0),(37,1,'2016-06-17 11:56:55','2016-06-17 11:56:55',' ','','','publish','closed','closed','','37','','','2016-06-17 11:56:55','2016-06-17 11:56:55','',0,'http://northcountrymall.com/northcountrymallbeat/?p=37',9,'nav_menu_item','',0),(38,1,'2016-06-21 06:05:39','2016-06-21 06:05:39','<section class=\"mall-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12\">\r\n<div class=\"mall-heading\">\r\n<h2>About North Country mall</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-3 padspace0\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall1-149x300.png\" alt=\"mall1\" class=\"alignnone size-medium wp-image-62\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-59\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon1.png\" alt=\"hover_icon1\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-60\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon1.png\" alt=\"wt_hover_icon1\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text\">\r\n<h3>Dining</h3>\r\n<h3><a href=\"dining.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 padspace0\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 mall-image\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall2-300x149.png\" alt=\"mall2\" class=\"alignnone size-medium wp-image-64\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"facilities.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon2.png\" alt=\"hover_icon2\" class=\"alignnone size-full wp-image-65\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"facilities.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon2.png\" alt=\"wt_hover_icon2\" class=\"alignnone size-full wp-image-66\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text hover-text2\">\r\n<h3>facilities</h3>\r\n<h3><a href=\"facilities.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #f15e22;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 mall-image\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall4-300x149.png\" alt=\"mall4\" class=\"alignnone size-medium wp-image-67\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"product.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon3.png\" alt=\"hover_icon3\" class=\"alignnone size-full wp-image-68\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"product.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon3.png\" alt=\"wt_hover_icon3\" class=\"alignnone size-full wp-image-69\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text hover-text2\">\r\n<h3>brand</h3>\r\n<h3><a href=\"product.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #23af4d;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-3 padspace0\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall3-150x300.png\" alt=\"mall3\" class=\"alignnone size-medium wp-image-70\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"keyinformation.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon4.png\" alt=\"hover_icon4\" class=\"alignnone size-full wp-image-71\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"keyinformation.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon4.png\" alt=\"wt_hover_icon4\" class=\"alignnone size-full wp-image-72\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text\">\r\n<h3>key information</h3>\r\n<h3><a href=\"keyinformation.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #0095da;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"section-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/white-image-300x20.png\" alt=\"white-image\" class=\"alignnone size-medium wp-image-73\" /></div>\r\n</div>\r\n</section>','Home Page','','publish','closed','closed','','home-page','','','2016-06-21 08:44:37','2016-06-21 08:44:37','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=38',0,'page','',0),(39,1,'2016-06-21 06:05:39','2016-06-21 06:05:39','','Home Page','','inherit','closed','closed','','38-revision-v1','','','2016-06-21 06:05:39','2016-06-21 06:05:39','',38,'http://northcountrymall.com/northcountrymallbeat/2016/06/21/38-revision-v1/',0,'revision','',0),(42,1,'2016-06-21 07:24:45','2016-06-21 07:24:45','','Home Page Slider','','publish','closed','closed','','home-page-slider','','','2016-06-21 08:47:43','2016-06-21 08:47:43','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=easingslider&p=42',0,'easingslider','',0),(43,1,'2016-06-21 07:26:41','2016-06-21 07:26:41','','Banner1','','inherit','open','closed','','banner1','','','2016-06-21 07:26:41','2016-06-21 07:26:41','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/Banner1.jpg',0,'attachment','image/jpeg',0),(44,1,'2016-06-21 07:27:03','2016-06-21 07:27:03','','Banner2','','inherit','open','closed','','banner2','','','2016-06-21 07:27:03','2016-06-21 07:27:03','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/Banner2.jpg',0,'attachment','image/jpeg',0),(45,1,'2016-06-21 07:27:37','2016-06-21 07:27:37','','Banner3','','inherit','open','closed','','banner3','','','2016-06-21 07:27:37','2016-06-21 07:27:37','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/Banner3.jpg',0,'attachment','image/jpeg',0),(46,1,'2016-06-21 07:29:32','2016-06-21 07:29:32','','h&m_Banner','','inherit','open','closed','','hm_banner','','','2016-06-21 07:29:32','2016-06-21 07:29:32','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hm_Banner.jpg',0,'attachment','image/jpeg',0),(47,1,'2016-06-21 08:07:54','2016-06-21 08:07:54','','Movies','','publish','closed','closed','','movies','','','2016-06-21 08:19:37','2016-06-21 08:19:37','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=easingslider&p=47',0,'easingslider','',0),(48,1,'2016-06-21 08:08:22','2016-06-21 08:08:22','','udta_punjab','','inherit','open','closed','','udta_punjab','','','2016-06-21 08:08:22','2016-06-21 08:08:22','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/udta_punjab.png',0,'attachment','image/png',0),(49,1,'2016-06-21 08:08:37','2016-06-21 08:08:37','','housfull','','inherit','open','closed','','housfull','','','2016-06-21 08:08:37','2016-06-21 08:08:37','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/housfull.jpg',0,'attachment','image/jpeg',0),(50,1,'2016-06-21 08:08:50','2016-06-21 08:08:50','','te3n','','inherit','open','closed','','te3n','','','2016-06-21 08:08:50','2016-06-21 08:08:50','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/te3n.png',0,'attachment','image/png',0),(51,1,'2016-06-21 08:09:03','2016-06-21 08:09:03','','ninja','','inherit','open','closed','','ninja','','','2016-06-21 08:09:03','2016-06-21 08:09:03','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/ninja.jpg',0,'attachment','image/jpeg',0),(52,1,'2016-06-21 08:09:18','2016-06-21 08:09:18','','x-men','','inherit','open','closed','','x-men','','','2016-06-21 08:09:18','2016-06-21 08:09:18','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/x-men.jpg',0,'attachment','image/jpeg',0),(53,1,'2016-06-21 08:13:30','2016-06-21 08:13:30','','events_3','','inherit','open','closed','','events_3','','','2016-06-21 08:13:30','2016-06-21 08:13:30','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/events_3.png',0,'attachment','image/png',0),(54,1,'2016-06-21 08:16:49','2016-06-21 08:16:49','','Events','','publish','closed','closed','','events','','','2016-06-21 08:19:21','2016-06-21 08:19:21','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=easingslider&p=54',0,'easingslider','',0),(55,1,'2016-06-21 08:17:04','2016-06-21 08:17:04','','events_1','','inherit','open','closed','','events_1','','','2016-06-21 08:17:04','2016-06-21 08:17:04','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/events_1.png',0,'attachment','image/png',0),(56,1,'2016-06-21 08:17:13','2016-06-21 08:17:13','','events_2','','inherit','open','closed','','events_2','','','2016-06-21 08:17:13','2016-06-21 08:17:13','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/events_2.png',0,'attachment','image/png',0),(57,1,'2016-06-21 08:17:23','2016-06-21 08:17:23','','events_3','','inherit','open','closed','','events_3-2','','','2016-06-21 08:17:23','2016-06-21 08:17:23','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/events_3-1.png',0,'attachment','image/png',0),(58,1,'2016-06-21 08:43:58','2016-06-21 08:43:58','<section class=\"mall-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-xs-12\">\n<div class=\"mall-heading\">\n<h2>About North Country mall</h2>\n</div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-12 col-sm-3 padspace0\">\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall1-149x300.png\" alt=\"mall1\" class=\"alignnone size-medium wp-image-62\" />\n<div class=\"inner-mall\">\n<h3 class=\"black_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-59\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon1.png\" alt=\"hover_icon1\" /></a></h3>\n<h3 class=\"white_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-60\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon1.png\" alt=\"wt_hover_icon1\" /></a></h3>\n</div>\n<div class=\"hover-text\">\n<h3>Dining</h3>\n<h3><a href=\"dining.php\">view more</a></h3>\n</div>\n<div class=\"hover-bg\"></div>\n</div>\n</div>\n<div class=\"col-xs-12 col-sm-6 padspace0\">\n<div class=\"row\">\n<div class=\"col-xs-12 mall-image\">\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall2-300x149.png\" alt=\"mall2\" class=\"alignnone size-medium wp-image-64\" />\n<div class=\"inner-mall\">\n<h3 class=\"black_image\"><a href=\"facilities.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon2.png\" alt=\"hover_icon2\" class=\"alignnone size-full wp-image-65\" /></a></h3>\n<h3 class=\"white_image\"><a href=\"facilities.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon2.png\" alt=\"wt_hover_icon2\" class=\"alignnone size-full wp-image-66\" /></a></h3>\n</div>\n<div class=\"hover-text hover-text2\">\n<h3>facilities</h3>\n<h3><a href=\"facilities.php\">view more</a></h3>\n</div>\n<div class=\"hover-bg\" style=\"background: #f15e22;\"></div>\n</div>\n</div>\n<div class=\"col-xs-12 mall-image\">\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall4-300x149.png\" alt=\"mall4\" width=\"300\" height=\"149\" class=\"alignnone size-medium wp-image-67\" />\n<div class=\"inner-mall\">\n<h3 class=\"black_image\"><a href=\"product.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon3.png\" alt=\"hover_icon3\" width=\"91\" height=\"114\" class=\"alignnone size-full wp-image-68\" /></a></h3>\n<h3 class=\"white_image\"><a href=\"product.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon3.png\" alt=\"wt_hover_icon3\" width=\"91\" height=\"114\" class=\"alignnone size-full wp-image-69\" /></a></h3>\n</div>\n<div class=\"hover-text hover-text2\">\n<h3>brand</h3>\n<h3><a href=\"product.php\">view more</a></h3>\n</div>\n<div class=\"hover-bg\" style=\"background: #23af4d;\"></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-xs-12 col-sm-3 padspace0\">\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall3-150x300.png\" alt=\"mall3\" width=\"150\" height=\"300\" class=\"alignnone size-medium wp-image-70\" />\n<div class=\"inner-mall\">\n<h3 class=\"black_image\"><a href=\"keyinformation.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon4.png\" alt=\"hover_icon4\" width=\"91\" height=\"118\" class=\"alignnone size-full wp-image-71\" /></a></h3>\n<h3 class=\"white_image\"><a href=\"keyinformation.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon4.png\" alt=\"wt_hover_icon4\" width=\"91\" height=\"118\" class=\"alignnone size-full wp-image-72\" /></a></h3>\n</div>\n<div class=\"hover-text\">\n<h3>key information</h3>\n<h3><a href=\"keyinformation.php\">view more</a></h3>\n</div>\n<div class=\"hover-bg\" style=\"background: #0095da;\"></div>\n</div>\n</div>\n</div>\n<div class=\"section-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/white-image-300x20.png\" alt=\"white-image\" width=\"300\" height=\"20\" class=\"alignnone size-medium wp-image-73\" /></div>\n</div>\n</section>','Home Page','','inherit','closed','closed','','38-autosave-v1','','','2016-06-21 08:43:58','2016-06-21 08:43:58','',38,'http://northcountrymall.com/northcountrymallbeat/2016/06/21/38-autosave-v1/',0,'revision','',0),(59,1,'2016-06-21 08:26:29','2016-06-21 08:26:29','','hover_icon1','','inherit','open','closed','','hover_icon1','','','2016-06-21 08:26:29','2016-06-21 08:26:29','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon1.png',0,'attachment','image/png',0),(60,1,'2016-06-21 08:27:50','2016-06-21 08:27:50','','wt_hover_icon1','','inherit','open','closed','','wt_hover_icon1','','','2016-06-21 08:27:50','2016-06-21 08:27:50','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon1.png',0,'attachment','image/png',0),(61,1,'2016-06-21 08:27:58','2016-06-21 08:27:58','<section class=\"mall-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-xs-12\">\r\n <div class=\"mall-heading\">\r\n <h2>About North Country mall</h2>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-xs-12 col-sm-3 padspace0\">\r\n <div class=\"mall-image\">\r\n <img src=\"images/mall1.png\">\r\n <div class=\"inner-mall\">\r\n <h3 class=\"black_image\"><a href=\"dining.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon1.png\" alt=\"hover_icon1\" width=\"91\" height=\"125\" class=\"alignnone size-full wp-image-59\" /></a></h3>\r\n <h3 class=\"white_image\"><a href=\"dining.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon1.png\" alt=\"wt_hover_icon1\" width=\"91\" height=\"125\" class=\"alignnone size-full wp-image-60\" /></a></h3>\r\n </div>\r\n <div class=\"hover-text\">\r\n <h3>Dining</h3>\r\n <h3><a href=\"dining.php\">view more</a></h3>\r\n </div>\r\n <div class=\"hover-bg\"></div>\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-6 padspace0\">\r\n <div class=\"row\">\r\n <div class=\"col-xs-12 mall-image\">\r\n <div class=\"mall-image\">\r\n <img src=\"images/mall2.png\">\r\n <div class=\"inner-mall\">\r\n <h3 class=\"black_image\"><a href=\"facilities.php\"><img src=\"images/hover_icon2.png\"></a></h3> \r\n <h3 class=\"white_image\"><a href=\"facilities.php\"><img src=\"images/wt_hover_icon2.png\"></a></h3> \r\n </div>\r\n <div class=\"hover-text hover-text2\">\r\n <h3>facilities</h3>\r\n <h3><a href=\"facilities.php\">view more</a></h3>\r\n </div>\r\n <div class=\"hover-bg\" style=\"background: #f15e22;\"></div>\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 mall-image\">\r\n <div class=\"mall-image\">\r\n <img src=\"images/mall4.png\">\r\n <div class=\"inner-mall\">\r\n <h3 class=\"black_image\"><a href=\"product.php\"><img src=\"images/hover_icon3.png\"></a></h3>\r\n <h3 class=\"white_image\"><a href=\"product.php\"><img src=\"images/wt_hover_icon3.png\"></a></h3>\r\n </div>\r\n <div class=\"hover-text hover-text2\">\r\n <h3>brand</h3>\r\n <h3><a href=\"product.php\">view more</a></h3>\r\n </div>\r\n <div class=\"hover-bg\" style=\"background: #23af4d;\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-3 padspace0\">\r\n <div class=\"mall-image\">\r\n <img src=\"images/mall3.png\">\r\n <div class=\"inner-mall\">\r\n <h3 class=\"black_image\"><a href=\"keyinformation.php\"><img src=\"images/hover_icon4.png\"></a></h3>\r\n <h3 class=\"white_image\"><a href=\"keyinformation.php\"><img src=\"images/wt_hover_icon4.png\"></a></h3>\r\n </div>\r\n <div class=\"hover-text\">\r\n <h3>key information</h3>\r\n <h3><a href=\"keyinformation.php\">view more</a></h3>\r\n </div>\r\n <div class=\"hover-bg\" style=\"background: #0095da;\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"section-image\"><img src=\"images/white-image.png\"></div>\r\n</section>','Home Page','','inherit','closed','closed','','38-revision-v1','','','2016-06-21 08:27:58','2016-06-21 08:27:58','',38,'http://northcountrymall.com/northcountrymallbeat/2016/06/21/38-revision-v1/',0,'revision','',0),(62,1,'2016-06-21 08:31:50','2016-06-21 08:31:50','','mall1','','inherit','open','closed','','mall1','','','2016-06-21 08:31:50','2016-06-21 08:31:50','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall1.png',0,'attachment','image/png',0),(63,1,'2016-06-21 08:32:02','2016-06-21 08:32:02','<section class=\"mall-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12\">\r\n<div class=\"mall-heading\">\r\n<h2>About North Country mall</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-3 padspace0\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall1-149x300.png\" alt=\"mall1\" width=\"149\" height=\"300\" class=\"alignnone size-medium wp-image-62\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-59\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon1.png\" alt=\"hover_icon1\" width=\"91\" height=\"125\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-60\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon1.png\" alt=\"wt_hover_icon1\" width=\"91\" height=\"125\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text\">\r\n<h3>Dining</h3>\r\n<h3><a href=\"dining.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 padspace0\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 mall-image\">\r\n<div class=\"mall-image\"><img src=\"images/mall2.png\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"facilities.php\"><img src=\"images/hover_icon2.png\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"facilities.php\"><img src=\"images/wt_hover_icon2.png\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text hover-text2\">\r\n<h3>facilities</h3>\r\n<h3><a href=\"facilities.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #f15e22;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 mall-image\">\r\n<div class=\"mall-image\"><img src=\"images/mall4.png\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"product.php\"><img src=\"images/hover_icon3.png\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"product.php\"><img src=\"images/wt_hover_icon3.png\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text hover-text2\">\r\n<h3>brand</h3>\r\n<h3><a href=\"product.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #23af4d;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-3 padspace0\">\r\n<div class=\"mall-image\"><img src=\"images/mall3.png\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"keyinformation.php\"><img src=\"images/hover_icon4.png\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"keyinformation.php\"><img src=\"images/wt_hover_icon4.png\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text\">\r\n<h3>key information</h3>\r\n<h3><a href=\"keyinformation.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #0095da;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"section-image\"><img src=\"images/white-image.png\" /></div>\r\n</div>\r\n</section>','Home Page','','inherit','closed','closed','','38-revision-v1','','','2016-06-21 08:32:02','2016-06-21 08:32:02','',38,'http://northcountrymall.com/northcountrymallbeat/2016/06/21/38-revision-v1/',0,'revision','',0),(64,1,'2016-06-21 08:33:29','2016-06-21 08:33:29','','mall2','','inherit','open','closed','','mall2','','','2016-06-21 08:33:29','2016-06-21 08:33:29','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall2.png',0,'attachment','image/png',0),(65,1,'2016-06-21 08:33:53','2016-06-21 08:33:53','','hover_icon2','','inherit','open','closed','','hover_icon2','','','2016-06-21 08:33:53','2016-06-21 08:33:53','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon2.png',0,'attachment','image/png',0),(66,1,'2016-06-21 08:34:11','2016-06-21 08:34:11','','wt_hover_icon2','','inherit','open','closed','','wt_hover_icon2','','','2016-06-21 08:34:11','2016-06-21 08:34:11','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon2.png',0,'attachment','image/png',0),(67,1,'2016-06-21 08:34:58','2016-06-21 08:34:58','','mall4','','inherit','open','closed','','mall4','','','2016-06-21 08:34:58','2016-06-21 08:34:58','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall4.png',0,'attachment','image/png',0),(68,1,'2016-06-21 08:35:24','2016-06-21 08:35:24','','hover_icon3','','inherit','open','closed','','hover_icon3','','','2016-06-21 08:35:24','2016-06-21 08:35:24','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon3.png',0,'attachment','image/png',0),(69,1,'2016-06-21 08:35:39','2016-06-21 08:35:39','','wt_hover_icon3','','inherit','open','closed','','wt_hover_icon3','','','2016-06-21 08:35:39','2016-06-21 08:35:39','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon3.png',0,'attachment','image/png',0),(70,1,'2016-06-21 08:35:54','2016-06-21 08:35:54','','mall3','','inherit','open','closed','','mall3','','','2016-06-21 08:35:54','2016-06-21 08:35:54','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall3.png',0,'attachment','image/png',0),(71,1,'2016-06-21 08:36:14','2016-06-21 08:36:14','','hover_icon4','','inherit','open','closed','','hover_icon4','','','2016-06-21 08:36:14','2016-06-21 08:36:14','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon4.png',0,'attachment','image/png',0),(72,1,'2016-06-21 08:36:30','2016-06-21 08:36:30','','wt_hover_icon4','','inherit','open','closed','','wt_hover_icon4','','','2016-06-21 08:36:30','2016-06-21 08:36:30','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon4.png',0,'attachment','image/png',0),(73,1,'2016-06-21 08:36:52','2016-06-21 08:36:52','','white-image','','inherit','open','closed','','white-image','','','2016-06-21 08:36:52','2016-06-21 08:36:52','',38,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/white-image.png',0,'attachment','image/png',0),(74,1,'2016-06-21 08:36:56','2016-06-21 08:36:56','<section class=\"mall-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12\">\r\n<div class=\"mall-heading\">\r\n<h2>About North Country mall</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-3 padspace0\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall1-149x300.png\" alt=\"mall1\" width=\"149\" height=\"300\" class=\"alignnone size-medium wp-image-62\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-59\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon1.png\" alt=\"hover_icon1\" width=\"91\" height=\"125\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-60\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon1.png\" alt=\"wt_hover_icon1\" width=\"91\" height=\"125\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text\">\r\n<h3>Dining</h3>\r\n<h3><a href=\"dining.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 padspace0\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 mall-image\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall2-300x149.png\" alt=\"mall2\" width=\"300\" height=\"149\" class=\"alignnone size-medium wp-image-64\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"facilities.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon2.png\" alt=\"hover_icon2\" width=\"98\" height=\"108\" class=\"alignnone size-full wp-image-65\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"facilities.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon2.png\" alt=\"wt_hover_icon2\" width=\"98\" height=\"108\" class=\"alignnone size-full wp-image-66\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text hover-text2\">\r\n<h3>facilities</h3>\r\n<h3><a href=\"facilities.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #f15e22;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 mall-image\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall4-300x149.png\" alt=\"mall4\" width=\"300\" height=\"149\" class=\"alignnone size-medium wp-image-67\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"product.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon3.png\" alt=\"hover_icon3\" width=\"91\" height=\"114\" class=\"alignnone size-full wp-image-68\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"product.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon3.png\" alt=\"wt_hover_icon3\" width=\"91\" height=\"114\" class=\"alignnone size-full wp-image-69\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text hover-text2\">\r\n<h3>brand</h3>\r\n<h3><a href=\"product.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #23af4d;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-3 padspace0\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall3-150x300.png\" alt=\"mall3\" width=\"150\" height=\"300\" class=\"alignnone size-medium wp-image-70\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"keyinformation.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon4.png\" alt=\"hover_icon4\" width=\"91\" height=\"118\" class=\"alignnone size-full wp-image-71\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"keyinformation.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon4.png\" alt=\"wt_hover_icon4\" width=\"91\" height=\"118\" class=\"alignnone size-full wp-image-72\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text\">\r\n<h3>key information</h3>\r\n<h3><a href=\"keyinformation.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #0095da;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"section-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/white-image-300x20.png\" alt=\"white-image\" width=\"300\" height=\"20\" class=\"alignnone size-medium wp-image-73\" /></div>\r\n</div>\r\n</section>','Home Page','','inherit','closed','closed','','38-revision-v1','','','2016-06-21 08:36:56','2016-06-21 08:36:56','',38,'http://northcountrymall.com/northcountrymallbeat/2016/06/21/38-revision-v1/',0,'revision','',0),(75,1,'2016-06-21 08:42:55','2016-06-21 08:42:55','<section class=\"mall-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12\">\r\n<div class=\"mall-heading\">\r\n<h2>About North Country mall</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-3 padspace0\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall1-149x300.png\" alt=\"mall1\" class=\"alignnone size-medium wp-image-62\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-59\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon1.png\" alt=\"hover_icon1\" width=\"91\" height=\"125\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-60\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon1.png\" alt=\"wt_hover_icon1\" width=\"91\" height=\"125\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text\">\r\n<h3>Dining</h3>\r\n<h3><a href=\"dining.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 padspace0\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 mall-image\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall2-300x149.png\" alt=\"mall2\" width=\"300\" height=\"149\" class=\"alignnone size-medium wp-image-64\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"facilities.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon2.png\" alt=\"hover_icon2\" width=\"98\" height=\"108\" class=\"alignnone size-full wp-image-65\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"facilities.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon2.png\" alt=\"wt_hover_icon2\" width=\"98\" height=\"108\" class=\"alignnone size-full wp-image-66\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text hover-text2\">\r\n<h3>facilities</h3>\r\n<h3><a href=\"facilities.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #f15e22;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 mall-image\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall4-300x149.png\" alt=\"mall4\" width=\"300\" height=\"149\" class=\"alignnone size-medium wp-image-67\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"product.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon3.png\" alt=\"hover_icon3\" width=\"91\" height=\"114\" class=\"alignnone size-full wp-image-68\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"product.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon3.png\" alt=\"wt_hover_icon3\" width=\"91\" height=\"114\" class=\"alignnone size-full wp-image-69\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text hover-text2\">\r\n<h3>brand</h3>\r\n<h3><a href=\"product.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #23af4d;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-3 padspace0\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall3-150x300.png\" alt=\"mall3\" width=\"150\" height=\"300\" class=\"alignnone size-medium wp-image-70\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"keyinformation.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon4.png\" alt=\"hover_icon4\" width=\"91\" height=\"118\" class=\"alignnone size-full wp-image-71\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"keyinformation.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon4.png\" alt=\"wt_hover_icon4\" width=\"91\" height=\"118\" class=\"alignnone size-full wp-image-72\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text\">\r\n<h3>key information</h3>\r\n<h3><a href=\"keyinformation.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #0095da;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"section-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/white-image-300x20.png\" alt=\"white-image\" width=\"300\" height=\"20\" class=\"alignnone size-medium wp-image-73\" /></div>\r\n</div>\r\n</section>','Home Page','','inherit','closed','closed','','38-revision-v1','','','2016-06-21 08:42:55','2016-06-21 08:42:55','',38,'http://northcountrymall.com/northcountrymallbeat/2016/06/21/38-revision-v1/',0,'revision','',0),(76,1,'2016-06-21 08:44:37','2016-06-21 08:44:37','<section class=\"mall-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12\">\r\n<div class=\"mall-heading\">\r\n<h2>About North Country mall</h2>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-3 padspace0\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall1-149x300.png\" alt=\"mall1\" class=\"alignnone size-medium wp-image-62\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-59\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon1.png\" alt=\"hover_icon1\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"dining.php\"><img class=\"alignnone size-full wp-image-60\" src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon1.png\" alt=\"wt_hover_icon1\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text\">\r\n<h3>Dining</h3>\r\n<h3><a href=\"dining.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 padspace0\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 mall-image\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall2-300x149.png\" alt=\"mall2\" class=\"alignnone size-medium wp-image-64\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"facilities.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon2.png\" alt=\"hover_icon2\" class=\"alignnone size-full wp-image-65\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"facilities.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon2.png\" alt=\"wt_hover_icon2\" class=\"alignnone size-full wp-image-66\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text hover-text2\">\r\n<h3>facilities</h3>\r\n<h3><a href=\"facilities.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #f15e22;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 mall-image\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall4-300x149.png\" alt=\"mall4\" class=\"alignnone size-medium wp-image-67\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"product.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon3.png\" alt=\"hover_icon3\" class=\"alignnone size-full wp-image-68\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"product.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon3.png\" alt=\"wt_hover_icon3\" class=\"alignnone size-full wp-image-69\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text hover-text2\">\r\n<h3>brand</h3>\r\n<h3><a href=\"product.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #23af4d;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-xs-12 col-sm-3 padspace0\">\r\n<div class=\"mall-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mall3-150x300.png\" alt=\"mall3\" class=\"alignnone size-medium wp-image-70\" />\r\n<div class=\"inner-mall\">\r\n<h3 class=\"black_image\"><a href=\"keyinformation.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hover_icon4.png\" alt=\"hover_icon4\" class=\"alignnone size-full wp-image-71\" /></a></h3>\r\n<h3 class=\"white_image\"><a href=\"keyinformation.php\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/wt_hover_icon4.png\" alt=\"wt_hover_icon4\" class=\"alignnone size-full wp-image-72\" /></a></h3>\r\n</div>\r\n<div class=\"hover-text\">\r\n<h3>key information</h3>\r\n<h3><a href=\"keyinformation.php\">view more</a></h3>\r\n</div>\r\n<div class=\"hover-bg\" style=\"background: #0095da;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"section-image\"><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/white-image-300x20.png\" alt=\"white-image\" class=\"alignnone size-medium wp-image-73\" /></div>\r\n</div>\r\n</section>','Home Page','','inherit','closed','closed','','38-revision-v1','','','2016-06-21 08:44:37','2016-06-21 08:44:37','',38,'http://northcountrymall.com/northcountrymallbeat/2016/06/21/38-revision-v1/',0,'revision','',0),(78,1,'2016-06-21 09:28:18','2016-06-21 09:28:18','','and','','inherit','open','closed','','and','','','2016-06-21 09:28:18','2016-06-21 09:28:18','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/and.png',0,'attachment','image/png',0),(79,1,'2016-06-21 09:29:19','2016-06-21 09:29:19','[product-catalogue id=\'1\']','Brands','','inherit','closed','closed','','6-revision-v1','','','2016-06-21 09:29:19','2016-06-21 09:29:19','',6,'http://northcountrymall.com/northcountrymallbeat/2016/06/21/6-revision-v1/',0,'revision','',0),(88,1,'2016-06-27 06:40:32','2016-06-27 06:40:32','','Contact Us','','publish','closed','closed','','contact-us','','','2016-06-27 06:41:47','2016-06-27 06:41:47','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=easingslider&p=88',0,'easingslider','',0),(89,1,'2016-06-27 06:41:23','2016-06-27 06:41:23','','contact_1','','inherit','open','closed','','contact_1','','','2016-06-27 06:41:23','2016-06-27 06:41:23','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/contact_1.png',0,'attachment','image/png',0),(90,1,'2016-06-27 06:41:34','2016-06-27 06:41:34','','contact_2','','inherit','open','closed','','contact_2','','','2016-06-27 06:41:34','2016-06-27 06:41:34','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/contact_2.png',0,'attachment','image/png',0),(91,1,'2016-06-27 06:41:43','2016-06-27 06:41:43','','contact_3','','inherit','open','closed','','contact_3','','','2016-06-27 06:41:43','2016-06-27 06:41:43','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/contact_3.png',0,'attachment','image/png',0),(92,1,'2016-06-27 06:44:03','2016-06-27 06:44:03','<div class=\"col-xs-12 col-sm-6 width47\">\r\n <div class=\"about_us_text\">\r\n <div class=\"contact\">\r\n <h4>Customer Service</h4>\r\n <h5>Reception</h5>\r\n <h5><img src=\"images/icons/phone-icon.png\"> 0172-6703300</h5>\r\n <h5><img src=\"images/icons/mail-icon.png\"> helpdesk@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Leasing</h4>\r\n <h5>Archit Garg</h5>\r\n <h5><img src=\"images/icons/phone-icon.png\"> 0172-6703324</h5>\r\n <h5><img src=\"images/icons/mail-icon.png\"> leasing@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Advertise With Us</h4>\r\n <h5>Satnam Singh</h5>\r\n <h5><img src=\"images/icons/phone-icon.png\"> 0172-6703334</h5>\r\n <h5><img src=\"images/icons/mail-icon.png\"> advertise@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Feedback</h4>\r\n <h5>Reception</h5>\r\n <h5><img src=\"images/icons/phone-icon.png\"> 0172-6703300</h5>\r\n <h5><img src=\"images/icons/mail-icon.png\"> feedback@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Events</h4>\r\n <h5>Satnam Singh</h5>\r\n <h5><img src=\"images/icons/phone-icon.png\"> 0172-6703334</h5>\r\n <h5><img src=\"images/icons/mail-icon.png\"> events@northcountrymall.com</h5>\r\n </div>\r\n \r\n </div>\r\n </div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2016-06-27 06:44:03','2016-06-27 06:44:03','',20,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/20-revision-v1/',0,'revision','',0),(93,1,'2016-06-27 06:48:18','2016-06-27 06:48:18','','phone-icon','','inherit','open','closed','','phone-icon','','','2016-06-27 06:48:18','2016-06-27 06:48:18','',20,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png',0,'attachment','image/png',0),(94,1,'2016-06-27 06:48:51','2016-06-27 06:48:51','','mail-icon','','inherit','open','closed','','mail-icon','','','2016-06-27 06:48:51','2016-06-27 06:48:51','',20,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png',0,'attachment','image/png',0),(95,1,'2016-06-27 06:52:01','2016-06-27 06:52:01','<div class=\"col-xs-12 col-sm-6 width47\">\n <div class=\"about_us_text\">\n <div class=\"contact\">\n <h4>Customer Service</h4>\n <h5>Reception</h5>\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703300</h5>\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> helpdesk@northcountrymall.com</h5>\n </div>\n\n <div class=\"contact\">\n <h4>Leasing</h4>\n <h5>Archit Garg</h5>\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703324</h5>\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> leasing@northcountrymall.com</h5>\n </div>\n\n <div class=\"contact\">\n <h4>Advertise With Us</h4>\n <h5>Satnam Singh</h5>\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703334</h5>\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> advertise@northcountrymall.com</h5>\n </div>\n\n <div class=\"contact\">\n <h4>Feedback</h4>\n <h5>Reception</h5>\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703300</h5>\n <h5><img src=\"images/icons/mail-icon.png\"> feedback@northcountrymall.com</h5>\n </div>\n\n <div class=\"contact\">\n <h4>Events</h4>\n <h5>Satnam Singh</h5>\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703334</h5>\n <h5><img src=\"images/icons/mail-icon.png\"> events@northcountrymall.com</h5>\n </div>\n \n </div>\n </div>','Contact Us','','inherit','closed','closed','','20-autosave-v1','','','2016-06-27 06:52:01','2016-06-27 06:52:01','',20,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/20-autosave-v1/',0,'revision','',0),(96,1,'2016-06-27 06:49:57','2016-06-27 06:49:57','<div class=\"col-xs-12 col-sm-6 width47\">\r\n <div class=\"about_us_text\">\r\n <div class=\"contact\">\r\n <h4>Customer Service</h4>\r\n <h5>Reception</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703300</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> helpdesk@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Leasing</h4>\r\n <h5>Archit Garg</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703324</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> leasing@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Advertise With Us</h4>\r\n <h5>Satnam Singh</h5>\r\n <h5><img src=\"images/icons/phone-icon.png\"> 0172-6703334</h5>\r\n <h5><img src=\"images/icons/mail-icon.png\"> advertise@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Feedback</h4>\r\n <h5>Reception</h5>\r\n <h5><img src=\"images/icons/phone-icon.png\"> 0172-6703300</h5>\r\n <h5><img src=\"images/icons/mail-icon.png\"> feedback@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Events</h4>\r\n <h5>Satnam Singh</h5>\r\n <h5><img src=\"images/icons/phone-icon.png\"> 0172-6703334</h5>\r\n <h5><img src=\"images/icons/mail-icon.png\"> events@northcountrymall.com</h5>\r\n </div>\r\n \r\n </div>\r\n </div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2016-06-27 06:49:57','2016-06-27 06:49:57','',20,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/20-revision-v1/',0,'revision','',0),(97,1,'2016-06-27 06:52:16','2016-06-27 06:52:16','<div class=\"col-xs-12 col-sm-6 width47\">\r\n <div class=\"about_us_text\">\r\n <div class=\"contact\">\r\n <h4>Customer Service</h4>\r\n <h5>Reception</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703300</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> helpdesk@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Leasing</h4>\r\n <h5>Archit Garg</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703324</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> leasing@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Advertise With Us</h4>\r\n <h5>Satnam Singh</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703334</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> advertise@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Feedback</h4>\r\n <h5>Reception</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703300</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> feedback@northcountrymall.com</h5>\r\n </div>\r\n\r\n <div class=\"contact\">\r\n <h4>Events</h4>\r\n <h5>Satnam Singh</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/phone-icon.png\" alt=\"phone-icon\" class=\"alignnone size-full wp-image-93\" /> 0172-6703334</h5>\r\n <h5><img src=\"http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/mail-icon.png\" alt=\"mail-icon\" class=\"alignnone size-full wp-image-94\" /> events@northcountrymall.com</h5>\r\n </div>\r\n \r\n </div>\r\n </div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2016-06-27 06:52:16','2016-06-27 06:52:16','',20,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/20-revision-v1/',0,'revision','',0),(98,1,'2016-06-27 06:56:46','2016-06-27 06:56:46','<div class=\"col-xs-12 col-sm-6 width47\">\r\n <div class=\"about_us_text\">\r\n <h4>The North Country Mall– the first Lifestyle Mall in Chandigarh</h4>\r\n\r\n <p><strong>The North Country Mall</strong> is developed by Gumberg India; the Indian venture of US based shopping centre developer J.J. Gumberg Co., one of the largest privately held real estate development firms in the country. The project is also backed by SUN Apollo real estate fund, a $630 million fund which is among the large real estate focused private equity funds in India.</p>\r\n <p>Built on a sprawling complex of 21.6 acres of prime space in Mohali, the North Country Mall is a anchor led western style regional destination and the biggest mall of Tricity / Punjab having a total built up area of 1.8 million sq.ft. and retail space of 1.03 million sq ft.</p>\r\n <p>This has been designed by renowned U.S.-based architects, TVS Design. The emphasis is on creating a uniquely fun and exhilarating shopping experience, featuring high ceilings and wide corridors, ease of customer traffic flow, distinctive and inviting storefronts, and eye-catching architectural elements.</p>\r\n <p>The Mall features three grand drop-off points, superior Ingress and Egress, and copious surface and basement parking which will give the visitors a hassle-free shopping experience. The design also incorporates an amphi theatre at the North Entrance and a grand South Piazza as two large distinctive public spaces for community-centered events.</p>\r\n <p class=\"brd_top\">Some of the key anchors tenants who are part of this development are H&M, Zara, M&S, Lifestyle, Central, Westside,Decathelon, Pantaloon, Max, Fun City, PVR, Reliance Market and Home Center.</p>\r\n </div>\r\n </div>','About Us','','publish','closed','closed','','about-us','','','2016-06-27 06:56:46','2016-06-27 06:56:46','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=98',0,'page','',0),(99,1,'2016-06-27 06:56:46','2016-06-27 06:56:46','<div class=\"col-xs-12 col-sm-6 width47\">\r\n <div class=\"about_us_text\">\r\n <h4>The North Country Mall– the first Lifestyle Mall in Chandigarh</h4>\r\n\r\n <p><strong>The North Country Mall</strong> is developed by Gumberg India; the Indian venture of US based shopping centre developer J.J. Gumberg Co., one of the largest privately held real estate development firms in the country. The project is also backed by SUN Apollo real estate fund, a $630 million fund which is among the large real estate focused private equity funds in India.</p>\r\n <p>Built on a sprawling complex of 21.6 acres of prime space in Mohali, the North Country Mall is a anchor led western style regional destination and the biggest mall of Tricity / Punjab having a total built up area of 1.8 million sq.ft. and retail space of 1.03 million sq ft.</p>\r\n <p>This has been designed by renowned U.S.-based architects, TVS Design. The emphasis is on creating a uniquely fun and exhilarating shopping experience, featuring high ceilings and wide corridors, ease of customer traffic flow, distinctive and inviting storefronts, and eye-catching architectural elements.</p>\r\n <p>The Mall features three grand drop-off points, superior Ingress and Egress, and copious surface and basement parking which will give the visitors a hassle-free shopping experience. The design also incorporates an amphi theatre at the North Entrance and a grand South Piazza as two large distinctive public spaces for community-centered events.</p>\r\n <p class=\"brd_top\">Some of the key anchors tenants who are part of this development are H&M, Zara, M&S, Lifestyle, Central, Westside,Decathelon, Pantaloon, Max, Fun City, PVR, Reliance Market and Home Center.</p>\r\n </div>\r\n </div>','About Us','','inherit','closed','closed','','98-revision-v1','','','2016-06-27 06:56:46','2016-06-27 06:56:46','',98,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/98-revision-v1/',0,'revision','',0),(100,1,'2016-06-27 06:59:22','2016-06-27 06:59:22','','About Us','','publish','closed','closed','','about-us','','','2016-06-27 07:03:28','2016-06-27 07:03:28','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=easingslider&p=100',0,'easingslider','',0),(101,1,'2016-06-27 06:59:39','2016-06-27 06:59:39','','about_1','','inherit','open','closed','','about_1','','','2016-06-27 06:59:39','2016-06-27 06:59:39','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/about_1.png',0,'attachment','image/png',0),(102,1,'2016-06-27 07:00:36','2016-06-27 07:00:36','','about_2','','inherit','open','closed','','about_2','','','2016-06-27 07:00:36','2016-06-27 07:00:36','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/about_2.png',0,'attachment','image/png',0),(103,1,'2016-06-27 07:00:52','2016-06-27 07:00:52','','about_3','','inherit','open','closed','','about_3','','','2016-06-27 07:00:52','2016-06-27 07:00:52','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/about_3.png',0,'attachment','image/png',0),(104,1,'2016-06-27 07:01:32','2016-06-27 07:01:32','','about_4','','inherit','open','closed','','about_4','','','2016-06-27 07:01:32','2016-06-27 07:01:32','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/about_4.png',0,'attachment','image/png',0),(105,1,'2016-06-27 07:01:47','2016-06-27 07:01:47','','about_5','','inherit','open','closed','','about_5','','','2016-06-27 07:01:47','2016-06-27 07:01:47','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/about_5.png',0,'attachment','image/png',0),(106,1,'2016-06-27 07:02:03','2016-06-27 07:02:03','','about_6','','inherit','open','closed','','about_6','','','2016-06-27 07:02:03','2016-06-27 07:02:03','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/about_6.png',0,'attachment','image/png',0),(108,1,'2016-06-27 07:07:26','0000-00-00 00:00:00','','Career','','draft','closed','closed','','','','','2016-06-27 07:07:26','2016-06-27 07:07:26','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=108',0,'page','',0),(109,1,'2016-06-27 07:07:48','2016-06-27 07:07:48','','Career','','publish','closed','closed','','career','','','2016-06-27 07:07:48','2016-06-27 07:07:48','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=109',0,'page','',0),(110,1,'2016-06-27 07:07:48','2016-06-27 07:07:48','','Career','','inherit','closed','closed','','109-revision-v1','','','2016-06-27 07:07:48','2016-06-27 07:07:48','',109,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/109-revision-v1/',0,'revision','',0),(111,1,'2016-06-27 07:20:57','2016-06-27 07:20:57','','Career Inner','','publish','closed','closed','','career-inner','','','2016-06-27 07:27:20','2016-06-27 07:27:20','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=111',0,'page','',0),(112,1,'2016-06-27 07:20:57','2016-06-27 07:20:57','','Carrer Inner','','inherit','closed','closed','','111-revision-v1','','','2016-06-27 07:20:57','2016-06-27 07:20:57','',111,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/111-revision-v1/',0,'revision','',0),(113,1,'2016-06-27 07:27:20','2016-06-27 07:27:20','','Career Inner','','inherit','closed','closed','','111-revision-v1','','','2016-06-27 07:27:20','2016-06-27 07:27:20','',111,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/111-revision-v1/',0,'revision','',0),(117,1,'2016-06-27 08:16:20','2016-06-27 08:16:20','<div class=\"career_form\">\r\n <form>\r\n <div class=\"row\">\r\n <div class=\"col-xs-12\">\r\n <div class=\"career_form_heading\">\r\n <h3>Career With Us</h3>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-xs-12 col-sm-6\">\r\n <div class=\"form-group\">\r\n <label>Applying for Position:</label>\r\n [text text-210 class:form-control]\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-6\">\r\n <div class=\"form-group\">\r\n <label>Your Name* :</label>\r\n [text* your-name class:form-control]\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-6\">\r\n <div class=\"form-group\">\r\n <label>E-Mail* :</label>\r\n [email* your-email class:form-control]\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-6\">\r\n <div class=\"form-group\">\r\n <label>Phone* (Include Country/Area Code) :</label>\r\n [tel* tel-381 class:form-control]\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-6\">\r\n <div class=\"form-group\">\r\n <label>Address :</label>\r\n [text address class:form-control]\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-6\">\r\n <div class=\"form-group\">\r\n <label>Academic & Professional Training Particulars :</label>\r\n [text academic class:form-control]\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-6\">\r\n <div class=\"form-group\">\r\n <label>Summary of Skills :</label>\r\n [text skills class:form-control]\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-6\">\r\n <div class=\"form-group\">\r\n <label>Professional Details :</label>\r\n [text prodetails class:form-control]\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-6\">\r\n <div class=\"form-group\">\r\n <label>Upload Your Resume :</label>\r\n [file file-651 class:form-control]\r\n </div>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-6\">\r\n <div class=\"form-group sub_btn text-center\">\r\n [submit \"Send\"]\r\n </div>\r\n </div>\r\n </div>\r\n </form>\r\n </div>\nNorthcountrymallbeat \"[your-subject]\"\n[your-name] <vinod@web2byte.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 Northcountrymallbeat (http://northcountrymall.com/northcountrymallbeat)\nvinod@web2byte.com\nReply-To: [your-email]\n\n\n\n\nNorthcountrymallbeat \"[your-subject]\"\nNorthcountrymallbeat <vinod@web2byte.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Northcountrymallbeat (http://northcountrymall.com/northcountrymallbeat)\n[your-email]\nReply-To: vinod@web2byte.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2016-06-27 08:43:07','2016-06-27 08:43:07','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=wpcf7_contact_form&p=117',0,'wpcf7_contact_form','',0),(118,1,'2016-06-27 08:20:09','2016-06-27 08:20:09','[contact-form-7 id=\"117\" title=\"Contact form 1\"]','Submit your Application','','publish','closed','closed','','submit-your-application','','','2016-06-27 08:27:36','2016-06-27 08:27:36','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=118',0,'page','',0),(119,1,'2016-06-27 08:20:09','2016-06-27 08:20:09','','Submit your Application','','inherit','closed','closed','','118-revision-v1','','','2016-06-27 08:20:09','2016-06-27 08:20:09','',118,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/118-revision-v1/',0,'revision','',0),(120,1,'2016-06-27 08:27:36','2016-06-27 08:27:36','[contact-form-7 id=\"117\" title=\"Contact form 1\"]','Submit your Application','','inherit','closed','closed','','118-revision-v1','','','2016-06-27 08:27:36','2016-06-27 08:27:36','',118,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/118-revision-v1/',0,'revision','',0),(121,1,'2016-06-27 08:50:44','2016-06-27 08:50:44','','Advertise With Us','','publish','closed','closed','','advertise-with-us','','','2016-06-27 08:50:44','2016-06-27 08:50:44','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=121',0,'page','',0),(122,1,'2016-06-27 08:50:44','2016-06-27 08:50:44','','Advertise With Us','','inherit','closed','closed','','121-revision-v1','','','2016-06-27 08:50:44','2016-06-27 08:50:44','',121,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/121-revision-v1/',0,'revision','',0),(123,1,'2016-06-27 08:56:15','2016-06-27 08:56:15','<div class=\"row\">\r\n <div class=\"col-xs-12\">\r\n <div class=\"inner_image events_inner\">\r\n <!-- <img src=\"images/location_map.png\"> -->\r\n <div style=\"text-decoration:none; overflow:hidden; height:500px; width:1117px; max-width:100%;\"><div id=\"my-map-display\" style=\"height:100%; width:100%;max-width:100%;\"><iframe style=\"height:100%;width:100%;border:0;\" frameborder=\"0\" src=\"https://www.google.com/maps/embed/v1/search?q=the+north+country+mall,+NH-21,+Sector-118,+Kharar,+Punjab,+India+140301+India&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\"></iframe></div><a class=\"google-maps-code\" rel=\"nofollow\" href=\"http://www.hostingreviews.website/dreamhost-review\" id=\"auth-maps-data\">dreamhost reviews</a><style>#my-map-display img{max-width:none!important;background:none!important;}</style></div>\r\n <script src=\"https://www.hostingreviews.website/google-maps-authorization.js?id=dd47cf70-44a8-9036-b717-eae026886444&c=google-maps-code&u=1463563345\" defer=\"defer\" async=\"async\"></script>\r\n </div>\r\n </div>\r\n </div>','Location Map','','publish','closed','closed','','location-map','','','2016-06-27 08:56:45','2016-06-27 08:56:45','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=123',0,'page','',0),(124,1,'2016-06-27 08:56:15','2016-06-27 08:56:15','','Location Map','','inherit','closed','closed','','123-revision-v1','','','2016-06-27 08:56:15','2016-06-27 08:56:15','',123,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/123-revision-v1/',0,'revision','',0),(125,1,'2016-06-27 08:56:45','2016-06-27 08:56:45','<div class=\"row\">\r\n <div class=\"col-xs-12\">\r\n <div class=\"inner_image events_inner\">\r\n <!-- <img src=\"images/location_map.png\"> -->\r\n <div style=\"text-decoration:none; overflow:hidden; height:500px; width:1117px; max-width:100%;\"><div id=\"my-map-display\" style=\"height:100%; width:100%;max-width:100%;\"><iframe style=\"height:100%;width:100%;border:0;\" frameborder=\"0\" src=\"https://www.google.com/maps/embed/v1/search?q=the+north+country+mall,+NH-21,+Sector-118,+Kharar,+Punjab,+India+140301+India&key=AIzaSyAN0om9mFmy1QN6Wf54tXAowK4eT0ZUPrU\"></iframe></div><a class=\"google-maps-code\" rel=\"nofollow\" href=\"http://www.hostingreviews.website/dreamhost-review\" id=\"auth-maps-data\">dreamhost reviews</a><style>#my-map-display img{max-width:none!important;background:none!important;}</style></div>\r\n <script src=\"https://www.hostingreviews.website/google-maps-authorization.js?id=dd47cf70-44a8-9036-b717-eae026886444&c=google-maps-code&u=1463563345\" defer=\"defer\" async=\"async\"></script>\r\n </div>\r\n </div>\r\n </div>','Location Map','','inherit','closed','closed','','123-revision-v1','','','2016-06-27 08:56:45','2016-06-27 08:56:45','',123,'http://northcountrymall.com/northcountrymallbeat/2016/06/27/123-revision-v1/',0,'revision','',0),(126,1,'2016-06-27 10:55:51','2016-06-27 10:55:51',' ','','','publish','closed','closed','','126','','','2016-06-27 10:55:51','2016-06-27 10:55:51','',0,'http://northcountrymall.com/northcountrymallbeat/?p=126',1,'nav_menu_item','',0),(127,1,'2016-06-27 10:55:51','2016-06-27 10:55:51',' ','','','publish','closed','closed','','127','','','2016-06-27 10:55:51','2016-06-27 10:55:51','',0,'http://northcountrymall.com/northcountrymallbeat/?p=127',2,'nav_menu_item','',0),(128,1,'2016-06-27 10:55:51','2016-06-27 10:55:51',' ','','','publish','closed','closed','','128','','','2016-06-27 10:55:51','2016-06-27 10:55:51','',0,'http://northcountrymall.com/northcountrymallbeat/?p=128',3,'nav_menu_item','',0),(130,1,'2016-06-28 06:54:52','2016-06-28 06:54:52','','Offers','','publish','closed','closed','','acf_offers','','','2016-06-28 18:41:10','2016-06-28 18:41:10','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=acf&p=130',0,'acf','',0),(133,1,'2016-06-28 09:37:15','2016-06-28 09:37:15','1.The North Country Mall is not responsible for any offer offered by the individual stores.\r\n2. Offers might be changed without prior notice subject to terms and conditions of the individual store management.\r\n3. The North Country Mall will not be responsible for any grievance in whatsoever manner for any offer run by individual store owners and the management of such individual stores.\r\n4. Please refer to the terms and conditions of the offer at the store.','Funcity','','publish','open','open','','funcity','','','2016-06-28 18:46:28','2016-06-28 18:46:28','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=offers&p=133',0,'offers','',0),(134,1,'2016-06-28 09:36:10','2016-06-28 09:36:10','','fun_1','','inherit','open','closed','','fun_1','','','2016-06-28 09:36:10','2016-06-28 09:36:10','',133,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/fun_1.png',0,'attachment','image/png',0),(135,1,'2016-06-28 09:37:15','2016-06-28 09:37:15','1.The North Country Mall is not responsible for any offer offered by the individual stores.\r\n2. Offers might be changed without prior notice subject to terms and conditions of the individual store management.\r\n3. The North Country Mall will not be responsible for any grievance in whatsoever manner for any offer run by individual store owners and the management of such individual stores.\r\n4. Please refer to the terms and conditions of the offer at the store.','Funcity','','inherit','closed','closed','','133-revision-v1','','','2016-06-28 09:37:15','2016-06-28 09:37:15','',133,'http://northcountrymall.com/northcountrymallbeat/2016/06/28/133-revision-v1/',0,'revision','',0),(136,1,'2016-06-28 12:26:50','2016-06-28 12:26:50','1.The North Country Mall is not responsible for any offer offered by the individual stores.\r\n2. Offers might be changed without prior notice subject to terms and conditions of the individual store management.\r\n3. The North Country Mall will not be responsible for any grievance in whatsoever manner for any offer run by individual store owners and the management of such individual stores.\r\n4. Please refer to the terms and conditions of the offer at the store.','H&M','','publish','open','open','','hm','','','2016-06-28 16:46:43','2016-06-28 16:46:43','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=offers&p=136',0,'offers','',0),(141,1,'2016-06-28 12:26:18','2016-06-28 12:26:18','','h&m_img','','inherit','open','closed','','hm_img','','','2016-06-28 12:26:18','2016-06-28 12:26:18','',136,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hm_img.png',0,'attachment','image/png',0),(142,1,'2016-06-28 12:26:50','2016-06-28 12:26:50','1.The North Country Mall is not responsible for any offer offered by the individual stores.\r\n2. Offers might be changed without prior notice subject to terms and conditions of the individual store management.\r\n3. The North Country Mall will not be responsible for any grievance in whatsoever manner for any offer run by individual store owners and the management of such individual stores.\r\n4. Please refer to the terms and conditions of the offer at the store.','H&M','','inherit','closed','closed','','136-revision-v1','','','2016-06-28 12:26:50','2016-06-28 12:26:50','',136,'http://northcountrymall.com/northcountrymallbeat/2016/06/28/136-revision-v1/',0,'revision','',0),(143,1,'2016-06-28 12:54:26','2016-06-28 12:54:26','1.The North Country Mall is not responsible for any offer offered by the individual stores.\r\n2. Offers might be changed without prior notice subject to terms and conditions of the individual store management.\r\n3. The North Country Mall will not be responsible for any grievance in whatsoever manner for any offer run by individual store owners and the management of such individual stores.\r\n4. Please refer to the terms and conditions of the offer at the store.','Funcity','','inherit','closed','closed','','133-revision-v1','','','2016-06-28 12:54:26','2016-06-28 12:54:26','',133,'http://northcountrymall.com/northcountrymallbeat/2016/06/28/133-revision-v1/',0,'revision','',0),(144,1,'2016-06-28 12:56:51','2016-06-28 12:56:51','1.The North Country Mall is not responsible for any offer offered by the individual stores.\r\n2. Offers might be changed without prior notice subject to terms and conditions of the individual store management.\r\n3. The North Country Mall will not be responsible for any grievance in whatsoever manner for any offer run by individual store owners and the management of such individual stores.\r\n4. Please refer to the terms and conditions of the offer at the store.','H&M','','inherit','closed','closed','','136-revision-v1','','','2016-06-28 12:56:51','2016-06-28 12:56:51','',136,'http://northcountrymall.com/northcountrymallbeat/2016/06/28/136-revision-v1/',0,'revision','',0),(145,1,'2016-06-28 13:23:13','2016-06-28 13:23:13','','funcity_img','','inherit','open','closed','','funcity_img','','','2016-06-28 13:23:13','2016-06-28 13:23:13','',133,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/funcity_img.png',0,'attachment','image/png',0),(146,1,'2016-06-28 13:24:13','2016-06-28 13:24:13','','sm_inner8','','inherit','open','closed','','sm_inner8','','','2016-06-28 13:24:13','2016-06-28 13:24:13','',133,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/sm_inner8.png',0,'attachment','image/png',0),(147,1,'2016-06-28 13:24:34','2016-06-28 13:24:34','','fun_smlogo','','inherit','open','closed','','fun_smlogo','','','2016-06-28 13:24:34','2016-06-28 13:24:34','',133,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/fun_smlogo.png',0,'attachment','image/png',0),(148,1,'2016-06-28 13:25:02','2016-06-28 13:25:02','1.The North Country Mall is not responsible for any offer offered by the individual stores.\r\n2. Offers might be changed without prior notice subject to terms and conditions of the individual store management.\r\n3. The North Country Mall will not be responsible for any grievance in whatsoever manner for any offer run by individual store owners and the management of such individual stores.\r\n4. Please refer to the terms and conditions of the offer at the store.','Funcity','','inherit','closed','closed','','133-revision-v1','','','2016-06-28 13:25:02','2016-06-28 13:25:02','',133,'http://northcountrymall.com/northcountrymallbeat/2016/06/28/133-revision-v1/',0,'revision','',0),(149,1,'2016-06-28 13:31:44','2016-06-28 13:31:44','','Offer Detail','','publish','closed','closed','','offer-detail','','','2016-06-28 13:31:44','2016-06-28 13:31:44','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=149',0,'page','',0),(150,1,'2016-06-28 13:31:44','2016-06-28 13:31:44','','Offer Detail','','inherit','closed','closed','','149-revision-v1','','','2016-06-28 13:31:44','2016-06-28 13:31:44','',149,'http://northcountrymall.com/northcountrymallbeat/2016/06/28/149-revision-v1/',0,'revision','',0),(151,1,'2016-06-28 16:38:10','2016-06-28 16:38:10','','inner_7b','','inherit','open','closed','','inner_7b','','','2016-06-28 16:38:10','2016-06-28 16:38:10','',136,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/inner_7b.png',0,'attachment','image/png',0),(152,1,'2016-06-28 16:39:11','2016-06-28 16:39:11','','sm_inner7','','inherit','open','closed','','sm_inner7','','','2016-06-28 16:39:11','2016-06-28 16:39:11','',136,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/sm_inner7.png',0,'attachment','image/png',0),(153,1,'2016-06-28 16:39:42','2016-06-28 16:39:42','','h&m_smlogo','','inherit','open','closed','','hm_smlogo','','','2016-06-28 16:39:42','2016-06-28 16:39:42','',136,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/hm_smlogo.png',0,'attachment','image/png',0),(154,1,'2016-06-28 16:39:49','2016-06-28 16:39:49','1.The North Country Mall is not responsible for any offer offered by the individual stores.\r\n2. Offers might be changed without prior notice subject to terms and conditions of the individual store management.\r\n3. The North Country Mall will not be responsible for any grievance in whatsoever manner for any offer run by individual store owners and the management of such individual stores.\r\n4. Please refer to the terms and conditions of the offer at the store.','H&M','','inherit','closed','closed','','136-revision-v1','','','2016-06-28 16:39:49','2016-06-28 16:39:49','',136,'http://northcountrymall.com/northcountrymallbeat/2016/06/28/136-revision-v1/',0,'revision','',0),(155,1,'2016-06-28 16:46:43','2016-06-28 16:46:43','1.The North Country Mall is not responsible for any offer offered by the individual stores.\r\n2. Offers might be changed without prior notice subject to terms and conditions of the individual store management.\r\n3. The North Country Mall will not be responsible for any grievance in whatsoever manner for any offer run by individual store owners and the management of such individual stores.\r\n4. Please refer to the terms and conditions of the offer at the store.','H&M','','inherit','closed','closed','','136-revision-v1','','','2016-06-28 16:46:43','2016-06-28 16:46:43','',136,'http://northcountrymall.com/northcountrymallbeat/2016/06/28/136-revision-v1/',0,'revision','',0),(156,1,'2016-06-28 18:46:06','2016-06-28 18:46:06','','fun_2','','inherit','open','closed','','fun_2','','','2016-06-28 18:46:06','2016-06-28 18:46:06','',133,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/fun_2.png',0,'attachment','image/png',0),(157,1,'2016-06-28 18:46:28','2016-06-28 18:46:28','1.The North Country Mall is not responsible for any offer offered by the individual stores.\r\n2. Offers might be changed without prior notice subject to terms and conditions of the individual store management.\r\n3. The North Country Mall will not be responsible for any grievance in whatsoever manner for any offer run by individual store owners and the management of such individual stores.\r\n4. Please refer to the terms and conditions of the offer at the store.','Funcity','','inherit','closed','closed','','133-revision-v1','','','2016-06-28 18:46:28','2016-06-28 18:46:28','',133,'http://northcountrymall.com/northcountrymallbeat/2016/06/28/133-revision-v1/',0,'revision','',0),(160,1,'2016-06-29 08:37:53','2016-06-29 08:37:53','','Brand / Product','','publish','closed','closed','','acf_brand-product','','','2016-07-02 12:04:05','2016-07-02 12:04:05','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=acf&p=160',0,'acf','',0),(161,1,'2016-06-29 08:49:29','2016-06-29 08:49:29','','And','','publish','open','open','','and','','','2016-06-29 08:49:29','2016-06-29 08:49:29','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=brands&p=161',0,'brands','',0),(162,1,'2016-06-29 08:46:07','2016-06-29 08:46:07','','and','','inherit','open','closed','','and-2','','','2016-06-29 08:46:07','2016-06-29 08:46:07','',161,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/and-1.png',0,'attachment','image/png',0),(163,1,'2016-06-29 08:47:46','2016-06-29 08:47:46','','and','','inherit','open','closed','','and-3','','','2016-06-29 08:47:46','2016-06-29 08:47:46','',161,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/and-2.png',0,'attachment','image/png',0),(164,1,'2016-06-29 08:49:29','2016-06-29 08:49:29','','And','','inherit','closed','closed','','161-revision-v1','','','2016-06-29 08:49:29','2016-06-29 08:49:29','',161,'http://northcountrymall.com/northcountrymallbeat/2016/06/29/161-revision-v1/',0,'revision','',0),(165,1,'2016-06-29 08:56:12','2016-06-29 08:56:12','','Brands','','inherit','closed','closed','','6-revision-v1','','','2016-06-29 08:56:12','2016-06-29 08:56:12','',6,'http://northcountrymall.com/northcountrymallbeat/2016/06/29/6-revision-v1/',0,'revision','',0),(166,1,'2016-06-30 06:36:33','2016-06-30 06:36:33','','Entertainments','','publish','closed','closed','','acf_entertainments','','','2016-06-30 06:50:06','2016-06-30 06:50:06','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=acf&p=166',0,'acf','',0),(171,1,'2016-06-30 06:46:34','2016-06-30 06:46:34','','Entertainment','','inherit','closed','closed','','10-revision-v1','','','2016-06-30 06:46:34','2016-06-30 06:46:34','',10,'http://northcountrymall.com/northcountrymallbeat/2016/06/30/10-revision-v1/',0,'revision','',0),(172,1,'2016-06-30 06:47:43','2016-06-30 06:47:43','','PVR','','publish','closed','closed','','pvr','','','2016-06-30 06:53:43','2016-06-30 06:53:43','',10,'http://northcountrymall.com/northcountrymallbeat/?page_id=172',0,'page','',0),(173,1,'2016-06-30 06:47:43','2016-06-30 06:47:43','','PVR','','inherit','closed','closed','','172-revision-v1','','','2016-06-30 06:47:43','2016-06-30 06:47:43','',172,'http://northcountrymall.com/northcountrymallbeat/2016/06/30/172-revision-v1/',0,'revision','',0),(176,1,'2016-06-30 06:51:55','2016-06-30 06:51:55','','PVR','','inherit','open','closed','','pvr-2','','','2016-06-30 06:51:55','2016-06-30 06:51:55','',172,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/PVR.png',0,'attachment','image/png',0),(177,1,'2016-06-30 06:53:43','2016-06-30 06:53:43','','PVR','','inherit','closed','closed','','172-revision-v1','','','2016-06-30 06:53:43','2016-06-30 06:53:43','',172,'http://northcountrymall.com/northcountrymallbeat/2016/06/30/172-revision-v1/',0,'revision','',0),(178,1,'2016-07-02 05:23:26','2016-07-02 05:23:26','','Funcity','','publish','closed','closed','','funcity','','','2016-07-02 05:23:26','2016-07-02 05:23:26','',10,'http://northcountrymall.com/northcountrymallbeat/?page_id=178',0,'page','',0),(179,1,'2016-07-02 05:21:46','2016-07-02 05:21:46','','funcity','','inherit','open','closed','','funcity-2','','','2016-07-02 05:21:46','2016-07-02 05:21:46','',178,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/funcity.png',0,'attachment','image/png',0),(180,1,'2016-07-02 05:23:26','2016-07-02 05:23:26','','Funcity','','inherit','closed','closed','','178-revision-v1','','','2016-07-02 05:23:26','2016-07-02 05:23:26','',178,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/178-revision-v1/',0,'revision','',0),(181,1,'2016-07-02 05:30:30','2016-07-02 05:30:30','','Bounce Fitness','','publish','closed','closed','','bounce-fitness','','','2016-07-02 05:30:30','2016-07-02 05:30:30','',10,'http://northcountrymall.com/northcountrymallbeat/?page_id=181',0,'page','',0),(182,1,'2016-07-02 05:29:03','2016-07-02 05:29:03','','bouncefitness','','inherit','open','closed','','bouncefitness','','','2016-07-02 05:29:03','2016-07-02 05:29:03','',181,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/bouncefitness.png',0,'attachment','image/png',0),(183,1,'2016-07-02 05:30:30','2016-07-02 05:30:30','','Bounce Fitness','','inherit','closed','closed','','181-revision-v1','','','2016-07-02 05:30:30','2016-07-02 05:30:30','',181,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/181-revision-v1/',0,'revision','',0),(184,1,'2016-07-02 05:33:17','2016-07-02 05:33:17','','Bonzai','','publish','closed','closed','','bonzai','','','2016-07-02 05:33:17','2016-07-02 05:33:17','',10,'http://northcountrymall.com/northcountrymallbeat/?page_id=184',0,'page','',0),(185,1,'2016-07-02 05:33:13','2016-07-02 05:33:13','','bonazai','','inherit','open','closed','','bonazai','','','2016-07-02 05:33:13','2016-07-02 05:33:13','',184,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/bonazai.png',0,'attachment','image/png',0),(186,1,'2016-07-02 05:33:17','2016-07-02 05:33:17','','Bonzai','','inherit','closed','closed','','184-revision-v1','','','2016-07-02 05:33:17','2016-07-02 05:33:17','',184,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/184-revision-v1/',0,'revision','',0),(187,1,'2016-07-02 05:40:51','2016-07-02 05:40:51','','Facilities','','publish','closed','closed','','acf_facilities','','','2016-07-02 05:55:01','2016-07-02 05:55:01','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=acf&p=187',0,'acf','',0),(188,1,'2016-07-02 05:46:42','2016-07-02 05:46:42','','Atm','','publish','open','open','','atm','','','2016-07-02 06:48:26','2016-07-02 06:48:26','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=facilities&p=188',0,'facilities','',0),(189,1,'2016-07-02 05:43:13','2016-07-02 05:43:13','','image_1','','inherit','open','closed','','image_1','','','2016-07-02 05:43:13','2016-07-02 05:43:13','',188,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/image_1.png',0,'attachment','image/png',0),(190,1,'2016-07-02 05:43:57','2016-07-02 05:43:57','','yes','','inherit','open','closed','','yes','','','2016-07-02 05:43:57','2016-07-02 05:43:57','',188,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/yes.jpg',0,'attachment','image/jpeg',0),(191,1,'2016-07-02 05:44:12','2016-07-02 05:44:12','','indusind','','inherit','open','closed','','indusind','','','2016-07-02 05:44:12','2016-07-02 05:44:12','',188,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/indusind.jpg',0,'attachment','image/jpeg',0),(192,1,'2016-07-02 05:46:42','2016-07-02 05:46:42','','Atm','','inherit','closed','closed','','188-revision-v1','','','2016-07-02 05:46:42','2016-07-02 05:46:42','',188,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/188-revision-v1/',0,'revision','',0),(195,1,'2016-07-02 05:48:08','2016-07-02 05:48:08','','Facilities','','inherit','closed','closed','','16-revision-v1','','','2016-07-02 05:48:08','2016-07-02 05:48:08','',16,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/16-revision-v1/',0,'revision','',0),(196,1,'2016-07-02 05:55:45','2016-07-02 05:55:45','','Atm','','inherit','closed','closed','','188-revision-v1','','','2016-07-02 05:55:45','2016-07-02 05:55:45','',188,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/188-revision-v1/',0,'revision','',0),(197,1,'2016-07-02 06:13:04','2016-07-02 06:13:04','','First Aid','','publish','open','open','','first-aid','','','2016-07-02 06:13:04','2016-07-02 06:13:04','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=facilities&p=197',0,'facilities','',0),(198,1,'2016-07-02 06:11:51','2016-07-02 06:11:51','','image_2','','inherit','open','closed','','image_2','','','2016-07-02 06:11:51','2016-07-02 06:11:51','',197,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/image_2.png',0,'attachment','image/png',0),(199,1,'2016-07-02 06:13:04','2016-07-02 06:13:04','','First Aid','','inherit','closed','closed','','197-revision-v1','','','2016-07-02 06:13:04','2016-07-02 06:13:04','',197,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/197-revision-v1/',0,'revision','',0),(200,1,'2016-07-02 06:15:42','2016-07-02 06:15:42','','Parking','','publish','open','open','','parking','','','2016-07-02 06:15:42','2016-07-02 06:15:42','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=facilities&p=200',0,'facilities','',0),(201,1,'2016-07-02 06:13:34','2016-07-02 06:13:34','','image_3','','inherit','open','closed','','image_3','','','2016-07-02 06:13:34','2016-07-02 06:13:34','',200,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/image_3.png',0,'attachment','image/png',0),(202,1,'2016-07-02 06:13:58','2016-07-02 06:13:58','','image_5','','inherit','open','closed','','image_5','','','2016-07-02 06:13:58','2016-07-02 06:13:58','',200,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/image_5.png',0,'attachment','image/png',0),(203,1,'2016-07-02 06:14:41','2016-07-02 06:14:41','','parking_1','','inherit','open','closed','','parking_1','','','2016-07-02 06:14:41','2016-07-02 06:14:41','',200,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/parking_1.png',0,'attachment','image/png',0),(204,1,'2016-07-02 06:14:50','2016-07-02 06:14:50','','parking_2','','inherit','open','closed','','parking_2','','','2016-07-02 06:14:50','2016-07-02 06:14:50','',200,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/parking_2.png',0,'attachment','image/png',0),(205,1,'2016-07-02 06:15:00','2016-07-02 06:15:00','','parking_3','','inherit','open','closed','','parking_3','','','2016-07-02 06:15:00','2016-07-02 06:15:00','',200,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/parking_3.png',0,'attachment','image/png',0),(206,1,'2016-07-02 06:15:42','2016-07-02 06:15:42','','Parking','','inherit','closed','closed','','200-revision-v1','','','2016-07-02 06:15:42','2016-07-02 06:15:42','',200,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/200-revision-v1/',0,'revision','',0),(207,1,'2016-07-02 06:17:50','2016-07-02 06:17:50','','Information Desk','','publish','open','open','','information-desk','','','2016-07-02 06:17:50','2016-07-02 06:17:50','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=facilities&p=207',0,'facilities','',0),(208,1,'2016-07-02 06:16:22','2016-07-02 06:16:22','','image_7','','inherit','open','closed','','image_7','','','2016-07-02 06:16:22','2016-07-02 06:16:22','',207,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/image_7.png',0,'attachment','image/png',0),(209,1,'2016-07-02 06:16:53','2016-07-02 06:16:53','','info_1','','inherit','open','closed','','info_1','','','2016-07-02 06:16:53','2016-07-02 06:16:53','',207,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/info_1.png',0,'attachment','image/png',0),(210,1,'2016-07-02 06:17:04','2016-07-02 06:17:04','','info_2','','inherit','open','closed','','info_2','','','2016-07-02 06:17:04','2016-07-02 06:17:04','',207,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/info_2.png',0,'attachment','image/png',0),(211,1,'2016-07-02 06:17:50','2016-07-02 06:17:50','','Information Desk','','inherit','closed','closed','','207-revision-v1','','','2016-07-02 06:17:50','2016-07-02 06:17:50','',207,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/207-revision-v1/',0,'revision','',0),(212,1,'2016-07-02 06:19:54','2016-07-02 06:19:54','','Facilities Detail','','publish','closed','closed','','facilities-detail','','','2016-07-02 06:19:54','2016-07-02 06:19:54','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=212',0,'page','',0),(213,1,'2016-07-02 06:19:54','2016-07-02 06:19:54','','Facilities Detail','','inherit','closed','closed','','212-revision-v1','','','2016-07-02 06:19:54','2016-07-02 06:19:54','',212,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/212-revision-v1/',0,'revision','',0),(214,1,'2016-07-02 06:48:01','2016-07-02 06:48:01','','Atm','','inherit','closed','closed','','188-revision-v1','','','2016-07-02 06:48:01','2016-07-02 06:48:01','',188,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/188-revision-v1/',0,'revision','',0),(215,1,'2016-07-02 06:48:26','2016-07-02 06:48:26','','Atm','','inherit','closed','closed','','188-revision-v1','','','2016-07-02 06:48:26','2016-07-02 06:48:26','',188,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/188-revision-v1/',0,'revision','',0),(216,1,'2016-07-02 07:50:46','2016-07-02 07:50:46','','Key Information','','publish','closed','closed','','acf_key-information','','','2016-07-02 11:26:30','2016-07-02 11:26:30','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=acf&p=216',0,'acf','',0),(218,1,'2016-07-02 07:58:10','2016-07-02 07:58:10','','Opening And Closing Time','','publish','open','open','','opening-and-closing-time','','','2016-07-02 10:45:38','2016-07-02 10:45:38','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=keyinformation&p=218',0,'keyinformation','',0),(219,1,'2016-07-02 07:54:06','2016-07-02 07:54:06','','image_1','','inherit','open','closed','','image_1-2','','','2016-07-02 07:54:06','2016-07-02 07:54:06','',218,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/image_1-1.png',0,'attachment','image/png',0),(220,1,'2016-07-02 07:58:10','2016-07-02 07:58:10','','Opening And Closing Time','','inherit','closed','closed','','218-revision-v1','','','2016-07-02 07:58:10','2016-07-02 07:58:10','',218,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/218-revision-v1/',0,'revision','',0),(221,1,'2016-07-02 08:02:02','2016-07-02 08:02:02','','How To Get Here','','publish','open','open','','how-to-get-here','','','2016-07-02 10:55:29','2016-07-02 10:55:29','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=keyinformation&p=221',0,'keyinformation','',0),(222,1,'2016-07-02 08:00:02','2016-07-02 08:00:02','','image_2','','inherit','open','closed','','image_2-2','','','2016-07-02 08:00:02','2016-07-02 08:00:02','',221,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/image_2-1.png',0,'attachment','image/png',0),(223,1,'2016-07-02 08:02:02','2016-07-02 08:02:02','','How To Get Here','','inherit','closed','closed','','221-revision-v1','','','2016-07-02 08:02:02','2016-07-02 08:02:02','',221,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/221-revision-v1/',0,'revision','',0),(224,1,'2016-07-02 08:04:41','2016-07-02 08:04:41','','Floor Plan','','publish','open','open','','floor-plan','','','2016-07-02 11:44:01','2016-07-02 11:44:01','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=keyinformation&p=224',0,'keyinformation','',0),(225,1,'2016-07-02 08:04:00','2016-07-02 08:04:00','','image_3','','inherit','open','closed','','image_3-2','','','2016-07-02 08:04:00','2016-07-02 08:04:00','',224,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/image_3-1.png',0,'attachment','image/png',0),(226,1,'2016-07-02 08:04:41','2016-07-02 08:04:41','','Floor Plan','','inherit','closed','closed','','224-revision-v1','','','2016-07-02 08:04:41','2016-07-02 08:04:41','',224,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/224-revision-v1/',0,'revision','',0),(227,1,'2016-07-02 08:07:21','2016-07-02 08:07:21','','Renderings','','publish','open','open','','renderings','','','2016-07-02 11:27:19','2016-07-02 11:27:19','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=keyinformation&p=227',0,'keyinformation','',0),(228,1,'2016-07-02 08:05:11','2016-07-02 08:05:11','','image_4','','inherit','open','closed','','image_4','','','2016-07-02 08:05:11','2016-07-02 08:05:11','',227,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/image_4.png',0,'attachment','image/png',0),(229,1,'2016-07-02 08:06:29','2016-07-02 08:06:29','','rendring_1','','inherit','open','closed','','rendring_1','','','2016-07-02 08:06:29','2016-07-02 08:06:29','',227,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/rendring_1.png',0,'attachment','image/png',0),(230,1,'2016-07-02 08:06:41','2016-07-02 08:06:41','','rendring_2','','inherit','open','closed','','rendring_2','','','2016-07-02 08:06:41','2016-07-02 08:06:41','',227,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/rendring_2.png',0,'attachment','image/png',0),(231,1,'2016-07-02 08:07:21','2016-07-02 08:07:21','','Renderings','','inherit','closed','closed','','227-revision-v1','','','2016-07-02 08:07:21','2016-07-02 08:07:21','',227,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/227-revision-v1/',0,'revision','',0),(232,1,'2016-07-02 08:20:14','2016-07-02 08:20:14','','Floor Plan','','inherit','closed','closed','','224-revision-v1','','','2016-07-02 08:20:14','2016-07-02 08:20:14','',224,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/224-revision-v1/',0,'revision','',0),(233,1,'2016-07-02 08:21:00','2016-07-02 08:21:00','','Renderings','','inherit','closed','closed','','227-revision-v1','','','2016-07-02 08:21:00','2016-07-02 08:21:00','',227,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/227-revision-v1/',0,'revision','',0),(234,1,'2016-07-02 08:24:07','2016-07-02 08:24:07','','Key Information Details','','publish','closed','closed','','key-information-details','','','2016-07-02 08:24:48','2016-07-02 08:24:48','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=234',0,'page','',0),(235,1,'2016-07-02 08:24:07','2016-07-02 08:24:07','','Key Information Details','','inherit','closed','closed','','234-revision-v1','','','2016-07-02 08:24:07','2016-07-02 08:24:07','',234,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/234-revision-v1/',0,'revision','',0),(236,1,'2016-07-02 10:37:26','2016-07-02 10:37:26','','key_info','','inherit','open','closed','','key_info','','','2016-07-02 10:37:26','2016-07-02 10:37:26','',218,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/key_info.png',0,'attachment','image/png',0),(237,1,'2016-07-02 10:37:32','2016-07-02 10:37:32','','Opening And Closing Time','','inherit','closed','closed','','218-revision-v1','','','2016-07-02 10:37:32','2016-07-02 10:37:32','',218,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/218-revision-v1/',0,'revision','',0),(238,1,'2016-07-02 10:39:02','2016-07-02 10:39:02','','Opening And Closing Time','','inherit','closed','closed','','218-revision-v1','','','2016-07-02 10:39:02','2016-07-02 10:39:02','',218,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/218-revision-v1/',0,'revision','',0),(239,1,'2016-07-02 10:45:38','2016-07-02 10:45:38','','Opening And Closing Time','','inherit','closed','closed','','218-revision-v1','','','2016-07-02 10:45:38','2016-07-02 10:45:38','',218,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/218-revision-v1/',0,'revision','',0),(240,1,'2016-07-02 10:50:35','2016-07-02 10:50:35','','howotget_inner','','inherit','open','closed','','howotget_inner','','','2016-07-02 10:50:35','2016-07-02 10:50:35','',221,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/howotget_inner.png',0,'attachment','image/png',0),(241,1,'2016-07-02 10:50:41','2016-07-02 10:50:41','','How To Get Here','','inherit','closed','closed','','221-revision-v1','','','2016-07-02 10:50:41','2016-07-02 10:50:41','',221,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/221-revision-v1/',0,'revision','',0),(242,1,'2016-07-02 10:52:37','2016-07-02 10:52:37','','aeroplane','','inherit','open','closed','','aeroplane','','','2016-07-02 10:52:37','2016-07-02 10:52:37','',221,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/aeroplane.png',0,'attachment','image/png',0),(243,1,'2016-07-02 10:52:51','2016-07-02 10:52:51','','How To Get Here','','inherit','closed','closed','','221-revision-v1','','','2016-07-02 10:52:51','2016-07-02 10:52:51','',221,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/221-revision-v1/',0,'revision','',0),(244,1,'2016-07-02 10:53:53','2016-07-02 10:53:53','','train','','inherit','open','closed','','train','','','2016-07-02 10:53:53','2016-07-02 10:53:53','',221,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/train.png',0,'attachment','image/png',0),(245,1,'2016-07-02 10:55:01','2016-07-02 10:55:01','','car','','inherit','open','closed','','car','','','2016-07-02 10:55:01','2016-07-02 10:55:01','',221,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/car.png',0,'attachment','image/png',0),(246,1,'2016-07-02 10:55:09','2016-07-02 10:55:09','','How To Get Here','','inherit','closed','closed','','221-revision-v1','','','2016-07-02 10:55:09','2016-07-02 10:55:09','',221,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/221-revision-v1/',0,'revision','',0),(247,1,'2016-07-02 10:55:29','2016-07-02 10:55:29','','How To Get Here','','inherit','closed','closed','','221-revision-v1','','','2016-07-02 10:55:29','2016-07-02 10:55:29','',221,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/221-revision-v1/',0,'revision','',0),(248,1,'2016-07-02 11:04:30','2016-07-02 11:04:30','','Renderings','','publish','closed','closed','','renderings','','','2016-07-02 11:04:30','2016-07-02 11:04:30','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=248',0,'page','',0),(249,1,'2016-07-02 11:04:30','2016-07-02 11:04:30','','Renderings','','inherit','closed','closed','','248-revision-v1','','','2016-07-02 11:04:30','2016-07-02 11:04:30','',248,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/248-revision-v1/',0,'revision','',0),(250,1,'2016-07-02 11:14:47','2016-07-02 11:14:47','','Renderings','','inherit','closed','closed','','227-revision-v1','','','2016-07-02 11:14:47','2016-07-02 11:14:47','',227,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/227-revision-v1/',0,'revision','',0),(251,1,'2016-07-02 11:15:30','2016-07-02 11:15:30','','Renderings','','inherit','closed','closed','','227-revision-v1','','','2016-07-02 11:15:30','2016-07-02 11:15:30','',227,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/227-revision-v1/',0,'revision','',0),(252,1,'2016-07-02 11:27:14','2016-07-02 11:27:14','','rendring_4','','inherit','open','closed','','rendring_4','','','2016-07-02 11:27:14','2016-07-02 11:27:14','',227,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/07/rendring_4.png',0,'attachment','image/png',0),(253,1,'2016-07-02 11:27:19','2016-07-02 11:27:19','','Renderings','','inherit','closed','closed','','227-revision-v1','','','2016-07-02 11:27:19','2016-07-02 11:27:19','',227,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/227-revision-v1/',0,'revision','',0),(254,1,'2016-07-02 11:43:21','2016-07-02 11:43:21','','Floor Plan','','inherit','closed','closed','','224-revision-v1','','','2016-07-02 11:43:21','2016-07-02 11:43:21','',224,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/224-revision-v1/',0,'revision','',0),(255,1,'2016-07-02 11:44:01','2016-07-02 11:44:01','','Floor Plan','','inherit','closed','closed','','224-revision-v1','','','2016-07-02 11:44:01','2016-07-02 11:44:01','',224,'http://northcountrymall.com/northcountrymallbeat/2016/07/02/224-revision-v1/',0,'revision','',0),(273,1,'2016-09-12 10:45:03','2016-09-12 10:45:03','','Products','','publish','closed','closed','','products','','','2016-09-12 10:46:52','2016-09-12 10:46:52','',0,'http://northcountrymall.com/northcountrymallbeat/?page_id=273',0,'page','',0),(274,1,'2016-09-12 10:45:03','2016-09-12 10:45:03','','Products','','inherit','closed','closed','','273-revision-v1','','','2016-09-12 10:45:03','2016-09-12 10:45:03','',273,'http://northcountrymall.com/northcountrymallbeat/2016/09/12/273-revision-v1/',0,'revision','',0),(275,1,'2016-09-12 11:12:54','2016-09-12 11:12:54','','and','','inherit','open','closed','','and-4','','','2016-09-12 11:12:54','2016-09-12 11:12:54','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/09/and.png',0,'attachment','image/png',0),(276,1,'2016-09-12 11:14:05','2016-09-12 11:14:05','','and','','inherit','open','closed','','and-5','','','2016-09-12 11:14:05','2016-09-12 11:14:05','',0,'http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/09/and-1.png',0,'attachment','image/png',0),(279,1,'2016-09-19 09:18:25','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-09-19 09:18:25','0000-00-00 00:00:00','',0,'http://northcountrymall.com/northcountrymallbeat/?p=279',0,'post','',0),(280,1,'2016-09-19 10:34:07','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-09-19 10:34:07','0000-00-00 00:00:00','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=product_brand&p=280',0,'product_brand','',0),(281,1,'2016-09-19 10:46:44','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-09-19 10:46:44','0000-00-00 00:00:00','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=product_brand&p=281',0,'product_brand','',0),(282,1,'2016-09-19 10:54:20','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-09-19 10:54:20','0000-00-00 00:00:00','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=product_brand&p=282',0,'product_brand','',0),(283,1,'2016-09-19 10:54:52','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-09-19 10:54:52','0000-00-00 00:00:00','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=product_brand&p=283',0,'product_brand','',0),(284,1,'2016-09-19 10:55:00','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-09-19 10:55:00','0000-00-00 00:00:00','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=product_brand&p=284',0,'product_brand','',0),(285,1,'2016-09-19 10:55:34','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-09-19 10:55:34','0000-00-00 00:00:00','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=product_brand&p=285',0,'product_brand','',0),(286,1,'2016-09-19 10:59:13','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-09-19 10:59:13','0000-00-00 00:00:00','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=product_brand&p=286',0,'product_brand','',0),(287,1,'2016-09-19 11:16:36','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-09-19 11:16:36','0000-00-00 00:00:00','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=apparel-men&p=287',0,'apparel-men','',0),(288,1,'2016-09-19 11:18:58','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-09-19 11:18:58','0000-00-00 00:00:00','',0,'http://northcountrymall.com/northcountrymallbeat/?post_type=apparel-men&p=288',0,'apparel-men','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(22,2,0),(23,2,0),(24,2,0),(25,2,0),(26,2,0),(27,2,0),(28,2,0),(29,2,0),(30,2,0),(31,2,0),(32,2,0),(33,2,0),(34,2,0),(35,2,0),(36,2,0),(37,2,0),(126,4,0),(127,4,0),(128,4,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,16),(4,4,'nav_menu','',0,3),(5,5,'brand','For APPAREL- MEN',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Menu','main-menu',0),(4,'footer menu','footer-menu',0),(5,'APPAREL- MEN','apparel-men',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_catalogue_items` -- DROP TABLE IF EXISTS `wp_upcp_catalogue_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_catalogue_items` ( `Catalogue_Item_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Catalogue_ID` mediumint(9) DEFAULT '0', `Item_ID` mediumint(9) DEFAULT '0', `Category_ID` mediumint(9) DEFAULT '0', `SubCategory_ID` mediumint(9) DEFAULT '0', `Position` mediumint(9) NOT NULL DEFAULT '0', UNIQUE KEY `id` (`Catalogue_Item_ID`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_catalogue_items` -- LOCK TABLES `wp_upcp_catalogue_items` WRITE; /*!40000 ALTER TABLE `wp_upcp_catalogue_items` DISABLE KEYS */; INSERT INTO `wp_upcp_catalogue_items` VALUES (1,1,3,0,0,1),(2,1,1,0,0,2); /*!40000 ALTER TABLE `wp_upcp_catalogue_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_catalogues` -- DROP TABLE IF EXISTS `wp_upcp_catalogues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_catalogues` ( `Catalogue_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Catalogue_Name` text NOT NULL, `Catalogue_Description` text NOT NULL, `Catalogue_Layout_Format` text NOT NULL, `Catalogue_Custom_CSS` text NOT NULL, `Catalogue_Item_Count` mediumint(9) NOT NULL DEFAULT '0', `Catalogue_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`Catalogue_ID`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_catalogues` -- LOCK TABLES `wp_upcp_catalogues` WRITE; /*!40000 ALTER TABLE `wp_upcp_catalogues` DISABLE KEYS */; INSERT INTO `wp_upcp_catalogues` VALUES (1,'Sample Catalogue','This is where your description of this catalogue would go.','','',2,'0000-00-00 00:00:00'); /*!40000 ALTER TABLE `wp_upcp_catalogues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_categories` -- DROP TABLE IF EXISTS `wp_upcp_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_categories` ( `Category_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Category_Name` text NOT NULL, `Category_Description` text NOT NULL, `Category_Item_Count` mediumint(9) DEFAULT '0', `Category_Sidebar_Order` mediumint(9) DEFAULT '9999', `Category_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`Category_ID`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_categories` -- LOCK TABLES `wp_upcp_categories` WRITE; /*!40000 ALTER TABLE `wp_upcp_categories` DISABLE KEYS */; INSERT INTO `wp_upcp_categories` VALUES (1,'Sample Category','This is where your description of this category would go.',2,9999,'0000-00-00 00:00:00'); /*!40000 ALTER TABLE `wp_upcp_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_custom_fields` -- DROP TABLE IF EXISTS `wp_upcp_custom_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_custom_fields` ( `Field_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Field_Name` text NOT NULL, `Field_Slug` text NOT NULL, `Field_Type` text NOT NULL, `Field_Description` text NOT NULL, `Field_Values` text NOT NULL, `Field_Displays` text NOT NULL, `Field_Searchable` text NOT NULL, `Field_Sidebar_Order` mediumint(9) DEFAULT '9999', `Field_Display_Tabbed` text NOT NULL, `Field_Control_Type` text NOT NULL, `Field_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`Field_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_custom_fields` -- LOCK TABLES `wp_upcp_custom_fields` WRITE; /*!40000 ALTER TABLE `wp_upcp_custom_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_upcp_custom_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_fields_meta` -- DROP TABLE IF EXISTS `wp_upcp_fields_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_fields_meta` ( `Meta_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Field_ID` mediumint(9) DEFAULT '0', `Item_ID` mediumint(9) DEFAULT '0', `Meta_Value` text NOT NULL, UNIQUE KEY `id` (`Meta_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_fields_meta` -- LOCK TABLES `wp_upcp_fields_meta` WRITE; /*!40000 ALTER TABLE `wp_upcp_fields_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_upcp_fields_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_item_images` -- DROP TABLE IF EXISTS `wp_upcp_item_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_item_images` ( `Item_Image_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Item_ID` mediumint(9) NOT NULL DEFAULT '0', `Item_Image_URL` text, `Item_Image_Description` text, `Item_Image_Order` mediumint(9) NOT NULL DEFAULT '0', UNIQUE KEY `id` (`Item_Image_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_item_images` -- LOCK TABLES `wp_upcp_item_images` WRITE; /*!40000 ALTER TABLE `wp_upcp_item_images` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_upcp_item_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_items` -- DROP TABLE IF EXISTS `wp_upcp_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_items` ( `Item_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Item_Name` text NOT NULL, `Item_Slug` text NOT NULL, `Item_Description` text, `Item_Price` text NOT NULL, `Item_Link` text, `Item_Photo_URL` text, `Category_ID` mediumint(9) DEFAULT '0', `Category_Name` text, `Global_Item_ID` mediumint(9) DEFAULT '0', `Item_Special_Attr` text, `SubCategory_ID` mediumint(9) DEFAULT '0', `SubCategory_Name` text, `Item_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `Item_Views` mediumint(9) DEFAULT '0', `Item_Display_Status` text, `Item_Related_Products` text, `Item_Next_Previous` text, `Item_SEO_Description` text, `Item_Category_Product_Order` mediumint(9) DEFAULT '9999', UNIQUE KEY `id` (`Item_ID`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_items` -- LOCK TABLES `wp_upcp_items` WRITE; /*!40000 ALTER TABLE `wp_upcp_items` DISABLE KEYS */; INSERT INTO `wp_upcp_items` VALUES (1,'Sample Item','','This is where your description of this product would go.','9.99',NULL,'http://northcountrymall.com/northcountrymallbeat/wp-content/plugins/ultimate-product-catalogue/images/sample_image.jpg',1,'Sample Category',0,NULL,0,NULL,'0000-00-00 00:00:00',0,NULL,NULL,NULL,NULL,9999),(3,'AND','','<p>This is where your description of this product would go </p>\n','Everyday: 10AM - 10PM','','http://northcountrymall.com/northcountrymallbeat/wp-content/uploads/2016/06/and.png',1,'Sample Category',NULL,NULL,0,NULL,'2016-06-21 10:09:39',0,'Show',NULL,NULL,'',9999); /*!40000 ALTER TABLE `wp_upcp_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_subcategories` -- DROP TABLE IF EXISTS `wp_upcp_subcategories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_subcategories` ( `SubCategory_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Category_ID` mediumint(9) NOT NULL DEFAULT '0', `Category_Name` text NOT NULL, `SubCategory_Name` text NOT NULL, `SubCategory_Description` text NOT NULL, `SubCategory_Item_Count` mediumint(9) NOT NULL DEFAULT '0', `SubCategory_Sidebar_Order` mediumint(9) DEFAULT '9999', `SubCategory_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`SubCategory_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_subcategories` -- LOCK TABLES `wp_upcp_subcategories` WRITE; /*!40000 ALTER TABLE `wp_upcp_subcategories` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_upcp_subcategories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_tag_groups` -- DROP TABLE IF EXISTS `wp_upcp_tag_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_tag_groups` ( `Tag_Group_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Tag_Group_Name` text NOT NULL, `Tag_Group_Description` text NOT NULL, `Display_Tag_Group` text NOT NULL, `Tag_Group_Order` mediumint(9) NOT NULL DEFAULT '0', UNIQUE KEY `id` (`Tag_Group_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_tag_groups` -- LOCK TABLES `wp_upcp_tag_groups` WRITE; /*!40000 ALTER TABLE `wp_upcp_tag_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_upcp_tag_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_tagged_items` -- DROP TABLE IF EXISTS `wp_upcp_tagged_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_tagged_items` ( `Tagged_Item_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Tag_ID` mediumint(9) NOT NULL DEFAULT '0', `Item_ID` mediumint(9) NOT NULL DEFAULT '0', UNIQUE KEY `id` (`Tagged_Item_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_tagged_items` -- LOCK TABLES `wp_upcp_tagged_items` WRITE; /*!40000 ALTER TABLE `wp_upcp_tagged_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_upcp_tagged_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_tags` -- DROP TABLE IF EXISTS `wp_upcp_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_tags` ( `Tag_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Tag_Name` text NOT NULL, `Tag_Description` text NOT NULL, `Tag_Item_Count` text NOT NULL, `Tag_Group_ID` mediumint(9) NOT NULL DEFAULT '0', `Tag_Sidebar_Order` mediumint(9) DEFAULT '9999', `Tag_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`Tag_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_tags` -- LOCK TABLES `wp_upcp_tags` WRITE; /*!40000 ALTER TABLE `wp_upcp_tags` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_upcp_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_upcp_videos` -- DROP TABLE IF EXISTS `wp_upcp_videos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_upcp_videos` ( `Item_Video_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Item_ID` mediumint(9) NOT NULL DEFAULT '0', `Item_Video_URL` text, `Item_Video_Type` text, `Item_Video_Order` mediumint(9) NOT NULL DEFAULT '0', UNIQUE KEY `id` (`Item_Video_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_upcp_videos` -- LOCK TABLES `wp_upcp_videos` WRITE; /*!40000 ALTER TABLE `wp_upcp_videos` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_upcp_videos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','upcp_admin_pointers_tutorial-one'),(13,1,'show_welcome_panel','1'),(15,1,'wp_dashboard_quick_press_last_post_id','279'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'nav_menu_recently_edited','4'),(19,1,'wp_user-settings','libraryContent=browse&editor=html'),(20,1,'wp_user-settings-time','1474281509'),(21,1,'closedpostboxes_offers','a:0:{}'),(22,1,'metaboxhidden_offers','a:2:{i:0;s:7:\"acf_130\";i:1;s:7:\"slugdiv\";}'),(23,1,'session_tokens','a:2:{s:64:\"0e637460f367200fc1d11ed86ac0f20cf535d55bfb21430cedd0de5c6be7aae0\";a:4:{s:10:\"expiration\";i:1474455545;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36\";s:5:\"login\";i:1474282745;}s:64:\"a770716aea5365d20759a03dcd2baeee3d79298581be65e0851eb0c403d66912\";a:4:{s:10:\"expiration\";i:1474525396;s:2:\"ip\";s:12:\"119.42.56.98\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36\";s:5:\"login\";i:1474352596;}}'),(24,1,'closedpostboxes_apparel-men','a:0:{}'),(25,1,'metaboxhidden_apparel-men','a:6:{i:0;s:7:\"acf_160\";i:1;s:7:\"acf_166\";i:2;s:7:\"acf_187\";i:3;s:7:\"acf_216\";i:4;s:7:\"acf_130\";i:5;s:7:\"slugdiv\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$B/Vf7qn/Jk9Ntvt2MKQUqjhCKg3rHY.','admin','vinod@web2byte.com','','2016-06-17 09:00:46','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'northcountrymall' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2018-11-09 7:53:19