| Current File : //var/bluechu/knitplus01.sql |
-- MySQL dump 10.13 Distrib 5.5.46, for solaris11 (i386)
--
-- Host: localhost Database: knitplus01
-- ------------------------------------------------------
-- Server version 5.5.46-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 `ifstudio_commentmeta`
--
DROP TABLE IF EXISTS `ifstudio_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ifstudio_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=52 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ifstudio_commentmeta`
--
LOCK TABLES `ifstudio_commentmeta` WRITE;
/*!40000 ALTER TABLE `ifstudio_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `ifstudio_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ifstudio_comments`
--
DROP TABLE IF EXISTS `ifstudio_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ifstudio_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ifstudio_comments`
--
LOCK TABLES `ifstudio_comments` WRITE;
/*!40000 ALTER TABLE `ifstudio_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `ifstudio_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ifstudio_links`
--
DROP TABLE IF EXISTS `ifstudio_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ifstudio_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ifstudio_links`
--
LOCK TABLES `ifstudio_links` WRITE;
/*!40000 ALTER TABLE `ifstudio_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `ifstudio_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ifstudio_options`
--
DROP TABLE IF EXISTS `ifstudio_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ifstudio_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(64) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=31943 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ifstudio_options`
--
LOCK TABLES `ifstudio_options` WRITE;
/*!40000 ALTER TABLE `ifstudio_options` DISABLE KEYS */;
INSERT INTO `ifstudio_options` VALUES (1,'siteurl','http://www.knitplus.hk','yes'),(2,'blogname','KnitPlus','yes'),(3,'blogdescription','Specialised in luxurious knitwear design and manufacturing and agency for Made in UK finest knitted products.','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','paul@if.com.hk','yes'),(6,'start_of_week','0','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%postname%/','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:7:{i:0;s:56:\"append-extensions-on-pages/append_extension_on_pages.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:3;s:21:\"pixcodes/pixcodes.php\";i:4;s:21:\"pixlikes/pixlikes.php\";i:5;s:21:\"pixtypes/pixtypes.php\";i:6;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(33,'home','http://www.knitplus.hk','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','rosa','yes'),(42,'stylesheet','rosa','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','29632','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:3:{i:2;a:3:{s:5:\"title\";s:9:\"Locations\";s:4:\"text\";s:141:\"[row cols_nr=\"3\"]\r\n[col size=\"4\"]\r\n376 Van Brunt St\r\nBrooklyn, NY — 11231\r\n[/col]\r\n[col size=\"4\"]\r\n\r\n[/col]\r\n[col size=\"4\"]\r\n[/col]\r\n[/row]\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:5:\"Hours\";s:4:\"text\";s:229:\"[row cols_nr=\"3\" thick_gutter=\"on\"]\r\n[col size=\"4\"]\r\nMonday - Thursday\r\n5:30pm - 10:00pm\r\n[/col]\r\n[col size=\"4\"]\r\nFriday & Saturday\r\n5:30pm - 11:00pm\r\n[/col]\r\n[col size=\"4\"]\r\nAvailable for private events on Sunday\r\n[/col]\r\n[/row]\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:2:{i:0;s:16:\"GADASH_Uninstall\";i:1;s:9:\"uninstall\";}}','no'),(83,'timezone_string','Asia/Hong_Kong','yes'),(85,'page_on_front','5','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'ifstudio_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{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:15:\"wpseo_bulk_edit\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-4\";}s:12:\"sidebar-main\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:14:\"sidebar-footer\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:3:{i:1605518413;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:1605522353;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'),(6127,'_transient_timeout_wpseo_sitemap_cache_page_','1605532710','no'),(6128,'_transient_wpseo_sitemap_cache_page_','<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://www.knitplus.hk/</loc>\n <lastmod>2014-09-17T06:10:28+08:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>1</priority>\n <image:image>\n <image:loc>http://www.knitplus.hk/wp-content/uploads/2014/05/homevn.jpg</image:loc>\n <image:caption><![CDATA[Knit Plus Home]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://www.knitplus.hk/agency.html</loc>\n <lastmod>2014-09-17T05:21:16+08:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n <image:image>\n <image:loc>http://www.knitplus.hk/wp-content/uploads/2014/05/dsc_0570nxyz.jpg</image:loc>\n <image:caption><![CDATA[Agent for Made in UK]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://knitplus.hk/wp-content/uploads/2014/05/agent1.jpg</image:loc>\n <image:caption><![CDATA[agent1]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://knitplus.hk/wp-content/uploads/2014/05/agent2.jpg</image:loc>\n <image:caption><![CDATA[agent2]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://www.knitplus.hk/contact.html</loc>\n <lastmod>2014-09-24T04:12:16+08:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n <image:image>\n <image:loc>http://www.knitplus.hk/wp-content/uploads/2014/05/dsc_0649-v2.jpg</image:loc>\n <image:caption><![CDATA[Contact]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://www.knitplus.hk/about-knit-plus.html</loc>\n <lastmod>2014-09-17T05:33:40+08:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n <image:image>\n <image:loc>http://www.knitplus.hk/wp-content/uploads/2014/08/dsc_05332.jpg</image:loc>\n <image:caption><![CDATA[About Knit Plus]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://knitplus.hk/wp-content/uploads/2014/08/our-story-v3.jpg</image:loc>\n <image:caption><![CDATA[our story v3]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://knitplus.hk/wp-content/uploads/2014/08/dsc_06381-1024x683.jpg</image:loc>\n <image:caption><![CDATA[DSC 0638]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://www.knitplus.hk/knitwear-design-manufacturing.html</loc>\n <lastmod>2014-09-17T04:17:30+08:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n <image:image>\n <image:loc>http://www.knitplus.hk/wp-content/uploads/2014/08/dsc_0617.jpg</image:loc>\n <image:caption><![CDATA[Knitwear Design & Manufacturing]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v3.gif</image:loc>\n <image:caption><![CDATA[texture gif v3]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://knitplus.hk/wp-content/uploads/2014/08/dsc_06691-1024x683.jpg</image:loc>\n <image:caption><![CDATA[DSC 0669]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg</image:loc>\n <image:caption><![CDATA[DSC 0648]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg</image:loc>\n <image:caption><![CDATA[Quality Control]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg</image:loc>\n <image:caption><![CDATA[Cotton Ball1 (1)]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://knitplus.hk/wp-content/uploads/2014/08/agency1.png</image:loc>\n <image:caption><![CDATA[agency]]></image:caption>\n </image:image>\n </url>\n</urlset>','no'),(31940,'_site_transient_timeout_theme_roots','1605477311','yes'),(31941,'_site_transient_theme_roots','a:1:{s:4:\"rosa\";s:7:\"/themes\";}','yes'),(31942,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1605475514;s:8:\"response\";a:2:{s:56:\"append-extensions-on-pages/append_extension_on_pages.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/append-extensions-on-pages\";s:4:\"slug\";s:26:\"append-extensions-on-pages\";s:6:\"plugin\";s:56:\"append-extensions-on-pages/append_extension_on_pages.php\";s:11:\"new_version\";s:5:\"1.1.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/append-extensions-on-pages/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/append-extensions-on-pages.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:70:\"https://s.w.org/plugins/geopattern-icon/append-extensions-on-pages.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:6:\"4.8.15\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:47:\"w.org/plugins/google-analytics-dashboard-for-wp\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:6:\"plugin\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:11:\"new_version\";s:5:\"6.3.0\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.6.3.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-256x256.png?rev=2243225\";s:2:\"1x\";s:78:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon.svg?rev=2243225\";s:3:\"svg\";s:78:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon.svg?rev=2243225\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-1544x500.png?rev=2243446\";s:2:\"1x\";s:88:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-772x250.png?rev=2243446\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"5.3\";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.5.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:21:\"pixcodes/pixcodes.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/pixcodes\";s:4:\"slug\";s:8:\"pixcodes\";s:6:\"plugin\";s:21:\"pixcodes/pixcodes.php\";s:11:\"new_version\";s:5:\"2.3.5\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/pixcodes/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/pixcodes.2.3.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:52:\"https://s.w.org/plugins/geopattern-icon/pixcodes.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.1.0\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";a:0:{}}s:21:\"pixtypes/pixtypes.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/pixtypes\";s:4:\"slug\";s:8:\"pixtypes\";s:6:\"plugin\";s:21:\"pixtypes/pixtypes.php\";s:11:\"new_version\";s:6:\"1.4.13\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/pixtypes/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/pixtypes.1.4.13.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:52:\"https://s.w.org/plugins/geopattern-icon/pixtypes.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.9\";s:12:\"requires_php\";s:5:\"5.3.0\";s:13:\"compatibility\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"15.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.15.2.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}}}','yes'),(31754,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:18:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.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-5.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.3\";s:7:\"version\";s:5:\"5.5.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.8\";s:7:\"version\";s:5:\"5.1.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.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-5.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.3\";s:7:\"version\";s:5:\"5.5.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:3;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.2\";s:7:\"version\";s:5:\"5.5.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:4;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.4\";s:7:\"version\";s:5:\"5.4.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:5;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.6.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-5.3.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.6\";s:7:\"version\";s:5:\"5.3.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:6;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.9\";s:7:\"version\";s:5:\"5.2.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:7;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.8\";s:7:\"version\";s:5:\"5.1.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:8;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.11\";s:7:\"version\";s:6:\"5.0.11\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:9;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.16.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.16.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.16-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.16-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.16\";s:7:\"version\";s:6:\"4.9.16\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:10;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.15\";s:7:\"version\";s:6:\"4.8.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:11;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.19.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.19.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.19-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.19-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.19\";s:7:\"version\";s:6:\"4.7.19\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:12;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.20.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.20.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.20-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.20-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.20\";s:7:\"version\";s:6:\"4.6.20\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:13;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.23.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.23.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.23-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.23-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.23\";s:7:\"version\";s:6:\"4.5.23\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:14;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.24.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.24.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.24-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.24-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.24\";s:7:\"version\";s:6:\"4.4.24\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:15;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.25.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.3.25\";s:7:\"version\";s:6:\"4.3.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:16;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.29.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.2.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.2.29\";s:7:\"version\";s:6:\"4.2.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:17;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.32.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.32.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.32-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.1.32-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.1.32\";s:7:\"version\";s:6:\"4.1.32\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1605475510;s:15:\"version_checked\";s:6:\"4.0.32\";s:12:\"translations\";a:0:{}}','yes'),(21998,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1530288931','no'),(21213,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1524207297','yes'),(21214,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4452;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2736;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2553;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2422;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1868;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1645;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1637;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1452;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1387;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1386;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1383;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1310;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1282;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1198;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1097;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1058;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1021;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1005;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:882;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:874;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:826;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:800;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:799;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:704;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:690;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:683;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:679;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:672;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:654;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:654;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:642;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:639;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:633;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:621;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:610;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:603;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:601;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:593;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:588;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:585;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:562;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:545;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:535;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:531;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:520;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:520;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:511;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:504;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:492;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:491;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:489;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:483;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:479;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:477;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:469;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:465;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:456;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:454;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:437;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:432;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:425;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:423;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:419;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:415;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:413;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:412;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:405;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:404;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:390;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:389;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:385;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:363;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:362;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:355;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:355;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:347;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:345;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:343;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:343;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:340;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:338;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:338;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:337;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:333;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:330;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:329;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:320;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:312;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:304;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:303;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:303;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:300;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:296;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:294;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:292;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:292;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:289;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:289;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:289;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:284;}}','yes'),(22001,'_transient_timeout_plugin_slugs','1530332143','no'),(22002,'_transient_plugin_slugs','a:9:{i:0;s:19:\"akismet/akismet.php\";i:1;s:56:\"append-extensions-on-pages/append_extension_on_pages.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:4;s:9:\"hello.php\";i:5;s:21:\"pixcodes/pixcodes.php\";i:6;s:21:\"pixlikes/pixlikes.php\";i:7;s:21:\"pixtypes/pixtypes.php\";i:8;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(22003,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1530288943','no'),(22004,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/06/the-month-in-wordpress-may-2018/\'>The Month in WordPress: May 2018</a> <span class=\"rss-date\">June 1, 2018</span><div class=\"rssSummary\">This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May. Local Communities Celebrate the 15th Anniversary of WordPress Last Sunday, May […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-322-wp-engine-acquires-studiopress\'>WPTavern: WPWeekly Episode 322 – WP Engine Acquires StudioPress</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/drop-it-plugin-brings-gifs-and-unsplash-photos-to-gutenberg\'>WPTavern: Drop It Plugin Brings Gifs and Unsplash Photos to Gutenberg</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2018/06/automattics-first-new-board-member-general-ann-dunwoody/\'>Matt: Automattic’s First New Board Member: General Ann Dunwoody</a></li></ul></div><div class=\"rss-widget\"><ul></ul></div>','no'),(21202,'_site_transient_timeout_browser_038295bab15d0e34bb699bd5bd39ca89','1524801279','yes'),(21203,'_site_transient_browser_038295bab15d0e34bb699bd5bd39ca89','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"52.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(21990,'_site_transient_timeout_browser_dc1626103c560e84ff87ed0be16a2039','1530850501','yes'),(21991,'_site_transient_browser_dc1626103c560e84ff87ed0be16a2039','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"56.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(21996,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1530288929','no'),(21997,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1530245729','no'),(21994,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1530288929','no'),(21995,'_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:34:\"\n Sat, 16 Jun 2018 09:27:20 +0000 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=5.0-alpha-43384\";s:7:\"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:33:\"\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:\"The Month in WordPress: May 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2018/06/the-month-in-wordpress-may-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Jun 2018 09:09:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6065\";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:360:\"This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May. Local Communities Celebrate the 15th Anniversary of WordPress Last Sunday, May […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Hugh Lashbrooke\";s: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:4537:\"<p>This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Local Communities Celebrate the 15th Anniversary of WordPress</h2>\n\n<p>Last Sunday, May 27, WordPress turned 15 years old. This is a noteworthy occasion for an open-source project like WordPress and one well worth celebrating. To mark the occasion, <a href=\"https://wp15.wordpress.net/\">WordPress communities across the world gathered</a> for parties and meetups in honor of the milestone.</p>\n\n<p>Altogether, there were 224 events globally, with <a href=\"https://wp15.wordpress.net/about/\">a few more of those still scheduled</a> to take place in some communities — attend one in your area if you can.</p>\n\n<p>If your city doesn’t have a WordPress meetup group, this is a great opportunity to start one! Learn how with <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the Meetup Organizer Handbook</a>, and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Privacy Tools added to WordPress core</h2>\n\n<p>In light of recent changes to data privacy regulations in the EU, WordPress Core shipped important updates <a href=\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\">in the v4.9.6 release</a>, giving site owners tools to help them comply with the new General Data Protection Regulation (GDPR). It is worth noting, however, that WordPress cannot ensure you are compliant — this is still a site owner’s responsibility.</p>\n\n<p>The new privacy tools include a number of features focused on providing privacy and personal data management to all site users — asking commenters for explicit consent to store their details in a cookie, providing site owners with an easy way to publish a Privacy Policy, and providing data export and erasure tools to all site users that can be extended by plugins to allow the handling of data that they introduce.</p>\n\n<p>To find out more about these features and the other updates, read the <a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">4.9.6 update guide</a>. You can also get involved in contributing to this part of WordPress Core by jumping into the #core-privacy channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n<h2>Updates to the WordPress.org Privacy Policy</h2>\n\n<p>In a similar vein, WordPress.org itself has received <a href=\"https://wordpress.org/about/privacy/\">an updated Privacy Policy</a> to make clear what is being tracked and how your data is handled. Along with that, a <a href=\"https://wordpress.org/about/privacy/cookies/\">Cookie Policy</a> has also been added to explain just what is collected and stored in your browser when using the site.</p>\n\n<p>These policies cover all sites on the WordPress.org network — including WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains. It’s important to note that this does not mean that anything has changed in terms of data storage; rather that these documents clarify what data is stored and how it is handled.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WordCamp US 2018 has <a href=\"https://2018.us.wordcamp.org/2018/05/29/speak-at-wordcamp-us/\">opened up speaker submissions</a> for the December event.</li>\n <li><a href=\"https://2018.europe.wordcamp.org/2018/05/15/wceu-live-stream-tickets/\">Live stream tickets are now available for WordCamp Europe</a>, happening on June 14-16.</li>\n <li>Gutenberg, the new editor for WordPress Core, is getting ever closer to the final stages with <a href=\"https://make.wordpress.org/core/2018/05/18/whats-new-in-gutenberg-18th-may/\">a major update</a> this month.</li>\n <li>In preparation for Gutenberg, <a href=\"https://core.trac.wordpress.org/changeset/43309\">significant work has been done</a> to improve WordPress Core’s build process.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</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:\"6065\";s: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:36:\"WordPress.org Privacy Policy Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2018/05/wordpress-org-privacy-policy-updates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 May 2018 08:06:29 +0000\";s: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:7:\"General\";s: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:7:\"privacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6047\";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:325:\"The WordPress.org privacy policy has been updated, hurray! While we weren’t able to remove all the long sentences, we hope you find the revisions make it easier to understand: how we collect and use data, how long the data we collect is retained, and how you can request a copy of the data you’ve shared […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Andrea Middleton\";s: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:657:\"<p>The <a href=\"https://wordpress.org/about/privacy/\">WordPress.org privacy policy</a> has been updated, hurray! While we weren’t able to remove <strong>all</strong> the long sentences, we hope you find the revisions make it easier to understand:</p>\n<ul>\n<li>how we collect and use data,</li>\n<li>how long the data we collect is retained, and</li>\n<li>how you can request a copy of the data you’ve shared with us.</li>\n</ul>\n<p>There hasn’t been any change to the data that WordPress.org collects or how that data is used; the privacy policy just provides more detail now. Happy reading, and thanks for using WordPress!</p>\n<p> </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:\"6047\";s: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:33:\"\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:47:\"WordPress 4.9.6 Privacy 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:83:\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-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:\"Thu, 17 May 2018 19:21:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5920\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"WordPress 4.9.6 is now available. This is a privacy and maintenance release. We encourage you to update your sites to take advantage of the new privacy features. Privacy The European Union’s General Data Protection Regulation (GDPR) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Allen Snook\";s: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:13399:\"<p>WordPress 4.9.6 is now available. This is a <strong>privacy and maintenance release</strong>. We encourage you to update your sites to take advantage of the new privacy features.</p>\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?w=632&ssl=1\" alt=\"A decorative header featuring the text "GDPR" and a lock inside of a blue shield, on multicolor green background.\" class=\"wp-image-5988\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=300%2C150&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=768%2C384&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=1024%2C512&ssl=1 1024w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<h2 style=\"text-align:left\">Privacy</h2>\n\n<p>The European Union’s General Data Protection Regulation (<strong>GDPR</strong>) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, use, and share personal data. It also gives individuals more access and choice when it comes to how their own personal data is collected, used, and shared.<br /></p>\n\n<p>It’s important to understand that while the GDPR is a European regulation, its requirements apply to all sites and online businesses that collect, store, and process personal data about EU residents no matter where the business is located.<br /></p>\n\n<p>You can learn more about the GDPR from the European Commission’s <a href=\"http://ec.europa.eu/justice/smedataprotect/index_en.htm\">Data Protection page</a>.<br /></p>\n\n<p>We’re committed to supporting site owners around the world in their work to comply with this important law. As part of that effort, we’ve added a number of new privacy features in this release.</p>\n\n<h2 style=\"text-align:left\">Comments</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?w=632&ssl=1\" alt=\"A screenshot of a comment form, where the new "Save my name, email, and website in this browser for the next time I comment" checkbox is featured.\" class=\"wp-image-5986\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=300%2C291&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=768%2C744&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=1024%2C992&ssl=1 1024w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<p>Logged-out commenters will be given a choice on whether their name, email address, and website are saved in a cookie on their browser.</p>\n\n<h2 style=\"text-align:left\">Privacy Policy Page</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=632&ssl=1\" alt=\"A screenshot of the new Privacy Settings page.\" class=\"wp-image-5995\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=1898&ssl=1 1898w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=300%2C177&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=768%2C453&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=1024%2C604&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<p>Site owners can now designate a privacy policy page. This page will be shown on your login and registration pages. You should manually add a link to your policy to every page on your website. If you have a footer menu, that’s a great place to include your privacy policy.<br /></p>\n\n<p>In addition, we’ve created a guide that includes insights from WordPress and participating plugins on how they handle personal data. These insights can be copied and pasted into your site’s privacy policy to help you get started.<br /></p>\n\n<p>If you maintain a plugin that collects data, we recommend including that information in WordPress’ privacy policy guide. <a href=\"https://developer.wordpress.org/plugins/privacy/\">Learn more in our Privacy section of the Plugin Handbook</a>.</p>\n\n<h2 style=\"text-align:left\">Data Handling</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=632&ssl=1\" alt=\"A screenshot of the new Export Personal Data tools page. Several export requests are listed on the page, to demonstrate how the new feature will work.\" class=\"wp-image-5999\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=2372&ssl=1 2372w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=300%2C221&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=768%2C565&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=1024%2C753&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<div class=\"wp-block-columns has-2-columns\">\n <h3 class=\"layout-column-1\">Data Export</h3>\n \n <p class=\"layout-column-1\">Site owners can export a ZIP file containing a user’s personal data, using data gathered by WordPress and participating plugins.</p>\n \n <h3 class=\"layout-column-2\">Data Erasure</h3>\n \n <p class=\"layout-column-2\">Site owners can erase a user’s personal data, including data collected by participating plugins.</p>\n </div>\n\n<blockquote class=\"wp-block-quote\">\n <p>Howdy,</p>\n <p>A request has been made to perform the following action on your account:<br /> </p>\n <p><strong>Export Personal Data</strong><br /> </p>\n <p>To confirm this, please click on the following link:<br /><a href=\"#\">http://.wordpress.org/wp-login.php?action=confirmaction…</a><br /> </p>\n <p>You can safely ignore and delete this email if you do not want to<br /> take this action.<br /> </p>\n <p>This email has been sent to <a href=\"#\">you@example.com</a>.<br /> </p>\n <p>Regards,<br /><em>Your friends at WordPress</em><br /><a href=\"http://wordpress.org\"><em> http://wordpress.org</em></a></p>\n</blockquote>\n\n<p>Site owners have a new email-based method that they can use to confirm personal data requests. This request confirmation tool works for both export and erasure requests, and for both registered users and commenters.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2 style=\"text-align:left\">Maintenance</h2>\n\n<p>95 updates were made in WordPress 4.9.6. In addition to the above, particularly of note were:<br /></p>\n\n<ul>\n <li>“Mine” has been added as a filter in the media library.</li>\n <li>When viewing a plugin in the admin, it will now tell you the minimum PHP version required.</li>\n <li>We’ve added new PHP polyfills for forwards-compatibility and proper variable validation.</li>\n <li>TinyMCE was updated to the latest version (4.7.11).<br /></li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">This post has more information about all of the issues fixed in 4.9.6 if you’d like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.6</a> or venture over to Dashboard → Updates and click “Update Now.” Sites that support automatic background updates will start updating soon.<br /></p>\n\n<p class=\"has-background has-very-light-gray-background-color\">Please note that if you’re currently on WordPress 4.9.3, you should manually update your site immediately.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<p>Thank you to everyone who contributed to WordPress 4.9.6:<br /><a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/allendav/\">allendav</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/burlingtonbytes/\">Burlington Bytes</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/claudiu/\">claudiu</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericdaams/\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/fclaussen/\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/idea15/\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">herregroen</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">ibelanger</a>, <a href=\"https://profiles.wordpress.org/imath/\">imath</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jesperher/\">Jesper V Nielsen</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/jrf/\">jrf</a>, <a href=\"https://profiles.wordpress.org/dejliglama/\">Kåre Mulvad Steffensen</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbarthmaier/\">pbrocks</a>, <a href=\"https://profiles.wordpress.org/postphotos/\">postphotos</a>, <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/presstigers/\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/littlerchicken/\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a>, <a href=\"https://profiles.wordpress.org/stephdau/\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/teddytime/\">teddytime</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">thomasplevy</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/voneff/\">voneff</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, and <a href=\"https://profiles.wordpress.org/xkon/\">Xenos (xkon) Konstantinos</a>.<br /></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:\"5920\";s: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:33:\"\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:34:\"The Month in WordPress: April 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/news/2018/05/the-month-in-wordpress-april-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 02 May 2018 08:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5891\";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:324:\"This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April. The WordPress 15th Anniversary is Coming On May 27 2018, WordPress will turn 15 years old — this is […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Hugh Lashbrooke\";s: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:4981:\"<p>This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>The WordPress 15th Anniversary is Coming</h2>\n\n<p>On May 27 2018, <a href=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\">WordPress will turn 15 years old</a> — this is a huge milestone for the project, or, indeed, for any open-source platform. The Community Team has been hard at work helping communities around the world plan local anniversary parties.</p>\n\n<p>Check <a href=\"https://wp15.wordpress.net/\">the central anniversary website</a> to see if there’s already a party being planned near you. These parties are all organized by local communities — if there’s no local community in your area, you can <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">start one today</a> and host a party yourself.</p>\n\n<h2>Work has Started on a Gutenberg Migration Guide</h2>\n\n<p>With Gutenberg, the upcoming WordPress content editor, in rapid development, a lot of people have been wondering how they will convert their existing plugins to work with the new features. To mitigate the issues here and help people overcome any migration hurdles, <a href=\"https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/\">a Gutenberg Migration Guide is underway</a> to assist developers with making their code Gutenberg-compatible.</p>\n\n<p>If you’d like to contribute to this guide, you can review <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide\">the existing documentation on GitHub</a> and <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide/issues\">open a new issue</a> if you find something to add.</p>\n\n<h2>Theme Review Team Launches Trusted Authors Program</h2>\n\n<p>Reviews of themes submitted to the Theme Directory can take quite a while to complete. In order to combat this issue and to make the theme submission process smoother for everyone, <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">the Theme Review Team is introducing a Trusted Authors Program</a>.</p>\n\n<p>This program will allow frequent and reliable theme authors to apply for trusted status, allowing them to upload themes more frequently and to have their themes automatically approved. This will allow more high-quality themes to be added to the directory, as well as recognize the hard work that authors put in to build their themes.</p>\n\n<p>If you would like to get involved with reviewing themes, you can read <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">their getting started guide</a>, follow the <a href=\"https://make.wordpress.org/themes/\">team blog</a> and join the #themereview channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li><a href=\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\">WordPress 4.9.5 was released</a> early this month, fixing numerous bugs and potential security issues. The two leads for this release <a href=\"https://make.wordpress.org/core/2018/04/20/4-9-5-feedback-leading-a-wordpress-minor-release/\">published some interesting feedback</a> about the process.</li>\n <li>In addition to the Trusted Authors Program mentioned above, the Theme Review Team is <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/\">making some changes to their review process</a> to minimize theme review delays.<br /></li>\n <li>The Marketing Team produced <a href=\"https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/\">a handy Contributor Day onboarding PDF</a> for organizers to hand out to contributors attending WordCamps.</li>\n <li>The Accessibility Team is actively looking for contributors for <a href=\"https://make.wordpress.org/accessibility/handbook/\">their handbook</a>.</li>\n <li>A new type of WordCamp, <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">targeted at organizers</a>, is in the planning stages now.</li>\n <li><a href=\"https://wordpress.org/about/\">The WordPress.org About pages</a> received a significant redesign to make them more clear and useful.</li>\n <li>The Community Team <a href=\"https://make.wordpress.org/community/2018/04/27/wordcamp-incubator-program-2018-2019-roadmap/\">posted the roadmap</a> for this year’s WordCamp Incubator program.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</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:\"5891\";s: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:50:\"Celebrate the WordPress 15th Anniversary on May 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 Apr 2018 21:07:29 +0000\";s: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:6:\"Events\";s: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:5:\"Store\";s: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:4:\"wp15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5753\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"May 27, 2018 is the 15th anniversary of the first WordPress release — and we can’t wait to celebrate! Party time! Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun: Check the WordPress 15th Anniversary website to see […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Andrea Middleton\";s: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:3948:\"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first WordPress release</a> <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\"></a>— and we can’t wait to celebrate!</p>\n\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&ssl=1\" alt=\"\" class=\"wp-image-5841\" width=\"342\" height=\"268\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=2188&ssl=1 2188w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=300%2C236&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=768%2C605&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=1024%2C806&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 342px) 100vw, 342px\" data-recalc-dims=\"1\" /></figure>\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun:</p>\n\n<ol>\n <li>Check the <a href=\"https://wp15.wordpress.net/about/\">WordPress 15th Anniversary website</a> to see if there’s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n <li>If there isn’t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n <li>List your party with <a href=\"https://www.meetup.com/pro/wordpress/\">your local WordPress meetup group</a> (Don’t have a group? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">Start one!</a>) and then spread the word to other local meetups, tech groups, press, etc and get people to say they’ll come to your party.</li>\n <li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag\">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href=\"https://wp15.wordpress.net/live/\">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don’t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, we’ve added some <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we’ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href=\"https://wp15.wordpress.net/about/\">a party</a>, with <a href=\"https://wp15.wordpress.net/swag/\">commemorative swag</a>, by <a href=\"https://wp15.wordpress.net/live/\">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don’t forget to <a href=\"https://wp15.wordpress.net/live/\">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href=\"https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/\">30% of the internet</a> has a reason to celebrate, you know it’s going to be great! </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:\"5753\";s: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:33:\"\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:34:\"GDPR Compliance Tools in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 20:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5728\";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:188:\"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"\";}}}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:3914:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n <li>Create guidelines for plugins to become GDPR ready.</li>\n <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n <li>Adding a dedicated page for the policy.<br /></li>\n <li>Adding privacy information from plugins.</li>\n <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new “postbox” will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new “Privacy” page is added under the “Tools” menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</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:\"5728\";s: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: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:48:\"WordPress 4.9.5 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/2018/04/wordpress-4-9-5-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:\"Tue, 03 Apr 2018 19:56:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5645\";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:376:\"WordPress 4.9.5 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:6347:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n <li>Don't treat <code>localhost</code> as same host by default.</li>\n <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n <li>The previous styles on caption shortcodes have been restored.</li>\n <li>Cropping on touch screen devices is now supported.</li>\n <li>A variety of strings such as error messages have been updated for better clarity.</li>\n <li>The position of an attachment placeholder during uploads has been fixed.</li>\n <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you'd like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click "Update Now." Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</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:\"5645\";s: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:33:\"\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:34:\"The Month in WordPress: March 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/news/2018/04/the-month-in-wordpress-march-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 02 Apr 2018 08:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5632\";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:317:\"With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March. WordPress Now Powers 30% of the Internet Over the last 15 years, the popularity and usage of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Hugh Lashbrooke\";s: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:4328:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team's work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em><br /></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:\"5632\";s: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:33:\"\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:37:\"The Month in WordPress: February 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2018/03/the-month-in-wordpress-february-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2018 08:41: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:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5613\";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:324:\"Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month. WordPress 4.9.3 & 4.9.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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:5936:\"<p>Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.3 & 4.9.4</h2>\n\n<p>Early in the month, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">version 4.9.3 of WordPress was released</a>, including a number of important bug fixes. Unfortunately it introduced a bug that prevented many sites from automatically updating to future releases. To remedy this issue, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\">version 4.9.4 was released</a> the following day requiring many people to manually update their sites.</p>\n\n<p>While this kind of issue is always regrettable, the good thing is that it was fixed quickly, and that not all sites had updated to 4.9.3 yet, which meant they bypassed the bug in that version.</p>\n\n<p>You can find out more technical information about this issue <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">on the Core development blog</a>.</p>\n\n<h2>The WordCamp Incubator is Back</h2>\n\n<p>In 2016, the Global Community Team ran an experimental program to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event. This program was dubbed the WordCamp Incubator, and it was so successful in the three cities where it ran that <a href=\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\">the program is back for 2018</a>.</p>\n\n<p>Right now, the Community Team is looking for cities to be a part of this year’s incubator by <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\">taking applications</a>. Additionally, each incubator community will need an experienced WordCamp organizer to assist them as a co-lead organizer for their event — if that sounds interesting to you, then you can <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-co-lead-application\">fill in the application form for co-leads</a>.</p>\n\n<p>You can find out further information about the WordCamp Incubator <a href=\"https://make.wordpress.org/community/2018/02/19/wordcamp-incubator-program-2018-announcement/\">on the Community Team blog</a>.</p>\n\n<h2>WordPress Meetup Roundtables scheduled for March</h2>\n\n<p>In order to assist local WordPress meetup organizers with running their meetup groups, some members of the Community Team have organized <a href=\"https://make.wordpress.org/community/2018/02/23/wordpress-meetup-roundtables-scheduled-for-march/\">weekly meetup roundtable discussions through the month of March</a>.</p>\n\n<p>These will be run as video chats at 16:00 UTC every Wednesday this month and will be a great place for meetup organizers to come together and help each other out with practical ideas and advice.</p>\n\n<p>If you are not already in the WordPress meetup program and would like to join, you can find out more information in <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress Meetup Organizer Handbook</a>.</p>\n\n<h2>GDPR Compliance in WordPress Core</h2>\n\n<p>The General Data Protection Regulation (GDPR) is an upcoming regulation that will affect all online services across Europe. In order to prepare for this, a working group has been formed to make sure that WordPress is compliant with the GDPR regulations.</p>\n\n<p>Aside from the fact that this will be a requirement for the project going forward, it will also have an important and significant impact on the privacy and security of WordPress as a whole. The working group has posted <a href=\"https://make.wordpress.org/core/2018/02/19/proposed-roadmap-tools-for-gdpr-compliance/\">their proposed roadmap</a> for this project and it looks very promising.</p>\n\n<p>To get involved in building WordPress Core, jump into the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WPShout published <a href=\"https://wpshout.com/complete-guide-wordpress-security/\">a thorough guide to WordPress security</a>.</li>\n <li>The Community Team has published interesting statistics from the WordCamp program in <a href=\"https://make.wordpress.org/community/2018/02/27/wordcamps-in-2016/\">2016</a> and <a href=\"https://make.wordpress.org/community/2018/02/28/wordcamps-in-2017/\">2017</a>.</li>\n <li><a href=\"https://make.wordpress.org/community/2018/02/15/potential-addition-of-a-new-onboarding-team/\">An intriguing proposal has been made</a> for a new ‘Onboarding’ team to be started in the WordPress project.</li>\n <li>The new editing experience for WordPress, named Gutenberg, continues to be actively developed with <a href=\"https://make.wordpress.org/core/2018/02/16/whats-new-in-gutenberg-16th-february/\">a feature-packed release</a> this past month.</li>\n <li>The Advanced WordPress Facebook group <a href=\"https://www.youtube.com/watch?v=4vS_jR5-nIo\">held an interview with WordPress co-founder, Matt Mullenweg</a> about the Gutenberg project.</li>\n <li><a href=\"https://make.wordpress.org/meta/2018/02/27/two-factor-authentication-on-wp-org/\">Two factor authentication is on its way to the WordPress.org network</a> — this will be a great improvement to the overall security of the project.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</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:\"5613\";s: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:22:\"WordCamp Incubator 2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Feb 2018 22:53: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:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s: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:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5577\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"WordCamps are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Hugh Lashbrooke\";s: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:2450:\"<p><a href=\"https://central.wordcamp.org/\">WordCamps</a> are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over 120 WordCamps being hosted around the world in 2017.<br /></p>\n\n<p>Sometimes though, passionate and enthusiastic community members can’t pull together enough people in their community to make a WordCamp happen. To address this, we introduced <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\">the WordCamp Incubator program</a> in 2016.<br /></p>\n\n<p>The goal of the incubator program is <strong>to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event.</strong> In 2016, members of <a href=\"https://make.wordpress.org/community/\">the global community team</a> worked with volunteers in three cities — Denpasar, Harare and Medellín — giving direct, hands-on assistance in making local WordCamps possible. All three of these WordCamp incubators <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">were a great success</a>, so we're bringing the incubator program back for 2018.<br /></p>\n\n<p>Where should the next WordCamp incubators be? If you have always wanted a WordCamp in your city but haven’t been able to get a community started, this is a great opportunity. We will be taking applications for the next few weeks, then will get in touch with everyone who applied to discuss the possibilities. We will announce the chosen cities by the end of March.<br /></p>\n\n<p><strong>To apply, </strong><a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\"><strong>fill in the application</strong></a><strong> by March 15, 2018.</strong> You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this to work well we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.<br /></p>\n\n<p>We're looking forward to hearing from you!<br /></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:\"5577\";s: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:9:\"\n 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:4:\"\n 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:\"Fri, 29 Jun 2018 04:15:29 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:\"Sat, 16 Jun 2018 09:27: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:9:\"HIT ord 1\";}s:5:\"build\";s:14:\"20140827042314\";}','no'),(12476,'_site_transient_timeout_browser_06d08e5c2eaab9a1eafae738bdb8b480','1460622075','yes'),(12477,'_site_transient_browser_06d08e5c2eaab9a1eafae738bdb8b480','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.110\";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'),(12478,'_transient_timeout_gadash_cleanup_timeouts','1460276481','no'),(12479,'_transient_gadash_cleanup_timeouts','1','no'),(12480,'can_compress_scripts','1','yes'),(21992,'_site_transient_timeout_pixlikes/pixlikes.php_new_version','1530267419','yes'),(21993,'_site_transient_pixlikes/pixlikes.php_new_version','1.1.3','yes'),(21999,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1530288931','no'),(22000,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1530245731','no'),(128,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1409131446;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(129,'current_theme','Rosa','yes'),(130,'theme_mods_rosa','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";i:13;s:11:\"footer_menu\";i:0;}}','yes'),(131,'theme_switched','','yes'),(132,'pixlikes_settings','a:8:{s:12:\"show_on_post\";b:0;s:12:\"show_on_page\";b:0;s:15:\"show_on_hompage\";b:0;s:15:\"show_on_archive\";b:0;s:11:\"like_action\";s:5:\"click\";s:10:\"hover_time\";i:1000;s:10:\"free_votes\";b:0;s:20:\"load_likes_with_ajax\";b:0;}','yes'),(133,'pixtypes_themes_settings','a:1:{s:19:\"rosa_pixtypes_theme\";a:1:{s:9:\"metaboxes\";a:3:{s:27:\"rosa_page_header_area_cover\";a:9:{s:2:\"id\";s:27:\"rosa_page_header_area_cover\";s:5:\"title\";s:20:\"Featured Header Area\";s:5:\"pages\";a:1:{i:0;s:4:\"page\";}s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"high\";s:6:\"hidden\";b:1;s:7:\"show_on\";a:2:{s:3:\"key\";s:13:\"page-template\";s:5:\"value\";a:2:{i:0;s:7:\"default\";i:1;s:28:\"page-templates/slideshow.php\";}}s:10:\"show_names\";b:1;s:6:\"fields\";a:6:{i:0;a:6:{s:4:\"name\";s:13:\"Header Height\";s:4:\"desc\";s:110:\"<p class=\"cmb_metabox_description\">Select the height of the header area in relation to the browser window.</p>\";s:2:\"id\";s:24:\"_rosa_page_header_height\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;a:2:{s:4:\"name\";s:32:\" ◉◯ Half\";s:5:\"value\";s:11:\"half-height\";}i:1;a:2:{s:4:\"name\";s:32:\"◉◉◯ Two Thirds\";s:5:\"value\";s:17:\"two-thirds-height\";}i:2;a:2:{s:4:\"name\";s:33:\"◉◉◉ Full Height\";s:5:\"value\";s:11:\"full-height\";}}s:3:\"std\";s:11:\"half-height\";}i:1;a:3:{s:4:\"name\";s:8:\"Subtitle\";s:2:\"id\";s:25:\"_rosa_page_cover_subtitle\";s:4:\"type\";s:4:\"text\";}i:2;a:4:{s:4:\"name\";s:5:\"Title\";s:4:\"desc\";s:92:\"If left empty we will use the page title. Tip: put a space if you don\'t want any cover text.\";s:2:\"id\";s:22:\"_rosa_page_cover_title\";s:4:\"type\";s:4:\"text\";}i:3;a:5:{s:4:\"name\";s:11:\"Description\";s:4:\"desc\";s:85:\"You can use shortcodes (like the Separator) or even images to further embellish this.\";s:2:\"id\";s:28:\"_rosa_page_cover_description\";s:4:\"type\";s:7:\"wysiwyg\";s:7:\"options\";a:5:{s:13:\"media_buttons\";b:1;s:13:\"textarea_rows\";i:3;s:5:\"teeny\";b:0;s:7:\"tinymce\";b:1;s:9:\"quicktags\";b:1;}}i:4;a:4:{s:4:\"name\";s:25:\"Make Menu Bar Transparent\";s:4:\"desc\";s:63:\"This will remove the background from the menu and logo top bar.\";s:2:\"id\";s:33:\"_rosa_header_transparent_menu_bar\";s:4:\"type\";s:8:\"checkbox\";}i:5;a:6:{s:4:\"name\";s:20:\"Content Border Style\";s:4:\"desc\";s:101:\"<p class=\"cmb_metabox_description\">Select the style of the top and bottom borders of the content.</p>\";s:2:\"id\";s:23:\"_rosa_page_border_style\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"name\";s:6:\"Simple\";s:5:\"value\";s:6:\"simple\";}i:1;a:2:{s:4:\"name\";s:5:\"Waves\";s:5:\"value\";s:5:\"waves\";}}s:3:\"std\";s:6:\"simple\";}}}s:31:\"rosa_page_header_area_slideshow\";a:9:{s:2:\"id\";s:31:\"rosa_page_header_area_slideshow\";s:5:\"title\";s:18:\"Slideshow Settings\";s:5:\"pages\";a:1:{i:0;s:4:\"page\";}s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"high\";s:6:\"hidden\";b:1;s:7:\"show_on\";a:2:{s:3:\"key\";s:13:\"page-template\";s:5:\"value\";a:1:{i:0;s:28:\"page-templates/slideshow.php\";}}s:10:\"show_names\";b:1;s:6:\"fields\";a:6:{i:0;a:3:{s:4:\"name\";s:6:\"Images\";s:2:\"id\";s:18:\"_rosa_main_gallery\";s:4:\"type\";s:7:\"gallery\";}i:1;a:6:{s:4:\"name\";s:13:\"Image Scaling\";s:4:\"desc\";s:547:\"<p class=\"cmb_metabox_description\"><strong>Fill</strong> scales image to completely fill slider container (recommended for landscape images)</p>\n<p class=\"cmb_metabox_description\"><strong>Fit</strong> scales image to fit the container (recommended for portrait images)</p>\n<p class=\"cmb_metabox_description\"><strong>Fit if Smaller</strong> scales image to fit only if size of slider container is less than size of image.</p>\n<p class=\"cmb_metabox_description\"><a target=\"_blank\" href=\"http://bit.ly/slider-image-scaling\">Visual explanation</a></p>\";s:2:\"id\";s:34:\"_rosa_post_slider_image_scale_mode\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;a:2:{s:4:\"name\";s:3:\"Fit\";s:5:\"value\";s:3:\"fit\";}i:1;a:2:{s:4:\"name\";s:4:\"Fill\";s:5:\"value\";s:4:\"fill\";}i:2;a:2:{s:4:\"name\";s:14:\"Fit if Smaller\";s:5:\"value\";s:14:\"fit-if-smaller\";}}s:3:\"std\";s:4:\"fill\";}i:2;a:6:{s:4:\"name\";s:18:\"Show Nearby Images\";s:4:\"desc\";s:112:\"Enable this if you want to avoid having empty space on the sides of the image when using mostly portrait images.\";s:2:\"id\";s:31:\"_rosa_post_slider_visiblenearby\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"name\";s:7:\"Enabled\";s:5:\"value\";b:1;}i:1;a:2:{s:4:\"name\";s:8:\"Disabled\";s:5:\"value\";b:0;}}s:3:\"std\";b:0;}i:3;a:5:{s:4:\"name\";s:17:\"Slider transition\";s:2:\"id\";s:28:\"_rosa_post_slider_transition\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"name\";s:10:\"Slide/Move\";s:5:\"value\";s:4:\"move\";}i:1;a:2:{s:4:\"name\";s:4:\"Fade\";s:5:\"value\";s:4:\"fade\";}}s:3:\"std\";s:4:\"move\";}i:4;a:5:{s:4:\"name\";s:15:\"Slider autoplay\";s:2:\"id\";s:26:\"_rosa_post_slider_autoplay\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"name\";s:7:\"Enabled\";s:5:\"value\";b:1;}i:1;a:2:{s:4:\"name\";s:8:\"Disabled\";s:5:\"value\";b:0;}}s:3:\"std\";b:0;}i:5;a:4:{s:4:\"name\";s:47:\"Autoplay delay between slides (in milliseconds)\";s:2:\"id\";s:23:\"_rosa_post_slider_delay\";s:4:\"type\";s:10:\"text_small\";s:3:\"std\";s:4:\"1000\";}}}s:18:\"rosa_gmap_settings\";a:9:{s:2:\"id\";s:18:\"rosa_gmap_settings\";s:5:\"title\";s:33:\"Map Coordinates & Display Options\";s:5:\"pages\";a:1:{i:0;s:4:\"page\";}s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"high\";s:6:\"hidden\";b:1;s:7:\"show_on\";a:2:{s:3:\"key\";s:13:\"page-template\";s:5:\"value\";a:1:{i:0;s:26:\"page-templates/contact.php\";}}s:10:\"show_names\";b:1;s:6:\"fields\";a:6:{i:0;a:6:{s:4:\"name\";s:10:\"Map Height\";s:4:\"desc\";s:114:\"<p class=\"cmb_metabox_description\">Select the height of the Google Map area in relation to the browser window.</p>\";s:2:\"id\";s:22:\"_rosa_page_gmap_height\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;a:2:{s:4:\"name\";s:32:\" ◉◯ Half\";s:5:\"value\";s:11:\"half-height\";}i:1;a:2:{s:4:\"name\";s:32:\"◉◉◯ Two Thirds\";s:5:\"value\";s:17:\"two-thirds-height\";}i:2;a:2:{s:4:\"name\";s:33:\"◉◉◉ Full Height\";s:5:\"value\";s:11:\"full-height\";}}s:3:\"std\";s:11:\"half-height\";}i:1;a:5:{s:4:\"name\";s:15:\"Google Maps URL\";s:4:\"desc\";s:114:\"Paste here the Share URL you have taken from <a href=\"http://www.google.com/maps\" target=\"_blank\">Google Maps</a>.\";s:2:\"id\";s:14:\"_rosa_gmap_url\";s:4:\"type\";s:14:\"textarea_small\";s:3:\"std\";s:0:\"\";}i:2;a:5:{s:4:\"name\";s:13:\"Custom Colors\";s:4:\"desc\";s:63:\"Allow us to change the map colors to better match your website.\";s:2:\"id\";s:23:\"_rosa_gmap_custom_style\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:2:\"on\";}i:3;a:6:{s:4:\"name\";s:11:\"Pin Content\";s:4:\"desc\";s:82:\"Insert here the content of the location marker - leave empty for no custom marker.\";s:2:\"id\";s:25:\"_rosa_gmap_marker_content\";s:4:\"type\";s:7:\"wysiwyg\";s:3:\"std\";s:0:\"\";s:7:\"options\";a:5:{s:13:\"media_buttons\";b:1;s:13:\"textarea_rows\";i:3;s:5:\"teeny\";b:0;s:7:\"tinymce\";b:1;s:9:\"quicktags\";b:1;}}i:4;a:4:{s:4:\"name\";s:25:\"Make Menu Bar Transparent\";s:4:\"desc\";s:63:\"This will remove the background from the menu and logo top bar.\";s:2:\"id\";s:41:\"_rosa_header_transparent_menu_bar_contact\";s:4:\"type\";s:8:\"checkbox\";}i:5;a:6:{s:4:\"name\";s:20:\"Content Border Style\";s:4:\"desc\";s:101:\"<p class=\"cmb_metabox_description\">Select the style of the top and bottom borders of the content.</p>\";s:2:\"id\";s:23:\"_rosa_gmap_border_style\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"name\";s:6:\"Simple\";s:5:\"value\";s:6:\"simple\";}i:1;a:2:{s:4:\"name\";s:5:\"Waves\";s:5:\"value\";s:5:\"waves\";}}s:3:\"std\";s:6:\"simple\";}}}}}}','yes'),(134,'rosa_options','a:80:{s:8:\"last_tab\";s:0:\"\";s:17:\"use_smooth_scroll\";s:1:\"1\";s:15:\"main_logo_light\";a:5:{s:3:\"url\";s:68:\"http://www.knitplus.hk/wp-content/uploads/2014/08/logo-light-1x1.png\";s:2:\"id\";s:5:\"10168\";s:6:\"height\";s:2:\"50\";s:5:\"width\";s:3:\"131\";s:9:\"thumbnail\";s:68:\"http://www.knitplus.hk/wp-content/uploads/2014/08/logo-light-1x1.png\";}s:14:\"main_logo_dark\";a:5:{s:3:\"url\";s:62:\"http://www.knitplus.hk/wp-content/uploads/2014/08/logo-1x2.png\";s:2:\"id\";s:5:\"10166\";s:6:\"height\";s:2:\"50\";s:5:\"width\";s:3:\"131\";s:9:\"thumbnail\";s:62:\"http://www.knitplus.hk/wp-content/uploads/2014/08/logo-1x2.png\";}s:15:\"use_retina_logo\";s:1:\"1\";s:22:\"retina_main_logo_light\";a:5:{s:3:\"url\";s:68:\"http://www.knitplus.hk/wp-content/uploads/2014/08/logo-light-2x1.png\";s:2:\"id\";s:5:\"10169\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:3:\"262\";s:9:\"thumbnail\";s:76:\"http://www.knitplus.hk/wp-content/uploads/2014/08/logo-light-2x1-150x100.png\";}s:21:\"retina_main_logo_dark\";a:5:{s:3:\"url\";s:62:\"http://www.knitplus.hk/wp-content/uploads/2014/08/logo-2x2.png\";s:2:\"id\";s:5:\"10167\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:3:\"262\";s:9:\"thumbnail\";s:70:\"http://www.knitplus.hk/wp-content/uploads/2014/08/logo-2x2-150x100.png\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:55:\"http://www.knitplus.hk/wp-content/uploads/2014/08/k.png\";s:2:\"id\";s:5:\"10141\";s:6:\"height\";s:2:\"16\";s:5:\"width\";s:2:\"16\";s:9:\"thumbnail\";s:55:\"http://www.knitplus.hk/wp-content/uploads/2014/08/k.png\";}s:16:\"apple_touch_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:10:\"metro_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:10:\"main_color\";s:7:\"#019360\";s:10:\"text_color\";s:7:\"#000000\";s:14:\"headings_color\";s:7:\"#006666\";s:10:\"cover_text\";s:7:\"#ffffff\";s:23:\"header_background_color\";s:7:\"#ffffff\";s:20:\"header_image_pattern\";a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:24:\"content_background_color\";s:7:\"#ffffff\";s:23:\"container_image_pattern\";a:6:{s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:20:\"footer_sidebar_style\";s:5:\"light\";s:22:\"footer_bottombar_style\";s:5:\"light\";s:16:\"use_google_fonts\";s:1:\"1\";s:18:\"google_titles_font\";a:6:{s:11:\"font-family\";s:6:\"Cutive\";s:12:\"font-options\";s:5:\"Array\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:21:\"google_subtitles_font\";a:6:{s:11:\"font-family\";s:10:\"Sacramento\";s:12:\"font-options\";s:5:\"Array\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:26:\"subheadings_bottom-spacing\";s:2:\"10\";s:24:\"subheadings_first-letter\";s:1:\"0\";s:15:\"google_nav_font\";a:6:{s:11:\"font-family\";s:4:\"Arvo\";s:12:\"font-options\";s:5:\"Array\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:13:\"nav_font-size\";s:2:\"18\";s:18:\"nav_letter-spacing\";s:1:\"0\";s:18:\"nav_text-transform\";s:4:\"none\";s:19:\"nav_text-decoration\";s:4:\"none\";s:16:\"google_body_font\";a:4:{s:11:\"font-family\";s:4:\"Arvo\";s:12:\"font-options\";s:5:\"Array\";s:6:\"google\";s:1:\"1\";s:7:\"subsets\";s:0:\"\";}s:14:\"body-font-size\";s:2:\"16\";s:16:\"body-line-height\";s:3:\"2.0\";s:13:\"content_width\";s:4:\"1250\";s:25:\"sections_vertical_margins\";s:2:\"78\";s:13:\"sidebar_width\";s:3:\"300\";s:18:\"header_logo_height\";s:2:\"36\";s:23:\"header_vertical_margins\";s:1:\"0\";s:29:\"navigation_menu_items_spacing\";s:2:\"15\";s:12:\"border_width\";s:1:\"0\";s:16:\"down_arrow_style\";s:6:\"bubble\";s:22:\"slideshow_arrows_style\";s:6:\"static\";s:24:\"footer_number_of_columns\";s:1:\"1\";s:19:\"footer_column_width\";s:9:\"one-whole\";s:14:\"copyright_text\";s:52:\"<p style=\"text-align: center;\">© Knit Plus 2014</p>\";s:19:\"blog_read_more_text\";s:9:\"Read more\";s:22:\"blog_excerpt_more_text\";s:2:\"..\";s:19:\"blog_excerpt_length\";s:3:\"140\";s:14:\"blog_show_date\";s:1:\"1\";s:26:\"blog_custom_date_separator\";s:1:\"1\";s:27:\"blog_single_show_author_box\";s:1:\"1\";s:28:\"blog_single_show_share_links\";s:1:\"1\";s:20:\"comments_show_avatar\";s:0:\"\";s:23:\"comments_show_numbering\";s:1:\"1\";s:24:\"blog_single_show_sidebar\";s:1:\"1\";s:22:\"share_buttons_settings\";s:44:\"more,preferred,preferred,preferred,preferred\";s:29:\"share_buttons_enable_tracking\";s:1:\"0\";s:37:\"share_buttons_enable_addthis_tracking\";s:1:\"0\";s:30:\"share_buttons_addthis_username\";s:0:\"\";s:32:\"share_buttons_enable_ga_tracking\";s:1:\"0\";s:19:\"share_buttons_ga_id\";s:0:\"\";s:39:\"share_buttons_enable_ga_social_tracking\";s:1:\"0\";s:12:\"social_icons\";a:23:{s:7:\"twitter\";a:1:{s:5:\"value\";s:30:\"https://twitter.com/pixelgrade\";}s:8:\"facebook\";a:1:{s:5:\"value\";s:40:\"https://www.facebook.com/PixelGradeMedia\";}s:6:\"flickr\";a:1:{s:5:\"value\";s:0:\"\";}s:6:\"tumblr\";a:1:{s:5:\"value\";s:0:\"\";}s:9:\"pinterest\";a:1:{s:5:\"value\";s:28:\"www.pinterest.com/babbardel/\";}s:9:\"instagram\";a:1:{s:5:\"value\";s:0:\"\";}s:7:\"behance\";a:1:{s:5:\"value\";s:33:\"https://www.behance.net/babbardel\";}s:13:\"fivehundredpx\";a:1:{s:5:\"value\";s:0:\"\";}s:10:\"deviantart\";a:1:{s:5:\"value\";s:0:\"\";}s:8:\"dribbble\";a:1:{s:5:\"value\";s:0:\"\";}s:5:\"gplus\";a:1:{s:5:\"value\";s:0:\"\";}s:7:\"youtube\";a:1:{s:5:\"value\";s:45:\"https://www.youtube.com/user/PixelGradeVideos\";}s:5:\"vimeo\";a:1:{s:5:\"value\";s:0:\"\";}s:8:\"linkedin\";a:1:{s:5:\"value\";s:49:\"https://www.linkedin.com/company/pixelgrade-media\";}s:5:\"skype\";a:1:{s:5:\"value\";s:0:\"\";}s:10:\"soundcloud\";a:1:{s:5:\"value\";s:0:\"\";}s:4:\"digg\";a:1:{s:5:\"value\";s:0:\"\";}s:6:\"lastfm\";a:1:{s:5:\"value\";s:0:\"\";}s:4:\"rdio\";a:1:{s:5:\"value\";s:0:\"\";}s:10:\"sina-weibo\";a:1:{s:5:\"value\";s:0:\"\";}s:9:\"vkontakte\";a:1:{s:5:\"value\";s:0:\"\";}s:6:\"appnet\";a:1:{s:5:\"value\";s:0:\"\";}s:3:\"rss\";a:1:{s:5:\"value\";s:0:\"\";}}s:25:\"social_icons_target_blank\";s:1:\"1\";s:24:\"prepare_for_social_share\";s:1:\"1\";s:15:\"facebook_id_app\";s:0:\"\";s:17:\"facebook_admin_id\";s:0:\"\";s:15:\"google_page_url\";s:0:\"\";s:17:\"twitter_card_site\";s:0:\"\";s:26:\"social_share_default_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:33:\"remove_parameters_from_static_res\";s:1:\"1\";s:10:\"custom_css\";s:1421:\".shop-menu-item, .woocommerce .menu-item-235 { display: none !important; }\r\n.woocommerce-page .shop-menu-item { display: inline-block !important; }\r\n\r\n.input-group { max-width: 250px; }\r\n.footer-widget-area .sidebar { text-align: center; }\r\n.headline__secondary {color: rgba(255, 255, 255, 1);;font-size: 80px;font-weight: 400;margin-bottom: -20px;}\r\nh1 {margin-top: 0px;margin-bottom: 20px;font-weight: 400;font-size: 28px;text-transform: none;letter-spacing: 0px;}\r\n.btn.btn--text, .btn--text.comments_add-comment, .form-submit .btn--text#comment-submit, .form-submit #comment-submit.read-more-button, .btn--text.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit.read-more-button, .btn--text.otreservations-submit, .widget_tag_cloud a.btn--text, .widget_tag_cloud a.read-more-button, .read-more-button {\r\ntext-transform: lowercase;}\r\n.map__marker {background: #FEFEFE;}\r\n.map__marker:after {border-color: #FEFEFE;}\r\n.site-title--image img {max-height: 50px;}\r\n.navigation--main {height: auto !important; margin-top: 20px;}\r\n.btn.btn--text, .btn--text.comments_add-comment, .form-submit .btn--text#comment-submit, .form-submit #comment-submit.read-more-button, .btn--text.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit.read-more-button, .btn--text.otreservations-submit, .widget_tag_cloud a.btn--text, .widget_tag_cloud a.read-more-button, .read-more-button {\r\ntext-transform: none;\r\n}\";s:17:\"inject_custom_css\";s:6:\"inline\";s:9:\"custom_js\";s:44:\" \";s:16:\"custom_js_footer\";s:44:\" \";s:19:\"themeforest_upgrade\";s:1:\"1\";s:20:\"marketplace_username\";s:8:\"paulleaf\";s:19:\"marketplace_api_key\";s:32:\"m6sqy6ydwvy2spf366rvbt78vn71xe6w\";s:26:\"themeforest_upgrade_backup\";s:1:\"1\";s:19:\"admin_panel_options\";s:1:\"1\";}','yes'),(135,'_transient_rosa_options-transients','a:3:{s:14:\"changed_values\";a:2:{s:8:\"last_tab\";s:0:\"\";s:20:\"marketplace_username\";s:9:\"Paul Leaf\";}s:9:\"last_save\";i:1409295665;s:13:\"last_compiler\";i:1409290811;}','yes'),(136,'wpgrade_shortcodes_list','a:9:{i:0;s:7:\"Columns\";i:1;s:6:\"Button\";i:2;s:4:\"Icon\";i:3;s:4:\"Tabs\";i:4;s:7:\"Heading\";i:5;s:9:\"Separator\";i:6;s:6:\"Slider\";i:7;s:21:\"OpenTableReservations\";i:8;s:14:\"RestaurantMenu\";}','yes'),(137,'wpgrade_metaboxes_prefix','_rosa_','yes'),(138,'notifier-cache-rosa','<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<notifier>\n<latest>1.8.0</latest>\n<message>There is a new version of the ROSA WordPress Theme available.</message>\n<changelog>\n<![CDATA[\n<p>This new version includes:</p>\n<h3 id=\"1-8-1\">Version 1.8.1 <span class=\"update-date\">November 24th, 2015</span></h3>\n<ul>\n <li>Improved <strong>hero slider</strong> on <em>mobile devices</em></li>\n <li>Improved <strong>menu bar transparency</strong> feature</li>\n <li>Improved compatibility with <strong>Microsoft EDGE</strong></li>\n <li>Fixed <strong>gallery column number</strong> issue when multiple galleries present on same page</li>\n <li>Other small CSS and JS improvements</li>\n</ul>\n<h3 id=\"1-8-0\">Version 1.8.0 <span class=\"update-date\">August 22nd, 2015</span></h3>\n<ul>\n <li>Added <strong>WordPress 4.3 compatibility</strong></li>\n <li>Added <strong>Customify</strong> plugin support to better handle most of the options</li>\n <li>Updated <strong>Woocommerce</strong> template files for 2.4.1</li>\n <li>Fixed Tabs Shortcodes</li>\n</ul>\n]]>\n</changelog>\n</notifier>','yes'),(139,'notifier-cache-last-updated-rosa','1530245548','yes'),(189,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(190,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(191,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(158,'_transient_random_seed','fd25f184a507653196073c0223ae6545','yes'),(192,'page_for_posts','0','yes'),(174,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(140,'widget_wpgrade_social_links','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes'),(155,'category_children','a:0:{}','yes'),(188,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(166,'wpcf7','a:1:{s:7:\"version\";s:5:\"3.9.3\";}','yes'),(459,'rosa_options-transients','a:3:{s:14:\"changed_values\";a:1:{s:10:\"custom_css\";s:1042:\".shop-menu-item, .woocommerce .menu-item-235 { display: none !important; }\r\n.woocommerce-page .shop-menu-item { display: inline-block !important; }\r\n\r\n.input-group { max-width: 250px; }\r\n.footer-widget-area .sidebar { text-align: center; }\r\n.headline__secondary {color: rgba(255, 255, 255, 1);;font-size: 80px;font-weight: 400;margin-bottom: -20px;}\r\nh1 {margin-top: 0px;margin-bottom: 20px;font-weight: 400;font-size: 28px;text-transform: none;letter-spacing: 0px;}\r\n.btn.btn--text, .btn--text.comments_add-comment, .form-submit .btn--text#comment-submit, .form-submit #comment-submit.read-more-button, .btn--text.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit.read-more-button, .btn--text.otreservations-submit, .widget_tag_cloud a.btn--text, .widget_tag_cloud a.read-more-button, .read-more-button {\r\ntext-transform: lowercase;}\r\n.map__marker {background: #FEFEFE;}\r\n.map__marker:after {border-color: #FEFEFE;}\r\n.site-title--image img {max-height: 50px;}\r\n.navigation--main {height: auto !important; margin-top: 20px;\r\n}\";}s:9:\"last_save\";i:1418054961;s:13:\"last_compiler\";i:1410863285;}','yes'),(164,'recently_activated','a:0:{}','yes'),(165,'pixtypes_settings','a:22:{s:19:\"settings_saved_once\";s:1:\"0\";s:16:\"enable_portfolio\";b:1;s:27:\"portfolio_single_item_label\";s:7:\"Project\";s:30:\"portfolio_multiple_items_label\";s:8:\"Projects\";s:33:\"portfolio_change_single_item_slug\";b:1;s:30:\"portfolio_new_single_item_slug\";s:9:\"portfolio\";s:29:\"portfolio_change_archive_slug\";b:0;s:26:\"portfolio_new_archive_slug\";s:0:\"\";s:14:\"enable_gallery\";b:1;s:31:\"gallery_change_single_item_slug\";b:1;s:28:\"gallery_new_single_item_slug\";s:7:\"gallery\";s:27:\"gallery_change_archive_slug\";b:1;s:24:\"gallery_new_archive_slug\";s:9:\"galleries\";s:27:\"enable_portfolio_categories\";b:1;s:40:\"portfolio_categories_change_archive_slug\";b:1;s:37:\"portfolio_categories_new_archive_slug\";s:18:\"portfolio_category\";s:25:\"enable_gallery_categories\";b:1;s:38:\"gallery_categories_change_archive_slug\";b:1;s:35:\"gallery_categories_new_archive_slug\";s:16:\"gallery_category\";s:21:\"wpgrade_theme_version\";s:5:\"1.5.0\";s:6:\"themes\";a:1:{s:4:\"rosa\";a:1:{s:9:\"metaboxes\";a:3:{s:27:\"rosa_page_header_area_cover\";a:9:{s:2:\"id\";s:27:\"rosa_page_header_area_cover\";s:5:\"title\";s:20:\"Featured Header Area\";s:5:\"pages\";a:1:{i:0;s:4:\"page\";}s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"high\";s:6:\"hidden\";b:1;s:7:\"show_on\";a:2:{s:3:\"key\";s:13:\"page-template\";s:5:\"value\";a:2:{i:0;s:7:\"default\";i:1;s:28:\"page-templates/slideshow.php\";}}s:10:\"show_names\";b:1;s:6:\"fields\";a:6:{i:0;a:6:{s:4:\"name\";s:13:\"Header Height\";s:4:\"desc\";s:110:\"<p class=\"cmb_metabox_description\">Select the height of the header area in relation to the browser window.</p>\";s:2:\"id\";s:24:\"_rosa_page_header_height\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;a:2:{s:4:\"name\";s:32:\" ◉◯ Half\";s:5:\"value\";s:11:\"half-height\";}i:1;a:2:{s:4:\"name\";s:32:\"◉◉◯ Two Thirds\";s:5:\"value\";s:17:\"two-thirds-height\";}i:2;a:2:{s:4:\"name\";s:33:\"◉◉◉ Full Height\";s:5:\"value\";s:11:\"full-height\";}}s:3:\"std\";s:11:\"half-height\";}i:1;a:3:{s:4:\"name\";s:8:\"Subtitle\";s:2:\"id\";s:25:\"_rosa_page_cover_subtitle\";s:4:\"type\";s:4:\"text\";}i:2;a:4:{s:4:\"name\";s:5:\"Title\";s:4:\"desc\";s:92:\"If left empty we will use the page title. Tip: put a space if you don\'t want any cover text.\";s:2:\"id\";s:22:\"_rosa_page_cover_title\";s:4:\"type\";s:4:\"text\";}i:3;a:5:{s:4:\"name\";s:11:\"Description\";s:4:\"desc\";s:85:\"You can use shortcodes (like the Separator) or even images to further embellish this.\";s:2:\"id\";s:28:\"_rosa_page_cover_description\";s:4:\"type\";s:7:\"wysiwyg\";s:7:\"options\";a:5:{s:13:\"media_buttons\";b:1;s:13:\"textarea_rows\";i:3;s:5:\"teeny\";b:0;s:7:\"tinymce\";b:1;s:9:\"quicktags\";b:1;}}i:4;a:4:{s:4:\"name\";s:25:\"Make Menu Bar Transparent\";s:4:\"desc\";s:63:\"This will remove the background from the menu and logo top bar.\";s:2:\"id\";s:33:\"_rosa_header_transparent_menu_bar\";s:4:\"type\";s:8:\"checkbox\";}i:5;a:6:{s:4:\"name\";s:20:\"Content Border Style\";s:4:\"desc\";s:101:\"<p class=\"cmb_metabox_description\">Select the style of the top and bottom borders of the content.</p>\";s:2:\"id\";s:23:\"_rosa_page_border_style\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"name\";s:6:\"Simple\";s:5:\"value\";s:6:\"simple\";}i:1;a:2:{s:4:\"name\";s:5:\"Waves\";s:5:\"value\";s:5:\"waves\";}}s:3:\"std\";s:6:\"simple\";}}}s:31:\"rosa_page_header_area_slideshow\";a:9:{s:2:\"id\";s:31:\"rosa_page_header_area_slideshow\";s:5:\"title\";s:18:\"Slideshow Settings\";s:5:\"pages\";a:1:{i:0;s:4:\"page\";}s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"high\";s:6:\"hidden\";b:1;s:7:\"show_on\";a:2:{s:3:\"key\";s:13:\"page-template\";s:5:\"value\";a:1:{i:0;s:28:\"page-templates/slideshow.php\";}}s:10:\"show_names\";b:1;s:6:\"fields\";a:6:{i:0;a:3:{s:4:\"name\";s:6:\"Images\";s:2:\"id\";s:18:\"_rosa_main_gallery\";s:4:\"type\";s:7:\"gallery\";}i:1;a:6:{s:4:\"name\";s:13:\"Image Scaling\";s:4:\"desc\";s:547:\"<p class=\"cmb_metabox_description\"><strong>Fill</strong> scales image to completely fill slider container (recommended for landscape images)</p>\n<p class=\"cmb_metabox_description\"><strong>Fit</strong> scales image to fit the container (recommended for portrait images)</p>\n<p class=\"cmb_metabox_description\"><strong>Fit if Smaller</strong> scales image to fit only if size of slider container is less than size of image.</p>\n<p class=\"cmb_metabox_description\"><a target=\"_blank\" href=\"http://bit.ly/slider-image-scaling\">Visual explanation</a></p>\";s:2:\"id\";s:34:\"_rosa_post_slider_image_scale_mode\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;a:2:{s:4:\"name\";s:3:\"Fit\";s:5:\"value\";s:3:\"fit\";}i:1;a:2:{s:4:\"name\";s:4:\"Fill\";s:5:\"value\";s:4:\"fill\";}i:2;a:2:{s:4:\"name\";s:14:\"Fit if Smaller\";s:5:\"value\";s:14:\"fit-if-smaller\";}}s:3:\"std\";s:4:\"fill\";}i:2;a:6:{s:4:\"name\";s:18:\"Show Nearby Images\";s:4:\"desc\";s:112:\"Enable this if you want to avoid having empty space on the sides of the image when using mostly portrait images.\";s:2:\"id\";s:31:\"_rosa_post_slider_visiblenearby\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"name\";s:7:\"Enabled\";s:5:\"value\";b:1;}i:1;a:2:{s:4:\"name\";s:8:\"Disabled\";s:5:\"value\";b:0;}}s:3:\"std\";b:0;}i:3;a:5:{s:4:\"name\";s:17:\"Slider transition\";s:2:\"id\";s:28:\"_rosa_post_slider_transition\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"name\";s:10:\"Slide/Move\";s:5:\"value\";s:4:\"move\";}i:1;a:2:{s:4:\"name\";s:4:\"Fade\";s:5:\"value\";s:4:\"fade\";}}s:3:\"std\";s:4:\"move\";}i:4;a:5:{s:4:\"name\";s:15:\"Slider autoplay\";s:2:\"id\";s:26:\"_rosa_post_slider_autoplay\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"name\";s:7:\"Enabled\";s:5:\"value\";b:1;}i:1;a:2:{s:4:\"name\";s:8:\"Disabled\";s:5:\"value\";b:0;}}s:3:\"std\";b:0;}i:5;a:4:{s:4:\"name\";s:47:\"Autoplay delay between slides (in milliseconds)\";s:2:\"id\";s:23:\"_rosa_post_slider_delay\";s:4:\"type\";s:10:\"text_small\";s:3:\"std\";s:4:\"1000\";}}}s:18:\"rosa_gmap_settings\";a:9:{s:2:\"id\";s:18:\"rosa_gmap_settings\";s:5:\"title\";s:33:\"Map Coordinates & Display Options\";s:5:\"pages\";a:1:{i:0;s:4:\"page\";}s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"high\";s:6:\"hidden\";b:1;s:7:\"show_on\";a:2:{s:3:\"key\";s:13:\"page-template\";s:5:\"value\";a:1:{i:0;s:26:\"page-templates/contact.php\";}}s:10:\"show_names\";b:1;s:6:\"fields\";a:6:{i:0;a:6:{s:4:\"name\";s:10:\"Map Height\";s:4:\"desc\";s:114:\"<p class=\"cmb_metabox_description\">Select the height of the Google Map area in relation to the browser window.</p>\";s:2:\"id\";s:22:\"_rosa_page_gmap_height\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;a:2:{s:4:\"name\";s:32:\" ◉◯ Half\";s:5:\"value\";s:11:\"half-height\";}i:1;a:2:{s:4:\"name\";s:32:\"◉◉◯ Two Thirds\";s:5:\"value\";s:17:\"two-thirds-height\";}i:2;a:2:{s:4:\"name\";s:33:\"◉◉◉ Full Height\";s:5:\"value\";s:11:\"full-height\";}}s:3:\"std\";s:11:\"half-height\";}i:1;a:5:{s:4:\"name\";s:15:\"Google Maps URL\";s:4:\"desc\";s:114:\"Paste here the Share URL you have taken from <a href=\"http://www.google.com/maps\" target=\"_blank\">Google Maps</a>.\";s:2:\"id\";s:14:\"_rosa_gmap_url\";s:4:\"type\";s:14:\"textarea_small\";s:3:\"std\";s:0:\"\";}i:2;a:5:{s:4:\"name\";s:13:\"Custom Colors\";s:4:\"desc\";s:63:\"Allow us to change the map colors to better match your website.\";s:2:\"id\";s:23:\"_rosa_gmap_custom_style\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:2:\"on\";}i:3;a:6:{s:4:\"name\";s:11:\"Pin Content\";s:4:\"desc\";s:82:\"Insert here the content of the location marker - leave empty for no custom marker.\";s:2:\"id\";s:25:\"_rosa_gmap_marker_content\";s:4:\"type\";s:7:\"wysiwyg\";s:3:\"std\";s:0:\"\";s:7:\"options\";a:5:{s:13:\"media_buttons\";b:1;s:13:\"textarea_rows\";i:3;s:5:\"teeny\";b:0;s:7:\"tinymce\";b:1;s:9:\"quicktags\";b:1;}}i:4;a:4:{s:4:\"name\";s:25:\"Make Menu Bar Transparent\";s:4:\"desc\";s:63:\"This will remove the background from the menu and logo top bar.\";s:2:\"id\";s:41:\"_rosa_header_transparent_menu_bar_contact\";s:4:\"type\";s:8:\"checkbox\";}i:5;a:6:{s:4:\"name\";s:20:\"Content Border Style\";s:4:\"desc\";s:101:\"<p class=\"cmb_metabox_description\">Select the style of the top and bottom borders of the content.</p>\";s:2:\"id\";s:23:\"_rosa_gmap_border_style\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;a:2:{s:4:\"name\";s:6:\"Simple\";s:5:\"value\";s:6:\"simple\";}i:1;a:2:{s:4:\"name\";s:5:\"Waves\";s:5:\"value\";s:5:\"waves\";}}s:3:\"std\";s:6:\"simple\";}}}}}}s:16:\"display_settings\";b:0;}','yes'),(321,'aeop_fburl','html','yes'),(368,'gadash_options','{\"ga_dash_apikey\":\"\",\"ga_dash_clientid\":\"\",\"ga_dash_clientsecret\":\"\",\"ga_dash_access_front\":[\"administrator\"],\"ga_dash_access_back\":[\"administrator\"],\"ga_dash_tableid_jail\":\"90498627\",\"ga_dash_pgd\":\"1\",\"ga_dash_rd\":\"1\",\"ga_dash_sd\":\"1\",\"ga_dash_map\":\"1\",\"ga_dash_traffic\":\"1\",\"ga_dash_style\":\"#3366CC\",\"ga_dash_jailadmins\":\"1\",\"ga_dash_cachetime\":3600,\"ga_dash_tracking\":1,\"ga_dash_tracking_type\":\"universal\",\"ga_dash_default_ua\":\"\",\"ga_dash_anonim\":0,\"ga_dash_userapi\":0,\"ga_event_tracking\":0,\"ga_event_downloads\":\"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|jpe*g|png|gif|tiff|rar*\",\"ga_track_exclude\":[],\"ga_target_geomap\":\"\",\"ga_target_number\":10,\"ga_realtime_pages\":10,\"ga_dash_token\":\"\",\"ga_dash_refresh_token\":\"\",\"ga_dash_profile_list\":[[\"All Web Site Data\",\"90498627\",\"UA-17581630-19\",\"http:\\/\\/knitplus.hk\",28800,\"Asia\\/Hong_Kong\"]],\"ga_dash_tableid\":\"90498627\",\"ga_dash_frontend_keywords\":0,\"ga_enhanced_links\":0,\"ga_dash_remarketing\":0,\"ga_dash_default_metric\":\"visits\",\"ga_dash_default_dimension\":\"30daysAgo\",\"ga_dash_frontend_stats\":0,\"ga_dash_network\":0,\"ga_dash_adsense\":0,\"ga_speed_samplerate\":1,\"ga_event_bouncerate\":1,\"ga_dash_hidden\":\"Y\"}','yes'),(369,'gadash_lasterror','2016-04-07 08:21:21: exception 'Google_Auth_Exception' with message 'Error refreshing the OAuth2 token, message: '{\n "error" : "invalid_grant"\n}'' in /home/knitplus/public_html/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Google/Auth/OAuth2.php:330\nStack trace:\n#0 /home/knitplus/public_html/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Google/Auth/OAuth2.php(254): Google_Auth_OAuth2->refreshTokenRequest(Array)\n#1 /home/knitplus/public_html/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Google/Client.php(364): Google_Auth_OAuth2->refreshToken('1/XPdlVUJKXaLmP...')\n#2 /home/knitplus/public_html/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php(150): Google_Client->refreshToken('1/XPdlVUJKXaLmP...')\n#3 /home/knitplus/public_html/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php(55): GADASH_GAPI->ga_dash_refresh_token()\n#4 /home/knitplus/public_html/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php(1095): GADASH_GAPI->__construct()\n#5 /home/knitplus/public_html/wp-content/plugins/google-analytics-dashboard-for-wp/admin/dashboard_widgets.php(167): include_once('/home/knitplus/...')\n#6 [internal function]: GADASH_Widgets->gadash_dashboard_widgets('', Array)\n#7 /home/knitplus/public_html/wp-admin/includes/template.php(1035): call_user_func(Array, '', Array)\n#8 /home/knitplus/public_html/wp-admin/includes/dashboard.php(182): do_meta_boxes('dashboard', 'normal', '')\n#9 /home/knitplus/public_html/wp-admin/index.php(125): wp_dashboard()\n#10 {main}','yes'),(373,'wpseo','a:18:{s:14:\"blocking_files\";a:0:{}s:26:\"ignore_blog_public_warning\";b:0;s:31:\"ignore_meta_description_warning\";b:0;s:20:\"ignore_page_comments\";b:0;s:16:\"ignore_permalink\";b:0;s:11:\"ignore_tour\";b:1;s:15:\"ms_defaults_set\";b:0;s:23:\"theme_description_found\";s:0:\"\";s:21:\"theme_has_description\";b:0;s:19:\"tracking_popup_done\";b:1;s:7:\"version\";s:5:\"1.7.4\";s:11:\"alexaverify\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:14:\"yoast_tracking\";b:0;}','yes'),(374,'wpseo_permalinks','a:10:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:15:\"force_transport\";s:7:\"default\";s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(375,'wpseo_titles','a:61:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-pipe\";s:14:\"hide-feedlinks\";b:1;s:12:\"hide-rsdlink\";b:1;s:14:\"hide-shortlink\";b:1;s:16:\"hide-wlwmanifest\";b:1;s:5:\"noodp\";b:0;s:6:\"noydir\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page Not Found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:1;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:17:\"noauthorship-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:17:\"noauthorship-page\";b:1;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:23:\"noauthorship-attachment\";b:1;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(376,'wpseo_social','a:15:{s:9:\"fb_admins\";a:0:{}s:6:\"fbapps\";a:0:{}s:12:\"fbconnectkey\";s:32:\"75773d9e66d0e4d46f9a0181898c7ff7\";s:13:\"facebook_site\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:10:\"googleplus\";b:0;s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:0;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:10:\"fbadminapp\";i:0;}','yes'),(377,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(378,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(379,'wpseo_xml','a:17:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"xml_ping_yahoo\";b:1;s:12:\"xml_ping_ask\";b:1;s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:1;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:1;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:1;s:37:\"taxonomies-post_format-not_in_sitemap\";b:1;}','yes'),(1007,'WPLANG','en_CA','yes'),(1008,'db_upgraded','','yes'),(7081,'rewrite_rules','a:72:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$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:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=5&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:32:\".?.+?.html/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\".?.+?.html/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\".?.+?.html/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\".?.+?.html/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\".?.+?.html/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?).html/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:45:\"(.?.+?).html/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:40:\"(.?.+?).html/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:33:\"(.?.+?).html/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:40:\"(.?.+?).html/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?).html(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(467,'widget_gadash_frontend_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2454,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:14:\"paul@if.com.hk\";s:7:\"version\";s:6:\"4.0.32\";s:9:\"timestamp\";i:1604006743;}','yes'),(1019,'dismissed_update_core','a:1:{s:9:\"4.0|en_CA\";b:1;}','yes'),(6196,'_transient_wpseo_sitemap_cache_1_','<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n<sitemap>\n<loc>http://www.knitplus.hk/page-sitemap.xml</loc>\n<lastmod>2014-09-24T04:12:16+08:00</lastmod>\n</sitemap>\n</sitemapindex>','no'),(6195,'_transient_timeout_wpseo_sitemap_cache_1_','1605540922','no'),(21725,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1605475516;s:7:\"checked\";a:1:{s:4:\"rosa\";s:5:\"1.5.0\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes');
/*!40000 ALTER TABLE `ifstudio_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ifstudio_postmeta`
--
DROP TABLE IF EXISTS `ifstudio_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ifstudio_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=1679 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ifstudio_postmeta`
--
LOCK TABLES `ifstudio_postmeta` WRITE;
/*!40000 ALTER TABLE `ifstudio_postmeta` DISABLE KEYS */;
INSERT INTO `ifstudio_postmeta` VALUES (5,9999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2014/05/placeholder_image2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"placeholder_image2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"placeholder_image2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"placeholder_image2-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:31:\"placeholder_image2-1200x757.png\";s:5:\"width\";i:1200;s:6:\"height\";i:757;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:30:\"placeholder_image2-900x568.png\";s:5:\"width\";i:900;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:30:\"placeholder_image2-400x252.png\";s:5:\"width\";i:400;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4,9999,'_wp_attached_file','2014/05/placeholder_image2.png'),(6,9999,'_video_url',''),(7,9999,'_video_autoplay','off'),(8,180,'_wp_attached_file','2014/06/rosa-favicon.png'),(9,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:24:\"2014/06/rosa-favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10,181,'_wp_attached_file','2014/06/logo-rosa.png'),(11,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:28;s:4:\"file\";s:21:\"2014/06/logo-rosa.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12,200,'_wp_attached_file','2014/06/logo-rosa-white.png'),(13,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:28;s:4:\"file\";s:27:\"2014/06/logo-rosa-white.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14,201,'_wp_attached_file','2014/06/logo-rosa1.png'),(15,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:28;s:4:\"file\";s:22:\"2014/06/logo-rosa1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(16,202,'_wp_attached_file','2014/06/logo-rosa-white-2x.png'),(17,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:172;s:6:\"height\";i:56;s:4:\"file\";s:30:\"2014/06/logo-rosa-white-2x.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"logo-rosa-white-2x-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(18,9999,'_video_url',''),(19,9999,'_video_autoplay','off'),(20,203,'_wp_attached_file','2014/06/logo-rosa-dark-2x.png'),(21,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:172;s:6:\"height\";i:56;s:4:\"file\";s:29:\"2014/06/logo-rosa-dark-2x.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"logo-rosa-dark-2x-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22,221,'_wp_attached_file','2014/06/placeholder_image2.png'),(23,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2014/06/placeholder_image2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"placeholder_image2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"placeholder_image2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"placeholder_image2-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:31:\"placeholder_image2-1200x757.png\";s:5:\"width\";i:1200;s:6:\"height\";i:757;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:30:\"placeholder_image2-900x568.png\";s:5:\"width\";i:900;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:30:\"placeholder_image2-400x252.png\";s:5:\"width\";i:400;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(24,9998,'_wp_attached_file','2014/06/placeholder_image1.png'),(25,9998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2014/06/placeholder_image1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"placeholder_image1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"placeholder_image1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"placeholder_image1-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:31:\"placeholder_image1-1200x757.png\";s:5:\"width\";i:1200;s:6:\"height\";i:757;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:30:\"placeholder_image1-900x568.png\";s:5:\"width\";i:900;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:30:\"placeholder_image1-400x252.png\";s:5:\"width\";i:400;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(26,9999,'_video_url',''),(27,9999,'_video_autoplay','off'),(28,9999,'_video_url',''),(29,9999,'_video_autoplay','off'),(31,9999,'_video_url',''),(32,9999,'_video_autoplay','off'),(34,5,'_wp_page_template','page-templates/slideshow.php'),(35,5,'_rosa_gmap_custom_style','of'),(37,5,'_rosa_page_header_height','full-height'),(38,5,'_rosa_page_cover_subtitle',' '),(39,5,'_rosa_page_cover_title',' '),(1455,10107,'_wp_attached_file','2014/05/dsc_0533-dim.jpg'),(41,5,'_rosa_header_transparent_menu_bar','of'),(42,5,'_rosa_header_transparent_menu_bar_contact','of'),(43,5,'_rosa_post_slider_image_scale_mode','fill'),(44,5,'_rosa_post_slider_transition','fade'),(45,5,'_rosa_post_slider_delay','2500'),(46,5,'_rosa_page_gmap_height','half-height'),(47,5,'_yoast_wpseo_title','Specialised in luxurious knitwear | Knit Plus'),(48,5,'_yoast_wpseo_metadesc','Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.'),(49,5,'_yoast_wpseo_focuskw','knitwear'),(50,5,'_yoast_wpseo_linkdex','52'),(51,15,'_wp_page_template','default'),(52,15,'_rosa_page_header_height','half-height'),(53,15,'_rosa_page_cover_subtitle',' '),(54,15,'_rosa_page_cover_title',' '),(55,15,'_rosa_gmap_custom_style','of'),(56,15,'_thumbnail_id','10216'),(57,15,'_rosa_post_slider_image_scale_mode','fill'),(58,15,'_rosa_post_slider_transition','move'),(59,15,'_rosa_post_slider_delay','1000'),(60,15,'_rosa_page_gmap_height','half-height'),(61,15,'_rosa_header_transparent_menu_bar','of'),(62,15,'_rosa_header_transparent_menu_bar_contact','of'),(64,32,'_wp_page_template','default'),(65,32,'_rosa_page_header_height','half-height'),(66,32,'_rosa_page_cover_subtitle',' '),(67,32,'_rosa_page_cover_title',' '),(68,32,'_rosa_gmap_custom_style','of'),(69,32,'_rosa_post_slider_image_scale_mode','fill'),(70,32,'_rosa_post_slider_transition','move'),(71,32,'_rosa_post_slider_delay','1000'),(72,32,'_rosa_page_gmap_height','half-height'),(73,32,'_rosa_header_transparent_menu_bar','of'),(74,32,'_rosa_header_transparent_menu_bar_contact','of'),(88,46,'_wp_page_template','default'),(89,46,'_rosa_post_image_scale_mode','fill'),(90,46,'_rosa_post_slider_transition','move'),(91,46,'_rosa_post_slider_delay','1000'),(92,46,'_rosa_page_header_height','half-height'),(93,46,'_rosa_gmap_custom_style','of'),(94,46,'_rosa_main_gallery','9999,9998,221'),(95,46,'_rosa_page_gmap_height','half-height'),(96,46,'_rosa_header_transparent_menu_bar','of'),(97,46,'_rosa_post_slider_image_scale_mode','fill'),(98,46,'_rosa_header_transparent_menu_bar_contact','of'),(99,46,'_rosa_page_cover_title',' '),(111,9999,'_video_url',''),(112,9999,'_video_autoplay','off'),(114,5,'_wp_page_template','page-templates/slideshow.php'),(115,5,'_rosa_gmap_custom_style','of'),(117,5,'_rosa_page_header_height','full-height'),(118,5,'_rosa_page_cover_subtitle',' '),(119,5,'_rosa_page_cover_title',' '),(121,5,'_rosa_header_transparent_menu_bar','of'),(122,5,'_rosa_header_transparent_menu_bar_contact','of'),(123,5,'_rosa_post_slider_image_scale_mode','fill'),(124,5,'_rosa_post_slider_transition','fade'),(125,5,'_rosa_post_slider_delay','2500'),(126,5,'_rosa_page_gmap_height','half-height'),(127,5,'_yoast_wpseo_title','Specialised in luxurious knitwear | Knit Plus'),(128,5,'_yoast_wpseo_metadesc','Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.'),(129,5,'_yoast_wpseo_focuskw','knitwear'),(130,5,'_yoast_wpseo_linkdex','52'),(131,15,'_wp_page_template','default'),(132,15,'_rosa_page_header_height','half-height'),(133,15,'_rosa_page_cover_subtitle',' '),(134,15,'_rosa_page_cover_title',' '),(135,15,'_rosa_gmap_custom_style','of'),(136,15,'_thumbnail_id','10216'),(137,15,'_rosa_post_slider_image_scale_mode','fill'),(138,15,'_rosa_post_slider_transition','move'),(139,15,'_rosa_post_slider_delay','1000'),(140,15,'_rosa_page_gmap_height','half-height'),(141,15,'_rosa_header_transparent_menu_bar','of'),(142,15,'_rosa_header_transparent_menu_bar_contact','of'),(144,32,'_wp_page_template','default'),(145,32,'_rosa_page_header_height','half-height'),(146,32,'_rosa_page_cover_subtitle',' '),(147,32,'_rosa_page_cover_title',' '),(148,32,'_rosa_gmap_custom_style','of'),(149,32,'_rosa_post_slider_image_scale_mode','fill'),(150,32,'_rosa_post_slider_transition','move'),(151,32,'_rosa_post_slider_delay','1000'),(152,32,'_rosa_page_gmap_height','half-height'),(153,32,'_rosa_header_transparent_menu_bar','of'),(154,32,'_rosa_header_transparent_menu_bar_contact','of'),(168,46,'_wp_page_template','default'),(169,46,'_rosa_post_image_scale_mode','fill'),(170,46,'_rosa_post_slider_transition','move'),(171,46,'_rosa_post_slider_delay','1000'),(172,46,'_rosa_page_header_height','half-height'),(173,46,'_rosa_gmap_custom_style','of'),(174,46,'_rosa_main_gallery','9999,9998,221'),(175,46,'_rosa_page_gmap_height','half-height'),(176,46,'_rosa_header_transparent_menu_bar','of'),(177,46,'_rosa_post_slider_image_scale_mode','fill'),(178,46,'_rosa_header_transparent_menu_bar_contact','of'),(179,46,'_rosa_page_cover_title',' '),(202,116,'_wp_page_template','default'),(203,116,'_rosa_page_header_height','half-height'),(204,116,'_rosa_page_cover_subtitle',' '),(205,116,'_rosa_gmap_custom_style','of'),(206,116,'_rosa_post_slider_image_scale_mode','fill'),(207,116,'_rosa_post_slider_transition','move'),(208,116,'_rosa_post_slider_delay','1000'),(209,116,'_rosa_page_gmap_height','half-height'),(210,116,'_rosa_header_transparent_menu_bar','of'),(211,116,'_rosa_header_transparent_menu_bar_contact','of'),(212,123,'_wp_page_template','page-templates/contact.php'),(213,123,'_rosa_page_header_height','half-height'),(214,123,'_rosa_gmap_url','https://www.google.com.hk/maps/place/%E8%91%B5%E8%8A%B3%E8%88%88%E8%8A%B3%E8%B7%AF223%E8%99%9F%E6%96%B0%E9%83%BD%E6%9C%83%E5%BB%A3%E5%A0%B4%E7%AC%AC%E4%BA%8C%E5%BA%A7/@22.3574694,114.1263292,17z/data=!3m1!4b1!4m2!3m1!1s0x3403f8bc2ba6cf75:0x2e1445c562ab4d94'),(215,123,'_rosa_gmap_custom_style','of'),(216,123,'_rosa_gmap_marker_content','<img class=\"alignnone size-full wp-image-10138\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/logo-1x.png\" alt=\"logo-1x\" width=\"86\" height=\"33\" />'),(217,123,'_rosa_header_transparent_menu_bar','of'),(218,123,'_rosa_page_gmap_height','half-height'),(219,123,'_rosa_header_transparent_menu_bar_contact','of'),(230,9999,'_video_url',''),(231,9999,'_video_autoplay','off'),(233,5,'_wp_page_template','page-templates/slideshow.php'),(234,5,'_rosa_gmap_custom_style','of'),(236,5,'_rosa_page_header_height','full-height'),(237,5,'_rosa_page_cover_subtitle',' '),(238,5,'_rosa_page_cover_title',' '),(240,5,'_rosa_header_transparent_menu_bar','of'),(241,5,'_rosa_header_transparent_menu_bar_contact','of'),(242,5,'_rosa_post_slider_image_scale_mode','fill'),(243,5,'_rosa_post_slider_transition','fade'),(244,5,'_rosa_post_slider_delay','2500'),(245,5,'_rosa_page_gmap_height','half-height'),(246,5,'_yoast_wpseo_title','Specialised in luxurious knitwear | Knit Plus'),(247,5,'_yoast_wpseo_metadesc','Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.'),(248,5,'_yoast_wpseo_focuskw','knitwear'),(249,5,'_yoast_wpseo_linkdex','52'),(250,15,'_wp_page_template','default'),(251,15,'_rosa_page_header_height','half-height'),(252,15,'_rosa_page_cover_subtitle',' '),(253,15,'_rosa_page_cover_title',' '),(254,15,'_rosa_gmap_custom_style','of'),(255,15,'_thumbnail_id','10216'),(256,15,'_rosa_post_slider_image_scale_mode','fill'),(257,15,'_rosa_post_slider_transition','move'),(258,15,'_rosa_post_slider_delay','1000'),(259,15,'_rosa_page_gmap_height','half-height'),(260,15,'_rosa_header_transparent_menu_bar','of'),(261,15,'_rosa_header_transparent_menu_bar_contact','of'),(263,32,'_wp_page_template','default'),(264,32,'_rosa_page_header_height','half-height'),(265,32,'_rosa_page_cover_subtitle',' '),(266,32,'_rosa_page_cover_title',' '),(267,32,'_rosa_gmap_custom_style','of'),(268,32,'_rosa_post_slider_image_scale_mode','fill'),(269,32,'_rosa_post_slider_transition','move'),(270,32,'_rosa_post_slider_delay','1000'),(271,32,'_rosa_page_gmap_height','half-height'),(272,32,'_rosa_header_transparent_menu_bar','of'),(273,32,'_rosa_header_transparent_menu_bar_contact','of'),(287,46,'_wp_page_template','default'),(288,46,'_rosa_post_image_scale_mode','fill'),(289,46,'_rosa_post_slider_transition','move'),(290,46,'_rosa_post_slider_delay','1000'),(291,46,'_rosa_page_header_height','half-height'),(292,46,'_rosa_gmap_custom_style','of'),(293,46,'_rosa_main_gallery','9999,9998,221'),(294,46,'_rosa_page_gmap_height','half-height'),(295,46,'_rosa_header_transparent_menu_bar','of'),(296,46,'_rosa_post_slider_image_scale_mode','fill'),(297,46,'_rosa_header_transparent_menu_bar_contact','of'),(298,46,'_rosa_page_cover_title',' '),(1421,10073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:4:\"file\";s:21:\"2014/05/dsc_06491.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_06491-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:\"dsc_06491-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_06491-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_06491-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_06491-900x506.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_06491-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408544658;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(321,116,'_wp_page_template','default'),(322,116,'_rosa_page_header_height','half-height'),(323,116,'_rosa_page_cover_subtitle',' '),(324,116,'_rosa_gmap_custom_style','of'),(325,116,'_rosa_post_slider_image_scale_mode','fill'),(326,116,'_rosa_post_slider_transition','move'),(327,116,'_rosa_post_slider_delay','1000'),(328,116,'_rosa_page_gmap_height','half-height'),(329,116,'_rosa_header_transparent_menu_bar','of'),(330,116,'_rosa_header_transparent_menu_bar_contact','of'),(331,123,'_wp_page_template','page-templates/contact.php'),(332,123,'_rosa_page_header_height','half-height'),(333,123,'_rosa_gmap_url','https://www.google.com.hk/maps/place/%E8%91%B5%E8%8A%B3%E8%88%88%E8%8A%B3%E8%B7%AF223%E8%99%9F%E6%96%B0%E9%83%BD%E6%9C%83%E5%BB%A3%E5%A0%B4%E7%AC%AC%E4%BA%8C%E5%BA%A7/@22.3574694,114.1263292,17z/data=!3m1!4b1!4m2!3m1!1s0x3403f8bc2ba6cf75:0x2e1445c562ab4d94'),(334,123,'_rosa_gmap_custom_style','of'),(335,123,'_rosa_gmap_marker_content','<img class=\"alignnone size-full wp-image-10138\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/logo-1x.png\" alt=\"logo-1x\" width=\"86\" height=\"33\" />'),(336,123,'_rosa_header_transparent_menu_bar','of'),(337,123,'_rosa_page_gmap_height','half-height'),(338,123,'_rosa_header_transparent_menu_bar_contact','of'),(414,9999,'_video_url',''),(415,9999,'_video_autoplay','off'),(417,5,'_wp_page_template','page-templates/slideshow.php'),(418,5,'_rosa_gmap_custom_style','of'),(1281,10020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/05/dsc_0533.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0533-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:\"dsc_0533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0533-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0533-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0533-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0533-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408532218;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"450\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(420,5,'_rosa_page_header_height','full-height'),(421,5,'_rosa_page_cover_subtitle',' '),(422,5,'_rosa_page_cover_title',' '),(424,5,'_rosa_header_transparent_menu_bar','of'),(425,5,'_rosa_header_transparent_menu_bar_contact','of'),(426,5,'_rosa_post_slider_image_scale_mode','fill'),(427,5,'_rosa_post_slider_transition','fade'),(428,5,'_rosa_post_slider_delay','2500'),(429,5,'_rosa_page_gmap_height','half-height'),(430,5,'_yoast_wpseo_title','Specialised in luxurious knitwear | Knit Plus'),(431,5,'_yoast_wpseo_metadesc','Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.'),(432,5,'_yoast_wpseo_focuskw','knitwear'),(433,5,'_yoast_wpseo_linkdex','52'),(434,15,'_wp_page_template','default'),(435,15,'_rosa_page_header_height','half-height'),(436,15,'_rosa_page_cover_subtitle',' '),(437,15,'_rosa_page_cover_title',' '),(438,15,'_rosa_gmap_custom_style','of'),(439,15,'_thumbnail_id','10216'),(440,15,'_rosa_post_slider_image_scale_mode','fill'),(441,15,'_rosa_post_slider_transition','move'),(442,15,'_rosa_post_slider_delay','1000'),(443,15,'_rosa_page_gmap_height','half-height'),(444,15,'_rosa_header_transparent_menu_bar','of'),(445,15,'_rosa_header_transparent_menu_bar_contact','of'),(1639,10232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:752;s:4:\"file\";s:21:\"2014/05/dsc_05702.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_05702-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:\"dsc_05702-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_05702-1024x376.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_05702-1200x440.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_05702-900x330.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_05702-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(447,32,'_wp_page_template','default'),(448,32,'_rosa_page_header_height','half-height'),(449,32,'_rosa_page_cover_subtitle',' '),(450,32,'_rosa_page_cover_title',' '),(451,32,'_rosa_gmap_custom_style','of'),(452,32,'_rosa_post_slider_image_scale_mode','fill'),(453,32,'_rosa_post_slider_transition','move'),(454,32,'_rosa_post_slider_delay','1000'),(455,32,'_rosa_page_gmap_height','half-height'),(456,32,'_rosa_header_transparent_menu_bar','of'),(457,32,'_rosa_header_transparent_menu_bar_contact','of'),(471,46,'_wp_page_template','default'),(472,46,'_rosa_post_image_scale_mode','fill'),(473,46,'_rosa_post_slider_transition','move'),(474,46,'_rosa_post_slider_delay','1000'),(475,46,'_rosa_page_header_height','half-height'),(476,46,'_rosa_gmap_custom_style','of'),(477,46,'_rosa_main_gallery','9999,9998,221'),(478,46,'_rosa_page_gmap_height','half-height'),(479,46,'_rosa_header_transparent_menu_bar','of'),(480,46,'_rosa_post_slider_image_scale_mode','fill'),(481,46,'_rosa_header_transparent_menu_bar_contact','of'),(482,46,'_rosa_page_cover_title',' '),(505,116,'_wp_page_template','default'),(506,116,'_rosa_page_header_height','half-height'),(507,116,'_rosa_page_cover_subtitle',' '),(508,116,'_rosa_gmap_custom_style','of'),(509,116,'_rosa_post_slider_image_scale_mode','fill'),(510,116,'_rosa_post_slider_transition','move'),(511,116,'_rosa_post_slider_delay','1000'),(512,116,'_rosa_page_gmap_height','half-height'),(513,116,'_rosa_header_transparent_menu_bar','of'),(514,116,'_rosa_header_transparent_menu_bar_contact','of'),(515,123,'_wp_page_template','page-templates/contact.php'),(516,123,'_rosa_page_header_height','half-height'),(517,123,'_rosa_gmap_url','https://www.google.com.hk/maps/place/%E8%91%B5%E8%8A%B3%E8%88%88%E8%8A%B3%E8%B7%AF223%E8%99%9F%E6%96%B0%E9%83%BD%E6%9C%83%E5%BB%A3%E5%A0%B4%E7%AC%AC%E4%BA%8C%E5%BA%A7/@22.3574694,114.1263292,17z/data=!3m1!4b1!4m2!3m1!1s0x3403f8bc2ba6cf75:0x2e1445c562ab4d94'),(518,123,'_rosa_gmap_custom_style','of'),(519,123,'_rosa_gmap_marker_content','<img class=\"alignnone size-full wp-image-10138\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/logo-1x.png\" alt=\"logo-1x\" width=\"86\" height=\"33\" />'),(520,123,'_rosa_header_transparent_menu_bar','of'),(521,123,'_rosa_page_gmap_height','half-height'),(522,123,'_rosa_header_transparent_menu_bar_contact','of'),(1487,123,'_yoast_wpseo_redirect','http://knitplus.hk/contact.html'),(1482,116,'_yoast_wpseo_focuskw','Knit Plus'),(1481,15,'_yoast_wpseo_linkdex','68'),(1480,15,'_yoast_wpseo_redirect','http://knitplus.hk/knitwear-design-manufacturing.html'),(1477,15,'_yoast_wpseo_focuskw','Knitwear'),(1478,15,'_yoast_wpseo_title','Knitwear Design & Manufacturing | Knit Plus'),(1469,10036,'_yoast_wpseo_title','Knit Plus | Provide one-stop solutions for luxurious knitwear'),(1467,46,'_yoast_wpseo_linkdex','71'),(1468,10036,'_yoast_wpseo_focuskw','knit'),(629,9999,'_video_autoplay','off'),(1546,10161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:17:\"2014/05/home3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"home3-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:\"home3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"home3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:18:\"home3-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:17:\"home3-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:17:\"home3-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1545,10161,'_wp_attached_file','2014/05/home3.jpg'),(628,9999,'_video_url',''),(631,5,'_wp_page_template','page-templates/slideshow.php'),(632,5,'_rosa_gmap_custom_style','of'),(634,5,'_rosa_page_header_height','full-height'),(635,5,'_rosa_page_cover_subtitle',' '),(636,5,'_rosa_page_cover_title',' '),(638,5,'_rosa_header_transparent_menu_bar','of'),(639,5,'_rosa_header_transparent_menu_bar_contact','of'),(640,5,'_rosa_post_slider_image_scale_mode','fill'),(641,5,'_rosa_post_slider_transition','fade'),(642,5,'_rosa_post_slider_delay','2500'),(643,5,'_rosa_page_gmap_height','half-height'),(644,5,'_yoast_wpseo_title','Specialised in luxurious knitwear | Knit Plus'),(645,5,'_yoast_wpseo_metadesc','Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.'),(646,5,'_yoast_wpseo_focuskw','knitwear'),(647,5,'_yoast_wpseo_linkdex','52'),(648,15,'_wp_page_template','default'),(649,15,'_rosa_page_header_height','half-height'),(650,15,'_rosa_page_cover_subtitle',' '),(651,15,'_rosa_page_cover_title',' '),(652,15,'_rosa_gmap_custom_style','of'),(653,15,'_thumbnail_id','10216'),(654,15,'_rosa_post_slider_image_scale_mode','fill'),(655,15,'_rosa_post_slider_transition','move'),(656,15,'_rosa_post_slider_delay','1000'),(657,15,'_rosa_page_gmap_height','half-height'),(658,15,'_rosa_header_transparent_menu_bar','of'),(659,15,'_rosa_header_transparent_menu_bar_contact','of'),(661,32,'_wp_page_template','default'),(662,32,'_rosa_page_header_height','half-height'),(663,32,'_rosa_page_cover_subtitle',' '),(664,32,'_rosa_page_cover_title',' '),(665,32,'_rosa_gmap_custom_style','of'),(666,32,'_rosa_post_slider_image_scale_mode','fill'),(667,32,'_rosa_post_slider_transition','move'),(668,32,'_rosa_post_slider_delay','1000'),(669,32,'_rosa_page_gmap_height','half-height'),(670,32,'_rosa_header_transparent_menu_bar','of'),(671,32,'_rosa_header_transparent_menu_bar_contact','of'),(685,46,'_wp_page_template','default'),(686,46,'_rosa_post_image_scale_mode','fill'),(687,46,'_rosa_post_slider_transition','move'),(688,46,'_rosa_post_slider_delay','1000'),(689,46,'_rosa_page_header_height','half-height'),(690,46,'_rosa_gmap_custom_style','of'),(691,46,'_rosa_main_gallery','9999,9998,221'),(692,46,'_rosa_page_gmap_height','half-height'),(693,46,'_rosa_header_transparent_menu_bar','of'),(694,46,'_rosa_post_slider_image_scale_mode','fill'),(695,46,'_rosa_header_transparent_menu_bar_contact','of'),(696,46,'_rosa_page_cover_title',' '),(1420,10073,'_wp_attached_file','2014/05/dsc_06491.jpg'),(719,116,'_wp_page_template','default'),(720,116,'_rosa_page_header_height','half-height'),(721,116,'_rosa_page_cover_subtitle',' '),(722,116,'_rosa_gmap_custom_style','of'),(723,116,'_rosa_post_slider_image_scale_mode','fill'),(724,116,'_rosa_post_slider_transition','move'),(725,116,'_rosa_post_slider_delay','1000'),(726,116,'_rosa_page_gmap_height','half-height'),(727,116,'_rosa_header_transparent_menu_bar','of'),(728,116,'_rosa_header_transparent_menu_bar_contact','of'),(729,123,'_wp_page_template','page-templates/contact.php'),(730,123,'_rosa_page_header_height','half-height'),(731,123,'_rosa_gmap_url','https://www.google.com.hk/maps/place/%E8%91%B5%E8%8A%B3%E8%88%88%E8%8A%B3%E8%B7%AF223%E8%99%9F%E6%96%B0%E9%83%BD%E6%9C%83%E5%BB%A3%E5%A0%B4%E7%AC%AC%E4%BA%8C%E5%BA%A7/@22.3574694,114.1263292,17z/data=!3m1!4b1!4m2!3m1!1s0x3403f8bc2ba6cf75:0x2e1445c562ab4d94'),(732,123,'_rosa_gmap_custom_style','of'),(733,123,'_rosa_gmap_marker_content','<img class=\"alignnone size-full wp-image-10138\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/logo-1x.png\" alt=\"logo-1x\" width=\"86\" height=\"33\" />'),(734,123,'_rosa_header_transparent_menu_bar','of'),(735,123,'_rosa_page_gmap_height','half-height'),(736,123,'_rosa_header_transparent_menu_bar_contact','of'),(1488,123,'_yoast_wpseo_sitemap-include','never'),(1485,116,'_yoast_wpseo_linkdex','38'),(1479,15,'_yoast_wpseo_metadesc','Knitwear Design & Manufacturing sounds complicated and we will do the hard works for you, from sketches to target consumers group.'),(1475,10038,'_yoast_wpseo_linkdex','84'),(1474,10038,'_yoast_wpseo_metadesc','Knitwear Design & Manufacturing sounds complicated and we will do the hard works for you, from sketches to target consumers group.'),(1466,46,'_yoast_wpseo_metadesc','Knit Plus is agency for Made in UK finest knitted products representing two historic manufacturers – Johnstons of Elgin and Pantherella.'),(1542,10158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:16:\"2014/05/home.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"home-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"home-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"home-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:17:\"home-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:16:\"home-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:16:\"home-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1541,10158,'_wp_attached_file','2014/05/home.jpg'),(1540,5,'_rosa_gmap_border_style','simple'),(900,9999,'_video_url',''),(901,9999,'_video_autoplay','off'),(903,5,'_wp_page_template','page-templates/slideshow.php'),(904,5,'_rosa_gmap_custom_style','of'),(1280,10020,'_wp_attached_file','2014/05/dsc_0533.jpg'),(906,5,'_rosa_page_header_height','full-height'),(907,5,'_rosa_page_cover_subtitle',' '),(908,5,'_rosa_page_cover_title',' '),(1454,10103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:1031;s:4:\"file\";s:20:\"2014/08/timeline.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"timeline-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:\"timeline-296x300.png\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"timeline-1013x1024.png\";s:5:\"width\";i:1013;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"timeline-900x909.png\";s:5:\"width\";i:900;s:6:\"height\";i:909;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"timeline-400x404.png\";s:5:\"width\";i:400;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(910,5,'_rosa_header_transparent_menu_bar','of'),(911,5,'_rosa_header_transparent_menu_bar_contact','of'),(912,5,'_rosa_post_slider_image_scale_mode','fill'),(913,5,'_rosa_post_slider_transition','fade'),(914,5,'_rosa_post_slider_delay','2500'),(915,5,'_rosa_page_gmap_height','half-height'),(916,5,'_yoast_wpseo_title','Specialised in luxurious knitwear | Knit Plus'),(917,5,'_yoast_wpseo_metadesc','Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.'),(918,5,'_yoast_wpseo_focuskw','knitwear'),(919,5,'_yoast_wpseo_linkdex','52'),(920,15,'_wp_page_template','default'),(921,15,'_rosa_page_header_height','half-height'),(922,15,'_rosa_page_cover_subtitle',' '),(923,15,'_rosa_page_cover_title',' '),(924,15,'_rosa_gmap_custom_style','of'),(925,15,'_thumbnail_id','10216'),(926,15,'_rosa_post_slider_image_scale_mode','fill'),(927,15,'_rosa_post_slider_transition','move'),(928,15,'_rosa_post_slider_delay','1000'),(929,15,'_rosa_page_gmap_height','half-height'),(930,15,'_rosa_header_transparent_menu_bar','of'),(931,15,'_rosa_header_transparent_menu_bar_contact','of'),(1638,10232,'_wp_attached_file','2014/05/dsc_05702.jpg'),(933,32,'_wp_page_template','default'),(934,32,'_rosa_page_header_height','half-height'),(935,32,'_rosa_page_cover_subtitle',' '),(936,32,'_rosa_page_cover_title',' '),(937,32,'_rosa_gmap_custom_style','of'),(938,32,'_rosa_post_slider_image_scale_mode','fill'),(939,32,'_rosa_post_slider_transition','move'),(940,32,'_rosa_post_slider_delay','1000'),(941,32,'_rosa_page_gmap_height','half-height'),(942,32,'_rosa_header_transparent_menu_bar','of'),(943,32,'_rosa_header_transparent_menu_bar_contact','of'),(957,46,'_wp_page_template','default'),(958,46,'_rosa_post_image_scale_mode','fill'),(959,46,'_rosa_post_slider_transition','move'),(960,46,'_rosa_post_slider_delay','1000'),(961,46,'_rosa_page_header_height','half-height'),(962,46,'_rosa_gmap_custom_style','of'),(963,46,'_rosa_main_gallery','9999,9998,221'),(964,46,'_rosa_page_gmap_height','half-height'),(965,46,'_rosa_header_transparent_menu_bar','of'),(966,46,'_rosa_post_slider_image_scale_mode','fill'),(967,46,'_rosa_header_transparent_menu_bar_contact','of'),(968,46,'_rosa_page_cover_title',' '),(1419,116,'_thumbnail_id','10224'),(991,116,'_wp_page_template','default'),(992,116,'_rosa_page_header_height','half-height'),(993,116,'_rosa_page_cover_subtitle',' '),(994,116,'_rosa_gmap_custom_style','of'),(995,116,'_rosa_post_slider_image_scale_mode','fill'),(996,116,'_rosa_post_slider_transition','move'),(997,116,'_rosa_post_slider_delay','1000'),(998,116,'_rosa_page_gmap_height','half-height'),(999,116,'_rosa_header_transparent_menu_bar','of'),(1000,116,'_rosa_header_transparent_menu_bar_contact','of'),(1001,123,'_wp_page_template','page-templates/contact.php'),(1002,123,'_rosa_page_header_height','half-height'),(1003,123,'_rosa_gmap_url','https://www.google.com.hk/maps/place/%E8%91%B5%E8%8A%B3%E8%88%88%E8%8A%B3%E8%B7%AF223%E8%99%9F%E6%96%B0%E9%83%BD%E6%9C%83%E5%BB%A3%E5%A0%B4%E7%AC%AC%E4%BA%8C%E5%BA%A7/@22.3574694,114.1263292,17z/data=!3m1!4b1!4m2!3m1!1s0x3403f8bc2ba6cf75:0x2e1445c562ab4d94'),(1004,123,'_rosa_gmap_custom_style','of'),(1005,123,'_rosa_gmap_marker_content','<img class=\"alignnone size-full wp-image-10138\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/logo-1x.png\" alt=\"logo-1x\" width=\"86\" height=\"33\" />'),(1006,123,'_rosa_header_transparent_menu_bar','of'),(1007,123,'_rosa_page_gmap_height','half-height'),(1008,123,'_rosa_header_transparent_menu_bar_contact','of'),(1486,123,'_yoast_wpseo_meta-robots-nofollow','1'),(1473,10038,'_yoast_wpseo_title','Knitwear design and manufacturing specialist |Knit Plus'),(1472,10038,'_yoast_wpseo_focuskw','knitwear'),(1471,10036,'_yoast_wpseo_linkdex','91'),(1470,10036,'_yoast_wpseo_metadesc','Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.'),(1483,116,'_yoast_wpseo_metadesc','Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products. We\'d love to hear from you!'),(1465,46,'_yoast_wpseo_title','Knit Plus | Agency for Made in UK finest knitted products'),(1464,46,'_yoast_wpseo_focuskw','agency'),(1463,5,'_yoast_wpseo_sitemap-html-include','always'),(1539,5,'_rosa_page_border_style','simple'),(1538,46,'_rosa_gmap_border_style','simple'),(1537,46,'_rosa_page_border_style','simple'),(1536,15,'_rosa_gmap_border_style','simple'),(1535,15,'_rosa_page_border_style','simple'),(1544,10160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:18:\"2014/05/homev2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"homev2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"homev2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"homev2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:19:\"homev2-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:18:\"homev2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:18:\"homev2-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1178,10003,'_menu_item_type','post_type'),(1179,10003,'_menu_item_menu_item_parent','0'),(1180,10003,'_menu_item_object_id','5'),(1181,10003,'_menu_item_object','page'),(1182,10003,'_menu_item_target',''),(1183,10003,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1184,10003,'_menu_item_xfn',''),(1185,10003,'_menu_item_url',''),(1194,10005,'_menu_item_type','post_type'),(1195,10005,'_menu_item_menu_item_parent','0'),(1196,10005,'_menu_item_object_id','116'),(1197,10005,'_menu_item_object','page'),(1198,10005,'_menu_item_target',''),(1199,10005,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1200,10005,'_menu_item_xfn',''),(1201,10005,'_menu_item_url',''),(1266,10014,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(1267,10014,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:164:\"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 KnitPlus (http://knitplus.hk)\";s:9:\"recipient\";s:19:\"enquiry@knitplus.hk\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1268,10014,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:106:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on KnitPlus (http://knitplus.hk)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1269,10014,'_messages','a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(1270,10014,'_additional_settings',''),(1271,123,'_edit_lock','1409298944:1'),(1272,116,'_edit_lock','1411531857:1'),(1273,116,'_edit_last','1'),(1274,123,'_edit_last','1'),(1275,123,'_rosa_post_slider_image_scale_mode','fill'),(1276,123,'_rosa_post_slider_transition','move'),(1277,123,'_rosa_post_slider_delay','1000'),(1278,5,'_edit_lock','1410934131:1'),(1279,5,'_edit_last','1'),(1456,10107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:24:\"2014/05/dsc_0533-dim.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dsc_0533-dim-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dsc_0533-dim-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dsc_0533-dim-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:25:\"dsc_0533-dim-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:24:\"dsc_0533-dim-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:24:\"dsc_0533-dim-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1453,10103,'_wp_attached_file','2014/08/timeline.png'),(1574,10036,'_rosa_page_border_style','simple'),(1575,10036,'_rosa_gmap_border_style','simple'),(1569,10171,'_wp_attached_file','2014/05/homevn.jpg'),(1284,15,'_edit_lock','1410927852:1'),(1579,10191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:993;s:4:\"file\";s:36:\"2014/08/05_about_960_grid_12_col.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"05_about_960_grid_12_col-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:36:\"05_about_960_grid_12_col-253x300.png\";s:5:\"width\";i:253;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:36:\"05_about_960_grid_12_col-400x472.png\";s:5:\"width\";i:400;s:6:\"height\";i:472;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1577,10038,'_rosa_gmap_border_style','simple'),(1285,15,'_edit_last','1'),(1286,32,'_edit_lock','1410931117:1'),(1287,32,'_edit_last','1'),(1289,46,'_edit_lock','1410931456:1'),(1290,46,'_edit_last','1'),(1293,10036,'_edit_last','1'),(1294,10036,'_edit_lock','1411531884:1'),(1295,10036,'_wp_page_template','default'),(1296,10036,'_rosa_page_header_height','half-height'),(1297,10036,'_rosa_header_transparent_menu_bar','of'),(1298,10036,'_rosa_post_slider_image_scale_mode','fill'),(1299,10036,'_rosa_post_slider_transition','move'),(1300,10036,'_rosa_post_slider_delay','1000'),(1301,10036,'_rosa_page_gmap_height','half-height'),(1302,10036,'_rosa_gmap_custom_style','of'),(1303,10036,'_rosa_header_transparent_menu_bar_contact','of'),(1576,10038,'_rosa_page_border_style','simple'),(1304,10036,'_rosa_page_cover_subtitle',' '),(1305,10036,'_rosa_page_cover_title',' '),(1306,10038,'_edit_last','1'),(1307,10038,'_edit_lock','1410927310:1'),(1308,10038,'_wp_page_template','default'),(1309,10038,'_rosa_page_header_height','half-height'),(1310,10038,'_rosa_page_cover_subtitle',' '),(1311,10038,'_rosa_page_cover_title',' '),(1312,10038,'_rosa_header_transparent_menu_bar','of'),(1313,10038,'_rosa_post_slider_image_scale_mode','fill'),(1314,10038,'_rosa_post_slider_transition','move'),(1315,10038,'_rosa_post_slider_delay','1000'),(1316,10038,'_rosa_page_gmap_height','half-height'),(1317,10038,'_rosa_gmap_custom_style','of'),(1318,10038,'_rosa_header_transparent_menu_bar_contact','of'),(1360,10063,'_menu_item_type','post_type'),(1361,10063,'_menu_item_menu_item_parent','0'),(1362,10063,'_menu_item_object_id','10038'),(1363,10063,'_menu_item_object','page'),(1364,10063,'_menu_item_target',''),(1365,10063,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1366,10063,'_menu_item_xfn',''),(1367,10063,'_menu_item_url',''),(1369,10064,'_menu_item_type','post_type'),(1370,10064,'_menu_item_menu_item_parent','0'),(1371,10064,'_menu_item_object_id','10036'),(1372,10064,'_menu_item_object','page'),(1373,10064,'_menu_item_target',''),(1374,10064,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1375,10064,'_menu_item_xfn',''),(1376,10064,'_menu_item_url',''),(1417,10072,'_wp_attached_file','2014/05/dsc_0649.jpg'),(1378,10065,'_menu_item_type','post_type'),(1379,10065,'_menu_item_menu_item_parent','0'),(1380,10065,'_menu_item_object_id','116'),(1381,10065,'_menu_item_object','page'),(1382,10065,'_menu_item_target',''),(1383,10065,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1384,10065,'_menu_item_xfn',''),(1385,10065,'_menu_item_url',''),(1405,116,'_rosa_page_cover_title',' '),(1387,10066,'_menu_item_type','post_type'),(1388,10066,'_menu_item_menu_item_parent','0'),(1389,10066,'_menu_item_object_id','46'),(1390,10066,'_menu_item_object','page'),(1391,10066,'_menu_item_target',''),(1392,10066,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1393,10066,'_menu_item_xfn',''),(1394,10066,'_menu_item_url',''),(1396,10067,'_menu_item_type','post_type'),(1397,10067,'_menu_item_menu_item_parent','0'),(1398,10067,'_menu_item_object_id','5'),(1399,10067,'_menu_item_object','page'),(1400,10067,'_menu_item_target',''),(1401,10067,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1402,10067,'_menu_item_xfn',''),(1403,10067,'_menu_item_url',''),(1418,10072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2014/05/dsc_0649.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0649-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:\"dsc_0649-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0649-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0649-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0649-900x450.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0649-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408544658;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1422,10074,'_wp_attached_file','2014/05/dsc_06492.jpg'),(1423,10074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:4:\"file\";s:21:\"2014/05/dsc_06492.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_06492-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:\"dsc_06492-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_06492-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_06492-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_06492-900x506.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_06492-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408544658;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1424,10075,'_wp_attached_file','2014/05/dsc_06493.jpg'),(1425,10075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2014/05/dsc_06493.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_06493-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:\"dsc_06493-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_06493-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_06493-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_06493-900x450.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_06493-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408544658;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1426,10076,'_wp_attached_file','2014/05/dsc_06494.jpg'),(1427,10076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:21:\"2014/05/dsc_06494.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_06494-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:\"dsc_06494-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_06494-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_06494-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_06494-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_06494-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408544658;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1578,10191,'_wp_attached_file','2014/08/05_about_960_grid_12_col.png'),(1428,10077,'_wp_attached_file','2014/05/dsc_06495.jpg'),(1429,10077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2014/05/dsc_06495.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_06495-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:\"dsc_06495-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_06495-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_06495-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_06495-900x450.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_06495-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408544658;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1430,10078,'_wp_attached_file','2014/05/dsc_06496.jpg'),(1431,10078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2014/05/dsc_06496.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_06496-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:\"dsc_06496-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_06496-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_06496-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_06496-900x450.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_06496-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408544658;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1432,10079,'_wp_attached_file','2014/08/dsc_0579.jpg'),(1433,10079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2014/08/dsc_0579.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0579-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:\"dsc_0579-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0579-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0579-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0579-900x450.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0579-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408534230;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"560\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1648,10235,'_wp_attached_file','2014/08/showroom-v.jpg'),(1435,10081,'_wp_attached_file','2014/05/dsc_0617.jpg'),(1436,10081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2014/05/dsc_0617.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0617-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:\"dsc_0617-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0617-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0617-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0617-900x450.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0617-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408539928;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";}}'),(1437,10082,'_wp_attached_file','2014/05/dsc_0561.jpg'),(1438,10082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2014/05/dsc_0561.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0561-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:\"dsc_0561-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0561-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0561-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0561-900x450.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0561-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408533627;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1439,10083,'_wp_attached_file','2014/08/dsc_0638.jpg'),(1440,10083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/08/dsc_0638.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0638-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:\"dsc_0638-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0638-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0638-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0638-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0638-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408542635;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(1441,10087,'_wp_attached_file','2014/08/dsc_0669.jpg'),(1442,10087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/08/dsc_0669.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0669-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:\"dsc_0669-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0669-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0669-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0669-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0669-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408547458;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";}}'),(1443,10038,'_thumbnail_id','10216'),(1444,10089,'_wp_attached_file','2014/08/dsc_0594.jpg'),(1445,10089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/08/dsc_0594.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0594-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:\"dsc_0594-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0594-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0594-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0594-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0594-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408535018;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"560\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1446,10092,'_wp_attached_file','2014/08/agency.png'),(1447,10092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:911;s:6:\"height\";i:184;s:4:\"file\";s:18:\"2014/08/agency.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"agency-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:\"agency-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:18:\"agency-900x181.png\";s:5:\"width\";i:900;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:17:\"agency-400x80.png\";s:5:\"width\";i:400;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1448,10099,'_wp_attached_file','2014/05/dsc_0530.jpg'),(1449,10099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/05/dsc_0530.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0530-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:\"dsc_0530-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0530-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0530-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0530-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0530-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408531964;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1450,10100,'_wp_attached_file','2014/05/dsc_0526.jpg'),(1451,10100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/05/dsc_0526.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0526-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:\"dsc_0526-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0526-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0526-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0526-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0526-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408531647;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1630,10229,'_wp_attached_file','2014/05/dsc_05261.jpg'),(1457,10108,'_wp_attached_file','2014/08/dsc_0648.jpg'),(1458,10108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/08/dsc_0648.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0648-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:\"dsc_0648-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0648-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0648-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0648-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0648-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408544314;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"360\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1459,10110,'_wp_attached_file','2014/08/cotton-ball1-1.jpg'),(1460,10110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1694;s:6:\"height\";i:1133;s:4:\"file\";s:26:\"2014/08/cotton-ball1-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cotton-ball1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cotton-ball1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"cotton-ball1-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:27:\"cotton-ball1-1-1200x802.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:802;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:26:\"cotton-ball1-1-900x601.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:26:\"cotton-ball1-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1156929699;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),(1461,10112,'_wp_attached_file','2014/08/texture.gif'),(1462,10112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:365;s:4:\"file\";s:19:\"2014/08/texture.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"texture-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"texture-300x189.gif\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:19:\"texture-400x253.gif\";s:5:\"width\";i:400;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1489,123,'_yoast_wpseo_sitemap-prio','0.1'),(1490,123,'_yoast_wpseo_sitemap-html-include','never'),(1491,32,'_yoast_wpseo_focuskw','Agency'),(1492,32,'_yoast_wpseo_title','Agency for Made in UK finest knitted products | Knit Plus'),(1493,32,'_yoast_wpseo_metadesc','Knit Plus is agency for Made in UK finest knitted products representing two historic manufacturers – Johnstons of Elgin and Pantherella.'),(1494,32,'_yoast_wpseo_linkdex','62'),(1495,32,'_yoast_wpseo_redirect','http://knitplus.hk/agency.html'),(1496,10122,'_wp_attached_file','2014/08/texture-gif-v2.gif'),(1497,10122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:365;s:4:\"file\";s:26:\"2014/08/texture-gif-v2.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"texture-gif-v2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"texture-gif-v2-300x189.gif\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:26:\"texture-gif-v2-400x253.gif\";s:5:\"width\";i:400;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1498,10124,'_wp_attached_file','2014/05/dsc_0534.jpg'),(1499,10124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/05/dsc_0534.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0534-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:\"dsc_0534-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0534-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0534-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0534-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0534-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408532255;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1500,10126,'_wp_attached_file','2014/05/dsc_0552.jpg'),(1501,10126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/05/dsc_0552.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0552-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:\"dsc_0552-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0552-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0552-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0552-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0552-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408533343;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1502,10128,'_wp_attached_file','2014/05/dsc_0544.jpg'),(1503,10128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/05/dsc_0544.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0544-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:\"dsc_0544-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0544-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0544-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0544-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0544-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408533059;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"160\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(1504,10130,'_wp_attached_file','2014/05/dsc_05341.jpg'),(1505,10130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:21:\"2014/05/dsc_05341.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_05341-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:\"dsc_05341-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_05341-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_05341-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_05341-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_05341-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1506,10131,'_wp_attached_file','2014/05/dsc_05342.jpg'),(1507,10131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:21:\"2014/05/dsc_05342.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_05342-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:\"dsc_05342-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_05342-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_05342-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_05342-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_05342-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1508,10135,'_wp_attached_file','2014/08/agency1.png'),(1509,10135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:911;s:6:\"height\";i:184;s:4:\"file\";s:19:\"2014/08/agency1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"agency1-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:\"agency1-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:19:\"agency1-900x181.png\";s:5:\"width\";i:900;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:18:\"agency1-400x80.png\";s:5:\"width\";i:400;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1510,10138,'_wp_attached_file','2014/08/logo-1x.png'),(1511,10138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:33;s:4:\"file\";s:19:\"2014/08/logo-1x.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1512,10139,'_wp_attached_file','2014/08/logo-2x.png'),(1513,10139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:172;s:6:\"height\";i:66;s:4:\"file\";s:19:\"2014/08/logo-2x.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-2x-150x66.png\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1514,10140,'_wp_attached_file','2014/08/logo-2x1.png'),(1515,10140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:172;s:6:\"height\";i:66;s:4:\"file\";s:20:\"2014/08/logo-2x1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo-2x1-150x66.png\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1516,10141,'_wp_attached_file','2014/08/k.png'),(1517,10141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:13:\"2014/08/k.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1543,10160,'_wp_attached_file','2014/05/homev2.jpg'),(1533,32,'_rosa_page_border_style','simple'),(1534,32,'_rosa_gmap_border_style','simple'),(1547,10140,'_edit_lock','1409298251:1'),(1548,10138,'_edit_lock','1409297930:1'),(1549,10162,'_wp_attached_file','2014/08/logo-1x1.png'),(1550,10162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:33;s:4:\"file\";s:20:\"2014/08/logo-1x1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1551,10163,'_wp_attached_file','2014/08/logo-2x11.png'),(1552,10163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:172;s:6:\"height\";i:66;s:4:\"file\";s:21:\"2014/08/logo-2x11.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"logo-2x11-150x66.png\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1553,123,'_rosa_page_border_style','simple'),(1554,123,'_rosa_gmap_border_style','simple'),(1555,10164,'_wp_attached_file','2014/08/logo-light-1x.png'),(1556,10164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:131;s:6:\"height\";i:50;s:4:\"file\";s:25:\"2014/08/logo-light-1x.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1557,10165,'_wp_attached_file','2014/08/logo-light-2x.png'),(1558,10165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:262;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2014/08/logo-light-2x.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-light-2x-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1559,10166,'_wp_attached_file','2014/08/logo-1x2.png'),(1560,10166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:131;s:6:\"height\";i:50;s:4:\"file\";s:20:\"2014/08/logo-1x2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1561,10167,'_wp_attached_file','2014/08/logo-2x2.png'),(1562,10167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:262;s:6:\"height\";i:100;s:4:\"file\";s:20:\"2014/08/logo-2x2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"logo-2x2-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1563,10168,'_wp_attached_file','2014/08/logo-light-1x1.png'),(1564,10168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:131;s:6:\"height\";i:50;s:4:\"file\";s:26:\"2014/08/logo-light-1x1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1565,10169,'_wp_attached_file','2014/08/logo-light-2x1.png'),(1566,10169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:262;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2014/08/logo-light-2x1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"logo-light-2x1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1567,5,'_yoast_wpseo_sitemap-include','always'),(1568,5,'_yoast_wpseo_sitemap-prio','1'),(1570,10171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:18:\"2014/05/homevn.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"homevn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"homevn-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"homevn-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:19:\"homevn-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:18:\"homevn-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:18:\"homevn-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1571,5,'_thumbnail_id','10171'),(1572,116,'_rosa_page_border_style','simple'),(1573,116,'_rosa_gmap_border_style','simple'),(1580,10208,'_wp_attached_file','2014/08/texture-gif-v3.gif'),(1581,10208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:365;s:4:\"file\";s:26:\"2014/08/texture-gif-v3.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"texture-gif-v3-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"texture-gif-v3-300x189.gif\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:26:\"texture-gif-v3-400x253.gif\";s:5:\"width\";i:400;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1582,10210,'_wp_attached_file','2014/08/our-story-v3.jpg'),(1583,10210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:834;s:6:\"height\";i:1031;s:4:\"file\";s:24:\"2014/08/our-story-v3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"our-story-v3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"our-story-v3-242x300.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"our-story-v3-828x1024.jpg\";s:5:\"width\";i:828;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:24:\"our-story-v3-400x494.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1584,10214,'_wp_attached_file','2014/08/dsc_06381.jpg'),(1585,10214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:21:\"2014/08/dsc_06381.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_06381-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:\"dsc_06381-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_06381-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_06381-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_06381-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_06381-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408542635;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1586,10216,'_wp_attached_file','2014/08/dsc_0617.jpg'),(1587,10216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2014/08/dsc_0617.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0617-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:\"dsc_0617-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0617-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0617-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0617-900x450.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0617-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408539928;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1588,10217,'_wp_attached_file','2014/08/dsc_06691.jpg'),(1589,10217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:21:\"2014/08/dsc_06691.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_06691-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:\"dsc_06691-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_06691-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_06691-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_06691-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_06691-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1592,10220,'_wp_attached_file','2014/09/dsc_0534.jpg'),(1593,10220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/09/dsc_0534.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0534-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:\"dsc_0534-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0534-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0534-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0534-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0534-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408532255;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1594,10221,'_wp_attached_file','2014/09/dsc_0571.jpg'),(1595,10221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/09/dsc_0571.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0571-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:\"dsc_0571-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0571-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0571-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0571-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0571-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408534040;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1596,10222,'_wp_attached_file','2014/09/dsc_0649.jpg'),(1597,10222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/09/dsc_0649.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0649-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:\"dsc_0649-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0649-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0649-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0649-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0649-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408544658;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"720\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1619,5,'_rosa_main_gallery','10242,10221,10246,10244'),(1620,5,'_rosa_post_slider_autoplay','1'),(1621,10224,'_wp_attached_file','2014/05/dsc_0649-v2.jpg'),(1622,10224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1586;s:6:\"height\";i:980;s:4:\"file\";s:23:\"2014/05/dsc_0649-v2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"dsc_0649-v2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dsc_0649-v2-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"dsc_0649-v2-1024x632.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:24:\"dsc_0649-v2-1200x741.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:23:\"dsc_0649-v2-900x556.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:23:\"dsc_0649-v2-400x247.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1623,10225,'_wp_attached_file','2014/05/aw_mens_cashmere_5.jpg'),(1624,10225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:1181;s:4:\"file\";s:30:\"2014/05/aw_mens_cashmere_5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"aw_mens_cashmere_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"aw_mens_cashmere_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"aw_mens_cashmere_5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:30:\"aw_mens_cashmere_5-900x900.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:30:\"aw_mens_cashmere_5-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:6.2999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1381928955;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"180\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1626,10226,'_wp_attached_file','2014/05/agent1.jpg'),(1627,10226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:579;s:6:\"height\";i:387;s:4:\"file\";s:18:\"2014/05/agent1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"agent1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"agent1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:18:\"agent1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1628,10227,'_wp_attached_file','2014/05/agent2.jpg'),(1629,10227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:579;s:6:\"height\";i:387;s:4:\"file\";s:18:\"2014/05/agent2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"agent2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"agent2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:18:\"agent2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1631,10229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:21:\"2014/05/dsc_05261.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_05261-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:\"dsc_05261-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_05261-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_05261-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_05261-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_05261-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408531647;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1635,10231,'_wp_attached_file','2014/05/dsc_05701.jpg'),(1633,10230,'_wp_attached_file','2014/05/dsc_0570.jpg'),(1634,10230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:756;s:4:\"file\";s:20:\"2014/05/dsc_0570.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0570-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:\"dsc_0570-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0570-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0570-1200x442.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0570-900x332.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0570-400x147.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1636,10231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:572;s:4:\"file\";s:21:\"2014/05/dsc_05701.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_05701-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:\"dsc_05701-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_05701-1024x286.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_05701-1200x335.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_05701-900x251.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_05701-400x111.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1637,46,'_thumbnail_id','10234'),(1645,10234,'_wp_attached_file','2014/05/dsc_0570nxyz.jpg'),(1642,10233,'_wp_attached_file','2014/05/dsc_0570n.jpg'),(1643,10233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:752;s:4:\"file\";s:21:\"2014/05/dsc_0570n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_0570n-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:\"dsc_0570n-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_0570n-1024x376.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_0570n-1200x440.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_0570n-900x330.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_0570n-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1646,10234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:752;s:4:\"file\";s:24:\"2014/05/dsc_0570nxyz.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dsc_0570nxyz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dsc_0570nxyz-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dsc_0570nxyz-1024x376.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:25:\"dsc_0570nxyz-1200x440.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:24:\"dsc_0570nxyz-900x330.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:24:\"dsc_0570nxyz-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1647,32,'_thumbnail_id','10232'),(1649,10235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:752;s:4:\"file\";s:22:\"2014/08/showroom-v.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"showroom-v-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"showroom-v-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"showroom-v-1024x376.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:23:\"showroom-v-1200x440.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:22:\"showroom-v-900x330.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:22:\"showroom-v-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1651,10236,'_wp_attached_file','2014/08/dsc_0533.jpg'),(1652,10236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:978;s:4:\"file\";s:20:\"2014/08/dsc_0533.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0533-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:\"dsc_0533-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0533-1024x489.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0533-1200x573.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0533-900x429.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0533-400x191.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408532218;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"450\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1653,10036,'_thumbnail_id','10238'),(1654,10237,'_wp_attached_file','2014/08/dsc_05331.jpg'),(1655,10237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:978;s:4:\"file\";s:21:\"2014/08/dsc_05331.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_05331-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:\"dsc_05331-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_05331-1024x489.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_05331-1200x573.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_05331-900x429.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_05331-400x191.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408532218;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"450\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1656,10238,'_wp_attached_file','2014/08/dsc_05332.jpg'),(1657,10238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:978;s:4:\"file\";s:21:\"2014/08/dsc_05332.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dsc_05332-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:\"dsc_05332-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dsc_05332-1024x489.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:22:\"dsc_05332-1200x573.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:21:\"dsc_05332-900x429.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:21:\"dsc_05332-400x191.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408532218;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"450\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1658,10239,'_wp_attached_file','2014/05/dsc_0582.jpg'),(1659,10239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/05/dsc_0582.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0582-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:\"dsc_0582-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0582-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0582-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0582-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0582-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408534285;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1660,10240,'_wp_attached_file','2014/05/dsc_0539.jpg'),(1661,10240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/05/dsc_0539.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0539-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:\"dsc_0539-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0539-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0539-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0539-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0539-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408532697;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1662,10241,'_wp_attached_file','2014/05/dsc_0532.jpg'),(1663,10241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/05/dsc_0532.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0532-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:\"dsc_0532-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0532-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0532-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0532-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0532-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408532035;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1664,10242,'_wp_attached_file','2014/05/dsc_0533-2.jpg'),(1665,10242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:22:\"2014/05/dsc_0533-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc_0533-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"dsc_0533-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"dsc_0533-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:23:\"dsc_0533-2-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:22:\"dsc_0533-2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:22:\"dsc_0533-2-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408532218;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"450\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1666,10243,'_wp_attached_file','2014/05/dsc_0582-2.jpg'),(1667,10243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:22:\"2014/05/dsc_0582-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc_0582-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"dsc_0582-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"dsc_0582-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:23:\"dsc_0582-2-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:22:\"dsc_0582-2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:22:\"dsc_0582-2-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408534285;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1668,10244,'_wp_attached_file','2014/05/dsc_0551.jpg'),(1669,10244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/05/dsc_0551.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0551-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:\"dsc_0551-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0551-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0551-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0551-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0551-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408533239;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"110\";s:3:\"iso\";s:3:\"220\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1670,10245,'_wp_attached_file','2014/05/dsc_0582-3.jpg'),(1671,10245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:22:\"2014/05/dsc_0582-3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc_0582-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"dsc_0582-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"dsc_0582-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:23:\"dsc_0582-3-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:22:\"dsc_0582-3-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:22:\"dsc_0582-3-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408534285;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1672,10246,'_wp_attached_file','2014/05/dsc_0536.jpg'),(1673,10246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2014/05/dsc_0536.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_0536-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:\"dsc_0536-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc_0536-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-size\";a:4:{s:4:\"file\";s:21:\"dsc_0536-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-size\";a:4:{s:4:\"file\";s:20:\"dsc_0536-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"small-size\";a:4:{s:4:\"file\";s:20:\"dsc_0536-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408532330;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}');
/*!40000 ALTER TABLE `ifstudio_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ifstudio_posts`
--
DROP TABLE IF EXISTS `ifstudio_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ifstudio_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(20) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=10254 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ifstudio_posts`
--
LOCK TABLES `ifstudio_posts` WRITE;
/*!40000 ALTER TABLE `ifstudio_posts` DISABLE KEYS */;
INSERT INTO `ifstudio_posts` VALUES (9999,1,'2014-05-30 08:59:33','2014-05-30 08:59:33','','Holiday2013_FRONT','','inherit','open','open','','holiday2013_front','','','2014-05-30 08:59:33','2014-05-30 08:59:33','',5,'http://knitplus.hk/wp-content/uploads/2014/05/placeholder_image2.png',0,'attachment','image/png',0),(180,1,'2014-06-04 10:15:35','2014-06-04 10:15:35','','rosa-favicon','','inherit','open','open','','rosa-favicon','','','2014-06-04 10:15:35','2014-06-04 10:15:35','',0,'http://knitplus.hk/wp-content/uploads/2014/06/rosa-favicon.png',0,'attachment','image/png',0),(181,1,'2014-06-04 10:15:39','2014-06-04 10:15:39','','logo-rosa','','inherit','open','open','','logo-rosa','','','2014-06-04 10:15:39','2014-06-04 10:15:39','',0,'http://knitplus.hk/wp-content/uploads/2014/06/logo-rosa.png',0,'attachment','image/png',0),(200,1,'2014-06-04 13:06:12','2014-06-04 13:06:12','','logo-rosa-white','','inherit','open','open','','logo-rosa-white','','','2014-06-04 13:06:12','2014-06-04 13:06:12','',0,'http://knitplus.hk/wp-content/uploads/2014/06/logo-rosa-white.png',0,'attachment','image/png',0),(201,1,'2014-06-04 13:06:26','2014-06-04 13:06:26','','logo-rosa','','inherit','open','open','','logo-rosa-2','','','2014-06-04 13:06:26','2014-06-04 13:06:26','',0,'http://knitplus.hk/wp-content/uploads/2014/06/logo-rosa1.png',0,'attachment','image/png',0),(202,1,'2014-06-04 13:06:40','2014-06-04 13:06:40','','logo-rosa-white-2x','','inherit','open','open','','logo-rosa-white-2x','','','2014-06-04 13:06:40','2014-06-04 13:06:40','',0,'http://knitplus.hk/wp-content/uploads/2014/06/logo-rosa-white-2x.png',0,'attachment','image/png',0),(203,1,'2014-06-04 13:06:49','2014-06-04 13:06:49','','logo-rosa-dark-2x','','inherit','open','open','','logo-rosa-dark-2x','','','2014-06-04 13:06:49','2014-06-04 13:06:49','',0,'http://knitplus.hk/wp-content/uploads/2014/06/logo-rosa-dark-2x.png',0,'attachment','image/png',0),(221,1,'2014-06-05 07:30:55','2014-06-05 07:30:55','','slider-shortcode-1','','inherit','open','open','','slider-shortcode-1','','','2014-06-05 07:30:55','2014-06-05 07:30:55','',0,'http://knitplus.hk/wp-content/uploads/2014/06/placeholder_image2.png',0,'attachment','image/png',0),(9998,1,'2014-06-05 07:30:56','2014-06-05 07:30:56','','slider-shortcode-2','','inherit','open','open','','slider-shortcode-2','','','2014-06-05 07:30:56','2014-06-05 07:30:56','',0,'http://knitplus.hk/wp-content/uploads/2014/06/placeholder_image1.png',0,'attachment','image/png',0),(5,1,'2014-05-30 08:42:12','2014-05-30 08:42:12','<h1 style=\"text-align: center;\">Welcome to Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers.\r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n\r\n[button link=\"http://knitplus.hk/about-knit-plus.html\" type=\"text\" size=\"small\"]Learn more about Knit Plus\r\n[/button]','Knit Plus Home','','publish','closed','closed','','frontpage','','','2014-09-17 14:10:28','2014-09-17 06:10:28','',0,'http://pixelgrade.com/demos/rosa/?page_id=5',0,'page','',0),(15,1,'2014-05-30 09:17:16','2014-05-30 09:17:16','<h1 style=\"text-align: center;\">Knitwear Design & Manufacturing</h1>\r\nThe best knitwear begins with many invisible elements – starting from the initial design concept, the sketches, brand aesthetics and targeted consumer group. All this background information is crucial in translating a design sketch into the best knitwear.\r\n\r\nKnitwear is created by a number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and whilst this was effective then, nowadays luxury knitwear must fit a 3D body shape to achieve a specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to a 2D form of rows and stitches, Knit Plus being one of them. This translation requires the theory of abstract mathematics and particle physics. However, there is no need to be mathematician or physicist as Knit Plus is able to do all this for you.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/knitwear-design-manufacturing.html\" type=\"text\" size=\"small\"]Learn more about Knitwear\r\n[/button]</a>','Knitwear Design & Manufacturing','','publish','open','open','','knitwear-design-manufacturing','','','2014-09-17 12:22:45','2014-09-17 04:22:45','',5,'http://pixelgrade.com/demos/rosa/?page_id=15',2,'page','',0),(32,1,'2014-05-30 11:12:52','2014-05-30 11:12:52','<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/agency.html\" type=\"text\" size=\"small\"]Learn more about ‘Made in UK’[/button]</a>','Agency','','publish','open','open','','agency','','','2014-09-17 13:20:42','2014-09-17 05:20:42','',5,'http://pixelgrade.com/demos/rosa/?page_id=32',3,'page','',0),(10025,1,'2014-08-27 17:59:21','2014-08-27 09:59:21','There are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella. \r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region. learn more','Agency','','inherit','open','open','','32-revision-v1','','','2014-08-27 17:59:21','2014-08-27 09:59:21','',32,'http://knitplus.hk/32-revision-v1/',0,'revision','',0),(46,1,'2014-05-30 12:17:45','2014-05-30 12:17:45','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-full wp-image-10226\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/agent1.jpg\" alt=\"agent1\" width=\"579\" height=\"387\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-full wp-image-10227\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/agent2.jpg\" alt=\"agent2\" width=\"579\" height=\"387\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for Made in UK','','publish','closed','closed','','agency','','','2014-09-17 13:21:16','2014-09-17 05:21:16','',0,'http://pixelgrade.com/demos/rosa/?page_id=46',0,'page','',0),(116,1,'2014-05-30 14:17:08','2014-05-30 14:17:08','[row cols_nr=\"2\" thick_gutter=\"on\"][col size=\"6\"]\r\n<h1>Contact Us</h1>\r\nOur Hong Kong showroom is conveniently located just 20 minutes away from the city centre and 40 minutes from the airport.\r\n\r\nPlease feel free to contact us or visit our showroom at the address below; we look forward to hearing from you.\r\n\r\nAddress:\r\nUnits 4602-4603, 46/F., Metroplaza Tower 2, 223 Hing Fong Road, Kwai Fong, Kowloon, Hong Kong.\r\n\r\nTelephone:\r\n+852 2123 9188\r\n\r\nFax:\r\n+852 2123 9166\r\n\r\nEmail:\r\n<a title=\"enquiry@knitplus.hk\" href=\"mailto:enquiry@knitplus.hk\">enquiry@knitplus.hk</a>\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n[contact-form-7 id=\"10014\" title=\"Contact form 1\"]\r\n\r\n[/col]\r\n[/row]','Contact','','publish','closed','closed','','contact','','','2014-09-24 12:12:16','2014-09-24 04:12:16','',0,'http://pixelgrade.com/demos/rosa/?page_id=116',0,'page','',0),(10016,1,'2014-08-27 17:40:31','2014-08-27 09:40:31','[row cols_nr=\"2\" thick_gutter=\"on\"][col size=\"6\"]\r\nOur showroom location is 20 minutes away from the city center Hong Kong and 40 minutes away from the airport. We\'d love to hear from you! \r\n\r\nAddress:\r\nUnits 4602-4603, 46/F., Metroplaza Tower 2, 223 Hing Fong Road, Kwai Fong, Kowloon, Hong Kong. \r\n\r\nTelephone: \r\n+852 2123 9188\r\n\r\nFax: \r\n+852 2123 9166\r\n\r\nEmail: \r\nenquiry@knitplus.hk\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n[contact-form-7 id=\"1\" title=\"Contact Form\"]\r\n\r\n[/col]\r\n[/row]','Contact','','inherit','open','open','','116-revision-v1','','','2014-08-27 17:40:31','2014-08-27 09:40:31','',116,'http://knitplus.hk/116-revision-v1/',0,'revision','',0),(123,1,'2014-05-30 14:20:56','2014-05-30 14:20:56','','Map','','publish','closed','closed','','map','','','2014-08-29 15:57:26','2014-08-29 07:57:26','',116,'http://pixelgrade.com/demos/rosa/?page_id=123',0,'page','',0),(10120,1,'2014-08-29 11:21:12','2014-08-29 03:21:12','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions. \r\n\r\n<a href=\"http://knitplus.hk/\" title=\"Home Page\">learn more</a>','Knit Plus Home Page','','inherit','closed','open','','5-revision-v1','','','2014-08-29 11:21:12','2014-08-29 03:21:12','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10158,1,'2014-08-29 15:34:51','2014-08-29 07:34:51','','home','','inherit','closed','open','','home-2','','','2014-08-29 15:34:51','2014-08-29 07:34:51','',5,'http://knitplus.hk/wp-content/uploads/2014/05/home.jpg',0,'attachment','image/jpeg',0),(10159,1,'2014-08-29 15:34:59','2014-08-29 07:34:59','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n[button link=\"http://knitplus.hk/about-knit-plus.html\" type=\"text\" size=\"small\"]learn more[/button]','Knit Plus Home','','inherit','closed','open','','5-revision-v1','','','2014-08-29 15:34:59','2014-08-29 07:34:59','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10160,1,'2014-08-29 15:37:03','2014-08-29 07:37:03','','homev2','','inherit','closed','open','','homev2','','','2014-08-29 15:37:03','2014-08-29 07:37:03','',5,'http://knitplus.hk/wp-content/uploads/2014/05/homev2.jpg',0,'attachment','image/jpeg',0),(10161,1,'2014-08-29 15:39:48','2014-08-29 07:39:48','','home3','','inherit','closed','open','','home3','','','2014-08-29 15:39:48','2014-08-29 07:39:48','',5,'http://knitplus.hk/wp-content/uploads/2014/05/home3.jpg',0,'attachment','image/jpeg',0),(10162,1,'2014-08-29 15:43:46','2014-08-29 07:43:46','','logo-1x','','inherit','closed','open','','logo-1x-2','','','2014-08-29 15:43:46','2014-08-29 07:43:46','',0,'http://knitplus.hk/wp-content/uploads/2014/08/logo-1x1.png',0,'attachment','image/png',0),(10148,1,'2014-08-29 15:17:45','2014-08-29 07:17:45','There are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n \r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/agency.html\" type=\"text\" size=\"small\"]learn more[/button]</a>','Agency','','inherit','closed','open','','32-revision-v1','','','2014-08-29 15:17:45','2014-08-29 07:17:45','',32,'http://knitplus.hk/32-revision-v1/',0,'revision','',0),(10149,1,'2014-08-29 15:18:58','2014-08-29 07:18:58','There are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/agency.html\" type=\"text\" size=\"regular\"]learn more[/button]</a>','Agency','','inherit','closed','open','','32-revision-v1','','','2014-08-29 15:18:58','2014-08-29 07:18:58','',32,'http://knitplus.hk/32-revision-v1/',0,'revision','',0),(10150,1,'2014-08-29 15:19:41','2014-08-29 07:19:41','There are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/agency.html\" type=\"text\" size=\"small\"]learn more[/button]</a>','Agency','','inherit','closed','open','','32-revision-v1','','','2014-08-29 15:19:41','2014-08-29 07:19:41','',32,'http://knitplus.hk/32-revision-v1/',0,'revision','',0),(10151,1,'2014-08-29 15:20:30','2014-08-29 07:20:30','The best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\nThe heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/knitwear-design-manufacturing.html\" type=\"text\" size=\"small\"]learn more[/button]</a>','Knitwear Design & Manufacturing','','inherit','closed','open','','15-revision-v1','','','2014-08-29 15:20:30','2014-08-29 07:20:30','',15,'http://knitplus.hk/15-revision-v1/',0,'revision','',0),(10152,1,'2014-08-29 15:21:18','2014-08-29 07:21:18','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries.</p>\r\nMore details can be found in <a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"www.johnstonscashmere.com\" type=\"text\" size=\"small\"]learn more[/button]</a>.\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.</p>\r\nMore details can be found in <a title=\"www.pantherella.co.uk\" href=\"http://www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a>.\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','closed','open','','46-revision-v1','','','2014-08-29 15:21:18','2014-08-29 07:21:18','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10147,1,'2014-09-17 13:13:30','2014-09-17 05:13:30','<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/agency.html\" type=\"text\" size=\"small\"]Learn more about ‘Made in UK’[/button]</a>','Agency','','inherit','closed','open','','32-autosave-v1','','','2014-09-17 13:13:30','2014-09-17 05:13:30','',32,'http://knitplus.hk/32-autosave-v1/',0,'revision','',0),(10003,1,'2014-08-27 05:25:35','2014-08-27 09:25:35','','Welcome','','publish','open','open','','welcome','','','2014-08-27 17:34:43','2014-08-27 09:34:43','',0,'http://knitplus.hk/?p=10003',1,'nav_menu_item','',0),(10005,1,'2014-08-27 05:25:35','2014-08-27 09:25:35',' ','','','publish','open','open','','10005','','','2014-08-27 17:34:43','2014-08-27 09:34:43','',0,'http://knitplus.hk/?p=10005',9,'nav_menu_item','',0),(10014,1,'2014-08-27 17:30:43','2014-08-27 09:30:43','<p>Your Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\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 KnitPlus (http://knitplus.hk)\nenquiry@knitplus.hk\n\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on KnitPlus (http://knitplus.hk)\n[your-email]\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Contact form 1','','publish','open','open','','contact-form-1','','','2014-09-17 12:45:20','2014-09-17 04:45:20','',0,'http://knitplus.hk/?post_type=wpcf7_contact_form&p=10014',0,'wpcf7_contact_form','',0),(10015,1,'2014-09-16 15:37:23','2014-09-16 07:37:23','[row cols_nr=\"2\" thick_gutter=\"on\"][col size=\"6\"]<h1>Contact Us</h1>\r\nOur Hong Kong showroom is conveniently located just 20 minutes away from the city centreand 40 minutes from the airport.\r\n\r\nPlease feel free to contact us or visit our showroom at the address below; we look forward to hearing from you.\r\n\r\nAddress:\r\nUnits 4602-4603, 46/F., Metroplaza Tower 2, 223 Hing Fong Road, Kwai Fong, Kowloon, Hong Kong.\r\n\r\nTelephone:\r\n+852 2123 9188\r\n\r\nFax:\r\n+852 2123 9166\r\n\r\nEmail:\r\n<a href=\"mailto:enquiry@knitplus.hk\" title=\"enquiry@knitplus.hk\">enquiry@knitplus.hk</a>\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n[contact-form-7 id=\"10014\" title=\"Contact form 1\"]\r\n\r\n[/col]\r\n[/row]','Contact','','inherit','open','open','','116-autosave-v1','','','2014-09-16 15:37:23','2014-09-16 07:37:23','',116,'http://knitplus.hk/116-autosave-v1/',0,'revision','',0),(10017,1,'2014-08-27 17:42:28','2014-08-27 09:42:28','[row cols_nr=\"2\" thick_gutter=\"on\"][col size=\"6\"]\r\nOur showroom location is 20 minutes away from the city center Hong Kong and 40 minutes away from the airport. We\'d love to hear from you! \r\n\r\nAddress:\r\nUnits 4602-4603, 46/F., Metroplaza Tower 2, 223 Hing Fong Road, Kwai Fong, Kowloon, Hong Kong. \r\n\r\nTelephone: \r\n+852 2123 9188\r\n\r\nFax: \r\n+852 2123 9166\r\n\r\nEmail: \r\nenquiry@knitplus.hk\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n[contact-form-7 id=\"10014\" title=\"Contact form 1\"]\r\n\r\n[/col]\r\n[/row]','Contact','','inherit','open','open','','116-revision-v1','','','2014-08-27 17:42:28','2014-08-27 09:42:28','',116,'http://knitplus.hk/116-revision-v1/',0,'revision','',0),(10018,1,'2014-08-27 17:45:04','2014-08-27 09:45:04','','Map','','inherit','open','open','','123-revision-v1','','','2014-08-27 17:45:04','2014-08-27 09:45:04','',123,'http://knitplus.hk/123-revision-v1/',0,'revision','',0),(10022,1,'2014-08-27 17:55:26','2014-08-27 09:55:26','<h1>About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions. learn more','Home Page','','inherit','open','open','','5-revision-v1','','','2014-08-27 17:55:26','2014-08-27 09:55:26','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10019,1,'2014-08-27 17:48:39','2014-08-27 09:48:39','[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n[heading subtitle=\"Discover\" title=\"Our Story\"]\r\n\r\n[hr color=\"color\" type=\"flower\"]\r\n<p style=\"text-align: center;\">Rosa is a restaurant, bar and coffee roastery located on a busy corner site in Farringdon’s Exmouth Market. With glazed frontage on two sides of the building, overlooking the market and a bustling London intersection.</p>\r\n<p style=\"text-align: center;\">[button link=\"reservations/\" type=\"text\"]About Us[/button]</p>\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<img class=\"wp-image-10 aligncenter\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"cheeries\" width=\"660\" height=\"480\" />[/col]\r\n\r\n[/row]','Home Page','','inherit','open','open','','5-revision-v1','','','2014-08-27 17:48:39','2014-08-27 09:48:39','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10020,1,'2014-08-27 17:52:19','2014-08-27 09:52:19','','DSC_0533','','inherit','open','open','','dsc_0533','','','2014-08-27 17:52:19','2014-08-27 09:52:19','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0533.jpg',0,'attachment','image/jpeg',0),(10023,1,'2014-09-16 15:27:10','2014-09-16 07:27:10','<h2>Knitwear Design & Manufacturing</h2>\r\nThe best knitwear begins with many invisible elements – starting from the initial design concept, the sketches, brand aesthetics and targeted consumer group. All this background information is crucial in translating a design sketch into the best knitwear.\r\n\r\nKnitwear is created by a number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and whilst this was effective then, nowadays luxury knitwear must fit a 3D body shape to achieve a specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to a 2D form of rows and stitches, Knit Plus being one of them. This translation requires the theory of abstract mathematics and particle physics. However, there is no need to be mathematician or physicist as Knit Plus is able to do all this for you.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/knitwear-design-manufacturing.html\" type=\"text\" size=\"small\"]Learn more about Knitwear\r\n[/button]</a>','Knitwear Design & Manufacturing','','inherit','open','open','','15-autosave-v1','','','2014-09-16 15:27:10','2014-09-16 07:27:10','',15,'http://knitplus.hk/15-autosave-v1/',0,'revision','',0),(10024,1,'2014-08-27 17:58:38','2014-08-27 09:58:38','The best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\nThe heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you. learn more','Knitwear Design & Manufacturing','','inherit','open','open','','15-revision-v1','','','2014-08-27 17:58:38','2014-08-27 09:58:38','',15,'http://knitplus.hk/15-revision-v1/',0,'revision','',0),(10026,1,'2014-08-27 18:04:40','2014-08-27 10:04:40','[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n\r\n[heading subtitle=\"The private\" title=\"Mezzanine\"]\r\n\r\n[hr color=\"dark\" type=\"flower\"]\r\n<p style=\"text-align: center;\">Rosa\'s 50 seat room, \"The Meazzanine Room\" features a temperature-controlled wine cellar, displays of more wine and a private atmosphere. A semi-private room, \"Barbaresco,\" is available for meetings, birthdays and other occasions.</p>\r\n<p style=\"text-align: center;\"><strong>Seat up to 50 guests</strong></p>\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n\r\n[caption id=\"attachment_50\" align=\"aligncenter\" width=\"800\"]<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"Room 1 © TheHawksMoor.com\" width=\"800\" height=\"533\" /></a> © TheHawksMoor.com[/caption]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n \r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n[caption id=\"attachment_54\" align=\"alignnone\" width=\"800\"]<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"size-full wp-image-54\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"© TheHawksMoor.com\" width=\"800\" height=\"534\" /></a> © TheHawksMoor.com[/caption]\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n\r\n[heading subtitle=\"The dining\" title=\"Crown\"]\r\n\r\n[hr color=\"dark\" type=\"flower\"]\r\n<p style=\"text-align: center;\">Overlooking the dining room and open kitchen, can seat up to 75 guests or a standing reception of 130 guests. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>\r\n<p style=\"text-align: center;\"><strong>Seat up to 75 guests </strong></p>\r\n[/col]\r\n\r\n[/row]\r\n\r\n \r\n\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\" class=\"promo-box\"]\r\n<h4 style=\"text-align: center;\">Champagne on us</h4>\r\n<p style=\"text-align: center;\">Every Monday, Tuesday and Wednesday evening, we\'re offering groups of 10 or more that book an area in our bar a complimentary bottle of Champagne.\r\nCall our reservations team on (027) 8338 145 for more information.</p>\r\n[/col]\r\n[/row]','Agency','','inherit','open','open','','46-revision-v1','','','2014-08-27 18:04:40','2014-08-27 10:04:40','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10027,1,'2014-09-17 13:04:07','2014-09-17 05:04:07','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-full wp-image-10226\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/agent1.jpg\" alt=\"agent1\" width=\"579\" height=\"387\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-full wp-image-10227\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/agent2.jpg\" alt=\"agent2\" width=\"579\" height=\"387\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for Made in UK','','inherit','open','open','','46-autosave-v1','','','2014-09-17 13:04:07','2014-09-17 05:04:07','',46,'http://knitplus.hk/46-autosave-v1/',0,'revision','',0),(10028,1,'2014-08-27 18:06:45','2014-08-27 10:06:45','[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n\r\n[heading subtitle=\" \" title=\"Johnstons of Elgin\"]\r\n\r\n[hr color=\"dark\" type=\"flower\"]\r\n<p style=\"text-align: center;\">Rosa\'s 50 seat room, \"The Meazzanine Room\" features a temperature-controlled wine cellar, displays of more wine and a private atmosphere. A semi-private room, \"Barbaresco,\" is available for meetings, birthdays and other occasions.</p>\r\n<p style=\"text-align: center;\"><strong>Seat up to 50 guests</strong></p>\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n\r\n[caption id=\"attachment_50\" align=\"aligncenter\" width=\"800\"]<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"Room 1 © TheHawksMoor.com\" width=\"800\" height=\"533\" /></a> © TheHawksMoor.com[/caption]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n \r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n[caption id=\"attachment_54\" align=\"alignnone\" width=\"800\"]<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"size-full wp-image-54\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"© TheHawksMoor.com\" width=\"800\" height=\"534\" /></a> © TheHawksMoor.com[/caption]\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n\r\n[heading subtitle=\"The dining\" title=\"Crown\"]\r\n\r\n[hr color=\"dark\" type=\"flower\"]\r\n<p style=\"text-align: center;\">Overlooking the dining room and open kitchen, can seat up to 75 guests or a standing reception of 130 guests. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>\r\n<p style=\"text-align: center;\"><strong>Seat up to 75 guests </strong></p>\r\n[/col]\r\n\r\n[/row]\r\n\r\n \r\n\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\" class=\"promo-box\"]\r\n<h4 style=\"text-align: center;\">Champagne on us</h4>\r\n<p style=\"text-align: center;\">Every Monday, Tuesday and Wednesday evening, we\'re offering groups of 10 or more that book an area in our bar a complimentary bottle of Champagne.\r\nCall our reservations team on (027) 8338 145 for more information.</p>\r\n[/col]\r\n[/row]','Agency','','inherit','open','open','','46-revision-v1','','','2014-08-27 18:06:45','2014-08-27 10:06:45','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10127,1,'2014-08-29 13:31:48','2014-08-29 05:31:48','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries.</p>\r\nMore details can be found in <a title=\"www.johnstonscashmere.com\" href=\"http://www.johnstonscashmere.com\" target=\"_blank\">www.johnstonscashmere.com</a>.\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10100\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0526-1024x683.jpg\" alt=\"DSC_0526\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.</p>\r\nMore details can be found in <a title=\"www.pantherella.co.uk\" href=\"http://www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a>.\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','closed','open','','46-revision-v1','','','2014-08-29 13:31:48','2014-08-29 05:31:48','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10029,1,'2014-08-27 18:18:45','2014-08-27 10:18:45','[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries. More details can be found in <a title=\"www.johnstonscashmere.com\" href=\"http://www.johnstonscashmere.com\" target=\"_blank\">www.johnstonscashmere.com</a>.\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n \r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation. \r\n\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk. (see <a href=\"http://www.pantherella.co.uk\" title=\"www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a> for details)\r\n</p>\r\n[/col]\r\n\r\n[/row]\r\n\r\n[row cols_nr=\"1\"]\r\n<p style=\"text-align: center;\">There are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella. \r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region. </p>\r\n[/row]','Agency','','inherit','open','open','','46-revision-v1','','','2014-08-27 18:18:45','2014-08-27 10:18:45','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10030,1,'2014-08-27 18:19:47','2014-08-27 10:19:47','[row cols_nr=\"1\"]\r\n<p>There are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella. </p>\r\n<p>We have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region. </p>\r\n[/row]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries. More details can be found in <a title=\"www.johnstonscashmere.com\" href=\"http://www.johnstonscashmere.com\" target=\"_blank\">www.johnstonscashmere.com</a>.\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n \r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation. \r\n\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk. (see <a href=\"http://www.pantherella.co.uk\" title=\"www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a> for details)\r\n</p>\r\n[/col]\r\n\r\n[/row]\r\n','Agency','','inherit','open','open','','46-revision-v1','','','2014-08-27 18:19:47','2014-08-27 10:19:47','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10031,1,'2014-08-27 18:21:30','2014-08-27 10:21:30','[row cols_nr=\"1\"]\r\n[col size=\"12\"]\r\n<p>There are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella. </p>\r\n<p>We have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region. </p>\r\n[/col]\r\n[/row]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h2>Johnstons of Elgin</h2>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries. More details can be found in <a title=\"www.johnstonscashmere.com\" href=\"http://www.johnstonscashmere.com\" target=\"_blank\">www.johnstonscashmere.com</a>.\r\n[/col]\r\n[col size=\"6\"]\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n[/col]\r\n[/row]\r\n\r\n \r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation. \r\n\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk. (see <a href=\"http://www.pantherella.co.uk\" title=\"www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a> for details)\r\n</p>\r\n[/col]\r\n\r\n[/row]\r\n','Agency','','inherit','open','open','','46-revision-v1','','','2014-08-27 18:21:30','2014-08-27 10:21:30','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10032,1,'2014-08-27 18:22:24','2014-08-27 10:22:24','[row cols_nr=\"1\"]\r\n\r\n[col size=\"10\"]\r\n\r\n \r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h2>Johnstons of Elgin</h2>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries. More details can be found in <a title=\"www.johnstonscashmere.com\" href=\"http://www.johnstonscashmere.com\" target=\"_blank\">www.johnstonscashmere.com</a>.\r\n[/col]\r\n[col size=\"6\"]\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n[/col]\r\n[/row]\r\n\r\n \r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.</p>\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk. (see <a title=\"www.pantherella.co.uk\" href=\"http://www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a> for details)\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','open','open','','46-revision-v1','','','2014-08-27 18:22:24','2014-08-27 10:22:24','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10033,1,'2014-08-27 18:22:46','2014-08-27 10:22:46','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h2>Johnstons of Elgin</h2>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries. More details can be found in <a title=\"www.johnstonscashmere.com\" href=\"http://www.johnstonscashmere.com\" target=\"_blank\">www.johnstonscashmere.com</a>.\r\n[/col]\r\n[col size=\"6\"]\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n[/col]\r\n[/row]\r\n\r\n \r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.</p>\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk. (see <a title=\"www.pantherella.co.uk\" href=\"http://www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a> for details)\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','open','open','','46-revision-v1','','','2014-08-27 18:22:46','2014-08-27 10:22:46','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10101,1,'2014-08-27 20:49:18','2014-08-27 12:49:18','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries.</p>\r\nMore details can be found in <a title=\"www.johnstonscashmere.com\" href=\"http://www.johnstonscashmere.com\" target=\"_blank\">www.johnstonscashmere.com</a>.\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone size-large wp-image-10099\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0530-1024x683.jpg\" alt=\"DSC_0530\" width=\"1024\" height=\"683\" /></a>\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10100\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0526-1024x683.jpg\" alt=\"DSC_0526\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.</p>\r\nMore details can be found in <a title=\"www.pantherella.co.uk\" href=\"http://www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a>.\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','closed','open','','46-revision-v1','','','2014-08-27 20:49:18','2014-08-27 12:49:18','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10034,1,'2014-08-27 18:24:06','2014-08-27 10:24:06','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h2>Johnstons of Elgin</h2>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries. More details can be found in <a title=\"www.johnstonscashmere.com\" href=\"http://www.johnstonscashmere.com\" target=\"_blank\">www.johnstonscashmere.com</a>.\r\n[/col]\r\n[col size=\"6\"]\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.</p>\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk. (see <a title=\"www.pantherella.co.uk\" href=\"http://www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a> for details)\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','open','open','','46-revision-v1','','','2014-08-27 18:24:06','2014-08-27 10:24:06','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10035,1,'2014-08-27 18:25:26','2014-08-27 10:25:26','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries. More details can be found in <a title=\"www.johnstonscashmere.com\" href=\"http://www.johnstonscashmere.com\" target=\"_blank\">www.johnstonscashmere.com</a>.\r\n[/col]\r\n[col size=\"6\"]\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.</p>\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk. (see <a title=\"www.pantherella.co.uk\" href=\"http://www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a> for details)\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','open','open','','46-revision-v1','','','2014-08-27 18:25:26','2014-08-27 10:25:26','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10036,1,'2014-08-27 18:29:14','2014-08-27 10:29:14','[row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nWe provide a one-stop solution for knitwear design and manufacturing. The process starts with design sketches, yarn selection and 3D fitting. Throughout the process some 20 traditional manufacturing stages are applied, culminating in the production of a piece of knitwear.\r\n\r\nKnit Plus represents two of the United Kingdom’s finest ‘Made in UK’ manufacturers. Johnstons of Elgin and Pantherella. Johnstons of Elgin have been manufacturing the finest cashmere scarves, cloth, knitwear and accessories in Scotland for over 200 years. Pantherella has been producing the world’s most famous socks in the UK since 1937 and is renowned worldwide as ‘The King’ of sock brands.\r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers.\r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Story</h1>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10210 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/our-story-v3.jpg\" alt=\"our-story-v3\" width=\"834\" height=\"1031\" /></p>\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]<img class=\"alignleft wp-image-10214 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_06381-1024x683.jpg\" alt=\"DSC_0638\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col] [col size=\"6\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the Founder and Managing Director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information Systems. He was awarded a First Class Honours with the Governor’s Prize. Kevin started his career at Macquarie Bank in Sydney as a Research Analyst in Currencies and Commodities. Having grown up within the knitwear business from a young age, Kevin is wholly passionate about his work and to this end he strives to bring pioneering and state-of-the-art technology to this industry.</p>\r\nWith extensive knowledge of computers, mathematics and physics, Kevin’s skills in engineering have been integrated into the company’s cutting-edge 3D engineering design process making Knit Plus a dynamic and innovative leader within the knitwear business.\r\n\r\n[/col] [/row]','About Knit Plus','','publish','closed','closed','','about-knit-plus','','','2014-09-17 13:33:40','2014-09-17 05:33:40','',0,'http://knitplus.hk/?page_id=10036',0,'page','',0),(10105,1,'2014-08-27 21:33:21','2014-08-27 13:33:21','[row cols_nr=\"1\"] [col size=\"12\"] Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products. We provide one-stop solutions for knitwear design and manufacturing. Starting from design sketches, yarn selection, 3D fitting, we then process through approximately 20 traditional manufacturing stages to produce a piece of knitwear. We represent two of the finest Made in UK manufacturers. Johnstons of Elgin manufactures the finest cashmere scarves, cloth, knitwear and accessories in Scotland over 200 years. Pantherella has been making the world’s famous socks since 1937 in England and recognised worldwide as the king of sock brands. Our commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team work together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions. [/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1>Our Story</h1>\r\n<img class=\"aligncenter wp-image-10103 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/timeline.png\" alt=\"timeline\" width=\"1020\" height=\"1031\" /> [/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638.jpg\"><img class=\"alignnone wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" /></a>\r\n\r\n[/col] [col size=\"6\" class=\"island\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the founder and managing director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information System. He was awarded the first class Honours with the Governors’ Prize. Kevin started his career at Macquarie Bank in Sydney as Research Analyst in Currencies and Commodities. He is passionate about knitwear. His knowledge in computer, mathematics and physics from College is somehow connected with the modern 3D knitwear. The 3D engineering aspect makes Knit Plus to stand out from the crowd.</p>\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-08-27 21:33:21','2014-08-27 13:33:21','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10037,1,'2014-08-27 18:29:14','2014-08-27 10:29:14','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nWe provide one-stop solutions for knitwear design and manufacturing. Starting from design sketches, yarn selection, 3D fitting, we then process through approximately 20 traditional manufacturing stages to produce a piece of knitwear.\r\n\r\nWe represent two of the finest Made in UK manufacturers. Johnstons of Elgin manufactures the finest cashmere scarves, cloth, knitwear and accessories in Scotland over 200 years. Pantherella has been making the world’s famous socks since 1937 in England and recognised worldwide as the king of sock brands.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team work together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1>Our Story</h1>\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the founder and managing director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information System. He was awarded the first class Honours with the Governors’ Prize. Kevin started his career at Macquarie Bank in Sydney as Research Analyst in Currencies\r\nand Commodities. He is passionate about knitwear. His knowledge in computer, mathematics and physics from College is somehow connected with the modern 3D knitwear. The 3D engineering aspect makes Knit Plus to stand out from the crowd.</p>\r\n\r\n[/col]\r\n\r\n[/row]','About Knit Plus','','inherit','open','open','','10036-revision-v1','','','2014-08-27 18:29:14','2014-08-27 10:29:14','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10038,1,'2014-08-27 18:35:01','2014-08-27 10:35:01','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Knitwear Design & Manufacturing</h1>\r\nThe best knitwear begins with many invisible elements – starting from the initial design concept, the sketches, brand aesthetics and targeted consumer group. All this background information is crucial in translating a design sketch into the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Innovative Fitting</h1>\r\n<p style=\"text-align: left;\">Knitwear is created by a number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and whilst this was effective then, nowadays luxury knitwear must fit a 3D body shape to achieve a specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to a 2D form of rows and stitches, Knit Plus being one of them. This translation requires the theory of abstract mathematics and particle physics. However, there is no need to be mathematician or physicist as Knit Plus is able to do all this for you.</p>\r\n[/col]\r\n[col size=\"6\"]<img class=\"alignright size-full wp-image-10208\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v3.gif\" alt=\"texture-gif-v3\" width=\"577\" height=\"365\" />\r\n\r\n \r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignleft size-large wp-image-10217\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_06691-1024x683.jpg\" alt=\"DSC_0669\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced Machinery</h1>\r\n<p style=\"text-align: left;\">Our knitters are primarily based in Hong Kong and China. The knitting machines range from low gauge 3GG to high gauge 18GG. Knit Plus is also able to offer the latest seamless machines from Shima Seiki and Stoll.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Beautiful Yarn</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate element of any finished garment. We select the best yarn suppliers from around the world which include Zegna Baruffa, Cariaggi and Loro Piana. The yarn experts transform the raw material and produce top quality yarn in a range of beautiful colours.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Highest Quality of Deliverables</h1>\r\n<p style=\"text-align: left;\">Quality Control is an important final step. Knitwear manufacturing incorporates approximately 20 process in order to produce a single piece of knitwear. Our skilled teams in Hong Kong and China closely monitor the production processes on a daily basis this ensures the highest quality is delivered as per the expected schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable Manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is one of our long term goals. Our raw material wastage is by nature minimal, as each panel is knitted into shape rather than cut. We ensure that our yarn suppliers follow strict environmental standards and have International Accreditations such as Oeko-tec 100 and ISO 14001; resulting in no harmful chemicals to the environment or human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10110\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg\" alt=\"Cotton-Ball1 (1)\" width=\"1024\" height=\"684\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Satisfied Customer</h1>\r\n<p style=\"text-align: center;\">Knit Plus manufactures knitwear for a number of famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen.\r\n<img class=\"alignnone size-full wp-image-10135\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency1.png\" alt=\"agency\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]','Knitwear Design & Manufacturing','','publish','closed','open','','knitwear-design-manufacturing','','','2014-09-17 12:17:30','2014-09-17 04:17:30','',0,'http://knitplus.hk/?page_id=10038',0,'page','',0),(10041,1,'2014-08-27 18:36:47','2014-08-27 10:36:47','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear. \r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the founder and managing director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information System. He was awarded the first class Honours with the Governors’ Prize. Kevin started his career at Macquarie Bank in Sydney as Research Analyst in Currencies\r\nand Commodities. He is passionate about knitwear. His knowledge in computer, mathematics and physics from College is somehow connected with the modern 3D knitwear. The 3D engineering aspect makes Knit Plus to stand out from the crowd.</p>\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the founder and managing director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information System. He was awarded the first class Honours with the Governors’ Prize. Kevin started his career at Macquarie Bank in Sydney as Research Analyst in Currencies\r\nand Commodities. He is passionate about knitwear. His knowledge in computer, mathematics and physics from College is somehow connected with the modern 3D knitwear. The 3D engineering aspect makes Knit Plus to stand out from the crowd.</p>\r\n\r\n[/col]\r\n\r\n[/row]','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 18:36:47','2014-08-27 10:36:47','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10039,1,'2014-08-27 18:35:01','2014-08-27 10:35:01','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nWe provide one-stop solutions for knitwear design and manufacturing. Starting from design sketches, yarn selection, 3D fitting, we then process through approximately 20 traditional manufacturing stages to produce a piece of knitwear.\r\n\r\nWe represent two of the finest Made in UK manufacturers. Johnstons of Elgin manufactures the finest cashmere scarves, cloth, knitwear and accessories in Scotland over 200 years. Pantherella has been making the world’s famous socks since 1937 in England and recognised worldwide as the king of sock brands.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team work together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1>Our Story</h1>\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the founder and managing director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information System. He was awarded the first class Honours with the Governors’ Prize. Kevin started his career at Macquarie Bank in Sydney as Research Analyst in Currencies\r\nand Commodities. He is passionate about knitwear. His knowledge in computer, mathematics and physics from College is somehow connected with the modern 3D knitwear. The 3D engineering aspect makes Knit Plus to stand out from the crowd.</p>\r\n\r\n[/col]\r\n\r\n[/row]','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 18:35:01','2014-08-27 10:35:01','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10040,1,'2014-09-17 12:16:26','2014-09-17 04:16:26','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Knitwear Design & Manufacturing</h1>\r\nThe best knitwear begins with many invisible elements – starting from the initial design concept, the sketches, brand aesthetics and targeted consumer group. All this background information is crucial in translating a design sketch into the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Innovative Fitting</h1>\r\n<p style=\"text-align: left;\">Knitwear is created by a number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and whilst this was effective then, nowadays luxury knitwear must fit a 3D body shape to achieve a specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to a 2D form of rows and stitches, Knit Plus being one of them. This translation requires the theory of abstract mathematics and particle physics. However, there is no need to be mathematician or physicist as Knit Plus is able to do all this for you.</p>\r\n[/col]\r\n[col size=\"6\"]<img class=\"alignright size-full wp-image-10208\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v3.gif\" alt=\"texture-gif-v3\" width=\"577\" height=\"365\" />\r\n\r\n \r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignleft size-large wp-image-10217\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_06691-1024x683.jpg\" alt=\"DSC_0669\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced Machinery</h1>\r\n<p style=\"text-align: left;\">Our knitters are primarily based in Hong Kong and China. The knitting machines range from low gauge 3GG to high gauge 18GG. Knit Plus is also able to offer the latest seamless machines from Shima Seiki and Stoll.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Beautiful Yarn</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate element of any finished garment. We select the best yarn suppliers from around the world which include Zegna Baruffa, Cariaggi and Loro Piana. The yarn experts transform the raw material and produce top quality yarn in a range of beautiful colours.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Highest Quality of Deliverables</h1>\r\n<p style=\"text-align: left;\">Quality Control is an important final step. Knitwear manufacturing incorporates approximately 20 process in order to produce a single piece of knitwear. Our skilled teams in Hong Kong and China closely monitor the production processes on a daily basis this ensures the highest quality is delivered as per the expected schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable Manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is one of our long term goals. Our raw material wastage is by nature minimal, as each panel is knitted into shape rather than cut. We ensure that our yarn suppliers follow strict environmental standards and have International Accreditations such as Oeko-tec 100 and ISO 14001; resulting in no harmful chemicals to the environment or human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10110\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg\" alt=\"Cotton-Ball1 (1)\" width=\"1024\" height=\"684\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Satisfied Customer</h1>\r\n<p style=\"text-align: center;\">Knit Plus manufactures knitwear for a number of famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen.\r\n<img class=\"alignnone size-full wp-image-10135\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency1.png\" alt=\"agency\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-autosave-v1','','','2014-09-17 12:16:26','2014-09-17 04:16:26','',10038,'http://knitplus.hk/10038-autosave-v1/',0,'revision','',0),(10089,1,'2014-08-27 20:17:16','2014-08-27 12:17:16','','DSC_0594','','inherit','closed','open','','dsc_0594','','','2014-08-27 20:17:16','2014-08-27 12:17:16','',10038,'http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594.jpg',0,'attachment','image/jpeg',0),(10090,1,'2014-08-27 20:17:47','2014-08-27 12:17:47','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669.jpg\"><img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" /></a>\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594.jpg\"><img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International\r\nAccreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1>Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 20:17:47','2014-08-27 12:17:47','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10088,1,'2014-08-27 20:16:09','2014-08-27 12:16:09','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669.jpg\"><img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" /></a>\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International\r\nAccreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1>Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 20:16:09','2014-08-27 12:16:09','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10115,1,'2014-08-28 14:18:22','2014-08-28 06:18:22','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone size-full wp-image-10112\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/texture.gif\" alt=\"texture\" width=\"577\" height=\"365\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10110\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg\" alt=\"Cotton-Ball1 (1)\" width=\"1024\" height=\"684\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: center;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.\r\n<img src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency.png\" alt=\"Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-28 14:18:22','2014-08-28 06:18:22','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10111,1,'2014-08-27 22:02:14','2014-08-27 14:02:14','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10110\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg\" alt=\"Cotton-Ball1 (1)\" width=\"1024\" height=\"684\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10092 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency.png\" alt=\"Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 22:02:14','2014-08-27 14:02:14','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10042,1,'2014-08-27 18:44:11','2014-08-27 10:44:11','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.\r\n</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.\r\n</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International\r\nAccreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1>Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 18:44:11','2014-08-27 10:44:11','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10063,1,'2014-08-27 18:48:33','2014-08-27 10:48:33',' ','','','publish','closed','open','','10063','','','2014-09-16 18:20:10','2014-09-16 10:20:10','',0,'http://knitplus.hk/?p=10063',3,'nav_menu_item','',0),(10064,1,'2014-08-27 18:48:33','2014-08-27 10:48:33',' ','','','publish','closed','open','','10064','','','2014-09-16 18:20:10','2014-09-16 10:20:10','',0,'http://knitplus.hk/?p=10064',2,'nav_menu_item','',0),(10065,1,'2014-08-27 18:48:33','2014-08-27 10:48:33','','Contact Us','','publish','closed','open','','contact-us','','','2014-09-16 18:20:10','2014-09-16 10:20:10','',0,'http://knitplus.hk/?p=10065',5,'nav_menu_item','',0),(10066,1,'2014-08-27 18:48:33','2014-08-27 10:48:33','','Agent for ʻMade in UKʼ','','publish','closed','open','','10066','','','2014-09-16 18:20:10','2014-09-16 10:20:10','',0,'http://knitplus.hk/?p=10066',4,'nav_menu_item','',0),(10067,1,'2014-08-27 18:48:33','2014-08-27 10:48:33','','Home','','publish','closed','open','','home','','','2014-09-16 18:20:10','2014-09-16 10:20:10','',0,'http://knitplus.hk/?p=10067',1,'nav_menu_item','',0),(10072,1,'2014-08-27 19:31:25','2014-08-27 11:31:25','','DSC_0649','','inherit','closed','open','','dsc_0649','','','2014-08-27 19:31:25','2014-08-27 11:31:25','',116,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0649.jpg',0,'attachment','image/jpeg',0),(10073,1,'2014-08-27 19:33:10','2014-08-27 11:33:10','','DSC_0649','','inherit','closed','open','','dsc_0649-2','','','2014-08-27 19:33:10','2014-08-27 11:33:10','',116,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_06491.jpg',0,'attachment','image/jpeg',0),(10074,1,'2014-08-27 19:34:23','2014-08-27 11:34:23','','DSC_0649','','inherit','closed','open','','dsc_0649-3','','','2014-08-27 19:34:23','2014-08-27 11:34:23','',116,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_06492.jpg',0,'attachment','image/jpeg',0),(10075,1,'2014-08-27 19:35:35','2014-08-27 11:35:35','','DSC_0649','','inherit','closed','open','','dsc_0649-4','','','2014-08-27 19:35:35','2014-08-27 11:35:35','',116,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_06493.jpg',0,'attachment','image/jpeg',0),(10076,1,'2014-08-27 19:37:04','2014-08-27 11:37:04','','DSC_0649','','inherit','closed','open','','dsc_0649-5','','','2014-08-27 19:37:04','2014-08-27 11:37:04','',116,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_06494.jpg',0,'attachment','image/jpeg',0),(10077,1,'2014-08-27 19:39:33','2014-08-27 11:39:33','','DSC_0649','','inherit','closed','open','','dsc_0649-6','','','2014-08-27 19:39:33','2014-08-27 11:39:33','',116,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_06495.jpg',0,'attachment','image/jpeg',0),(10078,1,'2014-08-27 19:40:31','2014-08-27 11:40:31','','DSC_0649','','inherit','closed','open','','dsc_0649-7','','','2014-08-27 19:40:31','2014-08-27 11:40:31','',116,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_06496.jpg',0,'attachment','image/jpeg',0),(10079,1,'2014-08-27 19:42:38','2014-08-27 11:42:38','','DSC_0579','','inherit','closed','open','','dsc_0579','','','2014-08-27 19:42:38','2014-08-27 11:42:38','',10036,'http://knitplus.hk/wp-content/uploads/2014/08/dsc_0579.jpg',0,'attachment','image/jpeg',0),(10080,1,'2014-09-17 12:14:24','2014-09-17 04:14:24','[row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nWe provide a one-stop solution for knitwear design and manufacturing. The process starts with design sketches, yarn selection and 3D fitting. Throughout the process some 20 traditional manufacturing stages are applied, culminating in the production of a piece of knitwear.\r\n\r\nKnit Plus represents two of the United Kingdom’s finest ‘Made in UK’ manufacturers. Johnstons of Elgin and Pantherella. Johnstons of Elgin have been manufacturing the finest cashmere scarves, cloth, knitwear and accessories in Scotland for over 200 years. Pantherella has been producing the world’s most famous socks in the UK since 1937 and is renowned worldwide as ‘The King’ of sock brands.\r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers.\r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Story</h1>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10210 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/our-story-v3.jpg\" alt=\"our-story-v3\" width=\"834\" height=\"1031\" /></p>\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]<img class=\"alignleft wp-image-10214 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_06381-1024x683.jpg\" alt=\"DSC_0638\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col] [col size=\"6\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the Founder and Managing Director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information Systems. He was awarded a First Class Honours with the Governor’s Prize. Kevin started his career at Macquarie Bank in Sydney as a Research Analyst in Currencies and Commodities. Having grown up within the knitwear business from a young age, Kevin is wholly passionate about his work and to this end he strives to bring pioneering and state-of-the-art technology to this industry.</p>\r\nWith extensive knowledge of computers, mathematics and physics, Kevin’s skills in engineering have been integrated into the company’s cutting-edge 3D engineering design process making Knit Plus a dynamic and innovative leader within the knitwear business.\r\n\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-autosave-v1','','','2014-09-17 12:14:24','2014-09-17 04:14:24','',10036,'http://knitplus.hk/10036-autosave-v1/',0,'revision','',0),(10137,1,'2014-08-29 14:01:27','2014-08-29 06:01:27','[row cols_nr=\"1\"] [col size=\"12\"] Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products. We provide one-stop solutions for knitwear design and manufacturing. Starting from design sketches, yarn selection, 3D fitting, we then process through approximately 20 traditional manufacturing stages to produce a piece of knitwear. We represent two of the finest Made in UK manufacturers. Johnstons of Elgin manufactures the finest cashmere scarves, cloth, knitwear and accessories in Scotland over 200 years. Pantherella has been making the world’s famous socks since 1937 in England and recognised worldwide as the king of sock brands. Our commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team work together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions. [/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Story</h1>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10103 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/timeline.png\" alt=\"timeline\" width=\"1020\" height=\"1031\" /></p>\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" />\r\n\r\n[/col] [col size=\"6\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the founder and managing director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information System. He was awarded the first class Honours with the Governors’ Prize. Kevin started his career at Macquarie Bank in Sydney as Research Analyst in Currencies and Commodities. He is passionate about knitwear. His knowledge in computer, mathematics and physics from College is somehow connected with the modern 3D knitwear. The 3D engineering aspect makes Knit Plus to stand out from the crowd.</p>\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-08-29 14:01:27','2014-08-29 06:01:27','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10081,1,'2014-08-27 19:45:07','2014-08-27 11:45:07','','DSC_0617','','inherit','closed','open','','dsc_0617','','','2014-08-27 19:45:07','2014-08-27 11:45:07','',15,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0617.jpg',0,'attachment','image/jpeg',0),(10082,1,'2014-08-27 19:46:55','2014-08-27 11:46:55','','DSC_0561','','inherit','closed','open','','dsc_0561','','','2014-08-27 19:46:55','2014-08-27 11:46:55','',32,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0561.jpg',0,'attachment','image/jpeg',0),(10083,1,'2014-08-27 19:51:58','2014-08-27 11:51:58','','DSC_0638','','inherit','closed','open','','dsc_0638','','','2014-08-27 19:51:58','2014-08-27 11:51:58','',10036,'http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638.jpg',0,'attachment','image/jpeg',0),(10086,1,'2014-08-27 19:54:52','2014-08-27 11:54:52','[row cols_nr=\"1\"] [col size=\"12\"] Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products. We provide one-stop solutions for knitwear design and manufacturing. Starting from design sketches, yarn selection, 3D fitting, we then process through approximately 20 traditional manufacturing stages to produce a piece of knitwear. We represent two of the finest Made in UK manufacturers. Johnstons of Elgin manufactures the finest cashmere scarves, cloth, knitwear and accessories in Scotland over 200 years. Pantherella has been making the world’s famous socks since 1937 in England and recognised worldwide as the king of sock brands. Our commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team work together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions. [/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1>Our Story</h1>\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a> [/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638.jpg\"><img class=\"alignnone wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" /></a>\r\n\r\n[/col] [col size=\"6\" class=\"island\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the founder and managing director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information System. He was awarded the first class Honours with the Governors’ Prize. Kevin started his career at Macquarie Bank in Sydney as Research Analyst in Currencies and Commodities. He is passionate about knitwear. His knowledge in computer, mathematics and physics from College is somehow connected with the modern 3D knitwear. The 3D engineering aspect makes Knit Plus to stand out from the crowd.</p>\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-08-27 19:54:52','2014-08-27 11:54:52','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10085,1,'2014-08-27 19:54:06','2014-08-27 11:54:06','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nWe provide one-stop solutions for knitwear design and manufacturing. Starting from design sketches, yarn selection, 3D fitting, we then process through approximately 20 traditional manufacturing stages to produce a piece of knitwear.\r\n\r\nWe represent two of the finest Made in UK manufacturers. Johnstons of Elgin manufactures the finest cashmere scarves, cloth, knitwear and accessories in Scotland over 200 years. Pantherella has been making the world’s famous socks since 1937 in England and recognised worldwide as the king of sock brands.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team work together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1>Our Story</h1>\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n[caption id=\"attachment_10083\" align=\"alignnone\" width=\"1024\"]<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638.jpg\"><img class=\"wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" /></a> Kevin Lam[/caption]\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the founder and managing director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information System. He was awarded the first class Honours with the Governors’ Prize. Kevin started his career at Macquarie Bank in Sydney as Research Analyst in Currencies and Commodities. He is passionate about knitwear. His knowledge in computer, mathematics and physics from College is somehow connected with the modern 3D knitwear. The 3D engineering aspect makes Knit Plus to stand out from the crowd.</p>\r\n[/col]\r\n\r\n[/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-08-27 19:54:06','2014-08-27 11:54:06','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10084,1,'2014-08-27 19:52:50','2014-08-27 11:52:50','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nWe provide one-stop solutions for knitwear design and manufacturing. Starting from design sketches, yarn selection, 3D fitting, we then process through approximately 20 traditional manufacturing stages to produce a piece of knitwear.\r\n\r\nWe represent two of the finest Made in UK manufacturers. Johnstons of Elgin manufactures the finest cashmere scarves, cloth, knitwear and accessories in Scotland over 200 years. Pantherella has been making the world’s famous socks since 1937 in England and recognised worldwide as the king of sock brands.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team work together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1>Our Story</h1>\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638.jpg\"><img class=\"alignnone size-large wp-image-10083\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"DSC_0638\" width=\"1024\" height=\"683\" /></a>\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the founder and managing director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information System. He was awarded the first class Honours with the Governors’ Prize. Kevin started his career at Macquarie Bank in Sydney as Research Analyst in Currencies\r\nand Commodities. He is passionate about knitwear. His knowledge in computer, mathematics and physics from College is somehow connected with the modern 3D knitwear. The 3D engineering aspect makes Knit Plus to stand out from the crowd.</p>\r\n[/col]\r\n\r\n[/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-08-27 19:52:50','2014-08-27 11:52:50','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10087,1,'2014-08-27 20:15:00','2014-08-27 12:15:00','','DSC_0669','','inherit','closed','open','','dsc_0669','','','2014-08-27 20:15:00','2014-08-27 12:15:00','',10038,'http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669.jpg',0,'attachment','image/jpeg',0),(10091,1,'2014-08-27 20:18:57','2014-08-27 12:18:57','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669.jpg\"><img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" /></a>\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594.jpg\"><img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1>Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 20:18:57','2014-08-27 12:18:57','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10092,1,'2014-08-27 20:38:33','2014-08-27 12:38:33','','agency','','inherit','closed','open','','agency-2','','','2014-08-27 20:38:33','2014-08-27 12:38:33','',10038,'http://knitplus.hk/wp-content/uploads/2014/08/agency.png',0,'attachment','image/png',0),(10109,1,'2014-08-27 21:56:31','2014-08-27 13:56:31','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10092 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency.png\" alt=\"Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 21:56:31','2014-08-27 13:56:31','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10097,1,'2014-08-27 20:44:31','2014-08-27 12:44:31','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10092 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency.png\" alt=\"Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 20:44:31','2014-08-27 12:44:31','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10093,1,'2014-08-27 20:39:36','2014-08-27 12:39:36','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669.jpg\"><img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" /></a>\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594.jpg\"><img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.\r\n<img class=\"aligncenter wp-image-10092 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency.png\" alt=\"Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 20:39:36','2014-08-27 12:39:36','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10095,1,'2014-08-27 20:43:14','2014-08-27 12:43:14','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10092 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency.png\" alt=\"Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 20:43:14','2014-08-27 12:43:14','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10094,1,'2014-08-27 20:41:50','2014-08-27 12:41:50','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669.jpg\"><img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" /></a>\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594.jpg\"><img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10092 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency.png\" alt=\"Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen\" width=\"911\" height=\"184\" /></p>\r\n\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 20:41:50','2014-08-27 12:41:50','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10096,1,'2014-08-27 20:43:47','2014-08-27 12:43:47','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\" class=\"island\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10092 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency.png\" alt=\"Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 20:43:47','2014-08-27 12:43:47','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10098,1,'2014-08-27 20:45:28','2014-08-27 12:45:28','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries. More details can be found in <a title=\"www.johnstonscashmere.com\" href=\"http://www.johnstonscashmere.com\" target=\"_blank\">www.johnstonscashmere.com</a>.\r\n[/col]\r\n[col size=\"6\"]\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"aligncenter wp-image-50 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"533\" /></a>\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone wp-image-54 size-full\" src=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\" alt=\"\" width=\"800\" height=\"534\" /></a>\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.</p>\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk. (see <a title=\"www.pantherella.co.uk\" href=\"http://www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a> for details)\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','closed','open','','46-revision-v1','','','2014-08-27 20:45:28','2014-08-27 12:45:28','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10099,1,'2014-08-27 20:48:40','2014-08-27 12:48:40','','DSC_0530','','inherit','closed','open','','dsc_0530','','','2014-08-27 20:48:40','2014-08-27 12:48:40','',46,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0530.jpg',0,'attachment','image/jpeg',0),(10100,1,'2014-08-27 20:49:09','2014-08-27 12:49:09','','DSC_0526','','inherit','closed','open','','dsc_0526','','','2014-08-27 20:49:09','2014-08-27 12:49:09','',46,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0526.jpg',0,'attachment','image/jpeg',0),(10102,1,'2014-08-27 20:53:05','2014-08-27 12:53:05','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions. learn more','Home Page','','inherit','closed','open','','5-revision-v1','','','2014-08-27 20:53:05','2014-08-27 12:53:05','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10103,1,'2014-08-27 21:32:35','2014-08-27 13:32:35','','timeline','','inherit','closed','open','','timeline','','','2014-08-27 21:32:35','2014-08-27 13:32:35','',10036,'http://knitplus.hk/wp-content/uploads/2014/08/timeline.png',0,'attachment','image/png',0),(10104,1,'2014-08-27 21:32:49','2014-08-27 13:32:49','[row cols_nr=\"1\"] [col size=\"12\"] Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products. We provide one-stop solutions for knitwear design and manufacturing. Starting from design sketches, yarn selection, 3D fitting, we then process through approximately 20 traditional manufacturing stages to produce a piece of knitwear. We represent two of the finest Made in UK manufacturers. Johnstons of Elgin manufactures the finest cashmere scarves, cloth, knitwear and accessories in Scotland over 200 years. Pantherella has been making the world’s famous socks since 1937 in England and recognised worldwide as the king of sock brands. Our commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team work together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions. [/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1>Our Story</h1>\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone size-large wp-image-10103\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/timeline-1013x1024.png\" alt=\"timeline\" width=\"1013\" height=\"1024\" /></a> [/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638.jpg\"><img class=\"alignnone wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" /></a>\r\n\r\n[/col] [col size=\"6\" class=\"island\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the founder and managing director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information System. He was awarded the first class Honours with the Governors’ Prize. Kevin started his career at Macquarie Bank in Sydney as Research Analyst in Currencies and Commodities. He is passionate about knitwear. His knowledge in computer, mathematics and physics from College is somehow connected with the modern 3D knitwear. The 3D engineering aspect makes Knit Plus to stand out from the crowd.</p>\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-08-27 21:32:49','2014-08-27 13:32:49','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10106,1,'2014-08-27 21:34:29','2014-08-27 13:34:29','[row cols_nr=\"1\"] [col size=\"12\"] Knit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products. We provide one-stop solutions for knitwear design and manufacturing. Starting from design sketches, yarn selection, 3D fitting, we then process through approximately 20 traditional manufacturing stages to produce a piece of knitwear. We represent two of the finest Made in UK manufacturers. Johnstons of Elgin manufactures the finest cashmere scarves, cloth, knitwear and accessories in Scotland over 200 years. Pantherella has been making the world’s famous socks since 1937 in England and recognised worldwide as the king of sock brands. Our commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team work together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions. [/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Story</h1>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10103 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/timeline.png\" alt=\"timeline\" width=\"1020\" height=\"1031\" /></p> [/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638.jpg\"><img class=\"alignnone wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" /></a>\r\n\r\n[/col] [col size=\"6\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the founder and managing director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information System. He was awarded the first class Honours with the Governors’ Prize. Kevin started his career at Macquarie Bank in Sydney as Research Analyst in Currencies and Commodities. He is passionate about knitwear. His knowledge in computer, mathematics and physics from College is somehow connected with the modern 3D knitwear. The 3D engineering aspect makes Knit Plus to stand out from the crowd.</p>\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-08-27 21:34:29','2014-08-27 13:34:29','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10107,1,'2014-08-27 21:38:05','2014-08-27 13:38:05','','DSC_0533-dim','','inherit','closed','open','','dsc_0533-dim','','','2014-08-27 21:38:05','2014-08-27 13:38:05','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0533-dim.jpg',0,'attachment','image/jpeg',0),(10108,1,'2014-08-27 21:56:18','2014-08-27 13:56:18','','DSC_0648','','inherit','closed','open','','dsc_0648','','','2014-08-27 21:56:18','2014-08-27 13:56:18','',10038,'http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648.jpg',0,'attachment','image/jpeg',0),(10110,1,'2014-08-27 22:02:05','2014-08-27 14:02:05','','Cotton-Ball1 (1)','','inherit','closed','open','','cotton-ball1-1','','','2014-08-27 22:02:05','2014-08-27 14:02:05','',10038,'http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1.jpg',0,'attachment','image/jpeg',0),(10112,1,'2014-08-27 22:29:48','2014-08-27 14:29:48','','texture','','inherit','closed','open','','texture','','','2014-08-27 22:29:48','2014-08-27 14:29:48','',10038,'http://knitplus.hk/wp-content/uploads/2014/08/texture.gif',0,'attachment','image/gif',0),(10113,1,'2014-08-27 22:30:05','2014-08-27 14:30:05','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone size-full wp-image-10112\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/texture.gif\" alt=\"texture\" width=\"577\" height=\"365\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10110\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg\" alt=\"Cotton-Ball1 (1)\" width=\"1024\" height=\"684\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: left;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10092 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency.png\" alt=\"Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 22:30:05','2014-08-27 14:30:05','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10114,1,'2014-08-27 22:39:22','2014-08-27 14:39:22','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://pixelgrade.com/demos/rosa/wp-content/uploads/2014/06/placeholder_image2.png\"><img class=\"alignnone size-full wp-image-10112\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/texture.gif\" alt=\"texture\" width=\"577\" height=\"365\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10110\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg\" alt=\"Cotton-Ball1 (1)\" width=\"1024\" height=\"684\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: center;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10092 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency.png\" alt=\"Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-27 22:39:22','2014-08-27 14:39:22','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10116,1,'2014-08-29 15:37:12','2014-08-29 07:37:12','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n[button link=\"http://knitplus.hk/about-knit-plus.html\" type=\"text\" size=\"small\"]learn more[/button]','Knit Plus Home','','inherit','closed','open','','5-autosave-v1','','','2014-08-29 15:37:12','2014-08-29 07:37:12','',5,'http://knitplus.hk/5-autosave-v1/',0,'revision','',0),(10117,1,'2014-08-28 14:19:13','2014-08-28 06:19:13','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions. \r\n\r\n<a href=\"http://knitplus.hk/\" title=\"Home Page\">learn more</a>','Home Page','','inherit','closed','open','','5-revision-v1','','','2014-08-28 14:19:13','2014-08-28 06:19:13','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10118,1,'2014-08-28 14:19:52','2014-08-28 06:19:52','There are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella. \r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region. \r\n\r\n<a href=\"http://knitplus.hk/agency/\" title=\"Agency\">learn more</a>','Agency','','inherit','closed','open','','32-revision-v1','','','2014-08-28 14:19:52','2014-08-28 06:19:52','',32,'http://knitplus.hk/32-revision-v1/',0,'revision','',0),(10119,1,'2014-08-28 14:20:20','2014-08-28 06:20:20','The best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\nThe heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you. \r\n\r\n<a href=\"http://knitplus.hk/knitwear-design-manufacturing/\" title=\"Knitwear Design & Manufacturing\">learn more</a>','Knitwear Design & Manufacturing','','inherit','closed','open','','15-revision-v1','','','2014-08-28 14:20:20','2014-08-28 06:20:20','',15,'http://knitplus.hk/15-revision-v1/',0,'revision','',0),(10121,1,'2014-08-29 13:04:07','2014-08-29 05:04:07','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions. \r\n\r\n<a href=\"http://knitplus.hk/about-knit-plus.html\" title=\"About Knit Plus\">learn more</a>','Knit Plus Home Page','','inherit','closed','open','','5-revision-v1','','','2014-08-29 13:04:07','2014-08-29 05:04:07','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10122,1,'2014-08-29 13:20:40','2014-08-29 05:20:40','','texture-gif-v2','','inherit','closed','open','','texture-gif-v2','','','2014-08-29 13:20:40','2014-08-29 05:20:40','',10038,'http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v2.gif',0,'attachment','image/gif',0),(10123,1,'2014-08-29 13:20:49','2014-08-29 05:20:49','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v2.gif\"><img class=\"alignnone size-full wp-image-10122\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v2.gif\" alt=\"texture-gif-v2\" width=\"577\" height=\"365\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10110\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg\" alt=\"Cotton-Ball1 (1)\" width=\"1024\" height=\"684\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: center;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.\r\n<img src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency.png\" alt=\"Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-29 13:20:49','2014-08-29 05:20:49','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10124,1,'2014-08-29 13:30:03','2014-08-29 05:30:03','','DSC_0534','','inherit','closed','open','','dsc_0534','','','2014-08-29 13:30:03','2014-08-29 05:30:03','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0534.jpg',0,'attachment','image/jpeg',0),(10125,1,'2014-08-29 13:30:13','2014-08-29 05:30:13','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n<a title=\"About Knit Plus\" href=\"http://knitplus.hk/about-knit-plus.html\">learn more</a>','Knit Plus Home Page','','inherit','closed','open','','5-revision-v1','','','2014-08-29 13:30:13','2014-08-29 05:30:13','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10126,1,'2014-08-29 13:31:22','2014-08-29 05:31:22','','DSC_0552','','inherit','closed','open','','dsc_0552','','','2014-08-29 13:31:22','2014-08-29 05:31:22','',46,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552.jpg',0,'attachment','image/jpeg',0),(10128,1,'2014-08-29 13:34:54','2014-08-29 05:34:54','','DSC_0544','','inherit','closed','open','','dsc_0544','','','2014-08-29 13:34:54','2014-08-29 05:34:54','',46,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544.jpg',0,'attachment','image/jpeg',0),(10129,1,'2014-08-29 13:35:02','2014-08-29 05:35:02','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries.</p>\r\nMore details can be found in <a title=\"www.johnstonscashmere.com\" href=\"http://www.johnstonscashmere.com\" target=\"_blank\">www.johnstonscashmere.com</a>.\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.</p>\r\nMore details can be found in <a title=\"www.pantherella.co.uk\" href=\"http://www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a>.\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','closed','open','','46-revision-v1','','','2014-08-29 13:35:02','2014-08-29 05:35:02','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10130,1,'2014-08-29 13:45:27','2014-08-29 05:45:27','','DSC_0534','','inherit','closed','open','','dsc_0534-2','','','2014-08-29 13:45:27','2014-08-29 05:45:27','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_05341.jpg',0,'attachment','image/jpeg',0),(10131,1,'2014-08-29 13:47:00','2014-08-29 05:47:00','','DSC_0534','','inherit','closed','open','','dsc_0534-3','','','2014-08-29 13:47:00','2014-08-29 05:47:00','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_05342.jpg',0,'attachment','image/jpeg',0),(10132,1,'2014-08-29 13:51:07','2014-08-29 05:51:07','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n[button link=\"http://knitplus.hk/about-knit-plus.html\" type=\"text\" size=\"small\"]learn more[/button]\r\n\r\n<a title=\"About Knit Plus\" href=\"http://knitplus.hk/about-knit-plus.html\">learn more</a>','Knit Plus Home Page','','inherit','closed','open','','5-revision-v1','','','2014-08-29 13:51:07','2014-08-29 05:51:07','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10134,1,'2014-08-29 13:52:33','2014-08-29 05:52:33','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n[button link=\"http://knitplus.hk/about-knit-plus.html\" size=\"small\"]learn more[/button]','Knit Plus Home Page','','inherit','closed','open','','5-revision-v1','','','2014-08-29 13:52:33','2014-08-29 05:52:33','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10133,1,'2014-08-29 13:51:51','2014-08-29 05:51:51','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n[button link=\"http://knitplus.hk/about-knit-plus.html\" type=\"text\" size=\"small\"]learn more[/button]\r\n\r\n[button link=\"http://knitplus.hk/about-knit-plus.html\" size=\"small\"]learn more[/button]\r\n\r\n<a title=\"About Knit Plus\" href=\"http://knitplus.hk/about-knit-plus.html\">learn more</a>','Knit Plus Home Page','','inherit','closed','open','','5-revision-v1','','','2014-08-29 13:51:51','2014-08-29 05:51:51','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10135,1,'2014-08-29 13:59:37','2014-08-29 05:59:37','','agency','','inherit','closed','open','','agency-3','','','2014-08-29 13:59:37','2014-08-29 05:59:37','',10038,'http://knitplus.hk/wp-content/uploads/2014/08/agency1.png',0,'attachment','image/png',0),(10136,1,'2014-08-29 13:59:54','2014-08-29 05:59:54','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThe best knitwear is made with many invisible elements – starting from the design concepts behind the sketches, the culture of the brand, their target consumers group, etc. These background information are crucial to translate the design sketch to the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Fitting</h1>\r\n<p style=\"text-align: left;\">The heart of knitwear is created by number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and was good enough in the old days. Nowadays, the luxury knitwear must fit in our 3D shape body to achieve specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to 2D form of rows and stitches. The behind translation is required the theory of abstract mathematics and particle physics. It sounds complicated and we will do the hard works for you.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v2.gif\"><img class=\"alignnone size-full wp-image-10122\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v2.gif\" alt=\"texture-gif-v2\" width=\"577\" height=\"365\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced machines</h1>\r\n<p style=\"text-align: left;\">Our knitters are mainly based in Hong Kong and China. The knitting machines include from low gauges 3GG to high gauges 18GG. The latest seamless machines from Shima Seiki and Stoll are also available recently.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Best Yarn Quality</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate face of the finished garment. We select the best yarn suppliers, including Zegna Baruffa, Cariaggi and Loro Piana available from Italy, UK and China. The yarn experts transform the raw material to produce top quality yarn in a beautiful colour range.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Quality Control</h1>\r\n<p style=\"text-align: left;\">Quality Control is important in the final step. The knitwear manufacturing processes are around 20 stages to produce a piece of knitwear. We have teams in Hong Kong and China to monitor the production processes daily and ensure the best quality in the expected delivery schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is our long term goal. Our raw material wastage is minimal in nature as each panel is knitted in shape and not cut. We ensure that our yarn suppliers follow environmental standards with International Accreditations (eg Oeko-tec 100, ISO 14001). Ie no harmful chemicals to the environment and human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10110\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg\" alt=\"Cotton-Ball1 (1)\" width=\"1024\" height=\"684\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our satisfied Clients</h1>\r\n<p style=\"text-align: center;\">Knit Plus manufactures knitwear for famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen, etc.\r\n<img src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency1.png\" alt=\"agency\" width=\"911\" height=\"184\" class=\"alignnone size-full wp-image-10135\" /></p>\r\n[/col]\r\n[/row]\r\n\r\n ','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-08-29 13:59:54','2014-08-29 05:59:54','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10138,1,'2014-08-29 14:27:38','2014-08-29 06:27:38','','logo-1x','','inherit','closed','open','','logo-1x','','','2014-08-29 14:27:38','2014-08-29 06:27:38','',123,'http://knitplus.hk/wp-content/uploads/2014/08/logo-1x.png',0,'attachment','image/png',0),(10139,1,'2014-08-29 14:27:57','2014-08-29 06:27:57','','logo-2x','','inherit','closed','open','','logo-2x','','','2014-08-29 14:27:57','2014-08-29 06:27:57','',0,'http://knitplus.hk/wp-content/uploads/2014/08/logo-2x.png',0,'attachment','image/png',0),(10140,1,'2014-08-29 14:28:05','2014-08-29 06:28:05','','logo-2x','','inherit','closed','open','','logo-2x-2','','','2014-08-29 14:28:05','2014-08-29 06:28:05','',0,'http://knitplus.hk/wp-content/uploads/2014/08/logo-2x1.png',0,'attachment','image/png',0),(10141,1,'2014-08-29 14:28:14','2014-08-29 06:28:14','','k+','','inherit','closed','open','','k','','','2014-08-29 14:28:14','2014-08-29 06:28:14','',0,'http://knitplus.hk/wp-content/uploads/2014/08/k.png',0,'attachment','image/png',0),(10163,1,'2014-08-29 15:44:21','2014-08-29 07:44:21','','logo-2x1','','inherit','closed','open','','logo-2x1','','','2014-08-29 15:44:21','2014-08-29 07:44:21','',0,'http://knitplus.hk/wp-content/uploads/2014/08/logo-2x11.png',0,'attachment','image/png',0),(10164,1,'2014-08-29 16:06:04','2014-08-29 08:06:04','','logo-light-1x','','inherit','closed','open','','logo-light-1x','','','2014-08-29 16:06:04','2014-08-29 08:06:04','',0,'http://knitplus.hk/wp-content/uploads/2014/08/logo-light-1x.png',0,'attachment','image/png',0),(10165,1,'2014-08-29 16:06:15','2014-08-29 08:06:15','','logo-light-2x','','inherit','closed','open','','logo-light-2x','','','2014-08-29 16:06:15','2014-08-29 08:06:15','',0,'http://knitplus.hk/wp-content/uploads/2014/08/logo-light-2x.png',0,'attachment','image/png',0),(10166,1,'2014-08-29 16:06:23','2014-08-29 08:06:23','','logo-1x','','inherit','closed','open','','logo-1x-3','','','2014-08-29 16:06:23','2014-08-29 08:06:23','',0,'http://knitplus.hk/wp-content/uploads/2014/08/logo-1x2.png',0,'attachment','image/png',0),(10167,1,'2014-08-29 16:06:33','2014-08-29 08:06:33','','logo-2x','','inherit','closed','open','','logo-2x-3','','','2014-08-29 16:06:33','2014-08-29 08:06:33','',0,'http://knitplus.hk/wp-content/uploads/2014/08/logo-2x2.png',0,'attachment','image/png',0),(10168,1,'2014-08-29 16:14:12','2014-08-29 08:14:12','','logo-light-1x','','inherit','closed','open','','logo-light-1x-2','','','2014-08-29 16:14:12','2014-08-29 08:14:12','',0,'http://knitplus.hk/wp-content/uploads/2014/08/logo-light-1x1.png',0,'attachment','image/png',0),(10169,1,'2014-08-29 16:14:19','2014-08-29 08:14:19','','logo-light-2x','','inherit','closed','open','','logo-light-2x-2','','','2014-08-29 16:14:19','2014-08-29 08:14:19','',0,'http://knitplus.hk/wp-content/uploads/2014/08/logo-light-2x1.png',0,'attachment','image/png',0),(10171,1,'2014-09-15 17:44:40','2014-09-15 09:44:40','','home','','inherit','closed','open','','homevn','','','2014-09-15 17:44:40','2014-09-15 09:44:40','',5,'http://knitplus.hk/wp-content/uploads/2014/05/homevn.jpg',0,'attachment','image/jpeg',0),(10247,1,'2014-09-24 12:12:16','2014-09-24 04:12:16','[row cols_nr=\"2\" thick_gutter=\"on\"][col size=\"6\"]\r\n<h1>Contact Us</h1>\r\nOur Hong Kong showroom is conveniently located just 20 minutes away from the city centre and 40 minutes from the airport.\r\n\r\nPlease feel free to contact us or visit our showroom at the address below; we look forward to hearing from you.\r\n\r\nAddress:\r\nUnits 4602-4603, 46/F., Metroplaza Tower 2, 223 Hing Fong Road, Kwai Fong, Kowloon, Hong Kong.\r\n\r\nTelephone:\r\n+852 2123 9188\r\n\r\nFax:\r\n+852 2123 9166\r\n\r\nEmail:\r\n<a title=\"enquiry@knitplus.hk\" href=\"mailto:enquiry@knitplus.hk\">enquiry@knitplus.hk</a>\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n[contact-form-7 id=\"10014\" title=\"Contact form 1\"]\r\n\r\n[/col]\r\n[/row]','Contact','','inherit','closed','open','','116-revision-v1','','','2014-09-24 12:12:16','2014-09-24 04:12:16','',116,'http://knitplus.hk/116-revision-v1/',0,'revision','',0),(10173,1,'2014-09-16 15:24:30','2014-09-16 07:24:30','[row cols_nr=\"2\" thick_gutter=\"on\"][col size=\"6\"]\r\n<h3>Contact Us</h3>\r\nOur Hong Kong showroom is conveniently located just 20 minutes away from the city centreand 40 minutes from the airport.\r\n\r\nPlease feel free to contact us or visit our showroom at the address below; we look forward to hearing from you.\r\n\r\nAddress:\r\nUnits 4602-4603, 46/F., Metroplaza Tower 2, 223 Hing Fong Road, Kwai Fong, Kowloon, Hong Kong.\r\n\r\nTelephone:\r\n+852 2123 9188\r\n\r\nFax:\r\n+852 2123 9166\r\n\r\nEmail:\r\nenquiry@knitplus.hk\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n[contact-form-7 id=\"10014\" title=\"Contact form 1\"]\r\n\r\n[/col]\r\n[/row]','Contact','','inherit','closed','open','','116-revision-v1','','','2014-09-16 15:24:30','2014-09-16 07:24:30','',116,'http://knitplus.hk/116-revision-v1/',0,'revision','',0),(10156,1,'2014-08-29 15:28:17','2014-08-29 07:28:17','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n[button link=\"learn more\" type=\"text\" size=\"small\"]http://knitplus.hk/about-knit-plus.html[/button]','Knit Plus Home Page','','inherit','closed','open','','5-revision-v1','','','2014-08-29 15:28:17','2014-08-29 07:28:17','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10157,1,'2014-08-29 15:28:51','2014-08-29 07:28:51','<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus is specialised in luxurious knitwear design and manufacturing, and agency for Made in UK finest knitted products.\r\n\r\nOur commitment is to provide excellent services to our customers through professional textile knowledge and innovation in research and development. We are one team working together with our customers and suppliers. The trust and long- term relationships are important to us. We are driven by those values to deal with everyday business and deliver the win-win solutions.\r\n\r\n[button link=\"http://knitplus.hk/about-knit-plus.html\" type=\"text\" size=\"small\"]learn more[/button]','Knit Plus Home Page','','inherit','closed','open','','5-revision-v1','','','2014-08-29 15:28:51','2014-08-29 07:28:51','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10155,1,'2014-08-29 15:24:42','2014-08-29 07:24:42','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries.</p>\r\nMore details can be found in [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.</p>\r\nMore details can be found in [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button].\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','closed','open','','46-revision-v1','','','2014-08-29 15:24:42','2014-08-29 07:24:42','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10154,1,'2014-08-29 15:23:56','2014-08-29 07:23:56','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries.</p>\r\nMore details can be found in [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.</p>\r\nMore details can be found in <a title=\"www.pantherella.co.uk\" href=\"http://www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a>.\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','closed','open','','46-revision-v1','','','2014-08-29 15:23:56','2014-08-29 07:23:56','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10153,1,'2014-08-29 15:21:56','2014-08-29 07:21:56','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n\r\nThere are many respectable manufacturers from UK and they do not have any channels to sell their niche products in Hong Kong and China. Knit Plus represents two historic manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nWe have reputations from the industry and have established strong relationships with key buyers and store managers. Johnstons and Pantherella collection is now available prestigious department stores such as Lane Crawford, Harvey Nichols and luxury private labels arcoss the Greater China region.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company is still owned by family since 1797 and is the only remaining vertical mills in the UK. All of the products are authentically made in Scotland and are supplying many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. The skilled craftsmen and women that skills preserved through generations of families are represented every products made today. The own “Johnstons of Elgin” label is growing business and selling over 30 countries.</p>\r\nMore details can be found in <a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\"]</a><a title=\"Agency\" href=\"http://knitplus.hk/agency/\">www.johnstonscashmere.com</a><a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[/button]</a>.\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 from the most luxurious fibers. From our early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and designs. All of Pantherella socks are still made in our family owned factory, HJ Hall sock group, in Leicester by highly skilled craftspeople whom have passed their expertise down from generation to generation.\r\nThere are a few things that help make Pantherella stand out from the crowd, right from our signature hand linked seams, our archive of designs and ability to interpret new on trend styles season after season, our unparalleled quality and finally the luxurious yarns that we use to make our beautiful socks. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.</p>\r\nMore details can be found in <a title=\"www.pantherella.co.uk\" href=\"http://www.pantherella.co.uk\" target=\"_blank\">www.pantherella.co.uk</a>.\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','closed','open','','46-revision-v1','','','2014-08-29 15:21:56','2014-08-29 07:21:56','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10174,1,'2014-09-16 15:25:37','2014-09-16 07:25:37','[row cols_nr=\"2\" thick_gutter=\"on\"][col size=\"6\"]\r\n<h4>Contact Us</h4>\r\nOur Hong Kong showroom is conveniently located just 20 minutes away from the city centreand 40 minutes from the airport.\r\n\r\nPlease feel free to contact us or visit our showroom at the address below; we look forward to hearing from you.\r\n\r\nAddress:\r\nUnits 4602-4603, 46/F., Metroplaza Tower 2, 223 Hing Fong Road, Kwai Fong, Kowloon, Hong Kong.\r\n\r\nTelephone:\r\n+852 2123 9188\r\n\r\nFax:\r\n+852 2123 9166\r\n\r\nEmail:\r\nenquiry@knitplus.hk\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n[contact-form-7 id=\"10014\" title=\"Contact form 1\"]\r\n\r\n[/col]\r\n[/row]','Contact','','inherit','closed','open','','116-revision-v1','','','2014-09-16 15:25:37','2014-09-16 07:25:37','',116,'http://knitplus.hk/116-revision-v1/',0,'revision','',0),(10175,1,'2014-09-16 15:25:51','2014-09-16 07:25:51','<h4>[row cols_nr=\"2\" thick_gutter=\"on\"][col size=\"6\"]Contact Us</h4>\r\nOur Hong Kong showroom is conveniently located just 20 minutes away from the city centreand 40 minutes from the airport.\r\n\r\nPlease feel free to contact us or visit our showroom at the address below; we look forward to hearing from you.\r\n\r\nAddress:\r\nUnits 4602-4603, 46/F., Metroplaza Tower 2, 223 Hing Fong Road, Kwai Fong, Kowloon, Hong Kong.\r\n\r\nTelephone:\r\n+852 2123 9188\r\n\r\nFax:\r\n+852 2123 9166\r\n\r\nEmail:\r\nenquiry@knitplus.hk\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n[contact-form-7 id=\"10014\" title=\"Contact form 1\"]\r\n\r\n[/col]\r\n[/row]','Contact','','inherit','closed','open','','116-revision-v1','','','2014-09-16 15:25:51','2014-09-16 07:25:51','',116,'http://knitplus.hk/116-revision-v1/',0,'revision','',0),(10176,1,'2014-09-16 15:27:22','2014-09-16 07:27:22','<h2>Knitwear Design & Manufacturing</h2>\r\nThe best knitwear begins with many invisible elements – starting from the initial design concept, the sketches, brand aesthetics and targeted consumer group. All this background information is crucial in translating a design sketch into the best knitwear.\r\n\r\nKnitwear is created by a number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and whilst this was effective then, nowadays luxury knitwear must fit a 3D body shape to achieve a specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to a 2D form of rows and stitches, Knit Plus being one of them. This translation requires the theory of abstract mathematics and particle physics. However, there is no need to be mathematician or physicist as Knit Plus is able to do all this for you.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/knitwear-design-manufacturing.html\" type=\"text\" size=\"small\"]Learn more about Knitwear\r\n[/button]</a>','Knitwear Design & Manufacturing','','inherit','closed','open','','15-revision-v1','','','2014-09-16 15:27:22','2014-09-16 07:27:22','',15,'http://knitplus.hk/15-revision-v1/',0,'revision','',0),(10178,1,'2014-09-16 15:29:18','2014-09-16 07:29:18','<h1>Knitwear Design & Manufacturing</h1>\r\nThe best knitwear begins with many invisible elements – starting from the initial design concept, the sketches, brand aesthetics and targeted consumer group. All this background information is crucial in translating a design sketch into the best knitwear.\r\n\r\nKnitwear is created by a number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and whilst this was effective then, nowadays luxury knitwear must fit a 3D body shape to achieve a specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to a 2D form of rows and stitches, Knit Plus being one of them. This translation requires the theory of abstract mathematics and particle physics. However, there is no need to be mathematician or physicist as Knit Plus is able to do all this for you.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/knitwear-design-manufacturing.html\" type=\"text\" size=\"small\"]Learn more about Knitwear\r\n[/button]</a>','Knitwear Design & Manufacturing','','inherit','closed','open','','15-revision-v1','','','2014-09-16 15:29:18','2014-09-16 07:29:18','',15,'http://knitplus.hk/15-revision-v1/',0,'revision','',0),(10177,1,'2014-09-16 15:28:46','2014-09-16 07:28:46','<h1 style=\"text-align: center;\">Knitwear Design & Manufacturing</h1>\r\nThe best knitwear begins with many invisible elements – starting from the initial design concept, the sketches, brand aesthetics and targeted consumer group. All this background information is crucial in translating a design sketch into the best knitwear.\r\n\r\nKnitwear is created by a number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and whilst this was effective then, nowadays luxury knitwear must fit a 3D body shape to achieve a specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to a 2D form of rows and stitches, Knit Plus being one of them. This translation requires the theory of abstract mathematics and particle physics. However, there is no need to be mathematician or physicist as Knit Plus is able to do all this for you.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/knitwear-design-manufacturing.html\" type=\"text\" size=\"small\"]Learn more about Knitwear\r\n[/button]</a>','Knitwear Design & Manufacturing','','inherit','closed','open','','15-revision-v1','','','2014-09-16 15:28:46','2014-09-16 07:28:46','',15,'http://knitplus.hk/15-revision-v1/',0,'revision','',0),(10179,1,'2014-09-16 15:30:10','2014-09-16 07:30:10','<h1>Welcome to Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers. \r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n\r\n[button link=\"http://knitplus.hk/about-knit-plus.html\" type=\"text\" size=\"small\"]Learn more about Knit Plus\r\n[/button]','Knit Plus Home','','inherit','closed','open','','5-revision-v1','','','2014-09-16 15:30:10','2014-09-16 07:30:10','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10180,1,'2014-09-16 15:30:40','2014-09-16 07:30:40','<h1 style=\"text-align: center;\">Welcome to Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers.\r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n\r\n[button link=\"http://knitplus.hk/about-knit-plus.html\" type=\"text\" size=\"small\"]Learn more about Knit Plus\r\n[/button]','Knit Plus Home','','inherit','closed','open','','5-revision-v1','','','2014-09-16 15:30:40','2014-09-16 07:30:40','',5,'http://knitplus.hk/5-revision-v1/',0,'revision','',0),(10181,1,'2014-09-16 15:30:52','2014-09-16 07:30:52','<h1 style=\"text-align: center;\">Knitwear Design & Manufacturing</h1>\r\nThe best knitwear begins with many invisible elements – starting from the initial design concept, the sketches, brand aesthetics and targeted consumer group. All this background information is crucial in translating a design sketch into the best knitwear.\r\n\r\nKnitwear is created by a number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and whilst this was effective then, nowadays luxury knitwear must fit a 3D body shape to achieve a specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to a 2D form of rows and stitches, Knit Plus being one of them. This translation requires the theory of abstract mathematics and particle physics. However, there is no need to be mathematician or physicist as Knit Plus is able to do all this for you.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/knitwear-design-manufacturing.html\" type=\"text\" size=\"small\"]Learn more about Knitwear\r\n[/button]</a>','Knitwear Design & Manufacturing','','inherit','closed','open','','15-revision-v1','','','2014-09-16 15:30:52','2014-09-16 07:30:52','',15,'http://knitplus.hk/15-revision-v1/',0,'revision','',0),(10182,1,'2014-09-16 15:32:26','2014-09-16 07:32:26','<p style=\"text-align: center;\">Agent for ‘Made in UK’</p>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/agency.html\" type=\"text\" size=\"small\"]Learn more about ‘Made in UK’[/button]</a>','Agency','','inherit','closed','open','','32-revision-v1','','','2014-09-16 15:32:26','2014-09-16 07:32:26','',32,'http://knitplus.hk/32-revision-v1/',0,'revision','',0),(10183,1,'2014-09-16 15:32:38','2014-09-16 07:32:38','<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n<a title=\"Agency\" href=\"http://knitplus.hk/agency/\">[button link=\"http://knitplus.hk/agency.html\" type=\"text\" size=\"small\"]Learn more about ‘Made in UK’[/button]</a>','Agency','','inherit','closed','open','','32-revision-v1','','','2014-09-16 15:32:38','2014-09-16 07:32:38','',32,'http://knitplus.hk/32-revision-v1/',0,'revision','',0),(10184,1,'2014-09-16 15:35:55','2014-09-16 07:35:55','[row cols_nr=\"2\" thick_gutter=\"on\"][col size=\"6\"]<h1>Contact Us</h2>\r\nOur Hong Kong showroom is conveniently located just 20 minutes away from the city centreand 40 minutes from the airport.\r\n\r\nPlease feel free to contact us or visit our showroom at the address below; we look forward to hearing from you.\r\n\r\nAddress:\r\nUnits 4602-4603, 46/F., Metroplaza Tower 2, 223 Hing Fong Road, Kwai Fong, Kowloon, Hong Kong.\r\n\r\nTelephone:\r\n+852 2123 9188\r\n\r\nFax:\r\n+852 2123 9166\r\n\r\nEmail:\r\nenquiry@knitplus.hk\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n[contact-form-7 id=\"10014\" title=\"Contact form 1\"]\r\n\r\n[/col]\r\n[/row]','Contact','','inherit','closed','open','','116-revision-v1','','','2014-09-16 15:35:55','2014-09-16 07:35:55','',116,'http://knitplus.hk/116-revision-v1/',0,'revision','',0),(10185,1,'2014-09-16 15:36:03','2014-09-16 07:36:03','[row cols_nr=\"2\" thick_gutter=\"on\"][col size=\"6\"]<h1>Contact Us</h1>\r\nOur Hong Kong showroom is conveniently located just 20 minutes away from the city centreand 40 minutes from the airport.\r\n\r\nPlease feel free to contact us or visit our showroom at the address below; we look forward to hearing from you.\r\n\r\nAddress:\r\nUnits 4602-4603, 46/F., Metroplaza Tower 2, 223 Hing Fong Road, Kwai Fong, Kowloon, Hong Kong.\r\n\r\nTelephone:\r\n+852 2123 9188\r\n\r\nFax:\r\n+852 2123 9166\r\n\r\nEmail:\r\nenquiry@knitplus.hk\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n[contact-form-7 id=\"10014\" title=\"Contact form 1\"]\r\n\r\n[/col]\r\n[/row]','Contact','','inherit','closed','open','','116-revision-v1','','','2014-09-16 15:36:03','2014-09-16 07:36:03','',116,'http://knitplus.hk/116-revision-v1/',0,'revision','',0),(10186,1,'2014-09-16 15:37:44','2014-09-16 07:37:44','[row cols_nr=\"2\" thick_gutter=\"on\"][col size=\"6\"]<h1>Contact Us</h1>\r\nOur Hong Kong showroom is conveniently located just 20 minutes away from the city centreand 40 minutes from the airport.\r\n\r\nPlease feel free to contact us or visit our showroom at the address below; we look forward to hearing from you.\r\n\r\nAddress:\r\nUnits 4602-4603, 46/F., Metroplaza Tower 2, 223 Hing Fong Road, Kwai Fong, Kowloon, Hong Kong.\r\n\r\nTelephone:\r\n+852 2123 9188\r\n\r\nFax:\r\n+852 2123 9166\r\n\r\nEmail:\r\n<a href=\"mailto:enquiry@knitplus.hk\" title=\"enquiry@knitplus.hk\">enquiry@knitplus.hk</a>\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n[contact-form-7 id=\"10014\" title=\"Contact form 1\"]\r\n\r\n[/col]\r\n[/row]','Contact','','inherit','closed','open','','116-revision-v1','','','2014-09-16 15:37:44','2014-09-16 07:37:44','',116,'http://knitplus.hk/116-revision-v1/',0,'revision','',0),(10187,1,'2014-09-16 15:50:06','2014-09-16 07:50:06','[row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nWe provide a one-stop solution for knitwear design and manufacturing. The process starts with design sketches, yarn selection and 3D fitting. Throughout the process some 20 traditional manufacturing stages are applied, culminating in the production of a piece of knitwear. \r\n\r\nKnit Plus represents two of the United Kingdom’s finest ‘Made in UK’ manufacturers. Johnstons of Elgin and Pantherella. Johnstons of Elgin have been manufacturing the finest cashmere scarves, cloth, knitwear and accessories in Scotland for over 200 years. Pantherella has been producing the world’s most famous socks in the UK since 1937 and is renowned worldwide as ‘The King’ of sock brands. \r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers. \r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n [/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Story</h1>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10103 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/timeline.png\" alt=\"timeline\" width=\"1020\" height=\"1031\" /></p>\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" />\r\n\r\n[/col] [col size=\"6\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the Founder and Managing Director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information Systems. He was awarded a First Class Honours with the Governor’s Prize. Kevin started his career at Macquarie Bank in Sydney as a Research Analyst in Currencies and Commodities. Having grown up within the knitwear business from a young age, Kevin is wholly passionate about his work and to this end he strives to bring pioneering and state-of-the-art technology to this industry.\r\n\r\nWith extensive knowledge of computers, mathematics and physics, Kevin’s skills in engineering have been integrated into the company’s cutting-edge 3D engineering design process making Knit Plus a dynamic and innovative leader within the knitwear business.\r\n</p>\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-09-16 15:50:06','2014-09-16 07:50:06','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10209,1,'2014-09-17 11:27:03','2014-09-17 03:27:03','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Knitwear Design & Manufacturing</h1>\r\nThe best knitwear begins with many invisible elements – starting from the initial design concept, the sketches, brand aesthetics and targeted consumer group. All this background information is crucial in translating a design sketch into the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Innovative Fitting</h1>\r\n<p style=\"text-align: left;\">Knitwear is created by a number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and whilst this was effective then, nowadays luxury knitwear must fit a 3D body shape to achieve a specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to a 2D form of rows and stitches, Knit Plus being one of them. This translation requires the theory of abstract mathematics and particle physics. However, there is no need to be mathematician or physicist as Knit Plus is able to do all this for you.</p>\r\n[/col]\r\n[col size=\"6\"]<img class=\"alignright size-full wp-image-10208\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v3.gif\" alt=\"texture-gif-v3\" width=\"577\" height=\"365\" />\r\n\r\n \r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced Machinery</h1>\r\n<p style=\"text-align: left;\">Our knitters are primarily based in Hong Kong and China. The knitting machines range from low gauge 3GG to high gauge 18GG. Knit Plus is also able to offer the latest seamless machines from Shima Seiki and Stoll.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Beautiful Yarn</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate element of any finished garment. We select the best yarn suppliers from around the world which include Zegna Baruffa, Cariaggi and Loro Piana. The yarn experts transform the raw material and produce top quality yarn in a range of beautiful colours.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Highest Quality of Deliverables</h1>\r\n<p style=\"text-align: left;\">Quality Control is an important final step. Knitwear manufacturing incorporates approximately 20 process in order to produce a single piece of knitwear. Our skilled teams in Hong Kong and China closely monitor the production processes on a daily basis this ensures the highest quality is delivered as per the expected schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable Manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is one of our long term goals. Our raw material wastage is by nature minimal, as each panel is knitted into shape rather than cut. We ensure that our yarn suppliers follow strict environmental standards and have International Accreditations such as Oeko-tec 100 and ISO 14001; resulting in no harmful chemicals to the environment or human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10110\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg\" alt=\"Cotton-Ball1 (1)\" width=\"1024\" height=\"684\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Satisfied Customer</h1>\r\n<p style=\"text-align: center;\">Knit Plus manufactures knitwear for a number of famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen.\r\n<img class=\"alignnone size-full wp-image-10135\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency1.png\" alt=\"agency\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-09-17 11:27:03','2014-09-17 03:27:03','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10188,1,'2014-09-16 15:55:59','2014-09-16 07:55:59','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Knitwear Design & Manufacturing</h1>\r\nThe best knitwear begins with many invisible elements – starting from the initial design concept, the sketches, brand aesthetics and targeted consumer group. All this background information is crucial in translating a design sketch into the best knitwear. \r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Innovative Fitting</h1>\r\n<p style=\"text-align: left;\">Knitwear is created by a number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and whilst this was effective then, nowadays luxury knitwear must fit a 3D body shape to achieve a specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to a 2D form of rows and stitches, Knit Plus being one of them. This translation requires the theory of abstract mathematics and particle physics. However, there is no need to be mathematician or physicist as Knit Plus is able to do all this for you. </p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<a href=\"http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v2.gif\"><img class=\"alignnone size-full wp-image-10122\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v2.gif\" alt=\"texture-gif-v2\" width=\"577\" height=\"365\" /></a>\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone wp-image-10087 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0669-1024x683.jpg\" alt=\"Shima Seiki knitting machines\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced Machinery</h1>\r\n<p style=\"text-align: left;\">Our knitters are primarily based in Hong Kong and China. The knitting machines range from low gauge 3GG to high gauge 18GG. Knit Plus is also able to offer the latest seamless machines from Shima Seiki and Stoll.\r\n</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Beautiful Yarn</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate element of any finished garment. We select the best yarn suppliers from around the world which include Zegna Baruffa, Cariaggi and Loro Piana. The yarn experts transform the raw material and produce top quality yarn in a range of beautiful colours.\r\n</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Highest Quality of Deliverables\r\n</h1>\r\n<p style=\"text-align: left;\">Quality Control is an important final step. Knitwear manufacturing incorporates approximately 20 process in order to produce a single piece of knitwear. Our skilled teams in Hong Kong and China closely monitor the production processes on a daily basis this ensures the highest quality is delivered as per the expected schedule. \r\n</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable Manufacturing\r\n</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is one of our long term goals. Our raw material wastage is by nature minimal, as each panel is knitted into shape rather than cut. We ensure that our yarn suppliers follow strict environmental standards and have International Accreditations such as Oeko-tec 100 and ISO 14001; resulting in no harmful chemicals to the environment or human health. \r\n</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10110\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg\" alt=\"Cotton-Ball1 (1)\" width=\"1024\" height=\"684\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Satisfied Customer</h1>\r\n<p style=\"text-align: center;\">Knit Plus manufactures knitwear for a number of famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen.\r\n<img class=\"alignnone size-full wp-image-10135\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency1.png\" alt=\"agency\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-09-16 15:55:59','2014-09-16 07:55:59','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10189,1,'2014-09-16 15:59:09','2014-09-16 07:59:09','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">\r\nAgent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella. \r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region. \r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few. \r\n\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation. \r\n\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk. \r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button]for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','closed','open','','46-revision-v1','','','2014-09-16 15:59:09','2014-09-16 07:59:09','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10207,1,'2014-09-16 18:17:15','2014-09-16 10:17:15','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for Made in UK','','inherit','closed','open','','46-revision-v1','','','2014-09-16 18:17:15','2014-09-16 10:17:15','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10190,1,'2014-09-16 15:59:35','2014-09-16 07:59:35','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">\r\nAgent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella. \r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region. \r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few. \r\n\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation. \r\n\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk. \r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agency','','inherit','closed','open','','46-revision-v1','','','2014-09-16 15:59:35','2014-09-16 07:59:35','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10191,1,'2014-09-16 16:15:35','2014-09-16 08:15:35','','Our Story','','inherit','closed','open','','05_about_960_grid_12_col','','','2014-09-16 16:15:55','2014-09-16 08:15:55','',10036,'http://knitplus.hk/wp-content/uploads/2014/08/05_about_960_grid_12_col.png',0,'attachment','image/png',0),(10193,1,'2014-09-16 16:16:25','2014-09-16 08:16:25','[row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nWe provide a one-stop solution for knitwear design and manufacturing. The process starts with design sketches, yarn selection and 3D fitting. Throughout the process some 20 traditional manufacturing stages are applied, culminating in the production of a piece of knitwear.\r\n\r\nKnit Plus represents two of the United Kingdom’s finest ‘Made in UK’ manufacturers. Johnstons of Elgin and Pantherella. Johnstons of Elgin have been manufacturing the finest cashmere scarves, cloth, knitwear and accessories in Scotland for over 200 years. Pantherella has been producing the world’s most famous socks in the UK since 1937 and is renowned worldwide as ‘The King’ of sock brands.\r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers.\r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Story\r\n\r\n<img class=\"aligncenter size-full wp-image-10191\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/05_about_960_grid_12_col.png\" alt=\"Our Story\" width=\"840\" height=\"993\" /></h1>\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" />\r\n\r\n[/col] [col size=\"6\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the Founder and Managing Director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information Systems. He was awarded a First Class Honours with the Governor’s Prize. Kevin started his career at Macquarie Bank in Sydney as a Research Analyst in Currencies and Commodities. Having grown up within the knitwear business from a young age, Kevin is wholly passionate about his work and to this end he strives to bring pioneering and state-of-the-art technology to this industry.</p>\r\nWith extensive knowledge of computers, mathematics and physics, Kevin’s skills in engineering have been integrated into the company’s cutting-edge 3D engineering design process making Knit Plus a dynamic and innovative leader within the knitwear business.\r\n\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-09-16 16:16:25','2014-09-16 08:16:25','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10192,1,'2014-09-16 16:15:59','2014-09-16 08:15:59','[row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nWe provide a one-stop solution for knitwear design and manufacturing. The process starts with design sketches, yarn selection and 3D fitting. Throughout the process some 20 traditional manufacturing stages are applied, culminating in the production of a piece of knitwear.\r\n\r\nKnit Plus represents two of the United Kingdom’s finest ‘Made in UK’ manufacturers. Johnstons of Elgin and Pantherella. Johnstons of Elgin have been manufacturing the finest cashmere scarves, cloth, knitwear and accessories in Scotland for over 200 years. Pantherella has been producing the world’s most famous socks in the UK since 1937 and is renowned worldwide as ‘The King’ of sock brands.\r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers.\r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Story\r\n<img class=\"aligncenter size-full wp-image-10191\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/05_about_960_grid_12_col.png\" alt=\"Our Story\" width=\"840\" height=\"993\" /></h1>\r\n<p style=\"text-align: center;\"></p>\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" />\r\n\r\n[/col] [col size=\"6\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the Founder and Managing Director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information Systems. He was awarded a First Class Honours with the Governor’s Prize. Kevin started his career at Macquarie Bank in Sydney as a Research Analyst in Currencies and Commodities. Having grown up within the knitwear business from a young age, Kevin is wholly passionate about his work and to this end he strives to bring pioneering and state-of-the-art technology to this industry.</p>\r\nWith extensive knowledge of computers, mathematics and physics, Kevin’s skills in engineering have been integrated into the company’s cutting-edge 3D engineering design process making Knit Plus a dynamic and innovative leader within the knitwear business.\r\n\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-09-16 16:15:59','2014-09-16 08:15:59','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10194,1,'2014-09-16 17:36:28','2014-09-16 09:36:28','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ‘Made in UK’','','inherit','closed','open','','46-revision-v1','','','2014-09-16 17:36:28','2014-09-16 09:36:28','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10195,1,'2014-09-16 17:53:51','2014-09-16 09:53:51','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ‘Made in UK’','','inherit','closed','open','','46-revision-v1','','','2014-09-16 17:53:51','2014-09-16 09:53:51','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10197,1,'2014-09-16 17:54:44','2014-09-16 09:54:44','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ‘Made in UK’','','inherit','closed','open','','46-revision-v1','','','2014-09-16 17:54:44','2014-09-16 09:54:44','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10196,1,'2014-09-16 17:54:29','2014-09-16 09:54:29','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ‘Made in UK’','','inherit','closed','open','','46-revision-v1','','','2014-09-16 17:54:29','2014-09-16 09:54:29','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10199,1,'2014-09-16 18:08:22','2014-09-16 10:08:22','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ❛Made in UK’','','inherit','closed','open','','46-revision-v1','','','2014-09-16 18:08:22','2014-09-16 10:08:22','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10198,1,'2014-09-16 18:07:49','2014-09-16 10:07:49','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ‛‘Made in UK’','','inherit','closed','open','','46-revision-v1','','','2014-09-16 18:07:49','2014-09-16 10:07:49','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10201,1,'2014-09-16 18:10:08','2014-09-16 10:10:08','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ❛Made in UK❜','','inherit','closed','open','','46-revision-v1','','','2014-09-16 18:10:08','2014-09-16 10:10:08','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10200,1,'2014-09-16 18:09:10','2014-09-16 10:09:10','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ❛Made in UK’‘’','','inherit','closed','open','','46-revision-v1','','','2014-09-16 18:09:10','2014-09-16 10:09:10','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10202,1,'2014-09-16 18:10:22','2014-09-16 10:10:22','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ❛Made in UK❜','','inherit','closed','open','','46-revision-v1','','','2014-09-16 18:10:22','2014-09-16 10:10:22','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10203,1,'2014-09-16 18:13:26','2014-09-16 10:13:26','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ❛Made in UK❜</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ❛Made in UK❜','','inherit','closed','open','','46-revision-v1','','','2014-09-16 18:13:26','2014-09-16 10:13:26','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10204,1,'2014-09-16 18:14:25','2014-09-16 10:14:25','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ❛Made in UK❜','','inherit','closed','open','','46-revision-v1','','','2014-09-16 18:14:25','2014-09-16 10:14:25','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10205,1,'2014-09-16 18:16:36','2014-09-16 10:16:36','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ❛ʻMade in UK❜','','inherit','closed','open','','46-revision-v1','','','2014-09-16 18:16:36','2014-09-16 10:16:36','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10206,1,'2014-09-16 18:16:51','2014-09-16 10:16:51','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-large wp-image-10126\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0552-1024x683.jpg\" alt=\"DSC_0552\" width=\"1024\" height=\"683\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-large wp-image-10128\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/dsc_0544-1024x683.jpg\" alt=\"DSC_0544\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for ❛ʻMade in UK❜ʻ','','inherit','closed','open','','46-revision-v1','','','2014-09-16 18:16:51','2014-09-16 10:16:51','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10208,1,'2014-09-17 11:26:49','2014-09-17 03:26:49','','texture-gif-v3','','inherit','closed','open','','texture-gif-v3','','','2014-09-17 11:26:49','2014-09-17 03:26:49','',10038,'http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v3.gif',0,'attachment','image/gif',0),(10210,1,'2014-09-17 11:27:53','2014-09-17 03:27:53','','our-story-v3','','inherit','closed','open','','our-story-v3','','','2014-09-17 11:27:53','2014-09-17 03:27:53','',10036,'http://knitplus.hk/wp-content/uploads/2014/08/our-story-v3.jpg',0,'attachment','image/jpeg',0),(10211,1,'2014-09-17 11:28:07','2014-09-17 03:28:07','[row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nWe provide a one-stop solution for knitwear design and manufacturing. The process starts with design sketches, yarn selection and 3D fitting. Throughout the process some 20 traditional manufacturing stages are applied, culminating in the production of a piece of knitwear.\r\n\r\nKnit Plus represents two of the United Kingdom’s finest ‘Made in UK’ manufacturers. Johnstons of Elgin and Pantherella. Johnstons of Elgin have been manufacturing the finest cashmere scarves, cloth, knitwear and accessories in Scotland for over 200 years. Pantherella has been producing the world’s most famous socks in the UK since 1937 and is renowned worldwide as ‘The King’ of sock brands.\r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers.\r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Story</h1>\r\n<img class=\"aligncenter size-large wp-image-10210\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/our-story-v3-828x1024.jpg\" alt=\"our-story-v3\" width=\"828\" height=\"1024\" />\r\n\r\n \r\n\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" />\r\n\r\n[/col] [col size=\"6\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the Founder and Managing Director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information Systems. He was awarded a First Class Honours with the Governor’s Prize. Kevin started his career at Macquarie Bank in Sydney as a Research Analyst in Currencies and Commodities. Having grown up within the knitwear business from a young age, Kevin is wholly passionate about his work and to this end he strives to bring pioneering and state-of-the-art technology to this industry.</p>\r\nWith extensive knowledge of computers, mathematics and physics, Kevin’s skills in engineering have been integrated into the company’s cutting-edge 3D engineering design process making Knit Plus a dynamic and innovative leader within the knitwear business.\r\n\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-09-17 11:28:07','2014-09-17 03:28:07','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10213,1,'2014-09-17 11:31:17','2014-09-17 03:31:17','[row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nWe provide a one-stop solution for knitwear design and manufacturing. The process starts with design sketches, yarn selection and 3D fitting. Throughout the process some 20 traditional manufacturing stages are applied, culminating in the production of a piece of knitwear.\r\n\r\nKnit Plus represents two of the United Kingdom’s finest ‘Made in UK’ manufacturers. Johnstons of Elgin and Pantherella. Johnstons of Elgin have been manufacturing the finest cashmere scarves, cloth, knitwear and accessories in Scotland for over 200 years. Pantherella has been producing the world’s most famous socks in the UK since 1937 and is renowned worldwide as ‘The King’ of sock brands.\r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers.\r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Story</h1>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10210 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/our-story-v3.jpg\" alt=\"our-story-v3\" width=\"834\" height=\"1031\" /></p>\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" />\r\n\r\n[/col] [col size=\"6\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the Founder and Managing Director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information Systems. He was awarded a First Class Honours with the Governor’s Prize. Kevin started his career at Macquarie Bank in Sydney as a Research Analyst in Currencies and Commodities. Having grown up within the knitwear business from a young age, Kevin is wholly passionate about his work and to this end he strives to bring pioneering and state-of-the-art technology to this industry.</p>\r\nWith extensive knowledge of computers, mathematics and physics, Kevin’s skills in engineering have been integrated into the company’s cutting-edge 3D engineering design process making Knit Plus a dynamic and innovative leader within the knitwear business.\r\n\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-09-17 11:31:17','2014-09-17 03:31:17','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10212,1,'2014-09-17 11:30:05','2014-09-17 03:30:05','[row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nWe provide a one-stop solution for knitwear design and manufacturing. The process starts with design sketches, yarn selection and 3D fitting. Throughout the process some 20 traditional manufacturing stages are applied, culminating in the production of a piece of knitwear.\r\n\r\nKnit Plus represents two of the United Kingdom’s finest ‘Made in UK’ manufacturers. Johnstons of Elgin and Pantherella. Johnstons of Elgin have been manufacturing the finest cashmere scarves, cloth, knitwear and accessories in Scotland for over 200 years. Pantherella has been producing the world’s most famous socks in the UK since 1937 and is renowned worldwide as ‘The King’ of sock brands.\r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers.\r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Story</h1>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-large wp-image-10210\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/our-story-v3-828x1024.jpg\" alt=\"our-story-v3\" width=\"828\" height=\"1024\" /></p>\r\n\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10083 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0638-1024x683.jpg\" alt=\"Kevin Lam\" width=\"1024\" height=\"683\" />\r\n\r\n[/col] [col size=\"6\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the Founder and Managing Director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information Systems. He was awarded a First Class Honours with the Governor’s Prize. Kevin started his career at Macquarie Bank in Sydney as a Research Analyst in Currencies and Commodities. Having grown up within the knitwear business from a young age, Kevin is wholly passionate about his work and to this end he strives to bring pioneering and state-of-the-art technology to this industry.</p>\r\nWith extensive knowledge of computers, mathematics and physics, Kevin’s skills in engineering have been integrated into the company’s cutting-edge 3D engineering design process making Knit Plus a dynamic and innovative leader within the knitwear business.\r\n\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-09-17 11:30:05','2014-09-17 03:30:05','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10214,1,'2014-09-17 12:13:51','2014-09-17 04:13:51','','DSC_0638','','inherit','closed','open','','dsc_0638-2','','','2014-09-17 12:13:51','2014-09-17 04:13:51','',10036,'http://knitplus.hk/wp-content/uploads/2014/08/dsc_06381.jpg',0,'attachment','image/jpeg',0),(10215,1,'2014-09-17 12:14:48','2014-09-17 04:14:48','[row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">About Knit Plus</h1>\r\nKnit Plus specialises in luxurious knitwear design and manufacturing, in addition to this we are the agent for ‘Made in UK’ finest knitted products.\r\n\r\nWe provide a one-stop solution for knitwear design and manufacturing. The process starts with design sketches, yarn selection and 3D fitting. Throughout the process some 20 traditional manufacturing stages are applied, culminating in the production of a piece of knitwear.\r\n\r\nKnit Plus represents two of the United Kingdom’s finest ‘Made in UK’ manufacturers. Johnstons of Elgin and Pantherella. Johnstons of Elgin have been manufacturing the finest cashmere scarves, cloth, knitwear and accessories in Scotland for over 200 years. Pantherella has been producing the world’s most famous socks in the UK since 1937 and is renowned worldwide as ‘The King’ of sock brands.\r\n\r\nOur commitment as a company is to provide our customers with a first class service ensuring our professional textile knowledge and innovations in research and development benefit our customers.\r\n\r\nAs a team our core values of excellence, expertise, reliability and innovation enables us to work closely with our customers and suppliers to build an environment of trust, long-term business relationships and achieving customer satisfaction by providing solution-orientated problem solving.\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"1\"] [col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Story</h1>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-10210 size-full\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/our-story-v3.jpg\" alt=\"our-story-v3\" width=\"834\" height=\"1031\" /></p>\r\n[/col] [/row] [hr color=\"white\" type=\"line\"] [row cols_nr=\"2\"] [col size=\"6\"]<img class=\"alignleft wp-image-10214 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_06381-1024x683.jpg\" alt=\"DSC_0638\" width=\"1024\" height=\"683\" />\r\n\r\n \r\n\r\n[/col] [col size=\"6\"]\r\n<h1>Our Founder</h1>\r\n<p style=\"text-align: left;\">Kevin Lam is the Founder and Managing Director of Knit Plus. Kevin graduated from Imperial College London, with a Bachelor of Engineering degree in Information Systems. He was awarded a First Class Honours with the Governor’s Prize. Kevin started his career at Macquarie Bank in Sydney as a Research Analyst in Currencies and Commodities. Having grown up within the knitwear business from a young age, Kevin is wholly passionate about his work and to this end he strives to bring pioneering and state-of-the-art technology to this industry.</p>\r\nWith extensive knowledge of computers, mathematics and physics, Kevin’s skills in engineering have been integrated into the company’s cutting-edge 3D engineering design process making Knit Plus a dynamic and innovative leader within the knitwear business.\r\n\r\n[/col] [/row]','About Knit Plus','','inherit','closed','open','','10036-revision-v1','','','2014-09-17 12:14:48','2014-09-17 04:14:48','',10036,'http://knitplus.hk/10036-revision-v1/',0,'revision','',0),(10216,1,'2014-09-17 12:15:24','2014-09-17 04:15:24','','DSC_0617','','inherit','closed','open','','dsc_0617-2','','','2014-09-17 12:15:24','2014-09-17 04:15:24','',10038,'http://knitplus.hk/wp-content/uploads/2014/08/dsc_0617.jpg',0,'attachment','image/jpeg',0),(10217,1,'2014-09-17 12:15:57','2014-09-17 04:15:57','','DSC_0669','','inherit','closed','open','','dsc_0669-2','','','2014-09-17 12:15:57','2014-09-17 04:15:57','',10038,'http://knitplus.hk/wp-content/uploads/2014/08/dsc_06691.jpg',0,'attachment','image/jpeg',0),(10218,1,'2014-09-17 12:17:30','2014-09-17 04:17:30','[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Knitwear Design & Manufacturing</h1>\r\nThe best knitwear begins with many invisible elements – starting from the initial design concept, the sketches, brand aesthetics and targeted consumer group. All this background information is crucial in translating a design sketch into the best knitwear.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>3D Innovative Fitting</h1>\r\n<p style=\"text-align: left;\">Knitwear is created by a number of rows and stitches. Each panel is knitted and linked by hand to give the best fit. In the past, each panel was designed in 2D and whilst this was effective then, nowadays luxury knitwear must fit a 3D body shape to achieve a specific aesthetic look. There are few knitwear specialists who can translate the 3D technical fit requirements to a 2D form of rows and stitches, Knit Plus being one of them. This translation requires the theory of abstract mathematics and particle physics. However, there is no need to be mathematician or physicist as Knit Plus is able to do all this for you.</p>\r\n[/col]\r\n[col size=\"6\"]<img class=\"alignright size-full wp-image-10208\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/texture-gif-v3.gif\" alt=\"texture-gif-v3\" width=\"577\" height=\"365\" />\r\n\r\n \r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignleft size-large wp-image-10217\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_06691-1024x683.jpg\" alt=\"DSC_0669\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Advanced Machinery</h1>\r\n<p style=\"text-align: left;\">Our knitters are primarily based in Hong Kong and China. The knitting machines range from low gauge 3GG to high gauge 18GG. Knit Plus is also able to offer the latest seamless machines from Shima Seiki and Stoll.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Beautiful Yarn</h1>\r\n<p style=\"text-align: left;\">Apart from the design and technical aspect of knitwear, the yarn is the ultimate element of any finished garment. We select the best yarn suppliers from around the world which include Zegna Baruffa, Cariaggi and Loro Piana. The yarn experts transform the raw material and produce top quality yarn in a range of beautiful colours.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10108\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0648-1024x683.jpg\" alt=\"DSC_0648\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone wp-image-10089 size-large\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/dsc_0594-1024x683.jpg\" alt=\"Quality Control\" width=\"1024\" height=\"683\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Highest Quality of Deliverables</h1>\r\n<p style=\"text-align: left;\">Quality Control is an important final step. Knitwear manufacturing incorporates approximately 20 process in order to produce a single piece of knitwear. Our skilled teams in Hong Kong and China closely monitor the production processes on a daily basis this ensures the highest quality is delivered as per the expected schedule.</p>\r\n[/col]\r\n\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n[col size=\"6\"]\r\n<h1>Sustainable Manufacturing</h1>\r\n<p style=\"text-align: left;\">Sustainable manufacturing is one of our long term goals. Our raw material wastage is by nature minimal, as each panel is knitted into shape rather than cut. We ensure that our yarn suppliers follow strict environmental standards and have International Accreditations such as Oeko-tec 100 and ISO 14001; resulting in no harmful chemicals to the environment or human health.</p>\r\n[/col]\r\n[col size=\"6\"]\r\n\r\n<img class=\"alignnone size-large wp-image-10110\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/cotton-ball1-1-1024x684.jpg\" alt=\"Cotton-Ball1 (1)\" width=\"1024\" height=\"684\" />\r\n\r\n[/col]\r\n[/row]\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"1\"]\r\n\r\n[col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Our Satisfied Customer</h1>\r\n<p style=\"text-align: center;\">Knit Plus manufactures knitwear for a number of famous fashion houses, including Aquascutum, Gieves and Hawkes, Cerruti 1881, Kent & Curwen.\r\n<img class=\"alignnone size-full wp-image-10135\" src=\"http://knitplus.hk/wp-content/uploads/2014/08/agency1.png\" alt=\"agency\" width=\"911\" height=\"184\" /></p>\r\n[/col]\r\n[/row]','Knitwear Design & Manufacturing','','inherit','closed','open','','10038-revision-v1','','','2014-09-17 12:17:30','2014-09-17 04:17:30','',10038,'http://knitplus.hk/10038-revision-v1/',0,'revision','',0),(10220,1,'2014-09-17 12:19:56','2014-09-17 04:19:56','','DSC_0534','','inherit','closed','open','','dsc_0534-4','','','2014-09-17 12:19:56','2014-09-17 04:19:56','',5,'http://knitplus.hk/wp-content/uploads/2014/09/dsc_0534.jpg',0,'attachment','image/jpeg',0),(10221,1,'2014-09-17 12:19:58','2014-09-17 04:19:58','','DSC_0571','','inherit','closed','open','','dsc_0571','','','2014-09-17 12:19:58','2014-09-17 04:19:58','',5,'http://knitplus.hk/wp-content/uploads/2014/09/dsc_0571.jpg',0,'attachment','image/jpeg',0),(10222,1,'2014-09-17 12:20:04','2014-09-17 04:20:04','','DSC_0649','','inherit','closed','open','','dsc_0649-8','','','2014-09-17 12:20:04','2014-09-17 04:20:04','',5,'http://knitplus.hk/wp-content/uploads/2014/09/dsc_0649.jpg',0,'attachment','image/jpeg',0),(10224,1,'2014-09-17 12:41:58','2014-09-17 04:41:58','','DSC_0649-v2','','inherit','closed','open','','dsc_0649-v2','','','2014-09-17 12:41:58','2014-09-17 04:41:58','',116,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0649-v2.jpg',0,'attachment','image/jpeg',0),(10225,1,'2014-09-17 12:47:30','2014-09-17 04:47:30','','aw_mens_cashmere_5','','inherit','closed','open','','aw_mens_cashmere_5','','','2014-09-17 12:47:30','2014-09-17 04:47:30','',46,'http://knitplus.hk/wp-content/uploads/2014/05/aw_mens_cashmere_5.jpg',0,'attachment','image/jpeg',0),(10226,1,'2014-09-17 12:55:46','2014-09-17 04:55:46','','agent1','','inherit','closed','open','','agent1','','','2014-09-17 12:55:46','2014-09-17 04:55:46','',46,'http://knitplus.hk/wp-content/uploads/2014/05/agent1.jpg',0,'attachment','image/jpeg',0),(10227,1,'2014-09-17 12:56:05','2014-09-17 04:56:05','','agent2','','inherit','closed','open','','agent2','','','2014-09-17 12:56:05','2014-09-17 04:56:05','',46,'http://knitplus.hk/wp-content/uploads/2014/05/agent2.jpg',0,'attachment','image/jpeg',0),(10228,1,'2014-09-17 12:56:14','2014-09-17 04:56:14','[row cols_nr=\"1\"][col size=\"12\"]\r\n<h1 style=\"text-align: center;\">Agent for ‘Made in UK’</h1>\r\nThere are numerous respectable manufacturers from the UK who are unable to sell their niche products in Hong Kong and China. Knit Plus represents two historic UK manufacturers – Johnstons of Elgin and Pantherella.\r\n\r\nJohnstons and Pantherella collections are now available through prestigious department stores; Lane Crawford, Harvey Nichols and other luxury private labels across the Greater China Region.\r\n\r\nKnit Plus is highly regarded within the knitwear business and we have established strong relationships with key buyers and store managers throughout the region. Our showroom is conveniently located and our innovative, visionary team are adept at interpreting the needs of our customers in a professional and proficient manner.\r\n\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]\r\n<h1>Johnstons of Elgin</h1>\r\n<p style=\"text-align: left;\">Johnstons of Elgin manufactures the finest cashmere cloth, knitwear and accessories from its mills in Elgin and Hawick. The company has been family owned since 1797 and has the only remaining vertical mills in the UK. All their products are authentically made in Scotland and they proudly supply many luxury brands and fashion houses, including Hermes, Chanel, Burberry to name but a few.</p>\r\nJohnstons employs 800 people in both the weaving plant in Elgin and the knitting plant in Hawick. These skilled craftsmen and women are preserving skills handed down through generations of families and representing every product made today. Their own label ‘Johnstons of Elgin’ is a growing business and sells to over 30 countries. More details can be found on their website: [button link=\"http://www.johnstonscashmere.com\" type=\"text\" size=\"small\" newtab=\"on\"]www.johnstonscashmere.com[/button].\r\n\r\n[/col]\r\n[col size=\"6\"]\r\n<img class=\"alignnone size-full wp-image-10226\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/agent1.jpg\" alt=\"agent1\" width=\"579\" height=\"387\" />\r\n[/col]\r\n[/row]\r\n\r\n[hr color=\"white\" type=\"line\"]\r\n\r\n[row cols_nr=\"2\"]\r\n\r\n[col size=\"6\"]<img class=\"alignnone size-full wp-image-10227\" src=\"http://knitplus.hk/wp-content/uploads/2014/05/agent2.jpg\" alt=\"agent2\" width=\"579\" height=\"387\" />\r\n\r\n[/col]\r\n\r\n[col size=\"6\"]\r\n<h1>Pantherella</h1>\r\n<p style=\"text-align: left;\">Pantherella has been making the world’s finest socks since 1937 using the most luxurious fibers available. From their early beginnings in the hosiery business, Pantherella has strived to be at the forefront of technology, innovation and design. All Pantherella socks are made in the family owned factory (HJ Hall Sock Group) in Leicester, by highly skilled craftspeople whose expertise have been handed down from generation to generation.</p>\r\nThere are a few elements that help make Pantherella stand out from the crowd; their signature hand linked seams, archives of designs, ability to interpret new on trend styles - season after season, unparalleled quality and the luxurious yarns used. Yarn qualities include Cashmere, Escorial Wool, Cotton Lisle, Sea Island Cotton and Silk.\r\n(see [button link=\"http://www.pantherella.com/\" type=\"text\" size=\"small\" newtab=\"on\"]www.pantherella.com[/button] for details).\r\n\r\n[/col]\r\n\r\n[/row]','Agent for Made in UK','','inherit','closed','open','','46-revision-v1','','','2014-09-17 12:56:14','2014-09-17 04:56:14','',46,'http://knitplus.hk/46-revision-v1/',0,'revision','',0),(10229,1,'2014-09-17 12:57:44','2014-09-17 04:57:44','','DSC_0526','','inherit','closed','open','','dsc_0526-2','','','2014-09-17 12:57:44','2014-09-17 04:57:44','',46,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_05261.jpg',0,'attachment','image/jpeg',0),(10230,1,'2014-09-17 13:04:01','2014-09-17 05:04:01','','DSC_0570','','inherit','closed','open','','dsc_0570','','','2014-09-17 13:04:01','2014-09-17 05:04:01','',46,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0570.jpg',0,'attachment','image/jpeg',0),(10231,1,'2014-09-17 13:04:59','2014-09-17 05:04:59','','DSC_0570','','inherit','closed','open','','dsc_0570-2','','','2014-09-17 13:04:59','2014-09-17 05:04:59','',46,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_05701.jpg',0,'attachment','image/jpeg',0),(10232,1,'2014-09-17 13:09:33','2014-09-17 05:09:33','','DSC_0570','','inherit','closed','open','','dsc_0570-3','','','2014-09-17 13:09:33','2014-09-17 05:09:33','',32,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_05702.jpg',0,'attachment','image/jpeg',0),(10233,1,'2014-09-17 13:13:24','2014-09-17 05:13:24','','DSC_0570n','','inherit','closed','open','','dsc_0570n','','','2014-09-17 13:13:24','2014-09-17 05:13:24','',32,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0570n.jpg',0,'attachment','image/jpeg',0),(10234,1,'2014-09-17 13:16:56','2014-09-17 05:16:56','','DSC_0570nxyz','','inherit','closed','open','','dsc_0570nxyz','','','2014-09-17 13:16:56','2014-09-17 05:16:56','',32,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0570nxyz.jpg',0,'attachment','image/jpeg',0),(10235,1,'2014-09-17 13:26:59','2014-09-17 05:26:59','','showroom-v','','inherit','closed','open','','showroom-v','','','2014-09-17 13:26:59','2014-09-17 05:26:59','',10036,'http://knitplus.hk/wp-content/uploads/2014/08/showroom-v.jpg',0,'attachment','image/jpeg',0),(10236,1,'2014-09-17 13:31:41','2014-09-17 05:31:41','','DSC_0533','','inherit','closed','open','','dsc_0533-2','','','2014-09-17 13:31:41','2014-09-17 05:31:41','',10036,'http://knitplus.hk/wp-content/uploads/2014/08/dsc_0533.jpg',0,'attachment','image/jpeg',0),(10237,1,'2014-09-17 13:32:39','2014-09-17 05:32:39','','DSC_0533','','inherit','closed','open','','dsc_0533-3','','','2014-09-17 13:32:39','2014-09-17 05:32:39','',10036,'http://knitplus.hk/wp-content/uploads/2014/08/dsc_05331.jpg',0,'attachment','image/jpeg',0),(10238,1,'2014-09-17 13:33:35','2014-09-17 05:33:35','','DSC_0533','','inherit','closed','open','','dsc_0533-4','','','2014-09-17 13:33:35','2014-09-17 05:33:35','',10036,'http://knitplus.hk/wp-content/uploads/2014/08/dsc_05332.jpg',0,'attachment','image/jpeg',0),(10239,1,'2014-09-17 13:40:11','2014-09-17 05:40:11','','DSC_0582','','inherit','closed','open','','dsc_0582','','','2014-09-17 13:40:11','2014-09-17 05:40:11','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0582.jpg',0,'attachment','image/jpeg',0),(10240,1,'2014-09-17 13:47:45','2014-09-17 05:47:45','','DSC_0539','','inherit','closed','open','','dsc_0539','','','2014-09-17 13:47:45','2014-09-17 05:47:45','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0539.jpg',0,'attachment','image/jpeg',0),(10241,1,'2014-09-17 13:47:49','2014-09-17 05:47:49','','DSC_0532','','inherit','closed','open','','dsc_0532','','','2014-09-17 13:47:49','2014-09-17 05:47:49','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0532.jpg',0,'attachment','image/jpeg',0),(10242,1,'2014-09-17 13:47:53','2014-09-17 05:47:53','','DSC_0533-2','','inherit','closed','open','','dsc_0533-2-2','','','2014-09-17 13:47:53','2014-09-17 05:47:53','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0533-2.jpg',0,'attachment','image/jpeg',0),(10243,1,'2014-09-17 13:56:29','2014-09-17 05:56:29','','DSC_0582-2','','inherit','closed','open','','dsc_0582-2','','','2014-09-17 13:56:29','2014-09-17 05:56:29','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0582-2.jpg',0,'attachment','image/jpeg',0),(10244,1,'2014-09-17 13:59:40','2014-09-17 05:59:40','','DSC_0551','','inherit','closed','open','','dsc_0551','','','2014-09-17 13:59:40','2014-09-17 05:59:40','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0551.jpg',0,'attachment','image/jpeg',0),(10245,1,'2014-09-17 14:03:11','2014-09-17 06:03:11','','DSC_0582-3','','inherit','closed','open','','dsc_0582-3','','','2014-09-17 14:03:11','2014-09-17 06:03:11','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0582-3.jpg',0,'attachment','image/jpeg',0),(10246,1,'2014-09-17 14:10:13','2014-09-17 06:10:13','','DSC_0536','','inherit','closed','open','','dsc_0536','','','2014-09-17 14:10:13','2014-09-17 06:10:13','',5,'http://knitplus.hk/wp-content/uploads/2014/05/dsc_0536.jpg',0,'attachment','image/jpeg',0);
/*!40000 ALTER TABLE `ifstudio_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ifstudio_term_relationships`
--
DROP TABLE IF EXISTS `ifstudio_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ifstudio_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ifstudio_term_relationships`
--
LOCK TABLES `ifstudio_term_relationships` WRITE;
/*!40000 ALTER TABLE `ifstudio_term_relationships` DISABLE KEYS */;
INSERT INTO `ifstudio_term_relationships` VALUES (10003,11,0),(10005,11,0),(10067,13,0),(10064,13,0),(10063,13,0),(10066,13,0),(10065,13,0);
/*!40000 ALTER TABLE `ifstudio_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ifstudio_term_taxonomy`
--
DROP TABLE IF EXISTS `ifstudio_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ifstudio_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ifstudio_term_taxonomy`
--
LOCK TABLES `ifstudio_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `ifstudio_term_taxonomy` DISABLE KEYS */;
INSERT INTO `ifstudio_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,0),(3,3,'category','',0,0),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'post_tag','',0,0),(7,7,'post_tag','',0,0),(8,8,'post_tag','',0,0),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'nav_menu','',0,2),(12,12,'nav_menu','',0,0),(13,13,'nav_menu','',0,5);
/*!40000 ALTER TABLE `ifstudio_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ifstudio_terms`
--
DROP TABLE IF EXISTS `ifstudio_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ifstudio_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
UNIQUE KEY `slug` (`slug`),
KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ifstudio_terms`
--
LOCK TABLES `ifstudio_terms` WRITE;
/*!40000 ALTER TABLE `ifstudio_terms` DISABLE KEYS */;
INSERT INTO `ifstudio_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Events','events',0),(3,'Other','other',0),(4,'Press','press',0),(5,'Recipes','recipes',0),(6,'cereals','cereals',0),(7,'cheese','cheese',0),(8,'food','food',0),(9,'sandwich','sandwich',0),(10,'tomatoes','tomatoes',0),(11,'Main Menu','main-menu',0),(12,'Footer Menu','footer-menu',0),(13,'Knit Plus Main Menu','knit-plus-main-menu',0);
/*!40000 ALTER TABLE `ifstudio_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ifstudio_usermeta`
--
DROP TABLE IF EXISTS `ifstudio_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ifstudio_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ifstudio_usermeta`
--
LOCK TABLES `ifstudio_usermeta` WRITE;
/*!40000 ALTER TABLE `ifstudio_usermeta` DISABLE KEYS */;
INSERT INTO `ifstudio_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','false'),(10,1,'ifstudio_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'ifstudio_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'ifstudio_dashboard_quick_press_last_post_id','10252'),(15,1,'nav_menu_recently_edited','13'),(16,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(18,1,'ifstudio_user-settings','editor=tinymce&libraryContent=browse&advImgDetails=hide&ed_size=360&hidetb=1&imgsize=full&urlbutton=none&wplink=1&align=none'),(19,1,'ifstudio_user-settings-time','1410929769'),(20,1,'closedpostboxes_page','a:0:{}'),(21,1,'metaboxhidden_page','a:6:{i:0;s:31:\"rosa_page_header_area_slideshow\";i:1;s:18:\"rosa_gmap_settings\";i:2;s:10:\"postcustom\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(22,1,'user_fb',''),(23,1,'user_tw',''),(24,1,'google_profile',''),(25,1,'session_tokens','a:2:{s:64:\"76ddac2474372903a754161e5d3aff7a3c72094c13b330bbbf66d3f05b616b68\";i:1531455146;s:64:\"334ff2ffa889a8716c4d6b33b9b78a55959194ea0b6a6a4ee3a602269174be67\";i:1530418499;}'),(26,1,'ifstudio_media_library_mode','list');
/*!40000 ALTER TABLE `ifstudio_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ifstudio_users`
--
DROP TABLE IF EXISTS `ifstudio_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ifstudio_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(64) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(60) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ifstudio_users`
--
LOCK TABLES `ifstudio_users` WRITE;
/*!40000 ALTER TABLE `ifstudio_users` DISABLE KEYS */;
INSERT INTO `ifstudio_users` VALUES (1,'heninoor27','$P$BibsOXc8L.zWT/S/UGpx/wfrWQRYhq0','admin','paul@if.com.hk','','2014-08-27 09:20:09','',0,'admin');
/*!40000 ALTER TABLE `ifstudio_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 2020-11-16 12:33:08