0byt3m1n1
Path:
/
data
/
25
/
2
/
89
/
72
/
2741072
/
meta
/
3012654
/
mysql.backup
/
[
Home
]
File: 1_035c54e_19.mysqlcluster22.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster22 Database: 1_035c54e_19 -- ------------------------------------------------------ -- Server version 5.6.39-83.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1391 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://cems-denimshow.com/denimshowbd','yes'),(2,'home','http://cems-denimshow.com/denimshowbd','yes'),(3,'blogname','2nd Dhaka Int'l Denim Show 2018','yes'),(4,'blogdescription','Denim Show Bangladesh Winter Edition','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','mahatab@cemsonline.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/index.php/%postname%/','yes'),(29,'rewrite_rules','a:87:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[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:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=8&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([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:74:\"index.php/([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:55:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:67:\"index.php/([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:49:\"index.php/([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:66:\"index.php/([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:61:\"index.php/([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:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([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:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:37:\"index.php/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:30:\"index.php/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:50:\"index.php/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:38:\"index.php/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:45:\"index.php/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:26:\"index.php/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"index.php/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"index.php/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"index.php/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:2:{i:0;s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";i:1;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:119:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\denimshow\\denimshowbd/wp-content/themes/denimshowbd/index.php\";i:2;s:120:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\denimshow\\denimshowbd/wp-content/themes/denimshowbd/header.php\";i:3;s:119:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\denimshow\\denimshowbd/wp-content/themes/denimshowbd/style.css\";i:4;s:108:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\denimshow\\denimshowbd/wp-content/plugins/hello.php\";i:5;s:0:\"\";}','no'),(40,'template','denimshowbd','yes'),(41,'stylesheet','denimshowbd','yes'),(42,'comment_whitelist','','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:31:\"wonderplugin_carousel_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','8','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";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:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{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:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:10:\"calendar-2\";}s:18:\"footer-column-left\";a:0:{}s:20:\"footer-column-center\";a:0:{}s:19:\"footer-column-right\";a:0:{}s:13:\"alt-sidebar-1\";a:0:{}s:13:\"alt-sidebar-2\";a:0:{}s:13:\"alt-sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'cron','a:6:{i:1515088007;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:1515140487;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1515141603;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1515145948;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1515147990;a:1:{s:25:\"delete_expired_transients\";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'),(109,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1506591718;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'),(122,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"mahatab@cemsonline.com\";s:7:\"version\";s:5:\"4.8.4\";s:9:\"timestamp\";i:1512022409;}','no'),(128,'can_compress_scripts','1','no'),(150,'current_theme','Expo18 | Customize By AAMARTECH','yes'),(151,'theme_mods_denimshowbd','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}}','yes'),(152,'theme_switched','','yes'),(153,'widget_om_widget_tweets','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(154,'widget_om_widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155,'widget_om_widget_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(156,'widget_om_widget_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'om_expo18_options_template','a:78:{i:0;a:2:{s:4:\"name\";s:16:\"General settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:6:{s:4:\"name\";s:14:\"Site logo type\";s:4:\"desc\";s:65:\"Choose what do you want to use as site logo: image or plain text.\";s:2:\"id\";s:24:\"om_expo18_site_logo_type\";s:3:\"std\";s:5:\"image\";s:7:\"options\";a:2:{s:5:\"image\";s:5:\"Image\";s:4:\"text\";s:22:\"Plain text (Blog Name)\";}s:4:\"type\";s:5:\"radio\";}i:2;a:5:{s:4:\"name\";s:15:\"Site logo image\";s:4:\"desc\";s:139:\"Upload a logo for your theme, or specify the image address of your online logo (http://example.com/logo.png). Best fit is about 430x140 px.\";s:2:\"id\";s:25:\"om_expo18_site_logo_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:14:\"Site logo text\";s:4:\"desc\";s:135:\"Specify logo text, if \"Plain text\" Logo used. You can use <span> tag to colorize text, i.e.:<br />My <span>Logo</span> Text\";s:2:\"id\";s:24:\"om_expo18_site_logo_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:5:{s:4:\"name\";s:12:\"Site favicon\";s:4:\"desc\";s:87:\"Upload an *.ico file or 16px x 16px Png/Gif image that will for your website\'s favicon.\";s:2:\"id\";s:17:\"om_expo18_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:5;a:5:{s:4:\"name\";s:23:\"Event location and date\";s:4:\"desc\";s:256:\"Text in the header, event location and date. Can contain link to the page and words can be highlighted by <span> tag, e.g.:<br /><i><a href=\"/map/\">New Orleans, Louisiana<br/>02/25 — 02/28/<span>2014</span></a></i>\";s:2:\"id\";s:23:\"om_expo18_location_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:5:{s:4:\"name\";s:30:\"Event start date for countdown\";s:4:\"desc\";s:74:\"Format must be <b>YYYY-MM-DD HH:MM:SS</b>, for example 2014-02-25 10:00:00\";s:2:\"id\";s:24:\"om_expo18_countdown_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:31:\"Hide seconds on countdown timer\";s:2:\"id\";s:32:\"om_expo18_countdown_hide_seconds\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:8;a:5:{s:4:\"name\";s:21:\"Special button: title\";s:4:\"desc\";s:91:\"You can add special button to menu line, and link it, for example to the registration page.\";s:2:\"id\";s:30:\"om_expo18_special_button_title\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:5:{s:4:\"name\";s:20:\"Special button: link\";s:4:\"desc\";s:23:\"Link for special button\";s:2:\"id\";s:29:\"om_expo18_special_button_link\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:10;a:5:{s:4:\"name\";s:16:\"Footer text line\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:21:\"om_expo18_footer_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:5:{s:4:\"name\";s:24:\"Activate responsive mode\";s:4:\"desc\";s:67:\"Check if you want your site to be fitted by width on mobile devices\";s:2:\"id\";s:20:\"om_expo18_responsive\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:12;a:5:{s:4:\"name\";s:28:\"Hide comments block on pages\";s:4:\"desc\";s:156:\"Check if you want to hide comments block on single pages. To hide comments on post pages and portfolio - see sections \"Post options\" and \"Portfolio options\"\";s:2:\"id\";s:29:\"om_expo18_hide_comments_pages\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:13;a:5:{s:4:\"name\";s:14:\"FeedBurner URL\";s:4:\"desc\";s:172:\"Enter your full FeedBurner URL (or any other preferred feed URL) if you wish to use FeedBurner over the standard WordPress Feed e.g. http://feeds.feedburner.com/yoururlhere\";s:2:\"id\";s:20:\"om_expo18_feedburner\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:14;a:2:{s:4:\"name\";s:7:\"Styling\";s:4:\"type\";s:7:\"heading\";}i:15;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:133:\"Apply custom styling by inline code (check this option if you have problems with styling because of styling file rewrite permissions)\";s:2:\"id\";s:24:\"om_expo18_use_inline_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:16;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:12:\"<b>Color</b>\";s:4:\"type\";s:5:\"intro\";}i:17;a:5:{s:4:\"name\";s:13:\"Primary color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:23:\"om_expo18_primary_color\";s:3:\"std\";s:7:\"#335ebe\";s:4:\"type\";s:5:\"color\";}i:18;a:5:{s:4:\"name\";s:15:\"Highlight color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_highlight_color\";s:3:\"std\";s:7:\"#f89811\";s:4:\"type\";s:5:\"color\";}i:19;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:43:\"<b>Top/bottom area animated background:</b>\";s:4:\"type\";s:5:\"intro\";}i:20;a:6:{s:4:\"name\";s:29:\"Background animated image set\";s:4:\"desc\";s:52:\"Choose one of the builded-in animated background set\";s:2:\"id\";s:28:\"om_expo18_background_img_set\";s:3:\"std\";s:7:\"bgset-1\";s:7:\"options\";a:11:{s:7:\"bgset-1\";s:2:\"#1\";s:7:\"bgset-2\";s:2:\"#2\";s:7:\"bgset-3\";s:2:\"#3\";s:7:\"bgset-4\";s:2:\"#4\";s:7:\"bgset-5\";s:2:\"#5\";s:7:\"bgset-6\";s:2:\"#6\";s:7:\"bgset-7\";s:2:\"#7\";s:7:\"bgset-8\";s:2:\"#8\";s:7:\"bgset-9\";s:2:\"#9\";s:8:\"bgset-10\";s:3:\"#10\";s:8:\"bgset-11\";s:3:\"#11\";}s:4:\"type\";s:7:\"select2\";}i:21;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 1\";s:4:\"desc\";s:134:\"Upload your background image (wide image, min height - 520px or pattern, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:22;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 2\";s:4:\"desc\";s:148:\"This is top layer with transparency for parallax effect. Upload your background image, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:23;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:13:\"<b>Fonts:</b>\";s:4:\"type\";s:5:\"intro\";}i:24;a:6:{s:4:\"name\";s:9:\"Base font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"om_expo18_base_font\";s:3:\"std\";s:5:\"Arial\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:25;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts base font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_base_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:26;a:6:{s:4:\"name\";s:14:\"Highlight font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:24:\"om_expo18_highlight_font\";s:3:\"std\";s:9:\"Open Sans\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:27;a:5:{s:4:\"name\";s:34:\"Custom Google.Fonts highlight font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:31:\"om_expo18_custom_highlight_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:28;a:6:{s:4:\"name\";s:9:\"Logo font\";s:4:\"desc\";s:47:\"Font for logo (if logo mode is text, not image)\";s:2:\"id\";s:19:\"om_expo18_logo_font\";s:3:\"std\";s:10:\"Montserrat\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:10:\"Montserrat\";s:10:\"Montserrat\";}s:4:\"type\";s:7:\"select2\";}i:29;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts logo font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_logo_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:30;a:5:{s:4:\"name\";s:17:\"Testimonials font\";s:2:\"id\";s:26:\"om_expo18_testimonial_font\";s:3:\"std\";s:7:\"Satisfy\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:7:\"Satisfy\";s:7:\"Satisfy\";}s:4:\"type\";s:7:\"select2\";}i:31;a:5:{s:4:\"name\";s:37:\"Custom Google.Fonts testimonials font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:33:\"om_expo18_custom_testimonial_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:32;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:13:\"<b>Other:</b>\";s:4:\"type\";s:5:\"intro\";}i:33;a:6:{s:4:\"name\";s:16:\"Sidebar position\";s:4:\"desc\";s:25:\"Select sidebar alignment.\";s:2:\"id\";s:26:\"om_expo18_sidebar_position\";s:3:\"std\";s:5:\"right\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:2:{s:5:\"right\";s:88:\"http://cems-denimshow.com/denimshowbd/wp-content/themes/denimshowbd/admin/images/2cr.png\";s:4:\"left\";s:88:\"http://cems-denimshow.com/denimshowbd/wp-content/themes/denimshowbd/admin/images/2cl.png\";}}i:34;a:2:{s:4:\"name\";s:8:\"Sidebars\";s:4:\"type\";s:7:\"heading\";}i:35;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:167:\"You can set the number of available alternative sidebars, set them up at the \"Appearance > Widgets\" section and choose for every page one of them at the page settings.\";s:4:\"type\";s:5:\"intro\";}i:36;a:5:{s:4:\"name\";s:30:\"Number of alternative sidebars\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:22:\"om_expo18_sidebars_num\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:4:\"text\";}i:37;a:2:{s:4:\"name\";s:15:\"Homepage slider\";s:4:\"type\";s:7:\"heading\";}i:38;a:5:{s:4:\"name\";s:27:\"Show slider on the homepage\";s:4:\"desc\";s:36:\"Check to show slider on the homepage\";s:2:\"id\";s:30:\"om_expo18_show_homepage_slider\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:39;a:5:{s:4:\"name\";s:9:\"Autoslide\";s:4:\"desc\";s:79:\"Autoslide interval in milliseconds, enter 0 or leave empty to disable autoslide\";s:2:\"id\";s:35:\"om_expo18_homepage_slider_autoslide\";s:3:\"std\";s:4:\"6000\";s:4:\"type\";s:4:\"text\";}i:40;a:5:{s:4:\"name\";s:15:\"Animation speed\";s:4:\"desc\";s:31:\"Animation speed in milliseconds\";s:2:\"id\";s:41:\"om_expo18_homepage_slider_animation_speed\";s:3:\"std\";s:3:\"800\";s:4:\"type\";s:4:\"text\";}i:41;a:6:{s:4:\"name\";s:16:\"Animation effect\";s:4:\"desc\";s:129:\"See demo on <a href=\"http://malsup.com/jquery/cycle/browser.html\" target=\"_blank\">http://malsup.com/jquery/cycle/browser.html</a>\";s:2:\"id\";s:42:\"om_expo18_homepage_slider_animation_effect\";s:3:\"std\";s:6:\"custom\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:29:{s:6:\"custom\";s:17:\"Custom Predefined\";s:6:\"blindX\";s:6:\"blindX\";s:6:\"blindY\";s:6:\"blindY\";s:6:\"blindZ\";s:6:\"blindZ\";s:5:\"cover\";s:5:\"cover\";s:8:\"curtainX\";s:8:\"curtainX\";s:8:\"curtainY\";s:8:\"curtainY\";s:4:\"fade\";s:4:\"fade\";s:8:\"fadeZoom\";s:8:\"fadeZoom\";s:5:\"growX\";s:5:\"growX\";s:5:\"growY\";s:5:\"growY\";s:4:\"none\";s:4:\"none\";s:8:\"scrollUp\";s:8:\"scrollUp\";s:10:\"scrollDown\";s:10:\"scrollDown\";s:10:\"scrollLeft\";s:10:\"scrollLeft\";s:11:\"scrollRight\";s:11:\"scrollRight\";s:10:\"scrollHorz\";s:10:\"scrollHorz\";s:10:\"scrollVert\";s:10:\"scrollVert\";s:7:\"shuffle\";s:7:\"shuffle\";s:6:\"slideX\";s:6:\"slideX\";s:6:\"slideY\";s:6:\"slideY\";s:4:\"toss\";s:4:\"toss\";s:6:\"turnUp\";s:6:\"turnUp\";s:8:\"turnDown\";s:8:\"turnDown\";s:8:\"turnLeft\";s:8:\"turnLeft\";s:9:\"turnRight\";s:9:\"turnRight\";s:7:\"uncover\";s:7:\"uncover\";s:4:\"wipe\";s:4:\"wipe\";s:4:\"zoom\";s:4:\"zoom\";}}i:42;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:107:\"You can use tag <i><span>this is colored text</span></i> in slide description to color the text\";s:4:\"type\";s:5:\"intro\";}i:43;a:5:{s:4:\"name\";s:14:\"Slider content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_homepage_slider\";s:3:\"std\";a:0:{}s:4:\"type\";s:6:\"slider\";}i:44;a:2:{s:4:\"name\";s:12:\"Post options\";s:4:\"type\";s:7:\"heading\";}i:45;a:5:{s:4:\"name\";s:20:\"Hide post categories\";s:4:\"desc\";s:47:\"Check, if you want to hide categories for posts\";s:2:\"id\";s:30:\"om_expo18_post_hide_categories\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:46;a:5:{s:4:\"name\";s:36:\"Show featured image on the post page\";s:4:\"desc\";s:85:\"Check to show the featured image at the beginning of the post on the single post page\";s:2:\"id\";s:32:\"om_expo18_post_single_show_thumb\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:47;a:5:{s:4:\"name\";s:37:\"Hide comments block on the post pages\";s:4:\"desc\";s:59:\"Check if you want to hide comments block on the post pages.\";s:2:\"id\";s:28:\"om_expo18_hide_comments_post\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:48;a:2:{s:4:\"name\";s:27:\"Extra code blocks, counters\";s:4:\"type\";s:7:\"heading\";}i:49;a:5:{s:4:\"name\";s:31:\"Code block before </head>\";s:4:\"desc\";s:38:\"Here you can add Google.Analytics code\";s:2:\"id\";s:26:\"om_expo18_code_before_head\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:50;a:5:{s:4:\"name\";s:31:\"Code block before </body>\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:26:\"om_expo18_code_before_body\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:51;a:5:{s:4:\"name\";s:42:\"Code block after page header (</H1>)\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_page_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:52;a:5:{s:4:\"name\";s:29:\"Code block after page content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_page_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:53;a:5:{s:4:\"name\";s:61:\"Code block after post header (</H1>) on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_post_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:54;a:5:{s:4:\"name\";s:48:\"Code block after post content on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_post_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:55;a:2:{s:4:\"name\";s:12:\"Social icons\";s:4:\"type\";s:7:\"heading\";}i:56;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:61:\"Specify necessary links and icons will be shown in the footer\";s:4:\"type\";s:5:\"intro\";}i:57;a:4:{s:4:\"name\";s:13:\"Facebook link\";s:2:\"id\";s:25:\"om_expo18_social_facebook\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:58;a:4:{s:4:\"name\";s:13:\"LinekdIn link\";s:2:\"id\";s:25:\"om_expo18_social_linkedin\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:59;a:4:{s:4:\"name\";s:12:\"Twitter link\";s:2:\"id\";s:24:\"om_expo18_social_twitter\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:60;a:4:{s:4:\"name\";s:12:\"Behance link\";s:2:\"id\";s:24:\"om_expo18_social_behance\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:61;a:4:{s:4:\"name\";s:8:\"RSS link\";s:2:\"id\";s:20:\"om_expo18_social_rss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:62;a:4:{s:4:\"name\";s:12:\"Blogger link\";s:2:\"id\";s:24:\"om_expo18_social_blogger\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:63;a:4:{s:4:\"name\";s:15:\"Deviantart link\";s:2:\"id\";s:27:\"om_expo18_social_deviantart\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:64;a:4:{s:4:\"name\";s:12:\"Dribble link\";s:2:\"id\";s:24:\"om_expo18_social_dribble\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:65;a:4:{s:4:\"name\";s:11:\"Flickr link\";s:2:\"id\";s:23:\"om_expo18_social_flickr\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:66;a:4:{s:4:\"name\";s:11:\"Google link\";s:2:\"id\";s:23:\"om_expo18_social_google\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:67;a:4:{s:4:\"name\";s:12:\"Myspace link\";s:2:\"id\";s:24:\"om_expo18_social_myspace\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:68;a:4:{s:4:\"name\";s:14:\"Pinterest link\";s:2:\"id\";s:26:\"om_expo18_social_pinterest\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:69;a:4:{s:4:\"name\";s:10:\"Skype link\";s:2:\"id\";s:22:\"om_expo18_social_skype\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:70;a:4:{s:4:\"name\";s:10:\"Vimeo link\";s:2:\"id\";s:22:\"om_expo18_social_vimeo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:71;a:4:{s:4:\"name\";s:12:\"Youtube link\";s:2:\"id\";s:24:\"om_expo18_social_youtube\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:72;a:2:{s:4:\"name\";s:17:\"Registration form\";s:4:\"type\";s:7:\"heading\";}i:73;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:88:\"Set up form and include it at any page by inserting shortcode <b>[registration_form]</b>\";s:4:\"type\";s:5:\"intro\";}i:74;a:4:{s:4:\"name\";s:27:\"Email to send the form data\";s:2:\"id\";s:20:\"om_expo18_form_email\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:75;a:5:{s:4:\"name\";s:15:\"Success message\";s:4:\"desc\";s:51:\"Message will be shown after success form submission\";s:2:\"id\";s:22:\"om_expo18_form_success\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:76;a:4:{s:4:\"name\";s:19:\"Submit button title\";s:2:\"id\";s:27:\"om_expo18_form_button_title\";s:3:\"std\";s:9:\"Register!\";s:4:\"type\";s:4:\"text\";}i:77;a:4:{s:4:\"name\";s:11:\"Form fields\";s:2:\"id\";s:21:\"om_expo18_form_fields\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"form_fields\";}}','yes'),(158,'om_expo18_site_logo_type','image','yes'),(160,'om_expo18_site_logo_text','','yes'),(161,'om_expo18_favicon','','yes'),(162,'om_expo18_location_date','INTERNATIONAL CONVENTION CITY<br/>Bashundhara, Dhaka, Bangladesh<br/><b> 31 JANUARY~3 FEBRUARY 2018</b>','yes'),(163,'om_expo18_countdown_date','2018-01-31 10:30:00','yes'),(164,'om_expo18_countdown_hide_seconds','false','yes'),(165,'om_expo18_special_button_title','','yes'),(166,'om_expo18_special_button_link','','yes'),(167,'om_expo18_footer_text','','yes'),(168,'om_expo18_responsive','true','yes'),(169,'om_expo18_hide_comments_pages','false','yes'),(170,'om_expo18_feedburner','','yes'),(171,'om_expo18_use_inline_css','false','yes'),(172,'om_expo18_primary_color','#335ebe','yes'),(173,'om_expo18_highlight_color','#f89811','yes'),(174,'om_expo18_background_img_set','bgset-1','yes'),(175,'om_expo18_background_img_custom_l1','','yes'),(176,'om_expo18_background_img_custom_l2','','yes'),(177,'om_expo18_base_font','Arial','yes'),(178,'om_expo18_custom_base_font','','yes'),(179,'om_expo18_highlight_font','Open Sans','yes'),(180,'om_expo18_custom_highlight_font','','yes'),(181,'om_expo18_logo_font','Montserrat','yes'),(182,'om_expo18_custom_logo_font','','yes'),(183,'om_expo18_testimonial_font','Satisfy','yes'),(184,'om_expo18_custom_testimonial_font','','yes'),(185,'om_expo18_sidebar_position','right','yes'),(186,'om_expo18_sidebars_num','3','yes'),(187,'om_expo18_show_homepage_slider','true','yes'),(188,'om_expo18_homepage_slider_autoslide','6000','yes'),(189,'om_expo18_homepage_slider_animation_speed','800','yes'),(190,'om_expo18_homepage_slider_animation_effect','custom','yes'),(191,'om_expo18_homepage_slider','a:6:{i:0;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:76:\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/image-1.jpg\";s:11:\"description\";s:34:\"2nd DHAKA INT’L DENIM SHOW 2018 \";s:4:\"link\";s:0:\"\";}i:1;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:76:\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/image-2.jpg\";s:11:\"description\";s:34:\"2nd DHAKA INT’L DENIM SHOW 2018 \";s:4:\"link\";s:0:\"\";}i:2;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:76:\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/image-3.jpg\";s:11:\"description\";s:34:\"2nd DHAKA INT’L DENIM SHOW 2018 \";s:4:\"link\";s:0:\"\";}i:3;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:76:\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/image-4.jpg\";s:11:\"description\";s:34:\"2nd DHAKA INT’L DENIM SHOW 2018 \";s:4:\"link\";s:0:\"\";}i:4;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:76:\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/image-5.jpg\";s:11:\"description\";s:34:\"2nd DHAKA INT’L DENIM SHOW 2018 \";s:4:\"link\";s:0:\"\";}i:5;a:4:{s:3:\"ord\";s:3:\"100\";s:7:\"bgimage\";s:76:\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/image-6.jpg\";s:11:\"description\";s:34:\"2nd DHAKA INT’L DENIM SHOW 2018 \";s:4:\"link\";s:0:\"\";}}','yes'),(192,'om_expo18_post_hide_categories','false','yes'),(193,'om_expo18_post_single_show_thumb','false','yes'),(194,'om_expo18_hide_comments_post','false','yes'),(195,'om_expo18_code_before_head','','yes'),(196,'om_expo18_code_before_body','','yes'),(197,'om_expo18_code_after_page_h1','','yes'),(198,'om_expo18_code_after_page_content','','yes'),(199,'om_expo18_code_after_post_h1','','yes'),(200,'om_expo18_code_after_post_content','','yes'),(201,'om_expo18_social_facebook','https://www.facebook.com/cemsglobalusa/','yes'),(202,'om_expo18_social_linkedin',' https://www.linkedin.com/company/cems-online','yes'),(203,'om_expo18_social_twitter','https://twitter.com/cemsglobal','yes'),(204,'om_expo18_social_behance','','yes'),(205,'om_expo18_social_rss','','yes'),(206,'om_expo18_social_blogger','','yes'),(207,'om_expo18_social_deviantart','','yes'),(208,'om_expo18_social_dribble','','yes'),(209,'om_expo18_social_flickr','','yes'),(210,'om_expo18_social_google','https://plus.google.com/b/106464492345556261646/106464492345556261646?hl=en','yes'),(211,'om_expo18_social_myspace','','yes'),(212,'om_expo18_social_pinterest','https://www.pinterest.com/cemsglobal92/','yes'),(213,'om_expo18_social_skype','','yes'),(214,'om_expo18_social_vimeo','','yes'),(215,'om_expo18_social_youtube','','yes'),(216,'om_expo18_form_email','','yes'),(217,'om_expo18_form_success','','yes'),(218,'om_expo18_form_button_title','Register!','yes'),(219,'om_expo18_form_fields','a:10:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:2;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:3;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:5;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(223,'om_expo18_site_logo_image','http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Denim-winter-01-2.jpg','yes'),(224,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(246,'category_children','a:0:{}','yes'),(549,'recently_activated','a:0:{}','yes'),(556,'wonderplugin_carousel_userrole','manage_options','yes'),(557,'wonderplugin_carousel_thumbnailsize','medium','yes'),(558,'wonderplugin-carousel-engine','Responsive WordPress Carousel Plugin','yes'),(560,'wonderplugin_carousel_information','s:17078:\"O:8:\"stdClass\":15:{s:6:\"author\";s:19:\"Magic Hills Pty Ltd\";s:8:\"homepage\";s:48:\"https://www.wonderplugin.com/wordpress-carousel/\";s:4:\"name\";s:21:\"WonderPlugin Carousel\";s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"4.9.1\";s:7:\"version\";s:4:\"12.4\";s:11:\"new_version\";s:4:\"12.4\";s:12:\"last_updated\";s:10:\"2018-01-06\";s:8:\"sections\";a:1:{s:10:\"change log\";s:16505:\"<h4>Version 12.4 - January 6, 2018</h4>\n<ul>\n<li>Support WooCommerce product category fields: <code>%wc_product_cat_id%</code>, <code>%wc_product_cat_name%</code>, <code>%wc_product_cat_slug%</code> and <code>%wc_product_cat_link%</code></li>\n<li>Support displaying post category ID, name, slug and link. The following macro-variables are supported for WordPress post carousel: <code>__CATEGORYID__</code>, <code>__CATEGORYNAME__</code>, <code>__CATEGORYSLUG__</code>, <code>__CATEGORYLINK__</code></li>\n</ul>\n<h4>Version 12.3 - October 23, 2017</h4>\n<ul>\n<li>Support WordPress page carousel</li>\n</ul>\n<h4>Version 12.2 - September 16, 2017</h4>\n<ul>\n<li>Fix a bug in the carousel movement when the option \"Display thumbnail images as same height and different width if they have different aspect ratio\" is selected</li>\n</ul>\n<h4>Version 12.1 - September 5, 2017</h4>\n<ul>\n<li>Add a new skin \"Read More Button\"</li>\n</ul>\n<h4>Version 12.0 - August 10, 2017</h4>\n<ul>\n<li>\nAdd a function \"Search and Replace\" in the \"Import/Export\" menu. This function can be used to search and replace domain names in the carousels when you move your WordPress site to a new domain or change to HTTPS secure site.</li>\n</ul>\n<h4>Version 11.9 - August 7, 2017</h4>\n<ul>\n<li>Add buttons to the carousel</li>\n<li>Add a new skin <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-and-image-carousel-slider-id54/\" target=\"_blank\">Text and Image Slider</a> to create WordPress carousel sliders</li>\n</ul>\n<h4>Version 11.8 - July 31, 2017</h4>\n<ul>\n<li>Add two skins <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-carousel-with-social-media-id52/\" target=\"_blank\">Team Members with Social Media</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-with-social-media-and-flip-effect-id53/\" target=\"_blank\">Team Members with Social Media and Flip Effect</a> to display team members information</li>\n</ul>\n<h4>Version 11.7 - July 13, 2017</h4>\n<ul>\n<li>Fix the issue of the lightbox jumping to the page top</li>\n<li>Fix the swipe issue on Android version 5 and below</li>\n</ul>\n<h4>Version 11.6 - June 3, 2017</h4>\n<ul>\n<li>Add a button \"Add PDF\" in step 1 to help create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-pdf-carousel-id51/\" target=\"_blank\">WordPress PDF carousel</a></li>\n<li>In step 1, when adding an image/video/PDF, highlight the input box if the image/video/PDF is not selected</li>\n<li>Setup different default lightbox size for images, videos and PDF files</li>\n</ul>\n<h4>Version 11.5 - June 2, 2017</h4>\n<ul>\n<li>Support opening PDF files in the carousel lightbox popup</li>\n</ul>\n<h4>Version 11.4 - May 30, 2017</h4>\n<ul>\n<li>Select WordPress posts by tags</li>\n<li>Specify the \"orderby\" option when selecting WordPress posts. You can now randomly select posts or select posts by date, ID, author, title, modified date, number of comments.</li>\n<li>Fix a compatibility issue with WooCommerce 3</li>\n<li>Create featured posts carousels for WooCommerce 3</li>\n<li>Specify the featured image size for WooCommerce / custom post type carousels</li>\n</ul>\n<h4>Version 11.3 - April 27, 2017</h4>\n<ul>\n<li>Fix the bug when using the URL parameter firstcarouselid to specify the first item on page load</li>\n</ul>\n<h4>Version 11.2 - April 6, 2017</h4>\n<ul>\n<li>Fix the lightbox resizing issue on mobile devices</li>\n</ul>\n<h4>Version 11.1 - March 30, 2017</h4>\n<ul>\n<li>Add an option to add extra attributes to <a> tag</li>\n<li>Add a lightbox advanced option <em>bodynoscroll</em>. When adding <em>data-bodynoscroll=\"true\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox background scrolling</li>\n<li>Add a lightbox advanced option <em>mobileresizeevent</em>. When adding <em>data-mobileresizeevent=\"false\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox resizing on mobile devices</li>\n</ul>\n<h4>Version 11.0 - February 23, 2017</h4>\n<ul>\n<li>When automatically playing the carousel, add an option to move the carousel to the left or the right</li>\n<li>Add an option to disable looping images when the total number is less than a specified number</li>\n</ul>\n<h4>Version 10.9 - January 9, 2017</h4>\n<ul>\n<li>When adding a carousel to a page or post by using the shortcode, support calling the carousel by its name, for example [wonderplugin_carousel name=\"The Carousel Name\"]</li>\n<li>In the plugin, step 1, Images & Videos tab, add a button \"Delete All\" to delete all items</li>\n<li>In the plugin, step 1, Images & Videos tab, \"Add Image\" dialog, when adding multiple images with the button \"Upload\", apply the option \"Use thumbnail in carousel\" and \"Open current image in Lightbox\" to all images</li>\n</ul>\n<h4>Version 10.8</h4>\n<ul>\n<li>Export/import carousels to/from an .xml file</li>\n</ul>\n<h4>Version 10.7</h4>\n<ul>\n<li>Fix a bug in WordPress auto scrolling carousel</li>\n</ul>\n<h4>Version 10.6</h4>\n<ul>\n<li>Change lightbox fullscreen mode default to false on small screen devices</li>\n</ul>\n<h4>Version 10.5</h4>\n<ul>\n<li>Add an option to add custom JavaScript code</li>\n<li>Add the attribute allowfullscreen to lightbox iframe</li>\n<li>Add a lightbox advanced option maxheight: when data-maxheight=\"true\" is added to the Lightbox Advanced Options input box, the lightbox will use the height of the web browser to calculate the maximum height of the lightbox.</li>\n<li>Enable left and right arrows when the animation is not finished</li>\n</ul>\n<h4>Version 10.4</h4>\n<ul>\n<li>Support creating <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce best selling products carousel</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce featured products carousel</a></li>\n</ul>\n<h4>Version 10.3</h4>\n<ul>\n<li>Support displaying WooCommerce product price and rating in a <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a></li>\n</ul>\n<h4>Version 10.2</h4>\n<ul>\n<li>WordPress custom post type carousel: change the word length limit to post content and excerpt only</li>\n<li>Use textarea for description input box</li>\n</ul>\n<h4>Version 10.1</h4>\n<ul>\n<li>Fix a minor bug in WordPress custom post type carousel</li>\n</ul>\n<h4>Version 10.0</h4>\n<ul>\n<li>Support WordPress custom post type. You can now use the plugin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a> or your own custom post carousel</li>\n<li>Add an option to enter different text for alt attribute of img tags</li>\n<li>Add an option to add title attribute for img tags.</li>\n</ul>\n<h4>Version 9.9</h4>\n<ul>\n<li>Compatible with jQuery 3</li>\n</ul>\n<h4>Version 9.8</h4>\n<ul>\n<li>Support onclick event for web links</li>\n</ul>\n<h4>Version 9.7</h4>\n<ul>\n<li>Fix the problem of the menu Manage Carousels not working in version 9.4 on some WordPress installations</li>\n</ul>\n<h4>Version 9.4</h4>\n<ul>\n<li>Fix the problem when the folder wp-admin does not exist in the WordPress website</li>\n</ul>\n<h4>Version 9.3</h4>\n<ul>\n<li>Support macro variable __DATETIME__ and __DATE__ in carousel content template for <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-create-a-wordpress-post-carousel/\" target=\"_blank\">WordPress post carousel</a></li>\n</ul>\n<h4>Version 9.2</h4>\n<ul>\n<li>Fix the bug of icon class name conflict</li>\n</ul>\n<h4>Version 9.1</h4>\n<ul>\n<li>Move social media buttons to the bottom center of the lightbox popup</li>\n</ul>\n<h4>Version 9.0</h4>\n<ul>\n<li>Fix a bug of playing videos inside the carousel items</li>\n</ul>\n<h4>Version 8.9</h4>\n<ul>\n<li>Support social media share buttons in lightbox popup: Facebook, Twitter and Pinterest</li>\n<li>Rearrange lightbox options to tabs</li>\n</ul>\n<h4>Version 8.8</h4>\n<ul>\n<li>Use advanced option <code>data-imgextraprops</code> to add extra class names and attributes to img elements</li>\n<li>WordPress post carousel: getting posts of no older than specified days</li>\n<li>WordPress post carousel: specifying post order as ascending or descending</li>\n</ul>\n<h4>Version 8.7</h4>\n<ul>\n<li>Add a new skin Classic with Flip that can be used to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-3d-flip-effect-id45/\" target=\"_blank\">WordPress carousel with 3d flip effect</a></li>\n</ul>\n<h4>Version 8.6</h4>\n<ul>\n<li>Fix a responsive bug with image lightbox</li>\n</ul>\n<h4>Version 8.5</h4>\n<ul>\n<li>Add an option to hide the carousel before all carousel images are loaded</li>\n</ul>\n<h4>Version 8.4</h4>\n<ul>\n<li>Add a new skin Numbering which supports creating <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-number-navigation-id43/\" target=\"_blank\">WordPress carousels with number navigation</a></li>\n</ul>\n<h4>Version 8.3</h4>\n<ul>\n<li>Add an option to hide the whole carousel before the initialisation is finished</li>\n<li>Add an option to display Lightbox image with full width and scrollable height</li>\n<li>Only display images in the Media Library Selection Dialog when selecting an image file and only display videos when selecting a video file</li>\n</ul>\n<h4>Version 8.2</h4>\n<ul>\n<li>Fix a bug in multiple rows carousel</li>\n</ul>\n<h4>Version 8.1</h4>\n<ul>\n<li>Support full width carousel</li>\n<li>Support YouTube playlist carousel</li>\n</ul>\n<h4>Version 8.0</h4>\n<ul>\n<li>Add options to fit images into the carousel and center fitted images</li>\n</ul>\n<h4>Version 7.9</h4>\n<ul>\n<li>Fix the bug when there are uppercase letters in WordPress database prefix</li>\n</ul>\n<h4>Version 7.8</h4>\n<ul>\n<li>Hide the hover over text when the option \"Do not show hover image on touch screen\" is selected.</li>\n</ul>\n<h4>Version 7.7</h4>\n<ul>\n<li>Add an option to show/hide play button on video item</li>\n<li>Add an option to use own image as the video play button</li>\n<li>Fix the hover overlay image bug when there are multiple carousels on one page</li>\n</ul>\n<h4>Version 7.6</h4>\n<ul>\n<li>Fix a bug in version 7.5</li>\n</ul>\n<h4>Version 7.5</h4>\n<ul>\n<li>Fix a bug in vertical carousel when the random option is on</li>\n</ul>\n<h4>Version 7.4</h4>\n<ul>\n<li>Add a new skin Flow</li>\n<li>Add an option to show carousel images as same height and different width if the images have different aspect ratio</li>\n</ul>\n<h4>Version 7.3</h4>\n<ul>\n<li>Add an option to trigger window resize event when the carousel is rendered</li>\n</ul>\n<h4>Version 7.2</h4>\n<ul>\n<li>WordPress Posts Carousel: add an option to link title to the post page</li>\n<li>WordPress Posts Carousel: add an option to open the featured image in lightbox</li>\n</ul>\n<h4>Version 7.1</h4>\n<ul>\n<li>Fix a minor bug in image positioning</li>\n</ul>\n<h4>Version 7.0</h4>\n<ul>\n<li>Support URL parameter firstcarouselid and clickcarousel. The URL parameter firstcarouselid will slide the carousel to the specified item, the index of the parameter starts from 0. If clickcarousel=true is added to the URL, it will open the corresponding lightbox when the webpage loads. For example, the following URL will open the second video in lightbox when the webpage loads: <a href=\"https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true\" target=\"_blank\">https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true</a></li>\n</ul>\n<h4>Version 6.9</h4>\n<ul>\n<li>Fix a minor issue in version 6.8</li>\n</ul>\n<h4>Version 6.8</h4>\n<ul>\n<li>Add an option to support shortcode in title and description text</li>\n</ul>\n<h4>Version 6.7</h4>\n<ul>\n<li>Fix a bug in plugin update</li>\n</ul>\n<h4>Version 6.6</h4>\n<ul>\n<li>Add an option to center image when the aspect ratio of image is different with that of the carousel item</li>\n</ul>\n<h4>Version 6.5</h4>\n<ul>\n<li>Keep HTML tags in post excerpts</li>\n</ul>\n<h4>Version 6.4</h4>\n<ul>\n<li>Fix a minor bug in the skin Flip</li>\n</ul>\n<h4>Version 6.3</h4>\n<ul>\n<li>Add a new skin Flip to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-css3-flip-animation-effect-id41/\" target=\"_blank\">WordPress carousel with CSS3 flip animation effect</a></li>\n</ul>\n<h4>Version 6.2</h4>\n<ul>\n<li>Add a new skin Hover Over to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-text-hover-over-effect-id39/\" target=\"_blank\">WordPress carousel with text hover over effect</a></li>\n<li>Add an option to specify the spacing between carousel items</li>\n</ul>\n<h4>Version 6.1</h4>\n<ul>\n<li>Support trash in carousel management. The deleted carousel will be moved to the trash in which you can restore or permanently delete it.</li>\n</ul>\n<h4>Version 6.0</h4>\n<ul>\n<li>Support lightbox auto slideshow</li>\n<li>Add an option to always show the previous and next navigation arrows on lightbox</li>\n<li>Display error notice on the WordPress Updates page if the free upgrade period is expired.</li>\n</ul>\n<h4>Version 5.9</h4>\n<ul>\n<li>Add an option to support adding the new item to the beginning of the list\n</li>\n<li>Add a function to reverse the media list</li>\n</ul>\n<h4>Version 5.8</h4>\n<ul>\n<li>Fix the border radius bug in the skin Simplicity\n</li>\n<li>Add a div container around the carousel div</li>\n</ul>\n<h4>Version 5.7</h4>\n<ul>\n<li>Add an option to hide MP4/WebM video play control bar on lightbox</li>\n<li>Add an option to display text on bottom, inside, left or right of the lightbox</li>\n<li>Add an option to display lightbox in fullscreen mode. In fullscreen mode, the close button will be displayed on the top right corner of the web browser</li>\n<li>Add an option to add prefix to title when the lightbox is displayed in gallery mode</li>\n<li>Add an option to enable or disable closing lightbox when clicking on the overlay background</li>\n<li>Move the left and right navigation arrows to the side of lightbox on touch screen. This will fix the issue of double clicking when playing video on iPhone, iPad and Android.</li>\n</ul>\n<h4>Version 5.6</h4>\n<ul>\n<li>Add an option to display all carousel thumbnails in same size even when the original images have different aspect ratio.\n</li>\n</ul>\n<h4>Version 5.5</h4>\n<ul>\n<li>Fix the bug of playing MP4 video on iPad iOS 9.1\n</li>\n</ul>\n<h4>Version 5.4</h4>\n<ul>\n<li>Fix the bug of video lightbox in iPad 2\n</li>\n</ul>\n<h4>Version 5.3</h4>\n<ul>\n<li>Fix the bug of options \"Scroll Mode\", \"Interval\" and \"Transition duration\" not working\n</li>\n</ul>\n<h4>Version 5.2</h4>\n<ul>\n<li>Support WordPress posts carousel: create carousels from recent WordPress posts or posts in specified categories\n</li>\n<li>Add a new skin \"Read More\"\n</li>\n</ul>\n<h4>Version 5.1</h4>\n<ul>\n<li>Fix a bug in continuous movement\n</li>\n</ul>\n<h4>Version 5.0</h4>\n<ul>\n<li>Add an option to not initialise the carousel when the page is loaded. This option is useful if you would like to manually initialise the carousel with JavaScript API.\n</li>\n<li>Add an option to add init scripts together with carousel HTML code. This option is useful if the WordPress website uses Ajax to load posts and pages.\n</li>\n</ul>\n<h4>Version 4.9</h4>\n<ul>\n<li>Fix bugs\n</li>\n</ul>\n<h4>Version 4.5</h4>\n<ul>\n<li>Add a new skin Auto Scroll to create <a target=\"_blank\" href=\"/wordpress-carousel/examples/wordpress-auto-scroll-carousel-id34/\">automatically scrolling carousel</a>\n</li>\n<li>Add an option to pause carousel scrolling on mouse over\n</li>\n<li>Add options to specify the scrolling interval and transition duration\n</li>\n<li>Add an option to scroll by page or item\n</li>\n</ul>\n<h4>Version 4.4</h4>\n<ul>\n<li>Add an option to add slider js files to the footer\n</li>\n<li>Add an option to display carousels in text widgets\n</li>\n</ul>\n<h4>Version 4.3</h4>\n<ul>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-only-carousel-id32/\" target=\"_blank\">WordPress text only carousel</a>\n</li>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-multiple-rows-carousel-id33/\" target=\"_blank\">WordPress two rows carousel</a>\n</li>\n<li>Add an option \"Row number\" to define the number of rows\n</li>\n</ul>\n<h4>Version 4.2</h4>\n<ul>\n<li>Support version check and update\n</li>\n</ul>\";}s:3:\"key\";s:0:\"\";s:10:\"key_status\";s:5:\"empty\";s:10:\"key_expire\";i:0;s:4:\"slug\";s:21:\"wonderplugin-carousel\";s:6:\"plugin\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:12:\"last_checked\";i:1515384310;}\";','yes'),(658,'WPLANG','','yes'),(1233,'wpseo','a:25:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"6.0\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:15:\"CEMS Global Ltd\";s:17:\"company_or_person\";s:7:\"company\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:27:\"Dhaka Int\'l Denim Show 2018\";s:22:\"alternate_website_name\";s:44:\"Garments Accessories Fair in Bangladesh 2018\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:10:\"production\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";b:0;}','yes'),(1234,'wpseo_permalinks','a:9:{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:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(1235,'wpseo_titles','a:53:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";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:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:1;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";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: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: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: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'),(1236,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"ca35320aa3eae7978eddaa556933465f\";s:13:\"facebook_site\";s:39:\"https://www.facebook.com/cemsglobalusa/\";s:13:\"instagram_url\";s:39:\"https://www.instagram.com/cemsglobal92/\";s:12:\"linkedin_url\";s:44:\"https://www.linkedin.com/company/cems-online\";s:11:\"myspace_url\";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:13:\"pinterest_url\";s:39:\"https://www.pinterest.com/cemsglobal92/\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:10:\"cemsglobal\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:63:\"https://www.youtube.com/channel/UC_KZREDNmMNDppyYLEtoz2g/videos\";s:15:\"google_plus_url\";s:75:\"https://plus.google.com/b/106464492345556261646/106464492345556261646?hl=en\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(1237,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(1238,'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'),(1239,'wpseo_xml','a:16:{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:\"excluded-posts\";s:0:\"\";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:0;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:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(1240,'wpseo_flush_rewrite','1','yes'),(1242,'wpseo-gsc','a:1:{s:7:\"profile\";s:25:\"http://cems-denimshow.com\";}','yes'),(1243,'wpseo_sitemap_cache_validator_global','3CSmP','no'),(1248,'wpseo-gsc-refresh_token','1/m-YMAqQm6VyA9wy58gQ0bJQXmP5rCO19f-exau-DqZM','yes'),(1249,'wpseo-gsc-access_token','a:5:{s:13:\"refresh_token\";s:45:\"1/m-YMAqQm6VyA9wy58gQ0bJQXmP5rCO19f-exau-DqZM\";s:12:\"access_token\";s:129:\"ya29.GlstBVKR5D4OfgcxkIR15rZog8NaQeCXa08o8makZmID4ZEP_p2IvV21FayNPF4Fjhthko9Qz7WBOmHHE9TNuXhJV6OavNdHuUM-cdUv2DQDmwJ3mL5aYY3BiuSj\";s:7:\"expires\";i:1514114229;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1514110629;}','yes'),(1255,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1257,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1515384309;s:15:\"version_checked\";s:5:\"4.9.1\";s:12:\"translations\";a:0:{}}','no'),(1265,'wpseo_sitemap_1_cache_validator','24OOK','no'),(1266,'wpseo_sitemap_page_cache_validator','41YL1','no'),(1368,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1515384310;s:7:\"checked\";a:4:{s:11:\"denimshowbd\";s:5:\"1.2.4\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.9.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.4.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.4.zip\";}}s:12:\"translations\";a:0:{}}','no'),(1369,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1515384309;s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{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.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";O:8:\"stdClass\":15:{s:6:\"author\";s:19:\"Magic Hills Pty Ltd\";s:8:\"homepage\";s:48:\"https://www.wonderplugin.com/wordpress-carousel/\";s:4:\"name\";s:21:\"WonderPlugin Carousel\";s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"4.9.1\";s:7:\"version\";s:4:\"12.4\";s:11:\"new_version\";s:4:\"12.4\";s:12:\"last_updated\";s:10:\"2018-01-06\";s:8:\"sections\";a:1:{s:10:\"change log\";s:16505:\"<h4>Version 12.4 - January 6, 2018</h4>\n<ul>\n<li>Support WooCommerce product category fields: <code>%wc_product_cat_id%</code>, <code>%wc_product_cat_name%</code>, <code>%wc_product_cat_slug%</code> and <code>%wc_product_cat_link%</code></li>\n<li>Support displaying post category ID, name, slug and link. The following macro-variables are supported for WordPress post carousel: <code>__CATEGORYID__</code>, <code>__CATEGORYNAME__</code>, <code>__CATEGORYSLUG__</code>, <code>__CATEGORYLINK__</code></li>\n</ul>\n<h4>Version 12.3 - October 23, 2017</h4>\n<ul>\n<li>Support WordPress page carousel</li>\n</ul>\n<h4>Version 12.2 - September 16, 2017</h4>\n<ul>\n<li>Fix a bug in the carousel movement when the option \"Display thumbnail images as same height and different width if they have different aspect ratio\" is selected</li>\n</ul>\n<h4>Version 12.1 - September 5, 2017</h4>\n<ul>\n<li>Add a new skin \"Read More Button\"</li>\n</ul>\n<h4>Version 12.0 - August 10, 2017</h4>\n<ul>\n<li>\nAdd a function \"Search and Replace\" in the \"Import/Export\" menu. This function can be used to search and replace domain names in the carousels when you move your WordPress site to a new domain or change to HTTPS secure site.</li>\n</ul>\n<h4>Version 11.9 - August 7, 2017</h4>\n<ul>\n<li>Add buttons to the carousel</li>\n<li>Add a new skin <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-and-image-carousel-slider-id54/\" target=\"_blank\">Text and Image Slider</a> to create WordPress carousel sliders</li>\n</ul>\n<h4>Version 11.8 - July 31, 2017</h4>\n<ul>\n<li>Add two skins <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-carousel-with-social-media-id52/\" target=\"_blank\">Team Members with Social Media</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-team-members-with-social-media-and-flip-effect-id53/\" target=\"_blank\">Team Members with Social Media and Flip Effect</a> to display team members information</li>\n</ul>\n<h4>Version 11.7 - July 13, 2017</h4>\n<ul>\n<li>Fix the issue of the lightbox jumping to the page top</li>\n<li>Fix the swipe issue on Android version 5 and below</li>\n</ul>\n<h4>Version 11.6 - June 3, 2017</h4>\n<ul>\n<li>Add a button \"Add PDF\" in step 1 to help create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-pdf-carousel-id51/\" target=\"_blank\">WordPress PDF carousel</a></li>\n<li>In step 1, when adding an image/video/PDF, highlight the input box if the image/video/PDF is not selected</li>\n<li>Setup different default lightbox size for images, videos and PDF files</li>\n</ul>\n<h4>Version 11.5 - June 2, 2017</h4>\n<ul>\n<li>Support opening PDF files in the carousel lightbox popup</li>\n</ul>\n<h4>Version 11.4 - May 30, 2017</h4>\n<ul>\n<li>Select WordPress posts by tags</li>\n<li>Specify the \"orderby\" option when selecting WordPress posts. You can now randomly select posts or select posts by date, ID, author, title, modified date, number of comments.</li>\n<li>Fix a compatibility issue with WooCommerce 3</li>\n<li>Create featured posts carousels for WooCommerce 3</li>\n<li>Specify the featured image size for WooCommerce / custom post type carousels</li>\n</ul>\n<h4>Version 11.3 - April 27, 2017</h4>\n<ul>\n<li>Fix the bug when using the URL parameter firstcarouselid to specify the first item on page load</li>\n</ul>\n<h4>Version 11.2 - April 6, 2017</h4>\n<ul>\n<li>Fix the lightbox resizing issue on mobile devices</li>\n</ul>\n<h4>Version 11.1 - March 30, 2017</h4>\n<ul>\n<li>Add an option to add extra attributes to <a> tag</li>\n<li>Add a lightbox advanced option <em>bodynoscroll</em>. When adding <em>data-bodynoscroll=\"true\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox background scrolling</li>\n<li>Add a lightbox advanced option <em>mobileresizeevent</em>. When adding <em>data-mobileresizeevent=\"false\"</em> to the Lightbox Advanced Options input box, it will stop the lightbox resizing on mobile devices</li>\n</ul>\n<h4>Version 11.0 - February 23, 2017</h4>\n<ul>\n<li>When automatically playing the carousel, add an option to move the carousel to the left or the right</li>\n<li>Add an option to disable looping images when the total number is less than a specified number</li>\n</ul>\n<h4>Version 10.9 - January 9, 2017</h4>\n<ul>\n<li>When adding a carousel to a page or post by using the shortcode, support calling the carousel by its name, for example [wonderplugin_carousel name=\"The Carousel Name\"]</li>\n<li>In the plugin, step 1, Images & Videos tab, add a button \"Delete All\" to delete all items</li>\n<li>In the plugin, step 1, Images & Videos tab, \"Add Image\" dialog, when adding multiple images with the button \"Upload\", apply the option \"Use thumbnail in carousel\" and \"Open current image in Lightbox\" to all images</li>\n</ul>\n<h4>Version 10.8</h4>\n<ul>\n<li>Export/import carousels to/from an .xml file</li>\n</ul>\n<h4>Version 10.7</h4>\n<ul>\n<li>Fix a bug in WordPress auto scrolling carousel</li>\n</ul>\n<h4>Version 10.6</h4>\n<ul>\n<li>Change lightbox fullscreen mode default to false on small screen devices</li>\n</ul>\n<h4>Version 10.5</h4>\n<ul>\n<li>Add an option to add custom JavaScript code</li>\n<li>Add the attribute allowfullscreen to lightbox iframe</li>\n<li>Add a lightbox advanced option maxheight: when data-maxheight=\"true\" is added to the Lightbox Advanced Options input box, the lightbox will use the height of the web browser to calculate the maximum height of the lightbox.</li>\n<li>Enable left and right arrows when the animation is not finished</li>\n</ul>\n<h4>Version 10.4</h4>\n<ul>\n<li>Support creating <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce best selling products carousel</a> and <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce featured products carousel</a></li>\n</ul>\n<h4>Version 10.3</h4>\n<ul>\n<li>Support displaying WooCommerce product price and rating in a <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a></li>\n</ul>\n<h4>Version 10.2</h4>\n<ul>\n<li>WordPress custom post type carousel: change the word length limit to post content and excerpt only</li>\n<li>Use textarea for description input box</li>\n</ul>\n<h4>Version 10.1</h4>\n<ul>\n<li>Fix a minor bug in WordPress custom post type carousel</li>\n</ul>\n<h4>Version 10.0</h4>\n<ul>\n<li>Support WordPress custom post type. You can now use the plugin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel-plugin/how-to-create-a-woocommerce-product-carousel/\" target=\"_blank\">WooCommerce carousel</a> or your own custom post carousel</li>\n<li>Add an option to enter different text for alt attribute of img tags</li>\n<li>Add an option to add title attribute for img tags.</li>\n</ul>\n<h4>Version 9.9</h4>\n<ul>\n<li>Compatible with jQuery 3</li>\n</ul>\n<h4>Version 9.8</h4>\n<ul>\n<li>Support onclick event for web links</li>\n</ul>\n<h4>Version 9.7</h4>\n<ul>\n<li>Fix the problem of the menu Manage Carousels not working in version 9.4 on some WordPress installations</li>\n</ul>\n<h4>Version 9.4</h4>\n<ul>\n<li>Fix the problem when the folder wp-admin does not exist in the WordPress website</li>\n</ul>\n<h4>Version 9.3</h4>\n<ul>\n<li>Support macro variable __DATETIME__ and __DATE__ in carousel content template for <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-create-a-wordpress-post-carousel/\" target=\"_blank\">WordPress post carousel</a></li>\n</ul>\n<h4>Version 9.2</h4>\n<ul>\n<li>Fix the bug of icon class name conflict</li>\n</ul>\n<h4>Version 9.1</h4>\n<ul>\n<li>Move social media buttons to the bottom center of the lightbox popup</li>\n</ul>\n<h4>Version 9.0</h4>\n<ul>\n<li>Fix a bug of playing videos inside the carousel items</li>\n</ul>\n<h4>Version 8.9</h4>\n<ul>\n<li>Support social media share buttons in lightbox popup: Facebook, Twitter and Pinterest</li>\n<li>Rearrange lightbox options to tabs</li>\n</ul>\n<h4>Version 8.8</h4>\n<ul>\n<li>Use advanced option <code>data-imgextraprops</code> to add extra class names and attributes to img elements</li>\n<li>WordPress post carousel: getting posts of no older than specified days</li>\n<li>WordPress post carousel: specifying post order as ascending or descending</li>\n</ul>\n<h4>Version 8.7</h4>\n<ul>\n<li>Add a new skin Classic with Flip that can be used to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-3d-flip-effect-id45/\" target=\"_blank\">WordPress carousel with 3d flip effect</a></li>\n</ul>\n<h4>Version 8.6</h4>\n<ul>\n<li>Fix a responsive bug with image lightbox</li>\n</ul>\n<h4>Version 8.5</h4>\n<ul>\n<li>Add an option to hide the carousel before all carousel images are loaded</li>\n</ul>\n<h4>Version 8.4</h4>\n<ul>\n<li>Add a new skin Numbering which supports creating <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-number-navigation-id43/\" target=\"_blank\">WordPress carousels with number navigation</a></li>\n</ul>\n<h4>Version 8.3</h4>\n<ul>\n<li>Add an option to hide the whole carousel before the initialisation is finished</li>\n<li>Add an option to display Lightbox image with full width and scrollable height</li>\n<li>Only display images in the Media Library Selection Dialog when selecting an image file and only display videos when selecting a video file</li>\n</ul>\n<h4>Version 8.2</h4>\n<ul>\n<li>Fix a bug in multiple rows carousel</li>\n</ul>\n<h4>Version 8.1</h4>\n<ul>\n<li>Support full width carousel</li>\n<li>Support YouTube playlist carousel</li>\n</ul>\n<h4>Version 8.0</h4>\n<ul>\n<li>Add options to fit images into the carousel and center fitted images</li>\n</ul>\n<h4>Version 7.9</h4>\n<ul>\n<li>Fix the bug when there are uppercase letters in WordPress database prefix</li>\n</ul>\n<h4>Version 7.8</h4>\n<ul>\n<li>Hide the hover over text when the option \"Do not show hover image on touch screen\" is selected.</li>\n</ul>\n<h4>Version 7.7</h4>\n<ul>\n<li>Add an option to show/hide play button on video item</li>\n<li>Add an option to use own image as the video play button</li>\n<li>Fix the hover overlay image bug when there are multiple carousels on one page</li>\n</ul>\n<h4>Version 7.6</h4>\n<ul>\n<li>Fix a bug in version 7.5</li>\n</ul>\n<h4>Version 7.5</h4>\n<ul>\n<li>Fix a bug in vertical carousel when the random option is on</li>\n</ul>\n<h4>Version 7.4</h4>\n<ul>\n<li>Add a new skin Flow</li>\n<li>Add an option to show carousel images as same height and different width if the images have different aspect ratio</li>\n</ul>\n<h4>Version 7.3</h4>\n<ul>\n<li>Add an option to trigger window resize event when the carousel is rendered</li>\n</ul>\n<h4>Version 7.2</h4>\n<ul>\n<li>WordPress Posts Carousel: add an option to link title to the post page</li>\n<li>WordPress Posts Carousel: add an option to open the featured image in lightbox</li>\n</ul>\n<h4>Version 7.1</h4>\n<ul>\n<li>Fix a minor bug in image positioning</li>\n</ul>\n<h4>Version 7.0</h4>\n<ul>\n<li>Support URL parameter firstcarouselid and clickcarousel. The URL parameter firstcarouselid will slide the carousel to the specified item, the index of the parameter starts from 0. If clickcarousel=true is added to the URL, it will open the corresponding lightbox when the webpage loads. For example, the following URL will open the second video in lightbox when the webpage loads: <a href=\"https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true\" target=\"_blank\">https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true</a></li>\n</ul>\n<h4>Version 6.9</h4>\n<ul>\n<li>Fix a minor issue in version 6.8</li>\n</ul>\n<h4>Version 6.8</h4>\n<ul>\n<li>Add an option to support shortcode in title and description text</li>\n</ul>\n<h4>Version 6.7</h4>\n<ul>\n<li>Fix a bug in plugin update</li>\n</ul>\n<h4>Version 6.6</h4>\n<ul>\n<li>Add an option to center image when the aspect ratio of image is different with that of the carousel item</li>\n</ul>\n<h4>Version 6.5</h4>\n<ul>\n<li>Keep HTML tags in post excerpts</li>\n</ul>\n<h4>Version 6.4</h4>\n<ul>\n<li>Fix a minor bug in the skin Flip</li>\n</ul>\n<h4>Version 6.3</h4>\n<ul>\n<li>Add a new skin Flip to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-css3-flip-animation-effect-id41/\" target=\"_blank\">WordPress carousel with CSS3 flip animation effect</a></li>\n</ul>\n<h4>Version 6.2</h4>\n<ul>\n<li>Add a new skin Hover Over to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-carousel-with-text-hover-over-effect-id39/\" target=\"_blank\">WordPress carousel with text hover over effect</a></li>\n<li>Add an option to specify the spacing between carousel items</li>\n</ul>\n<h4>Version 6.1</h4>\n<ul>\n<li>Support trash in carousel management. The deleted carousel will be moved to the trash in which you can restore or permanently delete it.</li>\n</ul>\n<h4>Version 6.0</h4>\n<ul>\n<li>Support lightbox auto slideshow</li>\n<li>Add an option to always show the previous and next navigation arrows on lightbox</li>\n<li>Display error notice on the WordPress Updates page if the free upgrade period is expired.</li>\n</ul>\n<h4>Version 5.9</h4>\n<ul>\n<li>Add an option to support adding the new item to the beginning of the list\n</li>\n<li>Add a function to reverse the media list</li>\n</ul>\n<h4>Version 5.8</h4>\n<ul>\n<li>Fix the border radius bug in the skin Simplicity\n</li>\n<li>Add a div container around the carousel div</li>\n</ul>\n<h4>Version 5.7</h4>\n<ul>\n<li>Add an option to hide MP4/WebM video play control bar on lightbox</li>\n<li>Add an option to display text on bottom, inside, left or right of the lightbox</li>\n<li>Add an option to display lightbox in fullscreen mode. In fullscreen mode, the close button will be displayed on the top right corner of the web browser</li>\n<li>Add an option to add prefix to title when the lightbox is displayed in gallery mode</li>\n<li>Add an option to enable or disable closing lightbox when clicking on the overlay background</li>\n<li>Move the left and right navigation arrows to the side of lightbox on touch screen. This will fix the issue of double clicking when playing video on iPhone, iPad and Android.</li>\n</ul>\n<h4>Version 5.6</h4>\n<ul>\n<li>Add an option to display all carousel thumbnails in same size even when the original images have different aspect ratio.\n</li>\n</ul>\n<h4>Version 5.5</h4>\n<ul>\n<li>Fix the bug of playing MP4 video on iPad iOS 9.1\n</li>\n</ul>\n<h4>Version 5.4</h4>\n<ul>\n<li>Fix the bug of video lightbox in iPad 2\n</li>\n</ul>\n<h4>Version 5.3</h4>\n<ul>\n<li>Fix the bug of options \"Scroll Mode\", \"Interval\" and \"Transition duration\" not working\n</li>\n</ul>\n<h4>Version 5.2</h4>\n<ul>\n<li>Support WordPress posts carousel: create carousels from recent WordPress posts or posts in specified categories\n</li>\n<li>Add a new skin \"Read More\"\n</li>\n</ul>\n<h4>Version 5.1</h4>\n<ul>\n<li>Fix a bug in continuous movement\n</li>\n</ul>\n<h4>Version 5.0</h4>\n<ul>\n<li>Add an option to not initialise the carousel when the page is loaded. This option is useful if you would like to manually initialise the carousel with JavaScript API.\n</li>\n<li>Add an option to add init scripts together with carousel HTML code. This option is useful if the WordPress website uses Ajax to load posts and pages.\n</li>\n</ul>\n<h4>Version 4.9</h4>\n<ul>\n<li>Fix bugs\n</li>\n</ul>\n<h4>Version 4.5</h4>\n<ul>\n<li>Add a new skin Auto Scroll to create <a target=\"_blank\" href=\"/wordpress-carousel/examples/wordpress-auto-scroll-carousel-id34/\">automatically scrolling carousel</a>\n</li>\n<li>Add an option to pause carousel scrolling on mouse over\n</li>\n<li>Add options to specify the scrolling interval and transition duration\n</li>\n<li>Add an option to scroll by page or item\n</li>\n</ul>\n<h4>Version 4.4</h4>\n<ul>\n<li>Add an option to add slider js files to the footer\n</li>\n<li>Add an option to display carousels in text widgets\n</li>\n</ul>\n<h4>Version 4.3</h4>\n<ul>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-text-only-carousel-id32/\" target=\"_blank\">WordPress text only carousel</a>\n</li>\n<li>Add a skin to create <a href=\"https://www.wonderplugin.com/wordpress-carousel/examples/wordpress-multiple-rows-carousel-id33/\" target=\"_blank\">WordPress two rows carousel</a>\n</li>\n<li>Add an option \"Row number\" to define the number of rows\n</li>\n</ul>\n<h4>Version 4.2</h4>\n<ul>\n<li>Support version check and update\n</li>\n</ul>\";}s:3:\"key\";s:0:\"\";s:10:\"key_status\";s:5:\"empty\";s:10:\"key_expire\";i:0;s:4:\"slug\";s:21:\"wonderplugin-carousel\";s:6:\"plugin\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:12:\"last_checked\";i:1515384310;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":9:{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:3:\"6.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.6.0.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.png?rev=1550389\";s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1550389\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1203032\";s:7:\"default\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1203032\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1695112\";s:7:\"default\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";}s:11:\"banners_rtl\";a:3:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1695112\";s:7:\"default\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";}}}}','no'),(1371,'_transient_doing_cron','1515409095.3439350128173828125000','yes'),(1372,'_site_transient_timeout_theme_roots','1515386110','no'),(1373,'_site_transient_theme_roots','a:4:{s:11:\"denimshowbd\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(1374,'_site_transient_timeout_browser_b876c8fd7fc402e60530b64622320f7a','1515989111','no'),(1375,'_site_transient_browser_b876c8fd7fc402e60530b64622320f7a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"63.0.3239.132\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1376,'wpseo_sitemap_post_cache_validator','24OOS','no'),(1377,'_transient_timeout_wpseo-statistics-totals','1515470720','no'),(1378,'_transient_wpseo-statistics-totals','a:1:{i:1;a:2:{s:6:\"scores\";a:0:{}s:8:\"division\";b:0;}}','no'),(1379,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1515427523','no'),(1380,'_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 Thu, 04 Jan 2018 06:37:41 +0000 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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-42426\";s:7:\"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: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:37:\"The Month in WordPress: December 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/01/the-month-in-wordpress-december-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jan 2018 10:00:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5424\";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:311:\"Activity slowed down in December in the WordPress community, particularly in the last two weeks. However, the month started off with a big event and work pushed forward in a number of key areas of the project. Read on to find out more about what transpired in the WordPress community as 2017 came to a […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:4744:\"\n<p>Activity slowed down in December in the WordPress community, particularly in the last two weeks. However, the month started off with a big event and work pushed forward in a number of key areas of the project. Read on to find out more about what transpired in the WordPress community as 2017 came to a close.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordCamp US 2017 Brings the Community Together</h2>\n\n\n\n<p>The latest edition of <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a> took place last month in Nashville on December 1-3. The event brought together over 1,400 WordPress enthusiasts from around the world, fostering a deeper, more engaged global community.</p>\n\n\n\n<p>While attending a WordCamp is always a unique experience, you can catch up on <a href=\"https://wordpress.tv/event/wordcamp-us-2017/\">the sessions on WordPress.tv</a> and look through <a href=\"https://www.facebook.com/pg/WordCampUSA/photos/?tab=albums\">the event photos on Facebook</a> to get a feel for how it all happened. Of course, <a href=\"https://wordpress.tv/2017/12/04/matt-mullenweg-state-of-the-word-2017/\">Matt Mullenweg’s State of the Word</a> talk is always one of the highlights at this event.</p>\n\n\n\n<p>The next WordCamp US will be held in Nashville again in 2018, but if you would like to see it hosted in your city in 2019 and 2020, then <a href=\"https://make.wordpress.org/community/2017/12/19/apply-to-host-wordcamp-us-2019-2020/\">you have until February 2 to apply</a>.</p>\n\n\n\n<h2>WordPress User Survey Data Is Published</h2>\n\n\n\n<p>Over the last few years, tens of thousands of WordPress users all over the world have filled out the annual WordPress user survey. The results of that survey are used to improve the WordPress project, but that data has mostly remained private. This has changed now and <a href=\"https://wordpress.org/news/2017/12/wordpress-user-survey-data-for-2015-2017/\">the results from the last three surveys are now publicly available</a> for everyone to analyze.</p>\n\n\n\n<p>The data will be useful to anyone involved in WordPress since it provides a detailed look at who uses WordPress and what they do with it — information that can help inform product development decisions across the board.</p>\n\n\n\n<h2>New WordPress.org Team for the Tide Project</h2>\n\n\n\n<p>As announced at WordCamp US, <a href=\"https://make.wordpress.org/tide/2017/12/02/new-home/\">the Tide project is being brought under the WordPress.org umbrella</a> to be managed and developed by the community.</p>\n\n\n\n<p>Tide is a series of automated tests run against every plugin and theme in the directory to help WordPress users make informed decisions about the plugins and themes that they choose to install.</p>\n\n\n\n<p>To get involved in developing Tide, jump into the #tide channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/tide/\">the Tide team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li>If you’re following the development of Gutenberg, or if you want a primer on where it’s headed, then <a href=\"https://wordpress.tv/2017/12/10/morten-rand-hendriksen-gutenberg-and-the-wordpress-of-tomorrow/\">Morten Rand-Hendriksen’s talk from WordCamp US</a> is a must watch.</li>\n <li>The annual surveys for WordPress <a href=\"https://wordpressdotorg.polldaddy.com/s/2017-annual-meetup-member-survey\">meetup members</a> and <a href=\"https://wordpressdotorg.polldaddy.com/s/2017-annual-meetup-organizer-survey\">meetup organizers</a> are available for people to fill out — if you’re involved in or attend your local meetup group then be sure to complete those.</li>\n <li>10up has <a href=\"https://distributorplugin.com/\">a brand new plugin in beta</a> that will assist with powerful and flexible content publishing and syndication across WordPress sites.</li>\n <li><a href=\"https://make.wordpress.org/community/2017/12/07/should-we-change-the-default-wordcamp-theme-to-campsite-2017/\">The Community Team is exploring a move</a> to make the recently developed CampSite theme the default theme for all new WordCamp websites. This is the theme that was developed and employed for <a href=\"https://2017.europe.wordcamp.org\">WordCamp Europe 2017</a>.</li>\n <li>The team working on the multisite features of WordPress Core has recently published <a href=\"https://make.wordpress.org/core/2017/12/19/multisite-roadmap-published/\">their planned roadmap for development</a>.</li>\n</ul>\n\n\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:\"5424\";s: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: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:40:\"WordPress User Survey Data for 2015-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2017/12/wordpress-user-survey-data-for-2015-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Dec 2017 21:40:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{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:6:\"WrapUp\";s: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:6:\"survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5310\";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:321:\"For many years, we’ve invited folks to tell us how they use WordPress by filling out an annual survey. In the past, interesting results from this survey have been shared in the annual State of the Word address. This year, for the first time, the results of the 2017 survey are being published on WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:64131:\"<p>For many years, we’ve invited folks to tell us how they use WordPress by filling out an annual survey. In the past, interesting results from this survey have been shared in the annual <a href=\"https://ma.tt/2017/12/state-of-the-word-2017/\">State of the Word</a> address. This year, for the first time, the results of the 2017 survey are being published on WordPress News, along with the results of the 2015 and 2016 survey.</p>\n<p>So that information from the survey doesn’t reveal anything that respondents might consider private, we do not publish a full export of the raw data. We’d love to make this information as accessible as possible, though, so if you have a suggestion for an OS project or tool we can put the data into that allows people to play with it that still protects individual response privacy, please leave a comment on this post!</p>\n<h4>Major Groups</h4>\n<p>This survey features multiple groups, dividing respondents at the first question:</p>\n<blockquote><p>Which of the following best describes how you use WordPress? (<em>Mandatory</em>)</p></blockquote>\n<p>Those who selected “I’m a designer or developer, or I work for a company that designs/develops websites; I use WordPress to build websites and/or blogs for others. (This might include theme development, writing plugins, or other custom work.)” were served questions from what we’ll call the “WordPress Professionals” group.</p>\n<p>This “WordPress Professionals” group is further divided into WordPress Company and WordPress Freelancer/Hobbyist groups, based on how the respondent answered the question, “Which of the following best describes your involvement with WordPress? (2015) / Do you work for a company, or on your own? (2016-17).”</p>\n<p>Those who selected “I own, run, or contribute to a blog or website that is built with WordPress.” were served questions in what we’re calling the “WordPress Users” group.</p>\n<p>The relevant survey group is noted in each table below. In the case of questions that were served to different groups in 2015 but then served to all respondents in 2016 and 2017, the group responses from 2015 have been consolidated into one set of data for easier comparison between years.</p>\n<h4>Survey results</h4>\n<p><a href=\"#pro\">Jump to answers from WordPress Professionals</a></p>\n<p><a href=\"#user\">Jump to answers from WordPress Users</a></p>\n<p><a href=\"#all\">Jump to answers from All Respondents</a></p>\n<p><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></p>\n<h3>Which of the following best describes how you use WordPress? (Mandatory)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td>Number of responses (since this question was mandatory, the number of responses here is the total number for the survey)</td>\n<td>45,995</td>\n<td></td>\n<td>15,585</td>\n<td></td>\n<td>16,029</td>\n<td></td>\n</tr>\n<tr>\n<td>I’m a designer or developer, or I work for a company that designs/develops websites; I use WordPress to build websites and/or blogs for others. (This might include theme development, writing plugins, other custom work.)</td>\n<td>26,662</td>\n<td>58%</td>\n<td>8,838</td>\n<td>57%</td>\n<td>9,099</td>\n<td>57%</td>\n</tr>\n<tr>\n<td>I own, run, or contribute to a blog or website that is built with WordPress.</td>\n<td>16,130</td>\n<td>35%</td>\n<td>5,293</td>\n<td>34%</td>\n<td>5,625</td>\n<td>35%</td>\n</tr>\n<tr>\n<td>Neither of the above.</td>\n<td>3,204</td>\n<td>7%</td>\n<td>1,460</td>\n<td>9%</td>\n<td>1,306</td>\n<td>8%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"pro\">WordPress Professionals</h2>\n<h3><strong>Which of the following best describes your involvement with WordPress? (Mandatory, 2015) / Do you work for a company, or on your own? (Mandatory, 2016-17)</strong></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>26,699</td>\n<td></td>\n<td>8,838</td>\n<td></td>\n<td>9,101</td>\n<td></td>\n</tr>\n<tr>\n<td>My primary job is working for a company or organization that uses WordPress.</td>\n<td>9,505</td>\n<td>36%</td>\n<td>3,529</td>\n<td>40%</td>\n<td>3,660</td>\n<td>40%</td>\n</tr>\n<tr>\n<td>My primary job is as a self-employed designer or developer that uses WordPress.</td>\n<td>9,310</td>\n<td>35%</td>\n<td>3,188</td>\n<td>36%</td>\n<td>3,440</td>\n<td>38%</td>\n</tr>\n<tr>\n<td>I earn money from part-time or occasional freelance work involving WordPress.</td>\n<td>5,954</td>\n<td>22%</td>\n<td>1,633</td>\n<td>18%</td>\n<td>1,590</td>\n<td>17%</td>\n</tr>\n<tr>\n<td>Work that I do involving WordPress is just a hobby, I don’t make money from it.</td>\n<td>1,930</td>\n<td>7%</td>\n<td>491</td>\n<td>6%</td>\n<td>411</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>How does your company or organization work with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,342</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for other people, companies, or organizations.</td>\n<td>7,772</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Develop or customize themes.</td>\n<td>5,404</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for my own use.</td>\n<td>4,733</td>\n<td>16%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Host websites for customers.</td>\n<td>4,397</td>\n<td>15%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Develop or distribute plugins.</td>\n<td>3,181</td>\n<td>11%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Provide educational resources to help others to use WordPress.</td>\n<td>1,349</td>\n<td>5%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Sponsor and/or attend WordCamps.</td>\n<td>1,127</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Contribute bug reports and/or patches to WordPress core.</td>\n<td>914</td>\n<td>3%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>182</td>\n<td> 1%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>3,457</td>\n<td></td>\n<td>3,598</td>\n<td></td>\n</tr>\n<tr>\n<td>We make websites for others.</td>\n<td></td>\n<td></td>\n<td>2,695</td>\n<td>24%</td>\n<td>2,722</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>We make websites for ourselves.</td>\n<td></td>\n<td></td>\n<td>2,355</td>\n<td>21%</td>\n<td>2,470</td>\n<td>21%</td>\n</tr>\n<tr>\n<td>We develop or customize themes.</td>\n<td></td>\n<td></td>\n<td>1,866</td>\n<td>16%</td>\n<td>1,910</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>We host websites for others.</td>\n<td></td>\n<td></td>\n<td>1,564</td>\n<td>14%</td>\n<td>1,595</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>We develop or distribute plugins.</td>\n<td></td>\n<td></td>\n<td>1,283</td>\n<td>11%</td>\n<td>1,342</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>We provide educational resources to help others to use WordPress.</td>\n<td></td>\n<td></td>\n<td>581</td>\n<td>5%</td>\n<td>631</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>We sponsor and/or attend WordCamps.</td>\n<td></td>\n<td></td>\n<td>561</td>\n<td>5%</td>\n<td>579</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>We contribute bug reports and/or patches to WordPress core.</td>\n<td></td>\n<td></td>\n<td>444</td>\n<td>4%</td>\n<td>468</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td></td>\n<td></td>\n<td>98</td>\n<td>1%</td>\n<td>96</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<p><strong>How would you describe the business of your typical client(s)? (2015) / How would you describe the business of your typical client/customer? (2016, 2017)</strong></p>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,154</td>\n<td></td>\n<td>3,317</td>\n<td></td>\n<td>3,498</td>\n<td></td>\n</tr>\n<tr>\n<td>Small business</td>\n<td>6,893</td>\n<td>32%</td>\n<td>2,398</td>\n<td>31%</td>\n<td>2,510</td>\n<td>31%</td>\n</tr>\n<tr>\n<td>Large business or Enterprise</td>\n<td>3,635</td>\n<td>17%</td>\n<td>1,361</td>\n<td>18%</td>\n<td>1,447</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>Non-profit</td>\n<td>2,644</td>\n<td>12%</td>\n<td>934</td>\n<td>12%</td>\n<td>992</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Individual</td>\n<td>2,600</td>\n<td>12%</td>\n<td>888</td>\n<td>12%</td>\n<td>1,022</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Education</td>\n<td>2,344</td>\n<td>11%</td>\n<td>854</td>\n<td>11%</td>\n<td>966</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Website development (sub-contracting)</td>\n<td>2,065</td>\n<td>10%</td>\n<td>637</td>\n<td>8%</td>\n<td>677</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>Government</td>\n<td>1,410</td>\n<td>6%</td>\n<td>524</td>\n<td>7%</td>\n<td>552</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>127</td>\n<td>1%</td>\n<td>66</td>\n<td>1%</td>\n<td>64</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<p><strong>How does your company or organization use WordPress when developing websites? (2015) / When making websites, how does your company or organization use WordPress? (2016, 2017)</strong></p>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,078</td>\n<td></td>\n<td>3,369</td>\n<td></td>\n<td>3,552</td>\n<td></td>\n</tr>\n<tr>\n<td>Mostly as a content management system (CMS)</td>\n<td>6,361</td>\n<td>70%</td>\n<td>2,482</td>\n<td>74%</td>\n<td>2,640</td>\n<td>74%</td>\n</tr>\n<tr>\n<td>About half the time as a blogging platform and half the time as a CMS</td>\n<td>1,222</td>\n<td>13%</td>\n<td>370</td>\n<td>11%</td>\n<td>383</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Mostly as a blogging platform</td>\n<td>721</td>\n<td>8%</td>\n<td>137</td>\n<td>4%</td>\n<td>129</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Mostly as an application framework</td>\n<td>629</td>\n<td>7%</td>\n<td>303</td>\n<td>9%</td>\n<td>303</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>145</td>\n<td>2%</td>\n<td>78</td>\n<td>2%</td>\n<td>97</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>How much is your average WordPress site customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,054</td>\n<td></td>\n<td>3,302</td>\n<td></td>\n<td>3,473</td>\n<td></td>\n</tr>\n<tr>\n<td>A lot of work has been done, the front end is unrecognizable, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>5,651</td>\n<td>62%</td>\n<td>2,025</td>\n<td>61%</td>\n<td>2,105</td>\n<td>61%</td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>2,230</td>\n<td>25%</td>\n<td>799</td>\n<td>24%</td>\n<td>905</td>\n<td>26%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as the original download.</td>\n<td>756</td>\n<td>8%</td>\n<td>302</td>\n<td>9%</td>\n<td>298</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything (including the admin) has been customized.</td>\n<td>417</td>\n<td>5%</td>\n<td>177</td>\n<td>5%</td>\n<td>165</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly how many currently active WordPress sites has your company or organization built?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>8,801</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>200 +</td>\n<td>1,074</td>\n<td>12%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>51 – 200</td>\n<td>1,721</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>21 – 50</td>\n<td>1,718</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>11 – 20</td>\n<td>1,284</td>\n<td>15%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6 – 10</td>\n<td>1,109</td>\n<td>13%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>2 – 5</td>\n<td>1,418</td>\n<td>16%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1</td>\n<td>390</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>0</td>\n<td>87</td>\n<td>1%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>3,358</td>\n<td></td>\n<td>3,540</td>\n<td></td>\n</tr>\n<tr>\n<td>Thousands.</td>\n<td></td>\n<td></td>\n<td>291</td>\n<td>9%</td>\n<td>331</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Hundreds.</td>\n<td></td>\n<td></td>\n<td>770</td>\n<td>23%</td>\n<td>894</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>Fewer than a hundred.</td>\n<td></td>\n<td></td>\n<td>1,144</td>\n<td>34%</td>\n<td>1,177</td>\n<td>33%</td>\n</tr>\n<tr>\n<td>Just a few, but they are really great.</td>\n<td></td>\n<td></td>\n<td>926</td>\n<td>28%</td>\n<td>896</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>Prefer not to answer.</td>\n<td></td>\n<td></td>\n<td>228</td>\n<td>7%</td>\n<td>242</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many person-hours (of your company’s work) does the typical site take to complete?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,091</td>\n<td></td>\n<td>3,353</td>\n<td></td>\n<td>3,522</td>\n<td></td>\n</tr>\n<tr>\n<td>More than 200</td>\n<td>939</td>\n<td>10%</td>\n<td>309</td>\n<td>9%</td>\n<td>325</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>100 – 200</td>\n<td>1080</td>\n<td>12%</td>\n<td>329</td>\n<td>10%</td>\n<td>367</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>60 – 100</td>\n<td>1541</td>\n<td>17%</td>\n<td>527</td>\n<td>16%</td>\n<td>513</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>40 – 60</td>\n<td>1854</td>\n<td>20%</td>\n<td>583</td>\n<td>17%</td>\n<td>620</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>20 – 40</td>\n<td>2066</td>\n<td>23%</td>\n<td>691</td>\n<td>21%</td>\n<td>685</td>\n<td>19%</td>\n</tr>\n<tr>\n<td>Fewer than 20</td>\n<td>1611</td>\n<td>18%</td>\n<td>479</td>\n<td>14%</td>\n<td>519</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>Prefer not to answer (2016, 2017)</td>\n<td></td>\n<td></td>\n<td>436</td>\n<td>13%</td>\n<td>493</td>\n<td>14%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly what percentage of your company or organization’s output is based around WordPress (as opposed to other platforms or software)?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>8,950</td>\n<td></td>\n<td>3,345</td>\n<td></td>\n<td>3,503</td>\n<td></td>\n</tr>\n<tr>\n<td>100 %</td>\n<td>1,089</td>\n<td>12%</td>\n<td>438</td>\n<td>13%</td>\n<td>480</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>90 %</td>\n<td>1,043</td>\n<td>12%</td>\n<td>417</td>\n<td>12%</td>\n<td>459</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>80 %</td>\n<td>955</td>\n<td>11%</td>\n<td>367</td>\n<td>11%</td>\n<td>424</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>70 %</td>\n<td>831</td>\n<td>9%</td>\n<td>305</td>\n<td>9%</td>\n<td>344</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>60 %</td>\n<td>534</td>\n<td>6%</td>\n<td>246</td>\n<td>7%</td>\n<td>226</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>50 %</td>\n<td>973</td>\n<td>11%</td>\n<td>335</td>\n<td>10%</td>\n<td>338</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>40 %</td>\n<td>613</td>\n<td>7%</td>\n<td>245</td>\n<td>7%</td>\n<td>202</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>30 %</td>\n<td>877</td>\n<td>10%</td>\n<td>335</td>\n<td>10%</td>\n<td>310</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>20 %</td>\n<td>806</td>\n<td>9%</td>\n<td>242</td>\n<td>7%</td>\n<td>280</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>10 %</td>\n<td>1,039</td>\n<td>12%</td>\n<td>344</td>\n<td>10%</td>\n<td>348</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>0 %</td>\n<td>190</td>\n<td>2%</td>\n<td>72</td>\n<td>2%</td>\n<td>92</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>In which of the following ways do you work with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>17,009</td>\n<td></td>\n<td>5,221</td>\n<td></td>\n<td>5,425</td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for other people, companies, or organizations</td>\n<td>15,342</td>\n<td>34%</td>\n<td>4,795</td>\n<td>34%</td>\n<td>5,064</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Develop or customize themes</td>\n<td>10,549</td>\n<td>24%</td>\n<td>2,997</td>\n<td>21%</td>\n<td>3,021</td>\n<td>20%</td>\n</tr>\n<tr>\n<td>Host websites for customers</td>\n<td>8,142</td>\n<td>18%</td>\n<td>2,466</td>\n<td>17%</td>\n<td>2,728</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>Develop or distribute plugins</td>\n<td>4,125</td>\n<td>9%</td>\n<td>1,395</td>\n<td>10%</td>\n<td>1,416</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Provide educational resources to help others to use WordPress</td>\n<td>3,276</td>\n<td>7%</td>\n<td>1,187</td>\n<td>8%</td>\n<td>1,308</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Sponsor and/or attend WordCamps</td>\n<td>1,559</td>\n<td>4%</td>\n<td>648</td>\n<td>5%</td>\n<td>724</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>Contribute bug reports and/or patches to WordPress core</td>\n<td>1,107</td>\n<td>2%</td>\n<td>381</td>\n<td>3%</td>\n<td>393</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>389</td>\n<td>1%</td>\n<td>243</td>\n<td>2%</td>\n<td>299</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3>How would you describe the business of your typical client(s)?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,863</td>\n<td></td>\n<td>5,151</td>\n<td></td>\n<td>5,353</td>\n<td></td>\n</tr>\n<tr>\n<td>Small business</td>\n<td>14,185</td>\n<td>35%</td>\n<td>4,342</td>\n<td>35%</td>\n<td>4,622</td>\n<td>36%</td>\n</tr>\n<tr>\n<td>Individual</td>\n<td>8,513</td>\n<td>21%</td>\n<td>2,581</td>\n<td>21%</td>\n<td>2,583</td>\n<td>20%</td>\n</tr>\n<tr>\n<td>Non-profit</td>\n<td>6,585</td>\n<td>16%</td>\n<td>2,004</td>\n<td>16%</td>\n<td>2,113</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>Website development (sub-contracting)</td>\n<td>4,301</td>\n<td>11%</td>\n<td>1,258</td>\n<td>10%</td>\n<td>1,216</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Education</td>\n<td>3,458</td>\n<td>8%</td>\n<td>1,049</td>\n<td>8%</td>\n<td>1,139</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Large business or Enterprise</td>\n<td>2,391</td>\n<td>6%</td>\n<td>805</td>\n<td>6%</td>\n<td>857</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Government</td>\n<td>1,150</td>\n<td>3%</td>\n<td>300</td>\n<td>2%</td>\n<td>329</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>173</td>\n<td>0%</td>\n<td>101</td>\n<td>1%</td>\n<td>99</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>How do you use WordPress in your development?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,768</td>\n<td></td>\n<td>5,145</td>\n<td></td>\n<td>5,372</td>\n<td></td>\n</tr>\n<tr>\n<td>Mostly as a content management system (CMS)</td>\n<td>11,754</td>\n<td>70%</td>\n<td>3,641</td>\n<td>71%</td>\n<td>3,959</td>\n<td>74%</td>\n</tr>\n<tr>\n<td>About half the time as a blogging platform and half the time as a CMS</td>\n<td>2,825</td>\n<td>17%</td>\n<td>812</td>\n<td>16%</td>\n<td>721</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>Mostly as an application framework</td>\n<td>1,012</td>\n<td>6%</td>\n<td>343</td>\n<td>7%</td>\n<td>344</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Mostly as a blogging platform</td>\n<td>992</td>\n<td>6%</td>\n<td>246</td>\n<td>5%</td>\n<td>226</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>185</td>\n<td>1%</td>\n<td>105</td>\n<td>2%</td>\n<td>122</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3>How much is your average WordPress site customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,699</td>\n<td></td>\n<td>5,131</td>\n<td></td>\n<td>5,317</td>\n<td></td>\n</tr>\n<tr>\n<td>A lot of work has been done, the front end is unrecognizable, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>9,457</td>\n<td>57%</td>\n<td>2,837</td>\n<td>55%</td>\n<td>2,998</td>\n<td>56%</td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>5,526</td>\n<td>33%</td>\n<td>1,694</td>\n<td>33%</td>\n<td>1,781</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as the original download.</td>\n<td>977</td>\n<td>6%</td>\n<td>341</td>\n<td>7%</td>\n<td>310</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything (including the admin) has been customized.</td>\n<td>739</td>\n<td>4%</td>\n<td>261</td>\n<td>5%</td>\n<td>228</td>\n<td>4%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many currently active WordPress sites have you built? (2015) / Roughly how many currently active WordPress sites have you built? (2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,690</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>200 +</td>\n<td>514</td>\n<td>3%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>51 – 200</td>\n<td>1,728</td>\n<td>10%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>21 – 50</td>\n<td>3,000</td>\n<td>18%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>11 – 20</td>\n<td>3,146</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6 – 10</td>\n<td>3,405</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>2 – 5</td>\n<td>3,838</td>\n<td>23%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1</td>\n<td>698</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>0</td>\n<td>361</td>\n<td>2%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>5,165</td>\n<td></td>\n<td>5367</td>\n<td></td>\n</tr>\n<tr>\n<td>Thousands.</td>\n<td></td>\n<td></td>\n<td>110</td>\n<td>2%</td>\n<td>104</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Hundreds.</td>\n<td></td>\n<td></td>\n<td>603</td>\n<td>12%</td>\n<td>713</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>Fewer than a hundred.</td>\n<td></td>\n<td></td>\n<td>2,264</td>\n<td>44%</td>\n<td>2,457</td>\n<td>46%</td>\n</tr>\n<tr>\n<td>Just a few, but they are really great.</td>\n<td></td>\n<td></td>\n<td>1,871</td>\n<td>36%</td>\n<td>1,813</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Prefer not to answer.</td>\n<td></td>\n<td></td>\n<td>319</td>\n<td>6%</td>\n<td>280</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly what percentage of your working time is spent working with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,658</td>\n<td></td>\n<td>5,039</td>\n<td></td>\n<td>5,241</td>\n<td></td>\n</tr>\n<tr>\n<td>100 %</td>\n<td>949</td>\n<td>6%</td>\n<td>459</td>\n<td>9%</td>\n<td>461</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>90 %</td>\n<td>1,300</td>\n<td>8%</td>\n<td>527</td>\n<td>10%</td>\n<td>540</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>80 %</td>\n<td>1,784</td>\n<td>11%</td>\n<td>637</td>\n<td>13%</td>\n<td>711</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>70 %</td>\n<td>1,850</td>\n<td>11%</td>\n<td>608</td>\n<td>12%</td>\n<td>627</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>60 %</td>\n<td>1,313</td>\n<td>8%</td>\n<td>438</td>\n<td>9%</td>\n<td>465</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>50 %</td>\n<td>2,095</td>\n<td>13%</td>\n<td>612</td>\n<td>12%</td>\n<td>639</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>40 %</td>\n<td>1,438</td>\n<td>9%</td>\n<td>391</td>\n<td>8%</td>\n<td>384</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>30 %</td>\n<td>2,076</td>\n<td>12%</td>\n<td>530</td>\n<td>11%</td>\n<td>511</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>20 %</td>\n<td>1,743</td>\n<td>10%</td>\n<td>445</td>\n<td>9%</td>\n<td>429</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>10 %</td>\n<td>1,819</td>\n<td>11%</td>\n<td>342</td>\n<td>7%</td>\n<td>419</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>0 %</td>\n<td>291</td>\n<td>2%</td>\n<td>52</td>\n<td>1%</td>\n<td>55</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many hours of your work does the typical site take to complete? (2015) / How many hours of work does your typical WordPress project take to launch? (2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,670</td>\n<td></td>\n<td>5,164</td>\n<td></td>\n<td>5,378</td>\n<td></td>\n</tr>\n<tr>\n<td>More than 200</td>\n<td>503</td>\n<td>3%</td>\n<td>222</td>\n<td>4%</td>\n<td>245</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>100 – 200</td>\n<td>973</td>\n<td>6%</td>\n<td>386</td>\n<td>7%</td>\n<td>393</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>60 – 100</td>\n<td>2,277</td>\n<td>14%</td>\n<td>788</td>\n<td>15%</td>\n<td>815</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>40 – 60</td>\n<td>3,896</td>\n<td>23%</td>\n<td>1,153</td>\n<td>22%</td>\n<td>1,216</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>20 – 40</td>\n<td>6,068</td>\n<td>36%</td>\n<td>1,487</td>\n<td>29%</td>\n<td>1,582</td>\n<td>29%</td>\n</tr>\n<tr>\n<td>Fewer than 20</td>\n<td>2,953</td>\n<td>18%</td>\n<td>712</td>\n<td>14%</td>\n<td>751</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>418</td>\n<td>8%</td>\n<td>376</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>Which of the following have you done with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" /> </colgroup>\n</table>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional (Company/Freelancer/Hobbyist)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>20,687</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve written a theme from scratch.</td>\n<td>11,894</td>\n<td>25%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve written a plugin.</td>\n<td>9,719</td>\n<td>21%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve answered a question in the WordPress forum.</td>\n<td>8,805</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve attended a WordPress meetup.</td>\n<td>4,062</td>\n<td>9%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve submitted a WordPress bug report.</td>\n<td>4,062</td>\n<td>9%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve attended a WordCamp.</td>\n<td>3,571</td>\n<td>8%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve contributed to WordPress documentation.</td>\n<td>1,778</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>1,739</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve contributed a WordPress core patch.</td>\n<td>1,055</td>\n<td>2%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the best thing about WordPress?<a href=\"#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>22,718</td>\n<td></td>\n<td>7,891</td>\n<td></td>\n<td>8,267</td>\n<td></td>\n</tr>\n<tr>\n<td>Easy/simple/user-friendly</td>\n<td>9,450</td>\n<td>42%</td>\n<td>3,454</td>\n<td>44%</td>\n<td>3,852</td>\n<td>47%</td>\n</tr>\n<tr>\n<td>Customizable/extensible/modular/plugins/themes</td>\n<td>8,601</td>\n<td>38%</td>\n<td>3,116</td>\n<td>39%</td>\n<td>3,555</td>\n<td>43%</td>\n</tr>\n<tr>\n<td>Community/support/documentation/help</td>\n<td>3,806</td>\n<td>17%</td>\n<td>1,211</td>\n<td>15%</td>\n<td>1,340</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>Free/open/open source</td>\n<td>2,291</td>\n<td>10%</td>\n<td>802</td>\n<td>10%</td>\n<td>908</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Popular/ubiquitous</td>\n<td>249</td>\n<td>1%</td>\n<td>86</td>\n<td>1%</td>\n<td>187</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3> What’s the most frustrating thing about WordPress?<a href=\"#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>21,144</td>\n<td></td>\n<td>7,294</td>\n<td></td>\n<td>7,691</td>\n<td></td>\n</tr>\n<tr>\n<td>Plugins & themes (abandoned/conflicts/coding standards)</td>\n<td>6,122</td>\n<td>29%</td>\n<td>2,194</td>\n<td>30%</td>\n<td>2,187</td>\n<td>28%</td>\n</tr>\n<tr>\n<td>Security/vulnerabilities/hacks</td>\n<td>2,321</td>\n<td>11%</td>\n<td>712</td>\n<td>10%</td>\n<td>829</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Updates</td>\n<td>1,544</td>\n<td>7%</td>\n<td>422</td>\n<td>6%</td>\n<td>508</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Nothing/I don’t know/can’t think of anything</td>\n<td>1,276</td>\n<td>6%</td>\n<td>344</td>\n<td>5%</td>\n<td>476</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Speed/performance/slow/heavy</td>\n<td>1,196</td>\n<td>6%</td>\n<td>644</td>\n<td>9%</td>\n<td>516</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress is as good as, or better than, its main competitors.</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (this question was not asked in the 2015 survey)</td>\n<td></td>\n<td></td>\n<td>8,672</td>\n<td></td>\n<td>9,059</td>\n<td></td>\n</tr>\n<tr>\n<td>Agree</td>\n<td></td>\n<td></td>\n<td>7551</td>\n<td>87%</td>\n<td>7836</td>\n<td>87%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>754</td>\n<td>9%</td>\n<td>795</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Disagree</td>\n<td></td>\n<td></td>\n<td>370</td>\n<td>4%</td>\n<td>428</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"user\">WordPress Users</h2>\n<h3>Which of the following describes how you use WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>15,169</td>\n<td></td>\n<td>5,043</td>\n<td></td>\n<td>5,521</td>\n<td></td>\n</tr>\n<tr>\n<td>My personal blog (or blogs) uses WordPress.</td>\n<td>9,395</td>\n<td>36%</td>\n<td>3,117</td>\n<td>36%</td>\n<td>3,424</td>\n<td>36%</td>\n</tr>\n<tr>\n<td>My company or organization’s website is built with WordPress software.</td>\n<td>7,480</td>\n<td>29%</td>\n<td>2,519</td>\n<td>29%</td>\n<td>2,841</td>\n<td>30%</td>\n</tr>\n<tr>\n<td>I have a hobby or side project that has a website built with WordPress.</td>\n<td>6,112</td>\n<td>23%</td>\n<td>1,973</td>\n<td>23%</td>\n<td>2,200</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>I write (or otherwise work) for an online publication that uses WordPress.</td>\n<td>2,329</td>\n<td>9%</td>\n<td>806</td>\n<td>9%</td>\n<td>821</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>872</td>\n<td>3%</td>\n<td>234</td>\n<td>3%</td>\n<td>288</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>Who installed your WordPress website?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>15,055</td>\n<td></td>\n<td>5,020</td>\n<td></td>\n<td>5,523</td>\n<td></td>\n</tr>\n<tr>\n<td>I did.</td>\n<td>11,216</td>\n<td>66%</td>\n<td>3,659</td>\n<td>73%</td>\n<td>4,129</td>\n<td>75%</td>\n</tr>\n<tr>\n<td>My hosting provider</td>\n<td>2,236</td>\n<td>13%</td>\n<td>667</td>\n<td>13%</td>\n<td>767</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>An external company</td>\n<td>909</td>\n<td>5%</td>\n<td>182</td>\n<td>4%</td>\n<td>178</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>An internal web person/team or a colleague</td>\n<td>874</td>\n<td>5%</td>\n<td>178</td>\n<td>4%</td>\n<td>191</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>A friend or family member</td>\n<td>787</td>\n<td>5%</td>\n<td>192</td>\n<td>4%</td>\n<td>172</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>I don’t know</td>\n<td>502</td>\n<td>3%</td>\n<td>145</td>\n<td>3%</td>\n<td>87</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>345</td>\n<td>2%</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>n/a</td>\n</tr>\n</tbody>\n</table>\n<h3>How much has the site been customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>14,789</td>\n<td></td>\n<td>4,997</td>\n<td></td>\n<td>5,494</td>\n<td></td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>7,465</td>\n<td>50%</td>\n<td>2,337</td>\n<td>47%</td>\n<td>2,660</td>\n<td>48%</td>\n</tr>\n<tr>\n<td>A lot of work has been done, the site itself is unrecognizable from the original theme, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>4,715</td>\n<td>32%</td>\n<td>1,707</td>\n<td>34%</td>\n<td>1,872</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as it was when I started out.</td>\n<td>1,841</td>\n<td>12%</td>\n<td>635</td>\n<td>13%</td>\n<td>673</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything has been customized.</td>\n<td>768</td>\n<td>5%</td>\n<td>321</td>\n<td>6%</td>\n<td>290</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the best thing about WordPress?<a href=\"#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>14,328</td>\n<td></td>\n<td>4,613</td>\n<td></td>\n<td>5,076</td>\n<td></td>\n</tr>\n<tr>\n<td>Easy/simple/user-friendly</td>\n<td>7,391</td>\n<td>52%</td>\n<td>2,276</td>\n<td>49%</td>\n<td>2,511</td>\n<td>49%</td>\n</tr>\n<tr>\n<td>Customizable/extensible/modular/plugins/themes</td>\n<td>4,219</td>\n<td>29%</td>\n<td>1,569</td>\n<td>34%</td>\n<td>1,632</td>\n<td>32%</td>\n</tr>\n<tr>\n<td>Free/open/open source</td>\n<td>1,586</td>\n<td>11%</td>\n<td>493</td>\n<td>11%</td>\n<td>538</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Community/support/documentation/help</td>\n<td>1,085</td>\n<td>8%</td>\n<td>388</td>\n<td>8%</td>\n<td>458</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Popular/ubiquitous</td>\n<td>223</td>\n<td>2%</td>\n<td>74</td>\n<td>2%</td>\n<td>48</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the most frustrating thing about WordPress?<a href=\"#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>13,681</td>\n<td></td>\n<td>4,287</td>\n<td></td>\n<td>4,758</td>\n<td></td>\n</tr>\n<tr>\n<td>Plugins & themes (abandoned/conflicts/coding standards)</td>\n<td>2,531</td>\n<td>19%</td>\n<td>1,183</td>\n<td>28%</td>\n<td>1,300</td>\n<td>27%</td>\n</tr>\n<tr>\n<td>Customization/design/look/template</td>\n<td>1,273</td>\n<td>9%</td>\n<td>381</td>\n<td>9%</td>\n<td>408</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Code/coding/PHP</td>\n<td>931</td>\n<td>7%</td>\n<td>306</td>\n<td>7%</td>\n<td>277</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Updates</td>\n<td>926</td>\n<td>7%</td>\n<td>209</td>\n<td>5%</td>\n<td>296</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Security/vulnerabilites/hacks</td>\n<td>785</td>\n<td>6%</td>\n<td>255</td>\n<td>6%</td>\n<td>292</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress is as good as, or better than, its main competitors.</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>5,026</td>\n<td></td>\n<td>5,498</td>\n<td></td>\n</tr>\n<tr>\n<td>Agree</td>\n<td></td>\n<td></td>\n<td>4,038</td>\n<td>80%</td>\n<td>4,462</td>\n<td>81%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>737</td>\n<td>15%</td>\n<td>782</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>Disagree</td>\n<td></td>\n<td></td>\n<td>254</td>\n<td>5%</td>\n<td>255</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"all\">All Respondents</h2>\n<h3>Can you (truthfully!) say “I make my living from WordPress”?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups from 2015; this question was not broken out by group in 2016-2017)</td>\n<td>42,236</td>\n<td></td>\n<td>14,906</td>\n<td></td>\n<td>15,616</td>\n<td></td>\n</tr>\n<tr>\n<td>Not really, but I do get some or all of my income as a result of working with WordPress.</td>\n<td>16,607</td>\n<td>39%</td>\n<td>5,408</td>\n<td>36%</td>\n<td>5,702</td>\n<td>37%</td>\n</tr>\n<tr>\n<td>Yes.</td>\n<td>9,635</td>\n<td>23%</td>\n<td>4,791</td>\n<td>32%</td>\n<td>5,033</td>\n<td>32%</td>\n</tr>\n<tr>\n<td>No.</td>\n<td>15,995</td>\n<td>38%</td>\n<td>4,713</td>\n<td>32%</td>\n<td>4,882</td>\n<td>31%</td>\n</tr>\n</tbody>\n</table>\n<h3>Which devices do you access WordPress on?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups from 2015; this question was not broken out by group in 2016-2017)</td>\n<td>42,433</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Web</td>\n<td>40,503</td>\n<td>95%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Android phone</td>\n<td>15,396</td>\n<td>36%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>iPhone</td>\n<td>12,353</td>\n<td>29%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>iPad</td>\n<td>11,748</td>\n<td>28%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Android tablet</td>\n<td>9,223</td>\n<td>22%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Desktop app, like MarsEdit</td>\n<td>6,018</td>\n<td>14%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>1837</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (this question was not broken out by group in 2016-2017)</td>\n<td></td>\n<td></td>\n<td>14,840</td>\n<td></td>\n<td>15,597</td>\n<td></td>\n</tr>\n<tr>\n<td>Web browser on a desktop or laptop</td>\n<td></td>\n<td></td>\n<td>14,160</td>\n<td>54%</td>\n<td>15,052</td>\n<td>55%</td>\n</tr>\n<tr>\n<td>Web browser on a mobile device (tablet or phone)</td>\n<td></td>\n<td></td>\n<td>7,952</td>\n<td>30%</td>\n<td>8,248</td>\n<td>30%</td>\n</tr>\n<tr>\n<td>An app on a mobile device (table or phone)</td>\n<td></td>\n<td></td>\n<td>3,309</td>\n<td>13%</td>\n<td>3,311</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>A desktop app like MarsEdit</td>\n<td></td>\n<td></td>\n<td>517</td>\n<td>2%</td>\n<td>498</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td></td>\n<td></td>\n<td>282</td>\n<td>1%</td>\n<td>240</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress now updates minor & security releases automatically for you. Check all that apply: (question not asked in 2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups)</td>\n<td>39,726</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I love auto-updates.</td>\n<td>17,367</td>\n<td>44%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto-updates for plugins.</td>\n<td>12,796</td>\n<td>32%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Initially, I was nervous about auto updates.</td>\n<td>11,868</td>\n<td>30%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Auto updates still make me nervous.</td>\n<td>10,809</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Auto updates don’t make me nervous now.</td>\n<td>10,708</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto-updates for themes.</td>\n<td>10,449</td>\n<td>26%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto updates for major versions of WordPress.</td>\n<td>10,225</td>\n<td>26%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>This is the first I’ve heard of auto-updates.</td>\n<td>8,660</td>\n<td>22%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I hate auto-updates.</td>\n<td>3,293</td>\n<td>8%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<h3>What is your gender?<a href=\"#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All respondents (This question was not asked in the 2015 survey.)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>13,953</td>\n<td></td>\n<td>14,680</td>\n<td></td>\n</tr>\n<tr>\n<td>Male</td>\n<td></td>\n<td></td>\n<td>10,978</td>\n<td>78.68%</td>\n<td>11,570</td>\n<td>78.81%</td>\n</tr>\n<tr>\n<td>Female</td>\n<td></td>\n<td></td>\n<td>2,340</td>\n<td>16.77%</td>\n<td>2,511</td>\n<td>21.70%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>601</td>\n<td>4.31%</td>\n<td>562</td>\n<td>3.83%</td>\n</tr>\n<tr>\n<td>Transgender</td>\n<td></td>\n<td></td>\n<td>11</td>\n<td>0.08%</td>\n<td>8</td>\n<td>0.05%</td>\n</tr>\n<tr>\n<td>Nonbinary</td>\n<td></td>\n<td></td>\n<td>8</td>\n<td>0.06%</td>\n<td>17</td>\n<td>0.12%</td>\n</tr>\n<tr>\n<td>Genderqueer</td>\n<td></td>\n<td></td>\n<td>4</td>\n<td>0.03%</td>\n<td>3</td>\n<td>0.02%</td>\n</tr>\n<tr>\n<td>Androgynous</td>\n<td></td>\n<td></td>\n<td>6</td>\n<td>0.04%</td>\n<td>5</td>\n<td>0.03%</td>\n</tr>\n<tr>\n<td>Fluid</td>\n<td></td>\n<td></td>\n<td>3</td>\n<td>0.02%</td>\n<td>4</td>\n<td>0.03%</td>\n</tr>\n<tr>\n<td>Demimale</td>\n<td></td>\n<td></td>\n<td>2</td>\n<td>0.01%</td>\n<td>0</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n<h3>Where are you located?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All respondents (This question was not asked in the 2015 survey.)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>14,562</td>\n<td></td>\n<td>15,343</td>\n<td></td>\n</tr>\n<tr>\n<td>United States</td>\n<td></td>\n<td></td>\n<td>3,770</td>\n<td>25.89%</td>\n<td>4,067</td>\n<td>26.51%</td>\n</tr>\n<tr>\n<td>India</td>\n<td></td>\n<td></td>\n<td>1,456</td>\n<td>10.00%</td>\n<td>1,424</td>\n<td>9.28%</td>\n</tr>\n<tr>\n<td>United Kingdom</td>\n<td></td>\n<td></td>\n<td>810</td>\n<td>5.56%</td>\n<td>900</td>\n<td>5.87%</td>\n</tr>\n<tr>\n<td>Germany</td>\n<td></td>\n<td></td>\n<td>555</td>\n<td>3.81%</td>\n<td>729</td>\n<td>4.75%</td>\n</tr>\n<tr>\n<td>Canada</td>\n<td></td>\n<td></td>\n<td>511</td>\n<td>3.51%</td>\n<td>599</td>\n<td>3.90%</td>\n</tr>\n<tr>\n<td>Australia</td>\n<td></td>\n<td></td>\n<td>389</td>\n<td>2.67%</td>\n<td>460</td>\n<td>3.00%</td>\n</tr>\n<tr>\n<td>Italy</td>\n<td></td>\n<td></td>\n<td>298</td>\n<td>2.05%</td>\n<td>356</td>\n<td>2.32%</td>\n</tr>\n<tr>\n<td>Netherlands</td>\n<td></td>\n<td></td>\n<td>343</td>\n<td>2.36%</td>\n<td>350</td>\n<td>2.28%</td>\n</tr>\n<tr>\n<td>France</td>\n<td></td>\n<td></td>\n<td>232</td>\n<td>1.59%</td>\n<td>283</td>\n<td>1.84%</td>\n</tr>\n<tr>\n<td>Bangladesh</td>\n<td></td>\n<td></td>\n<td>257</td>\n<td>1.76%</td>\n<td>263</td>\n<td>1.71%</td>\n</tr>\n<tr>\n<td>Spain</td>\n<td></td>\n<td></td>\n<td>271</td>\n<td>1.86%</td>\n<td>252</td>\n<td>1.64%</td>\n</tr>\n<tr>\n<td>Brazil</td>\n<td></td>\n<td></td>\n<td>239</td>\n<td>1.64%</td>\n<td>251</td>\n<td>1.64%</td>\n</tr>\n<tr>\n<td>Pakistan</td>\n<td></td>\n<td></td>\n<td>254</td>\n<td>1.74%</td>\n<td>240</td>\n<td>1.56%</td>\n</tr>\n<tr>\n<td>Indonesia</td>\n<td></td>\n<td></td>\n<td>230</td>\n<td>1.58%</td>\n<td>226</td>\n<td>1.47%</td>\n</tr>\n<tr>\n<td>Iran, Islamic Republic of</td>\n<td></td>\n<td></td>\n<td>190</td>\n<td>1.30%</td>\n<td>173</td>\n<td>1.13%</td>\n</tr>\n<tr>\n<td>Sweden</td>\n<td></td>\n<td></td>\n<td>144</td>\n<td>0.99%</td>\n<td>173</td>\n<td>1.13%</td>\n</tr>\n<tr>\n<td>Nigeria</td>\n<td></td>\n<td></td>\n<td>196</td>\n<td>1.35%</td>\n<td>172</td>\n<td>1.12%</td>\n</tr>\n<tr>\n<td>South Africa</td>\n<td></td>\n<td></td>\n<td>193</td>\n<td>1.33%</td>\n<td>172</td>\n<td>1.12%</td>\n</tr>\n<tr>\n<td>Russian Federation</td>\n<td></td>\n<td></td>\n<td>181</td>\n<td>1.24%</td>\n<td>151</td>\n<td>0.98%</td>\n</tr>\n<tr>\n<td>Poland</td>\n<td></td>\n<td></td>\n<td>129</td>\n<td>0.89%</td>\n<td>137</td>\n<td>0.89%</td>\n</tr>\n<tr>\n<td>Romania</td>\n<td></td>\n<td></td>\n<td>144</td>\n<td>0.99%</td>\n<td>132</td>\n<td>0.86%</td>\n</tr>\n<tr>\n<td>Switzerland</td>\n<td></td>\n<td></td>\n<td>122</td>\n<td>0.84%</td>\n<td>130</td>\n<td>0.85%</td>\n</tr>\n<tr>\n<td>Philippines</td>\n<td></td>\n<td></td>\n<td>92</td>\n<td>0.63%</td>\n<td>125</td>\n<td>0.81%</td>\n</tr>\n<tr>\n<td>China</td>\n<td></td>\n<td></td>\n<td>136</td>\n<td>0.93%</td>\n<td>123</td>\n<td>0.80%</td>\n</tr>\n<tr>\n<td>Austria</td>\n<td></td>\n<td></td>\n<td>89</td>\n<td>0.61%</td>\n<td>122</td>\n<td>0.80%</td>\n</tr>\n<tr>\n<td>Ukraine</td>\n<td></td>\n<td></td>\n<td>105</td>\n<td>0.72%</td>\n<td>118</td>\n<td>0.77%</td>\n</tr>\n<tr>\n<td>Denmark</td>\n<td></td>\n<td></td>\n<td>107</td>\n<td>0.73%</td>\n<td>114</td>\n<td>0.74%</td>\n</tr>\n<tr>\n<td>Greece</td>\n<td></td>\n<td></td>\n<td>120</td>\n<td>0.82%</td>\n<td>114</td>\n<td>0.74%</td>\n</tr>\n<tr>\n<td>Portugal</td>\n<td></td>\n<td></td>\n<td>94</td>\n<td>0.65%</td>\n<td>109</td>\n<td>0.71%</td>\n</tr>\n<tr>\n<td>Vietnam</td>\n<td></td>\n<td></td>\n<td>101</td>\n<td>0.69%</td>\n<td>108</td>\n<td>0.70%</td>\n</tr>\n<tr>\n<td>Mexico</td>\n<td></td>\n<td></td>\n<td>94</td>\n<td>0.65%</td>\n<td>105</td>\n<td>0.68%</td>\n</tr>\n<tr>\n<td>Nepal</td>\n<td></td>\n<td></td>\n<td>76</td>\n<td>0.52%</td>\n<td>97</td>\n<td>0.63%</td>\n</tr>\n<tr>\n<td>Ireland</td>\n<td></td>\n<td></td>\n<td>72</td>\n<td>0.49%</td>\n<td>94</td>\n<td>0.61%</td>\n</tr>\n<tr>\n<td>Israel</td>\n<td></td>\n<td></td>\n<td>78</td>\n<td>0.54%</td>\n<td>94</td>\n<td>0.61%</td>\n</tr>\n<tr>\n<td>New Zealand</td>\n<td></td>\n<td></td>\n<td>77</td>\n<td>0.53%</td>\n<td>91</td>\n<td>0.59%</td>\n</tr>\n<tr>\n<td>Finland</td>\n<td></td>\n<td></td>\n<td>63</td>\n<td>0.43%</td>\n<td>90</td>\n<td>0.59%</td>\n</tr>\n<tr>\n<td>Turkey</td>\n<td></td>\n<td></td>\n<td>91</td>\n<td>0.62%</td>\n<td>86</td>\n<td>0.56%</td>\n</tr>\n<tr>\n<td>Malaysia</td>\n<td></td>\n<td></td>\n<td>91</td>\n<td>0.62%</td>\n<td>81</td>\n<td>0.53%</td>\n</tr>\n<tr>\n<td>Belgium</td>\n<td></td>\n<td></td>\n<td>84</td>\n<td>0.58%</td>\n<td>79</td>\n<td>0.51%</td>\n</tr>\n<tr>\n<td>Norway</td>\n<td></td>\n<td></td>\n<td>66</td>\n<td>0.45%</td>\n<td>79</td>\n<td>0.51%</td>\n</tr>\n<tr>\n<td>Argentina</td>\n<td></td>\n<td></td>\n<td>65</td>\n<td>0.45%</td>\n<td>76</td>\n<td>0.50%</td>\n</tr>\n<tr>\n<td>Bulgaria</td>\n<td></td>\n<td></td>\n<td>74</td>\n<td>0.51%</td>\n<td>72</td>\n<td>0.47%</td>\n</tr>\n<tr>\n<td>Japan</td>\n<td></td>\n<td></td>\n<td>61</td>\n<td>0.42%</td>\n<td>68</td>\n<td>0.44%</td>\n</tr>\n<tr>\n<td>Thailand</td>\n<td></td>\n<td></td>\n<td>69</td>\n<td>0.47%</td>\n<td>67</td>\n<td>0.44%</td>\n</tr>\n<tr>\n<td>Czech Republic</td>\n<td></td>\n<td></td>\n<td>76</td>\n<td>0.52%</td>\n<td>66</td>\n<td>0.43%</td>\n</tr>\n<tr>\n<td>Serbia</td>\n<td></td>\n<td></td>\n<td>89</td>\n<td>0.61%</td>\n<td>63</td>\n<td>0.41%</td>\n</tr>\n<tr>\n<td>Kenya</td>\n<td></td>\n<td></td>\n<td>58</td>\n<td>0.40%</td>\n<td>62</td>\n<td>0.40%</td>\n</tr>\n<tr>\n<td>Colombia</td>\n<td></td>\n<td></td>\n<td>39</td>\n<td>0.27%</td>\n<td>59</td>\n<td>0.38%</td>\n</tr>\n<tr>\n<td>Egypt</td>\n<td></td>\n<td></td>\n<td>40</td>\n<td>0.27%</td>\n<td>52</td>\n<td>0.34%</td>\n</tr>\n</tbody>\n</table>\n<h3>What is your age?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td style=\"text-align: center\" colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (This question was not asked in 2015.)</td>\n<td></td>\n<td></td>\n<td>14,944</td>\n<td></td>\n<td>15,636</td>\n<td></td>\n</tr>\n<tr>\n<td>60 and over</td>\n<td></td>\n<td></td>\n<td>1,139</td>\n<td>8%</td>\n<td>1,641</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>50-59</td>\n<td></td>\n<td></td>\n<td>1,537</td>\n<td>10%</td>\n<td>1,996</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>40-49</td>\n<td></td>\n<td></td>\n<td>2,205</td>\n<td>15%</td>\n<td>2,643</td>\n<td>17%</td>\n</tr>\n<tr>\n<td>30-39</td>\n<td></td>\n<td></td>\n<td>3,914</td>\n<td>26%</td>\n<td>3,972</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>20-29</td>\n<td></td>\n<td></td>\n<td>5,013</td>\n<td>34%</td>\n<td>4,444</td>\n<td>28%</td>\n</tr>\n<tr>\n<td>Under 20</td>\n<td></td>\n<td></td>\n<td>1142</td>\n<td>8%</td>\n<td>941</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you to everyone who made time to fill out the survey — we’re so happy you use WordPress, and we’re very grateful that you’re willing to share your experiences with us! Thanks also to everyone who spread the word about this survey, and to those of you who read all the way to the bottom of this post. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p><small><a id=\"text\"></a>*Text Field Questions: Each survey included some questions that could be answered only by filling out a text field. In the case of the questions “What is the best thing about WordPress?” and “What is the most frustrating thing about WordPress?” we listed the five most common responses, aggregated when applicable. In the case of the question “What is your gender?” in the 2016 and 2017 surveys, we aggregated responses as best we could. Responses meant to obscure respondents’ gender entirely are aggregated in “prefer not to answer.”</small></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:\"5310\";s: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:37:\"The Month in WordPress: November 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2017/12/the-month-in-wordpress-november-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 11:00:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=5290\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November. WordPress 4.9 “Tipton” On November 16, WordPress 4.9 was released with new 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: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:4234:\"\n<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 4.9 “Tipton”</h2>\n\n\n\n<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget improvements.</p>\n\n\n\n<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</p>\n\n\n\n<p>To get involved in building WordPress Core, jump into the #core 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\n\n<h2>Apply to Speak At WordCamp Europe 2018</h2>\n\n\n\n<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a>.</p>\n\n\n\n<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp program — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>\n\n\n\n<h2>Diversity Outreach Speaker Training Initiative</h2>\n\n\n\n<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>\n\n\n\n<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other events.</p>\n\n\n\n<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>\n <li><a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>\n <li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>\n <li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>\n</ul>\n\n\n\n<p><em></em></p>\n\n\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\n\n\n<p><em></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:\"5290\";s: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: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.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 20:33:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5215\";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:359:\"WordPress 4.9.1 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 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team's […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s: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:4287:\"\n<p>WordPress 4.9.1 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\n\n<p>WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>\n\n\n\n<ol>\n <li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n <li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n <li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n <li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n\n\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/\">responsible security disclosure</a>: <a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>\n\n\n\n<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>\n\n\n\n<ul>\n <li>Issues relating to the caching of theme template files.</li>\n <li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>\n <li>The inability to edit theme and plugin files on Windows based servers.</li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you'd like to learn more</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</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\n\n<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</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/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</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/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</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/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</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:\"5215\";s: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: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:26:\"WordPress 4.9 “Tipton”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2017/11/tipton/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 01:16:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=4968\";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:227:\"Announcing version 4.9 of WordPress, named “Tipton” in honor of jazz pianist and band leader Billy Tipton. New features in 4.9 will smooth your design workflow and keep you safe from coding errors. Download or update today!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mel Choyce\";s: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:42220:\"<h2 style=\"text-align: center\">Major Customizer Improvements, Code Error Checking, and More! ?</h2>\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&ssl=1\" alt=\"\" /></figure>\r\n\r\n\r\n\r\n<p>Version 4.9 of WordPress, named “Tipton” in honor of jazz musician and band leader Billy Tipton, is available for download or update in your WordPress dashboard. New features in 4.9 will smooth your design workflow and keep you safe from coding errors.</p>\r\n\r\n\r\n\r\n<p>Featuring design drafts, scheduling, and locking, along with preview links, the Customizer workflow improves collaboration for content creators. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got an awesome new Gallery widget and improvements to theme browsing and switching.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Customizer Workflow Improved </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>Draft and Schedule Site Design Customizations</h3>\r\n\r\n\r\n\r\n<p>Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site’s design and schedule those design changes to go live as you please.</p>\r\n\r\n\r\n\r\n<h3>Collaborate with Design Preview Links</h3>\r\n\r\n\r\n\r\n<p>Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to colleagues and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?</p>\r\n\r\n\r\n\r\n<h3>Design Locking Guards Your Changes</h3>\r\n\r\n\r\n\r\n<p>Ever encounter a scenario where two designers walk into a project and designer A overrides designer B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.</p>\r\n\r\n\r\n\r\n<h3>A Prompt to Protect Your Work</h3>\r\n\r\n\r\n\r\n<p>Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Coding Enhancements</h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>Syntax Highlighting and Error Checking? Yes, Please!</h3>\r\n\r\n\r\n\r\n<p>You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily, and suss out & fix code errors quickly.</p>\r\n\r\n\r\n\r\n<h3>Sandbox for Safety</h3>\r\n\r\n\r\n\r\n<p>The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.</p>\r\n\r\n\r\n\r\n<h3>Warning: Potential Danger Ahead!</h3>\r\n\r\n\r\n\r\n<p>When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before updating your file. Take the safe route: You’ll thank you. Your team and customers will thank you.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Even More Widget Updates </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/even-more-widget-updates-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>The New Gallery Widget</h3>\r\n\r\n\r\n\r\n<p>An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via this new widget. Yes!</p>\r\n\r\n\r\n\r\n<h3>Press a Button, Add Media</h3>\r\n\r\n\r\n\r\n<p>Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Site Building Improvements </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>More Reliable Theme Switching</h3>\r\n\r\n\r\n\r\n<p>When you switch themes, widgets sometimes think they can just move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. </p>\r\n\r\n\r\n\r\n<h3>Find and Preview the Perfect Theme</h3>\r\n\r\n\r\n\r\n<p>Looking for a new theme for your site? Now, from within the Customizer, you can search, browse, and preview over 2600 themes before deploying changes to your site. What’s more, you can speed your search with filters for subject, features, and layout.</p>\r\n\r\n\r\n\r\n<h3>Better Menu Instructions = Less Confusion</h3>\r\n\r\n\r\n\r\n<p>Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Lend a Hand with Gutenberg ?</h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<p>WordPress is working on a new way to create and control your content and we’d love to have your help. Interested in being an <a href=\"https://wordpress.org/plugins/gutenberg/\">early tester</a> or getting involved with the Gutenberg project? <a href=\"https://github.com/WordPress/gutenberg\">Contribute on GitHub</a>.</p>\r\n\r\n\r\n\r\n<p>(PS: this post was written in Gutenberg!)</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Developer Happiness ?</h2>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Customizer JS API Improvements</a></h3>\r\n\r\n\r\n\r\n<p>We’ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points. (Hello, default parameters for constructs! Goodbye repeated ID for constructs!) There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Check out the full list.</a></p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror available for use in your themes and plugins</a></h3>\r\n\r\n\r\n\r\n<p>We’ve introduced a new code editing library, CodeMirror, for use within core. CodeMirror allows for syntax highlighting, error checking, and validation when creating code writing or editing experiences within your plugins, like CSS or JavaScript include fields.</p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js upgraded to 4.2.6</a></h3>\r\n\r\n\r\n\r\n<p>WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.</p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Roles and Capabilities Improvements</a></h3>\r\n\r\n\r\n\r\n<p>New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2>The Squad</h2>\r\n\r\n\r\n\r\n<p>This release was led by <a href=\"https://choycedesign.com/\">Mel Choyce</a> and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, with the help of the following fabulous folks. There are 443 contributors with props in this release, with 185 of them contributing for the first time. Pull up some Billy Tipton on your music service of choice, and check out some of their profiles:</p>\r\n\r\n\r\n\r\n<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/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Frankie</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran Šerić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt PeepSo</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Araújo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/zuige\">Viljami Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\r\n\r\n\r\n\r\n<p>Finally, thanks to all the community translators who worked on WordPress 4.9. Their efforts bring WordPress 4.9 fully translated to 43 languages at release time, with more on the way.</p>\r\n\r\n\r\n\r\n<p>Do you want to report on WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">We've compiled a press kit featuring information about the release features, and some media assets to help you along</a>.</p>\r\n\r\n\r\n\r\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\r\n\r\n\r\n\r\n<p>Thanks for choosing WordPress!</p>\r\n\";s: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:\"4968\";s: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: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:33:\"WordPress 4.9 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Nov 2017 06:53:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5184\";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:\"The third release candidate for WordPress 4.9 is now available. A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s: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:4169:\"<p>The third release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>\n<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that’s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&mode=stop_on_copy&rev=42178&stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>\n<ul>\n<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>\n<li>Overriding linting errors in the Customizer’s Additional CSS editor.</li>\n<li>Adding nav menu items for Custom Links in the Customizer.</li>\n<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>\n<li>Autosave revisions for changes in the Customizer.</li>\n<li>About page styling.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Didn’t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>We want to release Tuesday</em><br />\n<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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:\"5184\";s: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:33:\"WordPress 4.9 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2017 05:33:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5047\";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:342:\"The second release candidate for WordPress 4.9 is now available. A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14 (just over one week from now), but we need your help […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s: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:3424:\"<p>The second release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (just over <em>one week</em> from now), but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42124&stop_rev=42049&limit=100&sfp_email=&sfph_mail=\">just over 20 changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a> blog posts. Specific areas to test in RC2:</p>\n<ul>\n<li>Theme installation in the Customizer.</li>\n<li>Scheduling changes for publishing in the Customizer.</li>\n<li>Switching themes with live preview in the Customizer.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>:</p>\n<p><em>We squashed all the bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>But uh, if not, let us know</em><br />\n<em>Also, test your stuff</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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:\"5047\";s: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:36:\"The Month in WordPress: October 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2017/11/the-month-in-wordpress-october-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Nov 2017 12:02: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=5044\";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:333:\"While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October. Take the 2017 Annual WordPress User Survey The annual WordPress User Survey is a great opportunity for you to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:6180:\"\n<p>While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Take the 2017 Annual WordPress User Survey</h2>\n\n\n\n<p>The annual WordPress User Survey is a great opportunity for you to provide your feedback about how you use WordPress. This year is no exception, as <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">the 2017 WordPress User Survey</a> is out now.</p>\n\n\n\n<p>The information collected in the survey is used to make informed decisions about improvements across the WordPress project, so your answers are incredibly valuable and help shape the future of the platform.</p>\n\n\n\n<h2>WordPress 4.8.3 Security Release</h2>\n\n\n\n<p>At the end of October, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\">WordPress 4.8.3 was released</a> containing an important security fix for all previous versions of WordPress. If your WordPress installation has not updated automatically, please update it now to protect your site.</p>\n\n\n\n<p>This security issue was brought to light by a community member, so if you ever discover a security vulnerability in WordPress core, please do the same and <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">disclose it responsibly</a>.</p>\n\n\n\n<h2>WordPress 4.9 Nearly Ready for Release</h2>\n\n\n\n<p>WordPress 4.9 was in rapid development this month. We released four beta versions and published a <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">release candidate</a>. The target for shipping WordPress 4.9 is November 14 — just two short weeks away. With many new features, this is a hugely exciting release that improves WordPress’ user experience considerably. Notably, you’ll see <a href=\"https://make.wordpress.org/core/2017/10/24/a-new-themes-experience-in-the-customizer/\">improvements to the theme selection experience</a>, plenty of <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\">widget enhancements</a>, drastically improved <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">code editing</a>, and much better <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">user role management</a>.</p>\n\n\n\n<p>To get involved in building WordPress Core, jump into the #core 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\n\n<h2>WordPress Charity Hackathons are Growing</h2>\n\n\n\n<p>For the last few years, the number of <a href=\"https://doaction.org/\">do_action series of WordPress charity hackathons</a> has grown around the world. What started as a community event to assist local nonprofit organizations, has become something many WordPress communities are replicating in an increasing number of cities.</p>\n\n\n\n<p>As of this month, do_action events have been hosted in Cape Town and Johannesburg, South Africa, Beirut, Lebanon, Austin, Texas, and Montréal, Canada. In addition, events are now scheduled for <a href=\"https://doaction.org/event/bristol-2018/\">Bristol, England</a> and <a href=\"https://doaction.org/event/zurich-2018/\">Zurich, Switzerland</a> in 2018.</p>\n\n\n\n<p>To get involved in organizing a do_action event locally, read <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">the do_action organizer’s 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\n\n<h2>Gutenberg Development Advances</h2>\n\n\n\n<p>While work steadily continues on Gutenberg — the new editor for WordPress core — one update from this month addresses one of the primary concerns that some people shared about the project.</p>\n\n\n\n<p>Up until <a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\">the release on October 24</a>, Gutenberg did not support the meta boxes that so many WordPress content creators rely on. The new editor now has initial support for meta boxes as well as a host of other critical features for content creation in WordPress.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">Test out Gutenberg</a> right now and help develop it by joining the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li>DonateWC, a new initiative that assists people in attending WordCamps, <a href=\"https://donatewc.org/wordcamp-stories/wordcamp-cape-town-experience/\">sponsored Trust Nhokovedzo from Harare, Zimbabwe</a> to speak at WordCamp Cape Town, South Africa this month.</li>\n <li><a href=\"https://woocommerce.com/2017/10/saying-goodbye-to-canvas/\">The popular Canvas theme was retired</a> this month to allow WooCommerce to focus on moving their products forward more effectively.</li>\n <li>The next installment of Camp Press, the WordPress community retreat event, will take place <a href=\"https://camp.press/event/iceland2018/\">in Iceland</a>.</li>\n <li>If you run a WordPress meetup group, but are struggling to find content for your events, the WordPress Marketing team <a href=\"https://make.wordpress.org/community/2017/10/04/supporting-for-meetups-with-low-content/\">has put together some ideas</a> to help.</li>\n <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is just around the corner — there’s still time to grab your tickets.</li>\n</ul>\n\n\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:\"5044\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.8.3 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 14:20:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5035\";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:378:\"WordPress 4.8.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.8.2 and earlier are affected by an issue where $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s: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:1337:\"<p>WordPress 4.8.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.8.2 and earlier are affected by an issue where <code>$wpdb->prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://twitter.com/ircmaxell\">Anthony Ferrara</a>.</p>\n<p>This release includes a change in behaviour for the <code>esc_sql()</code> function. Most developers will not be affected by this change, you can read more details in the <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">developer note</a>.</p>\n<p>Thank you to the reporter of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.3.</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:\"5035\";s: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: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:31:\"WordPress 4.9 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 04:42:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4963\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"The release candidate for WordPress 4.9 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14, but we need your help to get there. If you haven’t tested 4.9 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mel Choyce\";s: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:3275:\"<p>The release candidate for WordPress 4.9 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong>, but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42049&stop_rev=42022&limit=100&sfp_email=&sfph_mail=\">almost 30 changes</a> since releasing Beta 4 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>. In the meantime, you can review the <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes for 4.9</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/pento/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pento</a>:</p>\n<p><em>this is halloween <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>scary, spooky, candy day <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f47b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>rc1 is sweet <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f36c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</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:\"4963\";s: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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 08 Jan 2018 04:05:23 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 04 Jan 2018 06:37:41 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}}s:5:\"build\";s:14:\"20171224102459\";}','no'),(1381,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1515427524','no'),(1382,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1515384324','no'),(1383,'_site_transient_timeout_community-events-9906eed62dd9338dd574d60ee8008d7a','1515427524','no'),(1384,'_site_transient_community-events-9906eed62dd9338dd574d60ee8008d7a','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"202.84.44.0\";}s:6:\"events\";a:0:{}}','no'),(1385,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1515427524','no'),(1386,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Ariel Levy in Longreads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47797\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2018/01/ariel-levy-in-longreads/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:769:\"<p>I had originally planned last year to write <a href=\"https://ma.tt/2017/12/books-in-2017/\">a review of each book as I read it</a>, but The Rules Do Not Apply threw a spanner in the works. I had no idea how to write about it, much less review it. The author, <a href=\"https://longreads.com/2017/03/14/ariel-levy-interview/\">Ariel Levy, has a great interview in Longreads from when the book came out</a>.</p>\n\n\n\n<p>Speaking of Longreads, <a href=\"https://longreads.com/2017/12/29/the-25-most-popular-longreads-exclusives-of-2017/\">don't forget to check out their top 25 exclusives from 2017</a>, and <a href=\"https://longreads.com/2017/12/11/longreads-best-of-2017-all-of-our-no-1-story-picks/\">their number 1 picks overall</a>. Some amazing writing in there.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Jan 2018 00:44:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Lorelle on WP: Vulnerability in phpMyAdmin Requires Immediate Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://lorelle.wordpress.com/?p=14409\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://lorelle.wordpress.com/2018/01/06/vulnerability-in-phpmyadmin-requires-immediate-patch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6728:\"<p>A <a href=\"http://www.itprotoday.com/patch-management/critical-csrf-security-vulnerability-phpmyadmin-database-tool-patched\" title=\"Critical CSRF Vulnerability in phpMyAdmin Database Tool Patched | IT Pro\">critical CSRF Vulnerability in phpMyAdmin Database administration tool</a> has been found and a <a href=\"https://www.phpmyadmin.net/security/PMASA-2017-9/\" title=\"phpMyAdmin - Security - PMASA-2017-9\">patch is available</a> for all computers and servers running the MySQL database. </p>\n<p>Does this include you?</p>\n<p>If you are using WordPress, yes it does. </p>\n<p>Contact your web host to ensure phpMyAdmin is updated immediately. </p>\n<p>If you are self-hosted and manage your own server, update phpMyAdmin immediately. </p>\n<p>If you are using WordPress or phpMyAdmin and MySQL on your computer through <a href=\"http://www.wampserver.com/en/\" title=\"WAMP\">WAMP</a>, <a href=\"http://www.mamp.info/en/index.html\" title=\"MAMP\">MAMP</a>, <a href=\"http://www.apachefriends.org/en/xampp.html\" title=\"XAMPP\">XAMPP</a>, <a href=\"http://www.instantwp.com/\" title=\"Instant WordPress\">Instant WordPress</a>, <a href=\"http://serverpress.com/products/desktopserver/\" title=\"DesktopServer\">DesktopServer</a>, <a href=\"http://bitnami.org/stack/wordpress\" title=\"BitNami\">BitNami</a> or any of the other ways you can install WordPress on your computer or a stick (USB), update phpMyAdmin by using the patch or check the install technique’s site for updates. </p>\n<p><strong>If you are using WordPress.com, don’t worry.</strong> This does not apply to you or your site. </p>\n<p>The flaw affects phpMyAdmin versions 4.7.x prior to 4.7.7. Hopefully, your server/web host company has been updating phpMyAdmin all along and you don’t need to worry, but even though this is a medium security vulnerability, it is your responsibility as a site owner and administrator to ensure that your site is safe. Don’t just rely on GoDaddy, Dreamhost, or whatever hosting service you use to take care of these things for you. Sometimes they are on top of these before an announcement is made public. Other times, they are clueless and require customer intervention and nagging. </p>\n<p>Now, what is phpMyAdmin?</p>\n<p>MySQL is an open source database program, and <a href=\"https://www.phpmyadmin.net/\" title=\"phpMyAdmin\">phpMyAdmin</a> is the free, open source tool that makes the administration and use of MySQL easier to manage. <em>It is not a database. It is a database manager.</em> You can <a href=\"https://lorelle.wordpress.com/2014/08/10/find-search-replace-and-delete-in-the-wordpress-database/\" title=\"Find, Search, Replace, and Delete in the WordPress Database « Lorelle on WordPress\">easily search and replace data</a> in the database, make changes, and do other maintenance and utility tasks in the database.</p>\n<p>Every installation of WordPress requires PHP and MySQL along with a variety of other web-based programming packages and software. Most installations by web hosts and portable versions of WordPress add phpMyAdmin to manage the WordPress site. It is not required for WordPress to work, but don’t assume that it is or isn’t installed. CHECK. </p>\n<p>To find out if phpMyAdmin is installed on your site:</p>\n<ol>\n<li>Check with your web host and ask. Don’t expect their customer service staff to know for sure. Make them check your account and verify whether or not it is installed, and if they’ve updated. Push them for a specific answer.</li>\n<li>Check the site admin interface (cPanel, Plesk, etc.) to see if it is installed.</li>\n<li>Log into your site through secure FTP into the root (if you have access) and look for the installation at <em>/usr/share/phpmyadmin</code> or <code>localhost/phpmyadmin</code>. Unfortunately, it could be anywhere depending upon the installation as these are virtual folders, not folders found on your computer, so it must be assigned to a location.</li>\n<li>If running a portable installation of MySQL and/or WordPress, follow the instructions for that tool and download and install all patches to ensure phpMyAdmin is updated to the latest secure version.</li>\n</ol>\n<div class=\"sig\">\n<p><img src=\"https://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /></p>\n<hr /> </div><br />Filed under: <a href=\"https://lorelle.wordpress.com/category/wordpress/\">WordPress</a>, <a href=\"https://lorelle.wordpress.com/category/wordpress/wordpress-news/\">WordPress News</a> Tagged: <a href=\"https://lorelle.wordpress.com/tag/mysql/\">mysql</a>, <a href=\"https://lorelle.wordpress.com/tag/php/\">php</a>, <a href=\"https://lorelle.wordpress.com/tag/phpmyadmin/\">phpmyadmin</a>, <a href=\"https://lorelle.wordpress.com/tag/phpmyadmin-security/\">phpmyadmin security</a>, <a href=\"https://lorelle.wordpress.com/tag/security/\">security</a>, <a href=\"https://lorelle.wordpress.com/tag/security-vulnerability/\">security vulnerability</a>, <a href=\"https://lorelle.wordpress.com/tag/server-vulnerability/\">server vulnerability</a>, <a href=\"https://lorelle.wordpress.com/tag/servers/\">servers</a>, <a href=\"https://lorelle.wordpress.com/tag/vulnerability/\">vulnerability</a>, <a href=\"https://lorelle.wordpress.com/tag/web-hosts/\">web hosts</a>, <a href=\"https://lorelle.wordpress.com/tag/wordpress-install/\">wordpress install</a>, <a href=\"https://lorelle.wordpress.com/tag/wordpress-news/\">WordPress News</a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/14409/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/14409/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/lorelle.wordpress.com/14409/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/lorelle.wordpress.com/14409/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/lorelle.wordpress.com/14409/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/lorelle.wordpress.com/14409/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/14409/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/14409/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/14409/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/14409/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/14409/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/14409/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=lorelle.wordpress.com&blog=72&post=14409&subd=lorelle&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Jan 2018 16:55:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Lorelle VanFossen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: Zac Gordon Launches Gutenberg Development Course, Includes More Than 30 Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=77285\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/zac-gordon-launches-gutenberg-development-course-includes-more-than-30-videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2756:\"<p><a href=\"https://zacgordon.com/\">Zac Gordon</a>, a technology educator, has released his <a href=\"http://gutenberg.courses/\">Gutenberg Development course</a>. The course is $79 but is available for $49 using the coupon code <strong>earlyadopter</strong>.</p>\n\n\n\n<p>Gordon says the course is aimed at developers who want to update their themes, plugins, shortcodes, etc. to work with Gutenberg and take advantage of blocks. <br /></p>\n\n\n\n<p>\"There is also some content I am adding geared towards theme developers, but honestly there is not much to that,\" Gordon said. \"I think plugin developers will fill a lot of the needs of theme developers and help prevent them from having to build too many custom blocks. </p>\n\n\n\n<p>\"Also, in my opinion, blocks belong in plugins, so maybe some theme developers will migrate into plugin development through working with blocks.\"</p>\n\n\n\n<p>The course includes more than 30 videos, a dozen example blocks, access to support forums, and the community run Slack channel. It covers how Gutenberg works, how to extend and customize it, and using a modern JavaScript development approach.</p>\n\n\n\n<p>Gordon learned quite a few things about Gutenberg while creating the course. \"Specifically, I learned Gutenberg is really just React under the hood, and then the more traditional WordPress PHP under that,\" he said.</p>\n\n\n\n<p>\"Digging deeper into the source attributes system that Gutenberg has to keep track of dynamic data was interesting. Also, there are far more possibilities with server-side code hooking into blocks than I thought ahead of time. I also came to the opinion that I'm not sure why someone would build a block in anything other than React, so I'm interested to see what common practices evolve.\"</p>\n\n\n\n<p>Creating the course has allowed Gordon to dive deep into Gutenberg. So does he think it's a suitable replacement for the editor? <br /></p>\n\n\n\n<p>\"I think most users will feel Gutenberg is an improvement of the editing experience,\" he responded. \"We are definitely moving in the right direction. Ironically perhaps, I still like site and page builder plugins when editing or creating content in WordPress.\"</p>\n\n\n\n<p>Gutenberg is still in a high state of flux with rapid development. According to Gordon, if there is one thing developers should know about Gutenberg, it's that learning JavaScript deeply will pay off.<br /></p>\n\n\n\n<p>\"Matt Mullenweg was right when he said '<a href=\"https://www.youtube.com/watch?v=KrZx4IY1IgU\">Learn JavaScript Deeply</a>',\" Gordon said. \"In terms of Gutenberg, that means a foundation with ES+, JSX/React, and webpack/babel/etc. You can learn as you go, but we are definitely moving from the time of learning to a time of doing.\"</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Jan 2018 23:32:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Xerox Alto Zero-Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2018/01/xerox-alto-zero-day/\";s: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:2208:\"<p>Next to the <a href=\"https://www.schneier.com/blog/archives/2018/01/spectre_and_mel.html\">very real news of the Spectre and Meltdown CPU issues</a>, it was lovely to come across <a href=\"http://www.righto.com/2018/01/xerox-alto-zero-day-cracking-disk.html\">Ken Shirriff's story of getting past password protection on some old Xerox Alta disk packs from the 1970s</a>.</p>\n\n\n\n<p>As further proof for why 2018 is going to be the year of blogging, two of the comments are from people who actually know about the old disks!</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n <p>\"I designed chips at PARC as a summer intern. You have a couple of disks from Doug Fairbairn, who was also in Lynn Conway's group.\"</p>\n</blockquote>\n\n\n\n<p>and</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n <p>I'm flabbergasted. That's <em>my</em> Alto disk you broke into!<br />><br /><br /><br /><br /><br />The APL stuff is surely related to some work I did with Leo Guibas, showing why lazy evaluation would be a really good idea for implementing APL: see <a href=\"https://dl.acm.org/citation.cfm?id=512761\">Compilation and delayed evaluation in APL</a>, published January 1978. (That paper gives me an enviable Erdős number of 3, since Leo is a 2.) I'm sure it's not a complete APL implementation, just a proof of concept. It happens that my very first part-time job at PARC, in 1973, involved writing decision analysis software <em>in</em> APL — on a timesharing system!<br />><br /><br /><br /><br /><br />Given the AATFDAFD hint, I'd guess the real password is ADDATADFAD. This derives from a project I did with Jef Raskin at UCSD in 1974. (He mentioned it in <a href=\"https://web.stanford.edu/dept/SUL/sites/mac/primary/interviews/raskin/trans.html\">this interview</a>.) The Data General Nova we were working with produced some garbled message with ADDATADFAD where it should have said ADDITIONAL, and it was a running joke ever after. Strange, the things that occupy some brain cells for over 40 years.<br />><br /><br /><br /><br /><br />Thanks for an amusing blast from the past.<br />><br /><br /><br /><br /><br />— Doug Wyatt (Xerox PARC 1973-1994)</p>\n</blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Jan 2018 15:37:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Morten on Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2018/01/morten-on-gutenberg/\";s: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:211:\"<p>Morten Rand-Hendriksen's talk and demo on Gutenberg from WordCamp US is an excellent overview of where it is, where it could go, and some VR stuff thrown in there for fun. Definitely worth the watch.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Jan 2018 20:54:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WPWeekly Episode 300 – Interview with Matt ‘Gutenbeard’ Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=77276&preview=true&preview_id=77276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wpweekly-episode-300-interview-with-matt-gutenbeard-mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1492:\"<p>In this the 300th episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I interview <a href=\"https://ma.tt/\">Matt ‘Gutenbeard’ Mullenweg</a>, co-creator of the WordPress project. We discuss a range of topics including, the somewhat controversial poetry reading that included a curse word prior to the State of the Word, the WordPress Foundation increasing its range of funding, and of course, Gutenberg.</p>\n<p>One of the big takeaways from this interview is learning that Gutenberg will not arrive at the flick of a switch. There will be a transition period and a considerable amount of effort to make it as smooth as possible. Unlike episode 296, Mullenweg’s internet is fantastic and we didn’t experience any audio issues. A transcription of this interview will be published in a few days.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 10th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #300:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Jan 2018 03:55:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: A Collection of Gutenberg Conversations, Resources, and Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=77141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/a-collection-of-gutenberg-conversations-resources-and-videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8714:\"<p>Since the conclusion of WordCamp US in early December, there have been a number of Gutenberg related items published to the web.</p>\n\n\n\n<p>The following is a collection of items related to Gutenberg that I came across throughout December. Feel free to add to this list in the comments below.</p>\n\n\n\n<h2>Resources</h2>\n\n\n\n<p><a href=\"https://gettingreadyforgutenberg.com/\">Getting Ready for Gutenberg</a> is a community-run initiative to help users and developers prepare for Gutenberg's inclusion in core. </p>\n\n\n\n<p>GitHub repo filled with <a href=\"https://github.com/WordPress/gutenberg-examples\">Gutenberg example blocks.</a></p>\n\n\n\n<p>Although it was published in August of last year, WordImpress has a good guide on <a href=\"https://wordimpress.com/a-pot-stirrer-amongst-chefs-contributing-to-gutenberg-without-code/\">how to contribute to Gutenberg without code</a>.</p>\n\n\n\n<p>Rich Tabor explains <a href=\"https://richtabor.com/add-wordpress-theme-styles-to-gutenberg/\">how to add WordPress theme styles</a> to Gutenberg. He's also created a <a href=\"https://wordpress.org/plugins/social-sharing-block-gutenberg/\">Gutenberg Social Sharing Block</a> plugin. <br /></p>\n\n\n\n<p>Human Made <a href=\"https://hmn.md/white-papers/gutenberg-the-new-wordpress-editor/\">published a Gutenberg White Paper</a> that introduces people to the project, goes over a number of blocks, and provides advice on how agencies can prepare for the transition. </p>\n\n\n\n<p><a href=\"https://frontenberg.tomjn.com/\">Frontenberg</a> is a new project by <a href=\"https://twitter.com/Tarendai/status/943531422861660169\">Tom Nowell </a>that brings Gutenberg to the front end. This allows people to try Gutenberg without logging into a site or installing a plugin.</p>\n\n\n\n<p>Ben Gilbanks has <a href=\"https://github.com/BinaryMoon/granule/commit/777cd2903c1e4a8ebfc6060e86a7f7a4ef2387da\">added basic support</a> for Gutenberg to his Granule starter theme.</p>\n\n\n\n<p>Andrew Taylor <a href=\"https://github.com/ataylorme/gutenberg-codepen-embed\">created a Gutenberg block</a> that enables embedding Pens from CodePen.</p>\n\n\n\n<p>Advanced Custom Fields <a href=\"https://www.advancedcustomfields.com/blog/acf-year-review-2017/\">announced</a> it will focus on making ACF compatible with Gutenberg in 2018. </p>\n\n\n\n<p>Meta Box has <a href=\"https://metabox.io/meta-box-2017-year-review-whats-next-2018/\">also announced</a> its Gutenberg compatibility plans. </p>\n\n\n\n<p>John Hawkins published a good post on the WebDevStudios blog on <a href=\"https://webdevstudios.com/2018/01/02/existing-content-affected-wordpress-gutenberg/\">how existing content will be affected by Gutenberg</a>. </p>\n\n\n\n<h2>Conversations</h2>\n\n\n\n<p>Kevin Hoffman <a href=\"https://github.com/WordPress/gutenberg/issues/3902\">started a conversation</a> on how plugin conflicts can be handled and communicated.</p>\n\n\n\n<p>Bridget Willard shared her concerns with the <a href=\"https://bridgetwillard.com/economic-impact-timeline-gutenberg-rollout/\">economic impact and timeline</a> of Gutenberg's roll out. She also <a href=\"https://github.com/WordPress/gutenberg/issues/3926\">created an issue</a> on GitHub.</p>\n\n\n\n<p>Amanda Rush <a href=\"https://www.customerservant.com/thoughts-gutenberg-wordpress-tomorrow/\">published her thoughts and concerns</a> related to Gutenberg's Accessibility. </p>\n\n\n\n<p>Morten Rand-Hendrisken published a series of articles on LinkedIn covering <a href=\"https://www.linkedin.com/pulse/wordpress-changing-here-3-things-you-need-know-morten-rand-hendriksen/\">things you need to know</a> about Gutenberg and the <a href=\"https://www.linkedin.com/pulse/gutenberg-future-wordpress-conditions-success-morten-rand-hendriksen/?published=t\">conditions for its success.</a></p>\n\n\n\n<p>Scott Kingsley Clark, of the PODS framework plugin, announced they're doing some cool things in the next release specifically for Gutenberg. </p>\n\n\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We’re doing some cool stuff in this next <a href=\"https://twitter.com/podsframework?ref_src=twsrc%5Etfw\">@podsframework</a> release for Gutenberg specifically. Lots to do, but I feel like there will be cases for meta boxes and cases for blocks. We’ll have a template editor too, which will be powered by Gutenberg itself <a href=\"https://twitter.com/hashtag/gutenception?src=hash&ref_src=twsrc%5Etfw\">#gutenception</a></p>— Scott Kingsley Clark (@scottkclark) <a href=\"https://twitter.com/scottkclark/status/940348072151977984?ref_src=twsrc%5Etfw\">December 11, 2017</a></blockquote>\n\n\n\n\n<p>Freemius takes a look at <a href=\"https://freemius.com/blog/gutenberg-commercial-wordpress-products/\">what Gutenberg means</a> for the future of commercial WordPress products. The post includes quotes from Beaver Builder, Elementor, and Visual Composer. </p>\n\n\n\n<p>In <a href=\"https://wptavern.com/wpweekly-episode-297-wordcamp-us-2017-recap\">episode 297 of WordPress Weekly</a>, Morten Rand-Hendriksen joined John James Jacoby and I in a detailed conversation about Gutenberg, its potential impacts, and the idea of forking WordPress.</p>\n\n\n\n<p>GiveWP is <a href=\"https://github.com/WordImpress/Give/issues/2456#issuecomment-351317017\">opening up its design process</a> for how its product will interface with Gutenberg. </p>\n\n\n\n<p>Beaver Builder<a href=\"https://www.wpbeaverbuilder.com/page-builders-gutenberg-world/?utm_content=buffer12b34&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer\"> takes a look</a> at Page Builders in a Gutenberg World, the future of WordPress, and how its product will embrace compatibility with Gutenberg. </p>\n\n\n\n<p>Eric Mann on <a href=\"https://ttmm.io/tech/gutenberg-and-the-road-ahead/\">Gutenberg and the road ahead</a>. Mann supports the idea of soft-forking WordPress to provide time and help for those who can't immediately update to 5.0. </p>\n\n\n\n<p>Help contribute to Gutenberg by <a href=\"https://make.wordpress.org/test/2017/12/15/help-us-analyse-the-wcus-gutenberg-usability-videos/\">processing the usability tests</a> from WordCamp US 2017. </p>\n\n\n\n<p>Michael Hebenstreit <a href=\"https://arrayinternet.com/blog/cost-gutenberg-transition-small-wordpress-businesses/\">details the potential costs</a> for small WordPress businesses and independent developers to transition to Gutenberg. </p>\n\n\n\n<p>WordCamp Miami 2018 is having a <a href=\"https://2018.miami.wordcamp.org/2017/12/19/developer-workshop-announcement-future-of-wordpress/\">developer workshop</a> focused on Gutenberg.</p>\n\n\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'m seeing talk of how clients will be lost and users will leave <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> when <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a> drops. As a former freelancer, in-house developer, agency designer, custom theme developer, and now plugin developer, here\'s a practical look at how Gutenberg affects each.</p>— Kevin W. Hoffman (@kevinwhoffman) <a href=\"https://twitter.com/kevinwhoffman/status/943871967349886977?ref_src=twsrc%5Etfw\">December 21, 2017</a></blockquote>\n\n\n\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I think we will look back at 2017 and see it as the year the <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> project started to fracture. As much as the community desperately wants to see WordPress as an enterprise CMS, projects like <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a> show it is anything but.</p>— Ben Furfie (@frontendben) <a href=\"https://twitter.com/frontendben/status/946296693926047744?ref_src=twsrc%5Etfw\">December 28, 2017</a></blockquote>\n\n\n\n\n<p>Tammie Lister <a href=\"https://tam.blog/2017/12/gutenberg-inspired-redesign/\">shared her experience</a> redesigning her site using the <a href=\"https://github.com/WordPress/gutenberg-theme\">Gutenberg theme</a> as a base. </p>\n\n\n\n<p>WP4Good explains how they're <a href=\"https://wp4good.org/getting-ready-for-gutenberg/\">preparing for Gutenberg</a>. </p>\n\n\n\n<h2>Videos</h2>\n\n\n\n<p>Riad Benguella <a href=\"https://riad.blog/2017/12/11/with-gutenberg-what-happens-to-my-custom-fields/\">published a visual example</a> that shows Meta Boxes mostly work in Gutenberg. Benguella created a sample plugin called Gutenberg Custom Fields that provides a similar user experience to existing Custom Fields plugins.</p>\n\n\n\n<p>A live demo of Gutenberg during the 2017 State of the Word. </p>\n\n\n\n\n \n\n\n\n\n<p>Gutenberg and the WordPress of Tomorrow by Morten Rand-Hendriksen</p>\n\n\n\n\n <div class=\"embed-wrap\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jan 2018 21:04:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"HeroPress: A Review Of HeroPress in 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2387\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://heropress.com/a-review-of-heropress-2017/#utm_source=rss&utm_medium=rss&utm_campaign=a-review-of-heropress-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9508:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/01/010318-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: HeroPress is something WordPress people do for themselves. The world simply gets to watch.\" /><p><strong>FIRST</strong>: please leave a comment if HeroPress has inspired or impacted you this year. I’ve love for you to be a part of this post.</p>\n<p>With that out of the way, another year of HeroPress has come and gone. HeroPress is still young enough that we can’t really see multi-year trends, but I still find it interesting to look at them and try to guess things. In this post we’ll look at some stats, some things I tried that didn’t work, some things that did work, and some dreams for the future.</p>\n<h3>Statistics</h3>\n<h4>Diversity</h4>\n<p>Diversity has always been important to me. In 2015 and 2016 I had more men than women, by a pretty wide margin, and that bothered me. In 2017 I’m happy to say we had 32 women and 21 men. I didn’t work SUPER hard at that, it was just something I kind of kept in my head when I was looking for new folks.</p>\n<p>We also had great geographical diversity in our contributors, representing 26 different countries.</p>\n<table>\n<tbody>\n<tr>\n<th>Country</th>\n<th>No. of Essays</th>\n</tr>\n<tr>\n<td>Bangladesh</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Cameroon</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Croatia</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Finland</td>\n<td>2</td>\n</tr>\n<tr>\n<td>France</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Germany</td>\n<td>2</td>\n</tr>\n<tr>\n<td>India</td>\n<td>7</td>\n</tr>\n<tr>\n<td>Italy</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Jamaica</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Nepal</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Netherlands</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Nigeria</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Norway</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Poland</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Romania</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Russia</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Scotland</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Serbia</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Somalia</td>\n<td>1</td>\n</tr>\n<tr>\n<td>South Africa</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Spain</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Sweden</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Turkey</td>\n<td>1</td>\n</tr>\n<tr>\n<td>United Kingdom</td>\n<td>1</td>\n</tr>\n<tr>\n<td>United States</td>\n<td>13</td>\n</tr>\n<tr>\n<td>Yemen</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n<p>The US and India had far more than any other country, which has been the trend since we started, but the US has far fewer in 2017 than 2016.</p>\n<h4>Readers</h4>\n<p>We had traffic from 175 countries this year.</p>\n<p><img class=\"aligncenter size-full wp-image-2388\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/01/country_traffic.png\" alt=\"World map showing HeroPress visitors\" width=\"951\" height=\"547\" /></p>\n<p>That said, HeroPress saw less traffic overall in 2017 than in 2016.</p>\n<p><img class=\"aligncenter size-full wp-image-2389\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/01/heropress_stats.png\" alt=\"Bar chart showing HeroPress stats\" width=\"692\" height=\"282\" /></p>\n<h4>The Important Stuff</h4>\n<p>As fun as stats are, it’s been pointed out to me many times that they’re meaningless. Someone asked me recently how I define success for HeroPress, and the answer was that at least one person is impacted for the better. The interesting twist to that is the hierarchy of people impacted positively by HeroPress. It goes like this:</p>\n<p><strong>Topher</strong>: Because he gets to see them all, AND behind the scenes. It’s heady stuff.</p>\n<p><strong>Contributors themselves</strong>: MANY people have told me that writing their story changed their life. The simple act of processing things from the past, and getting them out there, and being vulnerable is powerful.</p>\n<p><strong>Readers</strong>: Lot’s of people tell me it’s inspiring.</p>\n<p>What we learn from the above information is that HeroPress would be a success if we had zero readers. HeroPress is something WordPress people do for themselves. The world simply gets to watch.</p>\n<h3>Experiments</h3>\n<h4>The Scholarship</h4>\n<p>Last spring the folks from WPShout approached me about working together to offer a scholarship. They would offer the actual scholarship, and we would manage getting applicants and deciding who won.</p>\n<p>It was a huge success. We had tons of traffic, many great applicants, and the winners did great things with their scholarships. We’d love to do something like that again, so if you’re interested, drop us a note.</p>\n<h4>Commercial Support</h4>\n<p>This changed a bit in 2017. Most of the year was sponsored by Gravity Forms, which was great. That ended with only a few weeks left in the year, and I was surprised to find that there were a number of organizations that were interested in sponsoring a single week. That worked quite well, and I’m interested in looking into that more.</p>\n<p>At WordCamp US I spoke to an organization that was interested in sponsoring an entire quarter, which would be a first. It hasn’t happened yet, but I’m also looking into that some more.</p>\n<h4>Donations</h4>\n<p>This didn’t really work out. I put up the donation form at the request of a few people that wanted to give. Those people gave, and a few more, but after the third day or so there were no more. There could be many reasons, but I’m not too concerned. I’ll probably take the form down, and if I ask for donations again it’ll be a Public Radio style press-a-thon for a week or something. Lots of flash, and then it’s gone for a year.</p>\n<h3>Thanks</h3>\n<p>As always happens, I got some great advice this year and lots of donated services and software.</p>\n<p>Many thanks to Tine Haugen from XWP for her ongoing input from a Larger Company perspective.</p>\n<p>Thanks to <a href=\"https://pagely.com/\">Pagely</a> for hosting HeroPress.</p>\n<p>Thanks to these commercial plugin folk that donated licenses:</p>\n<ul>\n<li>Analytify – Google Analytics Dashboard</li>\n<li>Give – Donation Plugin</li>\n<li>Make Plus</li>\n<li>Maps Builder Pro</li>\n<li>Ninja Forms</li>\n<li>Postmatic & Postmatic Labs</li>\n</ul>\n<p>Thanks to these wonderful software developers who’ve released there work to the world for free:</p>\n<ul>\n<li>Akismet Anti-Spam</li>\n<li>Blog Time</li>\n<li>Jetpack by WordPress.com</li>\n<li>Post Type Archive Descriptions</li>\n<li>Public Post Preview</li>\n<li>Really Simple Series</li>\n<li>rtSocial</li>\n<li>Simple 301 Redirects</li>\n<li>Simply Exclude</li>\n<li>Widget Logic</li>\n<li>WP Custom Login Page Logo</li>\n<li>WP Retina 2x</li>\n<li>Yoast SEO</li>\n</ul>\n<p>Thanks to 2017’s commercial supporters:</p>\n<ul>\n<li><a href=\"https://eventespresso.com/\">Event Espresso</a></li>\n<li><a href=\"https://www.gowp.com/\">GoWP</a></li>\n<li><a href=\"https://www.gravityforms.com/\">Gravity Forms</a></li>\n<li><a href=\"https://rtcamp.com/\">rtCamp</a></li>\n</ul>\n<p><strong>MOST IMPORTANTLY</strong></p>\n<p>Thanks to our contributors. Without people willing to share of themselves, tell us their stories, make themselves vulnerable, HeroPress would not exist. Thank you SO SO much, all of you who’ve written.</p>\n<h3>Your Turn</h3>\n<p>As I mentioned at the top of the post, the rest of the post is to be written by you. How has HeroPress impacted you this year? What value is there besides numbers and charts and graphs?</p>\n<p>Please leave a comment.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A Review Of HeroPress in 2017\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20Review%20Of%20HeroPress%20in%202017&via=heropress&url=https%3A%2F%2Fheropress.com%2Fa-review-of-heropress-2017%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A Review Of HeroPress in 2017\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fa-review-of-heropress-2017%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fa-review-of-heropress-2017%2F&title=A+Review+Of+HeroPress+in+2017\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A Review Of HeroPress in 2017\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/a-review-of-heropress-2017/&media=https://heropress.com/wp-content/uploads/2018/01/010318-150x150.jpg&description=A Review Of HeroPress in 2017\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A Review Of HeroPress in 2017\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/a-review-of-heropress-2017/\" title=\"A Review Of HeroPress in 2017\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/a-review-of-heropress-2017/\">A Review Of HeroPress in 2017</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jan 2018 17:49:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Dev Blog: The Month in WordPress: December 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/01/the-month-in-wordpress-december-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4742:\"<p>Activity slowed down in December in the WordPress community, particularly in the last two weeks. However, the month started off with a big event and work pushed forward in a number of key areas of the project. Read on to find out more about what transpired in the WordPress community as 2017 came to a close.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordCamp US 2017 Brings the Community Together</h2>\n\n\n\n<p>The latest edition of <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a> took place last month in Nashville on December 1-3. The event brought together over 1,400 WordPress enthusiasts from around the world, fostering a deeper, more engaged global community.</p>\n\n\n\n<p>While attending a WordCamp is always a unique experience, you can catch up on <a href=\"https://wordpress.tv/event/wordcamp-us-2017/\">the sessions on WordPress.tv</a> and look through <a href=\"https://www.facebook.com/pg/WordCampUSA/photos/?tab=albums\">the event photos on Facebook</a> to get a feel for how it all happened. Of course, <a href=\"https://wordpress.tv/2017/12/04/matt-mullenweg-state-of-the-word-2017/\">Matt Mullenweg’s State of the Word</a> talk is always one of the highlights at this event.</p>\n\n\n\n<p>The next WordCamp US will be held in Nashville again in 2018, but if you would like to see it hosted in your city in 2019 and 2020, then <a href=\"https://make.wordpress.org/community/2017/12/19/apply-to-host-wordcamp-us-2019-2020/\">you have until February 2 to apply</a>.</p>\n\n\n\n<h2>WordPress User Survey Data Is Published</h2>\n\n\n\n<p>Over the last few years, tens of thousands of WordPress users all over the world have filled out the annual WordPress user survey. The results of that survey are used to improve the WordPress project, but that data has mostly remained private. This has changed now and <a href=\"https://wordpress.org/news/2017/12/wordpress-user-survey-data-for-2015-2017/\">the results from the last three surveys are now publicly available</a> for everyone to analyze.</p>\n\n\n\n<p>The data will be useful to anyone involved in WordPress since it provides a detailed look at who uses WordPress and what they do with it — information that can help inform product development decisions across the board.</p>\n\n\n\n<h2>New WordPress.org Team for the Tide Project</h2>\n\n\n\n<p>As announced at WordCamp US, <a href=\"https://make.wordpress.org/tide/2017/12/02/new-home/\">the Tide project is being brought under the WordPress.org umbrella</a> to be managed and developed by the community.</p>\n\n\n\n<p>Tide is a series of automated tests run against every plugin and theme in the directory to help WordPress users make informed decisions about the plugins and themes that they choose to install.</p>\n\n\n\n<p>To get involved in developing Tide, jump into the #tide channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/tide/\">the Tide team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li>If you’re following the development of Gutenberg, or if you want a primer on where it’s headed, then <a href=\"https://wordpress.tv/2017/12/10/morten-rand-hendriksen-gutenberg-and-the-wordpress-of-tomorrow/\">Morten Rand-Hendriksen’s talk from WordCamp US</a> is a must watch.</li>\n <li>The annual surveys for WordPress <a href=\"https://wordpressdotorg.polldaddy.com/s/2017-annual-meetup-member-survey\">meetup members</a> and <a href=\"https://wordpressdotorg.polldaddy.com/s/2017-annual-meetup-organizer-survey\">meetup organizers</a> are available for people to fill out — if you’re involved in or attend your local meetup group then be sure to complete those.</li>\n <li>10up has <a href=\"https://distributorplugin.com/\">a brand new plugin in beta</a> that will assist with powerful and flexible content publishing and syndication across WordPress sites.</li>\n <li><a href=\"https://make.wordpress.org/community/2017/12/07/should-we-change-the-default-wordcamp-theme-to-campsite-2017/\">The Community Team is exploring a move</a> to make the recently developed CampSite theme the default theme for all new WordCamp websites. This is the theme that was developed and employed for <a href=\"https://2017.europe.wordcamp.org\">WordCamp Europe 2017</a>.</li>\n <li>The team working on the multisite features of WordPress Core has recently published <a href=\"https://make.wordpress.org/core/2017/12/19/multisite-roadmap-published/\">their planned roadmap for development</a>.</li>\n</ul>\n\n\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>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jan 2018 10:00:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Books in 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47744\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2017/12/books-in-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4679:\"<p>Here's what I ended up reading this year, in roughly chronological finishing order. (I usually have 3-4 books going on at once.)</p>\n\n\n\n<ul>\n <li><a href=\"https://www.amazon.com/dp/B01HSMRWNU/?tag=photomatt08-20\">Tools of Titans</a> by Tim Ferriss.</li>\n <li><a href=\"https://www.amazon.com/dp/B00JSRQSJS/?tag=photomatt08-20\">The Art of Stillness</a> by Pico Ayer.</li>\n <li><a href=\"https://www.amazon.com/dp/B0162WIRKY/?tag=photomatt08-20\">Out of Your Mind</a> by Alan Watts (audiobook, really a series of lectures).</li>\n <li><a href=\"https://www.amazon.com/dp/B007V3FHRU/?tag=photomatt08-20\">Book of Five Rings</a> by Miyamoto Mushashi (audiobook).</li>\n <li><a href=\"https://smile.amazon.com/dp/B01KKNM8UQ/?tag=photomatt08-20\">Do Not Say We Have Nothing</a> by Madeleine Thien.</li>\n <li><a href=\"https://www.amazon.com/dp/B01912QC5Y/?tag=photomatt08-20\">The Best American Short Stories 2016</a> edited by Junot Diaz.</li>\n <li><a href=\"https://www.amazon.com/dp/B00CVNLK3K/?tag=photomatt08-20\">Feynman</a> by Jim Ottaviani.</li>\n <li><a href=\"https://www.amazon.com/dp/8129137704/?tag=photomatt08-20\">My Gita</a> by Devdutt Pattanaik.</li>\n <li><a href=\"https://www.amazon.com/dp/B00DTO6LZ2/?tag=photomatt08-20\">From Plato to Post-modernism: Understanding the Essence of Literature and the Role of the Author</a> by Louis Markos (another lecture series).</li>\n <li><a href=\"https://www.amazon.com/dp/B01LZOV6R3/?tag=photomatt08-20\">The Rules Do Not Apply</a> by Ariel Levy.</li>\n <li><a href=\"https://www.amazon.com/dp/B01BSNQJDY/?tag=photomatt08-20\">The Story of a Brief Marriage</a> by Anuk Arudpragasam.</li>\n <li><a href=\"https://www.amazon.com/dp/B00DPM7TIG/?tag=photomatt08-20\">All the Light We Cannot See</a> by Anthony Doerr.</li>\n <li><a href=\"https://www.amazon.com/dp/B01NAG34EH/?tag=photomatt08-20\">Ikigai: The Japanese Secret to a Long and Happy Life</a> by Héctor García and Francesc Miralles.</li>\n <li><a href=\"https://www.amazon.com/dp/B00V3CE1M2/?tag=photomatt08-20\">When Hitler Took Cocaine and Lenin Lost His Brain: History's Unknown Chapters</a> by Giles Milton.</li>\n <li><a href=\"https://www.amazon.com/dp/184861098X/?tag=photomatt08-20\">Widow Basquiat: A Love Story</a> by Jennifer Clement.</li>\n <li><a href=\"https://www.amazon.com/dp/0812983068/?tag=photomatt08-20\">32 Yolks: From My Mother's Table to Working the Line</a> by Eric Ripert.</li>\n <li><a href=\"https://www.amazon.com/dp/B005LH08M2/?tag=photomatt08-20\">Identify: Basic Principles of Identity Design in the Iconic Trademarks</a> by Chermayeff & Geismar.</li>\n <li><a href=\"https://www.amazon.com/dp/B0024NP55G/?tag=photomatt08-20\">Catching the Big Fish: Meditation, Consciousness, and Creativity</a> by David Lynch (audiobook).</li>\n <li><a href=\"https://www.amazon.com/dp/B01HZFB3X0/?tag=photomatt08-20\">The Upstarts: How Uber, Airbnb, and the Killer Companies of the New Silicon Valley Are Changing the World</a> by Brad Stone.</li>\n <li><a href=\"https://www.amazon.com/dp/B01JKHTNCY/?tag=photomatt08-20\">The Leavers</a> by Lisa Ko.</li>\n <li><a href=\"https://www.amazon.com/dp/B002UZ5K4Y/?tag=photomatt08-20\">Wolf Hall</a> by Hilary Mantel.</li>\n <li><a href=\"https://www.amazon.com/dp/B013PKGT2O/?tag=photomatt08-20\">Girls on Fire</a> by Robin Wasserman.</li>\n <li><a href=\"https://www.amazon.com/dp/0195096444/?tag=photomatt08-20\">The Executive's Compass</a> by James O'Toole.</li>\n <li><a href=\"https://www.amazon.com/dp/B000SEGMAU/?tag=photomatt08-20\">Tuesdays with Morrie</a> by Mitch Albom.</li>\n <li><a href=\"https://www.amazon.com/dp/B06WLGYW83/?tag=photomatt08-20\">Dance of the Possible</a> by Scott Berkun.</li>\n <li><a href=\"https://subterraneanpress.com/magazine/fall_2010/fiction_the_lifecycle_of_software_objects_by_ted_chiang\">The Lifecycle of Software Objects</a> by Ted Chiang (short story).</li>\n <li><a href=\"https://www.amazon.com/dp/B071KJ7PTB/?tag=photomatt08-20\">Tribe of Mentors</a> by Tim Ferriss.</li>\n <li><a href=\"https://www.amazon.com/dp/B06XZSNB3W/?tag=photomatt08-20\">After On: A Novel of Silicon Valley</a> by Rob Reid.</li>\n <li><a href=\"https://www.amazon.com/gp/product/1501124021/?tag=photomatt08-20\">Principles</a> by Ray Dalio.</li>\n <li><a href=\"https://www.amazon.com/dp/B001H44FP4/?tag=photomatt08-20\">The Graveyard Book</a> by Neil Gaiman (audiobook).</li>\n <li><a href=\"https://www.amazon.com/dp/B0073X0GRO/?tag=photomatt08-20\">The Undiscovered Self: With Symbols and the Interpretation of Dreams</a> by C.G. Jung.</li>\n</ul>\n\n\n\n<p>A fairly random selection, and hopefully I can get a few more in next year.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 31 Dec 2017 23:19:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WPWeekly Episode 299 – 2017 Year in Review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=77120&preview=true&preview_id=77120\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wptavern.com/wpweekly-episode-299-2017-year-in-review\";s: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:19514:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I review the WordPress news that made headlines on the Tavern in 2017. Among the stories we talk about more in-depth was Headway Themes, WP-CLI becoming a WordPress.org sanctioned project, and Disqus being acquired. We also talked about the future of comments in WordPress and what circumstances could lead to <a href=\"https://intensedebate.com/\">Intense Debate</a> being relevant again.</p>\n<p>Last but not least, we offered up our thoughts for the New Year. Shout out to <a href=\"https://gist.github.com/kevinwhoffman\">Kevin Hoffman</a> who submitted a five-star review for WP Weekly on <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">iTunes</a>. Thank you to all of the listeners who have and continue to listen to WordPress Weekly.</p>\n<h2>Stories Discussed:</h2>\n<h3>January</h3>\n<p><a href=\"https://wptavern.com/wp-cli-gets-official-wordpress-org-support\">WP-CLI Gets Official WordPress.org Support</a><br />\n<a href=\"https://wptavern.com/wordpress-4-7-1-fixes-eight-security-issues\">WordPress 4.7.1 Fixes Eight Security Issues</a><br />\n<a href=\"https://wptavern.com/automattic-releases-free-plugin-for-exporting-photos-from-lightroom-to-wordpress\">Automattic Releases Free Plugin for Exporting Photos from Lightroom to WordPress</a><br />\n<a href=\"https://wptavern.com/aaron-d-campbell-replaces-nikolay-bachiyski-as-wordpress-security-czar\">Aaron D. Campbell Replaces Nikolay Bachiyski as WordPress’ Security Czar</a><br />\n<a href=\"https://wptavern.com/postmatic-basic-rebrands-as-replyable-moves-two-way-email-commenting-to-saas-product\">Postmatic Basic Rebrands as Replyable, Moves Two-Way Email Commenting to SaaS Product</a><br />\n<a href=\"https://wptavern.com/jetpack-4-5-expands-monetization-with-wordads-integration\">Jetpack 4.5 Expands Monetization with WordAds Integration</a><br />\n<a href=\"https://wptavern.com/obama-foundation-launches-new-website-powered-by-wordpress\">Obama Foundation Launches New Website Powered by WordPress</a><br />\n<a href=\"https://wptavern.com/wix-removes-gpl-licensed-wordpress-code-from-mobile-app-forks-original-mit-library\">Wix Removes GPL-Licensed WordPress Code from Mobile App, Forks Original MIT Library</a></p>\n<h3>February</h3>\n<p><a href=\"https://wptavern.com/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites\">10up Unveils ElasticPress.io: Elasticsearch as a Service for WordPress Sites</a><br />\n<a href=\"https://wptavern.com/matt-mullenweg-responds-to-security-rant-digital-signatures-for-wordpress-updates-are-important-but-not-a-priority\">Matt Mullenweg Responds to Security Rant: Digital Signatures for WordPress Updates Are Important but Not a Priority</a><br />\n<a href=\"https://wptavern.com/buddypress-2-8-boosts-minimum-php-requirement-adds-twenty-seventeen-companion-stylesheet\">BuddyPress 2.8 Boosts Minimum PHP Requirement, Adds Twenty Seventeen Companion Stylesheet</a><br />\n<a href=\"https://wptavern.com/wordpress-core-editor-team-publishes-ui-prototype-for-gutenberg-an-experimental-block-based-editor\">WordPress Core Editor Team Publishes UI Prototype for “Gutenberg,” an Experimental Block Based Editor</a><br />\n<a href=\"https://wptavern.com/zerif-lite-returns-to-wordpress-org-after-5-month-suspension-and-63-decline-in-revenue\">Zerif Lite Returns to WordPress.org after 5-Month Suspension and 63% Decline in Revenue</a><br />\n<a href=\"https://wptavern.com/cloudflare-memory-leak-exposes-private-data\">Cloudflare Memory Leak Exposes Private Data</a><br />\n<a href=\"https://wptavern.com/freemius-launches-insights-for-wordpress-themes\">Freemius Launches Insights for WordPress Themes</a><br />\n<a href=\"https://wptavern.com/hackerone-launches-free-community-edition-for-non-commercial-open-source-projects\">HackerOne Launches Free Community Edition for Non-Commercial Open Source Projects</a></p>\n<h3>March</h3>\n<p><a href=\"https://wptavern.com/web-annotations-are-now-a-w3c-standard-paving-the-way-for-decentralized-annotation-infrastructure\">Web Annotations are Now a W3C Standard, Paving the Way for Decentralized Annotation Infrastructure</a><br />\n<a href=\"https://wptavern.com/wordpress-4-7-3-patches-six-security-vulnerabilities-immediate-update-advised\">WordPress 4.7.3 Patches Six Security Vulnerabilities, Immediate Update Advised</a><br />\n<a href=\"https://wptavern.com/wefoster-launches-hosting-platform-catered-to-online-communities\">WeFoster Launches Hosting Platform Catered to Online Communities</a><br />\n<a href=\"https://wptavern.com/jetpack-introduces-theme-installation-from-wordpress-com-sparks-controversy-with-alternative-marketplace-for-free-themes\">Jetpack Introduces Theme Installation from WordPress.com, Sparks Controversy with Alternative Marketplace for Free Themes</a><br />\n<a href=\"https://wptavern.com/pressshack-forks-edit-flow-to-create-publishpress-aims-to-improve-multi-user-editorial-workflow-in-wordpress\">PressShack Forks Edit Flow to Create PublishPress, Aims to Improve Multi-User Editorial Workflow in WordPress</a><br />\n<a href=\"https://wptavern.com/yoast-seo-4-5-urges-users-to-upgrade-to-php-7\">Yoast SEO 4.5 Urges Users to Upgrade to PHP 7</a><br />\n<a href=\"https://wptavern.com/foxhound-is-the-first-rest-api-powered-theme-on-wordpress-org\">Foxhound Is the First REST API Powered Theme on WordPress.org</a><br />\n<a href=\"https://wptavern.com/godaddy-acquires-sucuri\">GoDaddy Acquires Sucuri</a><br />\n<a href=\"https://wptavern.com/wordpress-relaunches-plugin-directory-with-new-design-and-improved-search-algorithm\">WordPress Relaunches Plugin Directory with New Design and Improved Search Algorithm</a><br />\n<a href=\"https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs\">Poopy.life Lets You Create Free, Unlimited WordPress Test Installs</a><br />\n<a href=\"https://wptavern.com/wordpress-community-support-shuts-down-wordcamp-netherlands-in-favor-of-city-based-wordcamps\">WordPress Community Support Shuts Down WordCamp Netherlands in Favor of City-Based WordCamps</a></p>\n<h3>April</h3>\n<p><a href=\"https://wptavern.com/woocommerce-3-0-brings-major-improvements-to-product-gallery-introduces-crud-classes-and-a-new-cli\">WooCommerce 3.0 Brings Major Improvements to Product Gallery, Introduces CRUD Classes and a New CLI</a><br />\n<a href=\"https://wptavern.com/jetpack-4-8-introduces-settings-redesign-adds-global-wordpress-com-toolbar\">Jetpack 4.8 Introduces Settings Redesign, Adds Global WordPress.com Toolbar</a><br />\n<a href=\"https://wptavern.com/yoast-seos-php-upgrade-nag-is-producing-a-significant-increase-in-sites-upgrading-to-php-7\">Yoast SEO’s PHP Upgrade Nag is Producing a Significant Increase in Sites Upgrading to PHP 7</a><br />\n<a href=\"https://wptavern.com/buddypress-2016-survey-results-show-54-of-respondents-are-on-php-7-0\">BuddyPress 2016 Survey Results Show 54% of Respondents are on PHP 7.0+</a><br />\n<a href=\"https://wptavern.com/wordpress-4-7-4-fixes-visual-editor-incompatibility-with-upcoming-version-of-chrome\">WordPress 4.7.4 Fixes 47 Issues</a><br />\n<a href=\"https://wptavern.com/headway-themes-appears-to-be-dying-a-slow-death\">Headway Themes Appears to be Dying a Slow Death</a><br />\n<a href=\"https://wptavern.com/shopify-discontinues-its-official-plugin-for-wordpress\">Shopify Discontinues Its Official Plugin for WordPress</a></p>\n<h3>May</h3>\n<p><a href=\"https://wptavern.com/10up-releases-wp-docker-an-open-source-docker-configuration-for-local-wordpress-development\">10up Releases WP Docker, an Open Source Docker Configuration for Local WordPress Development</a><br />\n<a href=\"https://wptavern.com/jetpack-4-9-introduces-eu-cookie-law-banner-widget\">Jetpack 4.9 Introduces EU Cookie Law Banner Widget</a><br />\n<a href=\"https://wptavern.com/weglot-multilingual-plugin-closes-450k-in-seed-funding\">Weglot Multilingual Plugin Closes €450K in Seed Funding</a><br />\n<a href=\"https://wptavern.com/wordpress-is-now-on-hackerone-launches-bug-bounties\">WordPress Is Now on HackerOne, Launches Bug Bounties</a><br />\n<a href=\"https://wptavern.com/hookr-plugin-rebrands-as-wp-inspect-project-to-shift-to-a-module-based-architecture\">Hookr Plugin Rebrands as WP Inspect, Project to Shift to a Module-Based Architecture</a><br />\n<a href=\"https://wptavern.com/wordpress-4-7-5-patches-six-security-issues-immediate-update-recommended\">WordPress 4.7.5 Patches Six Security Issues, Immediate Update Recommended</a><br />\n<a href=\"https://wptavern.com/storefront-2-2-0-released-includes-design-refresh-and-major-improvements-to-new-user-experience\">Storefront 2.2.0 Released, Includes Design Refresh and Major Improvements to New User Experience</a><br />\n<a href=\"https://wptavern.com/rainmaker-digital-to-partner-with-nimble-worldwide\">Rainmaker Digital to Partner with Nimble Worldwide</a><br />\n<a href=\"https://wptavern.com/wordpress-removes-hhvm-from-testing-infrastructure\">WordPress Removes HHVM from Testing Infrastructure</a><br />\n<a href=\"https://wptavern.com/wp-cli-1-2-0-released-project-unveils-new-logo\">WP-CLI 1.2.0 Released, Project Unveils New Logo</a></p>\n<h3>June</h3>\n<p><a href=\"https://wptavern.com/wpforms-acquires-wp-mail-smtp-plugin\">WPForms Acquires WP Mail SMTP Plugin</a><br />\n<a href=\"https://wptavern.com/versionpress-launches-versionpress-com-to-fund-open-source-project\">VersionPress Launches VersionPress.com to Fund Open Source Project</a><br />\n<a href=\"https://wptavern.com/wordpress-4-8-evans-released-featuring-nearby-wordpress-events-new-media-widgets-and-link-boundaries\">WordPress 4.8 “Evans” Released Featuring Nearby WordPress Events, New Media Widgets, and Link Boundaries</a><br />\n<a href=\"https://wptavern.com/imagely-acquires-teslathemes-is-seeking-other-acquisition-opportunities\">Imagely Acquires TeslaThemes, Is Seeking Other Acquisition Opportunities</a><br />\n<a href=\"https://wptavern.com/9seeds-acquires-web-savvy-marketings-genesis-theme-store\">9seeds Acquires Web Savvy Marketing’s Genesis Theme Store</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2017-draws-1900-attendees-from-79-countries\">WordCamp Europe 2017 Draws 1900 Attendees from 79 Countries</a><br />\n<a href=\"https://wptavern.com/woocommerce-drops-50-renewal-discount-on-subscriptions\">WooCommerce Drops 50% Renewal Discount on Subscriptions</a><br />\n<a href=\"https://wptavern.com/wpshout-updates-and-acquires-wphierarchy-com\">WPShout Updates and Acquires WPHierarchy.com</a><br />\n<a href=\"https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\">WordPress’ New Gutenberg Editor Now Available as a Plugin for Testing</a><br />\n<a href=\"https://wptavern.com/automattic-to-renew-efforts-on-underscores-retire-components-starter-theme-generator\">Automattic to Renew Efforts on Underscores, Retire Components Starter-Theme Generator</a><br />\n<a href=\"https://wptavern.com/woocommerce-3-1-adds-new-csv-product-importerexporter-improves-extension-management\">WooCommerce 3.1 Adds New CSV Product Importer/Exporter, Improves Extension Management</a><br />\n<a href=\"https://wptavern.com/clef-is-shutting-down-june-6th\">Clef Shuts Down</a></p>\n<h3>July</h3>\n<p><a href=\"https://wptavern.com/jesse-petersen-founder-of-genesis-the-me-passes-away\">Jesse Petersen, Founder of Genesis The.me Passes Away</a><br />\n<a href=\"https://wptavern.com/wangguard-plugin-author-shuts-down-splog-hunting-service-due-to-trauma-and-death-threats\">WangGuard Plugin Author Shuts Down Splog Hunting Service Due to Trauma and Death Threats</a><br />\n<a href=\"https://wptavern.com/lets-encrypt-passes-100-million-certificates-issued-will-offer-wildcard-certificates-in-january-2018\">Let’s Encrypt Passes 100 Million Certificates Issued, Will Offer Wildcard Certificates in January 2018</a><br />\n<a href=\"https://wptavern.com/10up-acquires-lift-ux\">10up Acquires Lift UX</a><br />\n<a href=\"https://wptavern.com/aj-morris-acquires-ithemes-exchange\">AJ Morris Acquires iThemes Exchange</a><br />\n<a href=\"https://wptavern.com/react-users-petition-facebook-to-re-license-react-js-after-apache-software-foundation-bans-bsdpatents-license-in-dependencies\">React Users Petition Facebook to Re-license React.js after Apache Software Foundation Bans BSD+Patents License in Dependencies</a><br />\n<a href=\"https://wptavern.com/sitelock-acquires-patchmans-malware-and-vulnerability-detection-technology-expands-wordpress-customer-base-to-4-million\">SiteLock Acquires Patchman’s Malware and Vulnerability Detection Technology, Expands WordPress Customer Base to 4 Million</a><br />\n<a href=\"https://wptavern.com/adobe-to-discontinue-flash-support-and-updates-in-2020\">Adobe to Discontinue Flash Support and Updates in 2020</a><br />\n<a href=\"https://wptavern.com/blog-passes-100000-registrations-66-5-of-purchased-domains-are-in-use\">.blog Passes 100,000 Registrations, 66.5% of Purchased Domains are in Use</a></p>\n<h3>August</h3>\n<p><a href=\"https://wptavern.com/jetpack-5-2-brings-major-improvements-to-the-contact-form-module\">Jetpack 5.2 Brings Major Improvements to the Contact Form Module</a><br />\n<a href=\"https://wptavern.com/wordpress-polyglots-team-fuels-international-community-growth-with-3rd-global-translation-day\">WordPress Polyglots Team Fuels International Community Growth with 3rd Global Translation Day</a><br />\n<a href=\"https://wptavern.com/wordpress-4-8-1-released-adds-custom-html-widget\">WordPress 4.8.1 Released, Adds Custom HTML Widget</a><br />\n<a href=\"https://wptavern.com/trademark-trial-and-appeal-board-dismisses-automattics-trademark-dispute-against-chris-pearson\">Trademark Trial and Appeal Board Dismisses Automattic’s Trademark Dispute Against Chris Pearson</a><br />\n<a href=\"https://wptavern.com/wordpress-coms-business-plan-gives-subscribers-a-way-to-tap-into-wordpress-orgs-third-party-ecosystem\">WordPress.com’s Business Plan Gives Subscribers a Way to Tap into WordPress.org’s Third-party Ecosystem</a><br />\n<a href=\"https://wptavern.com/maekit-acquires-wp-remote-plans-to-add-cloud-based-backup-services\">maekit Acquires WP Remote, Plans to Add Cloud-Based Backup Services</a><br />\n<a href=\"https://wptavern.com/wordpress-org-now-allows-plugin-authors-to-specify-a-minimum-php-version-requirement\">WordPress.org Now Allows Plugin Authors to Specify a Minimum PHP Version Requirement</a><br />\n<a href=\"https://wptavern.com/gutenberg-1-0-0-introduces-drag-and-drop-for-adding-image-blocks\">Gutenberg 1.0.0 Introduces Drag and Drop for Adding Image Blocks</a></p>\n<h3>September</h3>\n<p><a href=\"https://wptavern.com/jetpack-5-3-adds-php-7-1-compatibility-better-control-for-wordads-placement\">Jetpack 5.3 Adds PHP 7.1 Compatibility, Better Control for WordAds Placement</a><br />\n<a href=\"https://wptavern.com/wordpress-org-adds-new-support-rep-role-for-plugin-pages\">WordPress.org Adds New Support Rep Role for Plugin Pages</a><br />\n<a href=\"https://wptavern.com/wordpress-abandons-react-due-to-patents-clause-gutenberg-to-be-rewritten-with-a-different-library\">WordPress Abandons React due to Patents Clause, Gutenberg to be Rewritten with a Different Library</a><br />\n<a href=\"https://wptavern.com/wordpress-4-8-2-patches-eight-security-vulnerabilities\">WordPress 4.8.2 Patches Eight Security Vulnerabilities</a><br />\n<a href=\"https://wptavern.com/apply-filters-podcast-to-be-retired-after-83-episodes\">Apply Filters Podcast to be Retired after 83 Episodes</a><br />\n<a href=\"https://wptavern.com/wordpress-com-adds-google-photos-integration-available-now-for-jetpack-enabled-sites\">WordPress.com Adds Google Photos Integration, Available Now for Jetpack-Enabled Sites</a></p>\n<h3>October</h3>\n<p><a href=\"https://wptavern.com/poopy-life-launches-pro-version-at-wpsandbox-io-aimed-at-theme-and-plugin-developers\">Poopy.life Launches Pro Version at WPsandbox.io Aimed at Theme and Plugin Developers</a><br />\n<a href=\"https://wptavern.com/disqus-data-breach-affects-17-5-million-accounts\">Disqus Data Breach Affects 17.5 Million Accounts</a><br />\n<a href=\"https://wptavern.com/gitlab-raises-20-million-series-c-round-adds-matt-mullenweg-to-board-of-directors\">GitLab Raises $20 Million Series C Round, Adds Matt Mullenweg to Board of Directors</a><br />\n<a href=\"https://wptavern.com/woocommerce-3-2-adds-ability-to-apply-coupons-in-the-admin-introduces-pre-update-version-checks-for-extensions\">WooCommerce 3.2 Adds Ability to Apply Coupons in the Admin, Introduces Pre-Update Version Checks for Extensions</a><br />\n<a href=\"https://wptavern.com/postman-smtp-plugin-forked-after-removal-from-wordpress-org-for-security-issues\">Postman SMTP Plugin Forked after Removal from WordPress.org for Security Issues</a><br />\n<a href=\"https://wptavern.com/woocommerce-retires-canvas-theme-recommends-customers-migrate-to-storefront-theme\">WooCommerce Retires Canvas Theme, Recommends Customers Migrate to Storefront Theme</a><br />\n<a href=\"https://wptavern.com/goodnight-firebug\">Firebug is Retired</a></p>\n<h3>November</h3>\n<p><a href=\"https://wptavern.com/wordpress-4-8-3-a-security-release-six-weeks-in-the-making\">WordPress 4.8.3, A Security Release Six Weeks in the Making</a><br />\n<a href=\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\">Press This Removed from WordPress 4.9 in Favor of a Plugin</a><br />\n<a href=\"https://wptavern.com/bianca-welds-awarded-kim-parsell-travel-scholarship\">Bianca Welds Awarded Kim Parsell Travel Scholarship</a><br />\n<a href=\"https://wptavern.com/jetpack-5-5-removes-syntax-highlighting-and-gallery-widget-for-compatibility-with-upcoming-wordpress-4-9-release\">Jetpack 5.5 Removes Syntax Highlighting and Gallery Widget for Compatibility</a><br />\n<a href=\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-widget\">WordPress 4.9 Released with Major Improvements to Customizer Workflow, Updated Code Editors, and New Core Gallery Widget</a><br />\n<a href=\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\">Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition</a><br />\n<a href=\"https://wptavern.com/wordpress-4-9-1-released-fixes-page-template-bug\">WordPress 4.9.1 Released, Fixes Page Template Bug</a><br />\n<a href=\"https://wptavern.com/wpweekly-episode-296-gutenberg-telemetry-calypso-and-more-with-matt-mullenweg\">WPWeekly Episode 296 – Gutenberg, Telemetry, Calypso, and More With Matt Mullenweg</a></p>\n<h3>December</h3>\n<p><a href=\"https://wptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\">Storify to Close May 16, 2018, WordPress Plugin Discontinued</a><br />\n<a href=\"https://wptavern.com/jetpack-5-6-1-increases-security-of-the-contact-form-module\">Jetpack 5.6.1 Increases Security of the Contact Form Module</a><br />\n<a href=\"https://wptavern.com/wp-site-care-acquires-wp-radius\">WP Site Care Acquires WP Radius<b></b></a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 3rd at 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #299:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Dec 2017 02:08:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"HeroPress: My Journey from being a Dyslexic kid to becoming A Co-organiser For WordCamp Mumbai\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:190:\"https://heropress.com/essays/journey-dyslexic-kid-becoming-co-organiser-wordcamp-mumbai/#utm_source=rss&utm_medium=rss&utm_campaign=journey-dyslexic-kid-becoming-co-organiser-wordcamp-mumbai\";s: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:16513:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/122717-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: My WordPress journey over the last two years has been excellent, filled with beautiful surprises.\" /><p>In my early childhood, my parents were told that I had <a href=\"https://en.wikipedia.org/wiki/Dyslexia\">dyslexia</a> and <a href=\"https://en.wikipedia.org/wiki/Dyscalculia\">dyscalculia</a>. They were told that with this drawback, I would never achieve anything constructive in my life. My parents were a little shocked as they had no clue what was dyslexia and dyscalculia and how to handle the situation. They never gave up on me and believe that I could reach great success in life. They found a tutor for me who was able to train me to do better and gave me the same treatment as other students.</p>\n<p>As a student suffering from dyslexia and dyscalculia, I had an option to skip Maths and opt for an additional subject in in 8th grade. Computer as an additional subject was introduced to me. It was the first time I was introduced to the world of internet. I started researching what internet has to offer and how it works. Those days email and website were all new and fascinating. My father bought our first desktop so I can do my research at home.</p>\n<blockquote><p>My father wanted to turn my love for the computer into something more constructive to help me in my future.</p></blockquote>\n<p>After 12th standard, my father enrolled me in a short computer course from NIIT to develop new skills and polish my old skills. Once the course was over, my teacher was so impressed with my performance that she advised my father to enroll me in a 3 years Software Development course. This course was carried out in parallel with my regular college. I would become both a graduate and a software developer at the same time. My father happily enrolled me.</p>\n<p>(PS: I was a bit disappointed as I had to juggle 2 courses together during my college days. I thought it would be very difficult to concentrate on both things. BUT to be honest today when I look back, I feel that I enjoyed doing both college and NIIT together.)</p>\n<p>During the 3 year period, I learned different languages like C Sharp, C, C++, Java, and dotNet.</p>\n<p>After I completed my graduation and NIIT course, I was confused which field to select and apply for a job. There was a rule in NIIT, I had to complete 1 year of internship after my course. If due to any circumstance I could not complete, I would not get the certificate. My parents had spent a lot of money on my course and I didn’t want their hard earned money to go down the drain so I started going for different interviews in the IT field. My father had advised me that if after one year I was not happy with my IT job, I can quit and pursue Banking career.</p>\n<blockquote><p>In 2009 on my birthday to my surprise and good fortune, I passed an interview and joined a company. On the first day, I was introduced to WordPress.</p></blockquote>\n<p>I got an assignment to change the look and feel of WordPress dashboard. This assignment had to be completed within the next 6 hours. I had no clue what WordPress was. I was looking at the whiteboard in front of me and thinking this assignment is not possible to complete within 6 hours. I thought my boss was joking (Bosses generally joke with interns).</p>\n<p>Guess who came to the rescue. GOOGLE. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>I started researching about WordPress on how it works and how to use it. After 2 hours, when I was comfortable using WordPress, I started searching how to change look and feel of WordPress Admin Dashboard. Thankfully, I found a plugin which can change the look and feel of the WordPress Dashboard. I learned how to install and work with it. After trying different combinations of color and style, I finally completed the assignment with 2 hours to spare. My boss was happy.</p>\n<p>Unfortunately after 4 days of working with WordPress, I was shifted to another CMS. I started working with the other CMS for so long that I completely forgot about WordPress. I worked with that particular CMS for 5 years.</p>\n<h3>Coming Back To WordPress</h3>\n<p>After 5 years, my office got an international project in WordPress. My boss told me to lead the project. I was hesitant since I had lost touch with WordPress. But I decided this is a great opportunity to become a team leader and lead from front. I decided to update my WordPress skills. Google GOD came to my rescue again. I updated my skills and also taught my junior team members all about WordPress. My juniors team members who never knew anything about WordPress, started to love and use WordPress frequently after my training. My team completed the project in 2 weeks. This project got me back in WordPress for good.</p>\n<p>As a team leader, one needs to help juniors to solve issues and guide them wherever necessary. I never always had the answer to their problems. I did not have any friends from the WordPress world who I can just talk to and discuss things. All my friends were either in dotNet OR commerce fields. For this reason, I was in look out for some kind group which would help me expand my scope of knowledge in WordPress.</p>\n<h3>Finding the Community</h3>\n<p>In 2015, when I was browsing Facebook, I came across an ad about WordCamp Mumbai. I missed out on the event by 2 days. Somehow I found the meetup website and joined the WordPress Mumbai meetup group.</p>\n<p>At the beginning, I didn’t have time and there wasn’t any topic that interested or motivated me to attend the meetup. It was either clashing with shopping or work or outing with friends or something or the other. Finally, after months I found one interesting topic, and in the comments section, they had mentioned that it will be a beginner level workshop. Finally I decided attend the meetup at any cost. I rescheduled all my plans so I could attend the meetup.</p>\n<p>I remember I was on my way to the meetup and was talking to my best friend on phone. I was a bit nervous as I didn’t know anyone there. I could not find the place for the meetup. I told my friend that I am taking a U-turn and going home. BUT to my disadvantage, I finally found the venue and I decided to attend the meetup. In the first 15 mins of the meetup I realized that it’s not a beginners topics. Once the meetup ended, I got up from my seat and left immediately. I was unhappy with the way it was presented.</p>\n<blockquote><p>After a few months, another great topic was announced in the meetup group. My heart told me to take a chance again.</p></blockquote>\n<p>Thankfully this time I knew the venue (same as last time). I attend the meetup and was happy with the way it was presented and learnt a few important tips. After the meetup was over the speaker took time and spoke to individual attendees. When he come to me, I took the opportunity and asked a couple of issues I had with one of my project. He sweetly gave me tips how to deal with my issues.</p>\n<p>The next day to my surprise I receive a message from the team leader Alexander Gounder. He asked me if I want to speak at a meetup. I politely declined the offer as I was not confident. After this, for a couple of the next meetup, I attended and got to know a few people. During that period, there were talks about WordCamp Mumbai 2016.</p>\n<h3>Taking Part In WordCamp</h3>\n<p>I showed an interest to be a part of the team who handles WordCamp Mumbai. I thought WordCamp was a conference where 100 or more people attend it. On the first day of WordCamp Mumbai, I was surprised to see so many WordCamp enthusiastic attending and enjoying this event.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/wcmumbai16-group_photo.jpg\"><img class=\"wp-image-2374 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/wcmumbai16-group_photo.jpg\" alt=\"WordCamp Mumbai 2016\" width=\"1000\" height=\"358\" /></a>WordCamp Mumbai 2016\n<p> </p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/wcmumbai16-localhost-min.jpg\"><img class=\"wp-image-2382 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/wcmumbai16-localhost-min.jpg\" alt=\"\" width=\"1000\" height=\"664\" /></a>WordCamp Mumbai 2016\n<p>After seeing a successful WordCamp 2016, I try to attend as many meetups as possible.</p>\n<p>I started with an entry-level role with basic responsibilities in my first WordCamp 2016. Gradually I started taking an active part in volunteering taking over more responsibilities. In WordCamp 2017 I handled speaker profiles and social media promotions. In WordCamp 2018, I am getting to know more about what all an organiser needs to do from planning to execution, to make the event the WordCamp an successful event.</p>\n<p><b>WordCamp Mumbai 2017</b></p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/wcmumbai2017-1.jpg\"><img class=\"size-full wp-image-2375\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/wcmumbai2017-1.jpg\" alt=\"WordCamp Mumbai 2017\" width=\"668\" height=\"337\" /></a>WordCamp Mumbai 2017\n<p>After spending 3 years with WordPress Mumbai Community, I am glad to be part of this amazing team. My WordPress journey over the last two years has been excellent, filled with beautiful surprises.</p>\n<p>I have been interviewed twice. Never in my wildest dreams did I ever thought that someone would interview me. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> My first ever interview was with <a href=\"https://www.wpwatercooler.com/video/community-connections-wordpress-at-home-in-india-w-meher-bala/\">Bridget and Jen for Community Connections by WPwatercooler</a>. Second was with <a href=\"https://courses.wpshout.com/\">David Hayes for WPShout on WordPress Security</a>.</p>\n<p>Some highlights events are as below:</p>\n<ol>\n<li>Introduced to Rosie pins – Wapuu for Women Who WordPress.</li>\n<li>Travelled to different cities across India, just to attended wordcamps.</li>\n<li>Made many new friends locally and international.</li>\n<li>Conducted a meetup on “Contributing to WordPress”.</li>\n<li>Conducted a panel discussion at WC Nashik 2017.</li>\n<li>Running a FB group especially for Indian WordPress Women Community.</li>\n<li>Writing an article for HeroPress.</li>\n<li>Contributing my part in the Marketing Team WordPress .</li>\n</ol>\n<table border=\"0\">\n<tbody>\n<tr>\n<td>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/speaker-badge.jpg\"><img class=\"wp-image-2376\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/speaker-badge-215x300.jpg\" alt=\"Speaker Badge - WC Nashik 2017\" width=\"300\" height=\"418\" /></a>Speaker Badge – WC Nashik 2017</td>\n<td>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/panel-discussion-selfie.jpg\"><img class=\"wp-image-2377\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/panel-discussion-selfie-300x225.jpg\" alt=\"Panel Group Selfie - WC Nashik 2017\" width=\"400\" height=\"300\" /></a>Panel Group Selfie – WC Nashik 2017</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/wp-profile.png\"><img class=\"size-medium wp-image-2378\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/wp-profile-300x132.png\" alt=\"Different Badges - WordPress Profile\" width=\"300\" height=\"132\" /></a>Different Badges – WordPress Profile</td>\n<td>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/presentation-my-talk.jpg\"><img class=\"wp-image-2379\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/12/presentation-my-talk-300x153.jpg\" alt=\"Conducted my first meetup - WordPress Mumbai\" width=\"400\" height=\"204\" /></a>Conducted my first meetup – WordPress Mumbai</td>\n</tr>\n</tbody>\n</table>\n<p><b>My wish list for 2018:</b></p>\n<ol>\n<li>Apply as a speaker in at least one the WordCamp.</li>\n<li>Attend and volunteer at an International WordCamp.</li>\n<li>Attend and volunteer at WordCamp US 2018.</li>\n<li>Meeting Matt Mullenweg hopefully (Fingers crossed!).</li>\n<li>Meeting all my lovely international virtual friends at one of the WordCamps.</li>\n</ol>\n<p>One of my biggest dreams would be to lead WordCamp Mumbai as a lead organiser.</p>\n<blockquote><p>My advice to all who earn their livelihood from WordPress is to try and give back to the WordPress community in any way possible.</p></blockquote>\n<p>I am sure you will either learn something new <b>or</b> teach something new to someone else <b>or</b> just make new friendships.</p>\n<p>At the end of the article, I take the opportunity to thank my grantparents, parents and my sister for always standing by me and believing me. I thank my teacher Ms. Amita, my boss Mr. Ivan Bayross, my WordPress friends, and my virtual international friends for always guiding and motivating me to stay focussed and to keep learning new things in life.</p>\n<p>A big thank you to Topher for giving me an opportunity to write about my life journey.</p>\n<p>Being dyslexic I still make mistakes and I know that I’m not perfect. But I know for sure there is no harm in making mistakes. You need to learn from them and grow your skills. Don’t let your disabilities get in the way of your success. If you are reading this article and can connect with my story, do let me know in the comment section. I would love to hear from you.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: My Journey from being a Dyslexic kid to becoming A Co-organiser For WordCamp Mumbai\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=My%20Journey%20from%20being%20a%20Dyslexic%20kid%20to%20becoming%20A%20Co-organiser%20For%20WordCamp%20Mumbai&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-dyslexic-kid-becoming-co-organiser-wordcamp-mumbai%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: My Journey from being a Dyslexic kid to becoming A Co-organiser For WordCamp Mumbai\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-dyslexic-kid-becoming-co-organiser-wordcamp-mumbai%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-dyslexic-kid-becoming-co-organiser-wordcamp-mumbai%2F&title=My+Journey+from+being+a+Dyslexic+kid+to+becoming+A+Co-organiser+For+WordCamp+Mumbai\" rel=\"nofollow\" target=\"_blank\" title=\"Share: My Journey from being a Dyslexic kid to becoming A Co-organiser For WordCamp Mumbai\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/journey-dyslexic-kid-becoming-co-organiser-wordcamp-mumbai/&media=https://heropress.com/wp-content/uploads/2018/12/122717-150x150.jpg&description=My Journey from being a Dyslexic kid to becoming A Co-organiser For WordCamp Mumbai\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: My Journey from being a Dyslexic kid to becoming A Co-organiser For WordCamp Mumbai\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/journey-dyslexic-kid-becoming-co-organiser-wordcamp-mumbai/\" title=\"My Journey from being a Dyslexic kid to becoming A Co-organiser For WordCamp Mumbai\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/journey-dyslexic-kid-becoming-co-organiser-wordcamp-mumbai/\">My Journey from being a Dyslexic kid to becoming A Co-organiser For WordCamp Mumbai</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Dec 2017 02:23:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Meher Bala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: NORAD’s Santa Tracker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2017/12/norads-santa-tracker/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2017/12/norads-santa-tracker/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:432:\"<p>Politico has <a href=\"https://www.politico.com/amp/story/2017/12/24/norads-crazy-santa-cause-260254\">a lovely story on the history and present of the NORAD Santa Tracker</a>, which started because a 1955 Sears department store ad had “a digit wrong — and was instead the direct line into the secret military nerve center in Colorado Springs, Colo., where the Pentagon was on the lookout to prevent nuclear war.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Dec 2017 14:25:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Dev Blog: WordPress User Survey Data for 2015-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5310\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2017/12/wordpress-user-survey-data-for-2015-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:61756:\"<p>For many years, we’ve invited folks to tell us how they use WordPress by filling out an annual survey. In the past, interesting results from this survey have been shared in the annual <a href=\"https://ma.tt/2017/12/state-of-the-word-2017/\">State of the Word</a> address. This year, for the first time, the results of the 2017 survey are being published on WordPress News, along with the results of the 2015 and 2016 survey.</p>\n<p>So that information from the survey doesn’t reveal anything that respondents might consider private, we do not publish a full export of the raw data. We’d love to make this information as accessible as possible, though, so if you have a suggestion for an OS project or tool we can put the data into that allows people to play with it that still protects individual response privacy, please leave a comment on this post!</p>\n<h4>Major Groups</h4>\n<p>This survey features multiple groups, dividing respondents at the first question:</p>\n<blockquote><p>Which of the following best describes how you use WordPress? (<em>Mandatory</em>)</p></blockquote>\n<p>Those who selected “I’m a designer or developer, or I work for a company that designs/develops websites; I use WordPress to build websites and/or blogs for others. (This might include theme development, writing plugins, or other custom work.)” were served questions from what we’ll call the “WordPress Professionals” group.</p>\n<p>This “WordPress Professionals” group is further divided into WordPress Company and WordPress Freelancer/Hobbyist groups, based on how the respondent answered the question, “Which of the following best describes your involvement with WordPress? (2015) / Do you work for a company, or on your own? (2016-17).”</p>\n<p>Those who selected “I own, run, or contribute to a blog or website that is built with WordPress.” were served questions in what we’re calling the “WordPress Users” group.</p>\n<p>The relevant survey group is noted in each table below. In the case of questions that were served to different groups in 2015 but then served to all respondents in 2016 and 2017, the group responses from 2015 have been consolidated into one set of data for easier comparison between years.</p>\n<h4>Survey results</h4>\n<p><a href=\"https://wordpress.org/news/feed/#pro\">Jump to answers from WordPress Professionals</a></p>\n<p><a href=\"https://wordpress.org/news/feed/#user\">Jump to answers from WordPress Users</a></p>\n<p><a href=\"https://wordpress.org/news/feed/#all\">Jump to answers from All Respondents</a></p>\n<p><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></p>\n<h3>Which of the following best describes how you use WordPress? (Mandatory)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td>Number of responses (since this question was mandatory, the number of responses here is the total number for the survey)</td>\n<td>45,995</td>\n<td></td>\n<td>15,585</td>\n<td></td>\n<td>16,029</td>\n<td></td>\n</tr>\n<tr>\n<td>I’m a designer or developer, or I work for a company that designs/develops websites; I use WordPress to build websites and/or blogs for others. (This might include theme development, writing plugins, other custom work.)</td>\n<td>26,662</td>\n<td>58%</td>\n<td>8,838</td>\n<td>57%</td>\n<td>9,099</td>\n<td>57%</td>\n</tr>\n<tr>\n<td>I own, run, or contribute to a blog or website that is built with WordPress.</td>\n<td>16,130</td>\n<td>35%</td>\n<td>5,293</td>\n<td>34%</td>\n<td>5,625</td>\n<td>35%</td>\n</tr>\n<tr>\n<td>Neither of the above.</td>\n<td>3,204</td>\n<td>7%</td>\n<td>1,460</td>\n<td>9%</td>\n<td>1,306</td>\n<td>8%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"pro\">WordPress Professionals</h2>\n<h3><strong>Which of the following best describes your involvement with WordPress? (Mandatory, 2015) / Do you work for a company, or on your own? (Mandatory, 2016-17)</strong></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>26,699</td>\n<td></td>\n<td>8,838</td>\n<td></td>\n<td>9,101</td>\n<td></td>\n</tr>\n<tr>\n<td>My primary job is working for a company or organization that uses WordPress.</td>\n<td>9,505</td>\n<td>36%</td>\n<td>3,529</td>\n<td>40%</td>\n<td>3,660</td>\n<td>40%</td>\n</tr>\n<tr>\n<td>My primary job is as a self-employed designer or developer that uses WordPress.</td>\n<td>9,310</td>\n<td>35%</td>\n<td>3,188</td>\n<td>36%</td>\n<td>3,440</td>\n<td>38%</td>\n</tr>\n<tr>\n<td>I earn money from part-time or occasional freelance work involving WordPress.</td>\n<td>5,954</td>\n<td>22%</td>\n<td>1,633</td>\n<td>18%</td>\n<td>1,590</td>\n<td>17%</td>\n</tr>\n<tr>\n<td>Work that I do involving WordPress is just a hobby, I don’t make money from it.</td>\n<td>1,930</td>\n<td>7%</td>\n<td>491</td>\n<td>6%</td>\n<td>411</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>How does your company or organization work with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,342</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for other people, companies, or organizations.</td>\n<td>7,772</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Develop or customize themes.</td>\n<td>5,404</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for my own use.</td>\n<td>4,733</td>\n<td>16%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Host websites for customers.</td>\n<td>4,397</td>\n<td>15%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Develop or distribute plugins.</td>\n<td>3,181</td>\n<td>11%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Provide educational resources to help others to use WordPress.</td>\n<td>1,349</td>\n<td>5%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Sponsor and/or attend WordCamps.</td>\n<td>1,127</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Contribute bug reports and/or patches to WordPress core.</td>\n<td>914</td>\n<td>3%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>182</td>\n<td> 1%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>3,457</td>\n<td></td>\n<td>3,598</td>\n<td></td>\n</tr>\n<tr>\n<td>We make websites for others.</td>\n<td></td>\n<td></td>\n<td>2,695</td>\n<td>24%</td>\n<td>2,722</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>We make websites for ourselves.</td>\n<td></td>\n<td></td>\n<td>2,355</td>\n<td>21%</td>\n<td>2,470</td>\n<td>21%</td>\n</tr>\n<tr>\n<td>We develop or customize themes.</td>\n<td></td>\n<td></td>\n<td>1,866</td>\n<td>16%</td>\n<td>1,910</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>We host websites for others.</td>\n<td></td>\n<td></td>\n<td>1,564</td>\n<td>14%</td>\n<td>1,595</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>We develop or distribute plugins.</td>\n<td></td>\n<td></td>\n<td>1,283</td>\n<td>11%</td>\n<td>1,342</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>We provide educational resources to help others to use WordPress.</td>\n<td></td>\n<td></td>\n<td>581</td>\n<td>5%</td>\n<td>631</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>We sponsor and/or attend WordCamps.</td>\n<td></td>\n<td></td>\n<td>561</td>\n<td>5%</td>\n<td>579</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>We contribute bug reports and/or patches to WordPress core.</td>\n<td></td>\n<td></td>\n<td>444</td>\n<td>4%</td>\n<td>468</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td></td>\n<td></td>\n<td>98</td>\n<td>1%</td>\n<td>96</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<p><strong>How would you describe the business of your typical client(s)? (2015) / How would you describe the business of your typical client/customer? (2016, 2017)</strong></p>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,154</td>\n<td></td>\n<td>3,317</td>\n<td></td>\n<td>3,498</td>\n<td></td>\n</tr>\n<tr>\n<td>Small business</td>\n<td>6,893</td>\n<td>32%</td>\n<td>2,398</td>\n<td>31%</td>\n<td>2,510</td>\n<td>31%</td>\n</tr>\n<tr>\n<td>Large business or Enterprise</td>\n<td>3,635</td>\n<td>17%</td>\n<td>1,361</td>\n<td>18%</td>\n<td>1,447</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>Non-profit</td>\n<td>2,644</td>\n<td>12%</td>\n<td>934</td>\n<td>12%</td>\n<td>992</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Individual</td>\n<td>2,600</td>\n<td>12%</td>\n<td>888</td>\n<td>12%</td>\n<td>1,022</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Education</td>\n<td>2,344</td>\n<td>11%</td>\n<td>854</td>\n<td>11%</td>\n<td>966</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>Website development (sub-contracting)</td>\n<td>2,065</td>\n<td>10%</td>\n<td>637</td>\n<td>8%</td>\n<td>677</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>Government</td>\n<td>1,410</td>\n<td>6%</td>\n<td>524</td>\n<td>7%</td>\n<td>552</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>127</td>\n<td>1%</td>\n<td>66</td>\n<td>1%</td>\n<td>64</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<p><strong>How does your company or organization use WordPress when developing websites? (2015) / When making websites, how does your company or organization use WordPress? (2016, 2017)</strong></p>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,078</td>\n<td></td>\n<td>3,369</td>\n<td></td>\n<td>3,552</td>\n<td></td>\n</tr>\n<tr>\n<td>Mostly as a content management system (CMS)</td>\n<td>6,361</td>\n<td>70%</td>\n<td>2,482</td>\n<td>74%</td>\n<td>2,640</td>\n<td>74%</td>\n</tr>\n<tr>\n<td>About half the time as a blogging platform and half the time as a CMS</td>\n<td>1,222</td>\n<td>13%</td>\n<td>370</td>\n<td>11%</td>\n<td>383</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Mostly as a blogging platform</td>\n<td>721</td>\n<td>8%</td>\n<td>137</td>\n<td>4%</td>\n<td>129</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Mostly as an application framework</td>\n<td>629</td>\n<td>7%</td>\n<td>303</td>\n<td>9%</td>\n<td>303</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>145</td>\n<td>2%</td>\n<td>78</td>\n<td>2%</td>\n<td>97</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>How much is your average WordPress site customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,054</td>\n<td></td>\n<td>3,302</td>\n<td></td>\n<td>3,473</td>\n<td></td>\n</tr>\n<tr>\n<td>A lot of work has been done, the front end is unrecognizable, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>5,651</td>\n<td>62%</td>\n<td>2,025</td>\n<td>61%</td>\n<td>2,105</td>\n<td>61%</td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>2,230</td>\n<td>25%</td>\n<td>799</td>\n<td>24%</td>\n<td>905</td>\n<td>26%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as the original download.</td>\n<td>756</td>\n<td>8%</td>\n<td>302</td>\n<td>9%</td>\n<td>298</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything (including the admin) has been customized.</td>\n<td>417</td>\n<td>5%</td>\n<td>177</td>\n<td>5%</td>\n<td>165</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly how many currently active WordPress sites has your company or organization built?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>8,801</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>200 +</td>\n<td>1,074</td>\n<td>12%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>51 – 200</td>\n<td>1,721</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>21 – 50</td>\n<td>1,718</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>11 – 20</td>\n<td>1,284</td>\n<td>15%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6 – 10</td>\n<td>1,109</td>\n<td>13%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>2 – 5</td>\n<td>1,418</td>\n<td>16%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1</td>\n<td>390</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>0</td>\n<td>87</td>\n<td>1%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>3,358</td>\n<td></td>\n<td>3,540</td>\n<td></td>\n</tr>\n<tr>\n<td>Thousands.</td>\n<td></td>\n<td></td>\n<td>291</td>\n<td>9%</td>\n<td>331</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Hundreds.</td>\n<td></td>\n<td></td>\n<td>770</td>\n<td>23%</td>\n<td>894</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>Fewer than a hundred.</td>\n<td></td>\n<td></td>\n<td>1,144</td>\n<td>34%</td>\n<td>1,177</td>\n<td>33%</td>\n</tr>\n<tr>\n<td>Just a few, but they are really great.</td>\n<td></td>\n<td></td>\n<td>926</td>\n<td>28%</td>\n<td>896</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>Prefer not to answer.</td>\n<td></td>\n<td></td>\n<td>228</td>\n<td>7%</td>\n<td>242</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many person-hours (of your company’s work) does the typical site take to complete?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>9,091</td>\n<td></td>\n<td>3,353</td>\n<td></td>\n<td>3,522</td>\n<td></td>\n</tr>\n<tr>\n<td>More than 200</td>\n<td>939</td>\n<td>10%</td>\n<td>309</td>\n<td>9%</td>\n<td>325</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>100 – 200</td>\n<td>1080</td>\n<td>12%</td>\n<td>329</td>\n<td>10%</td>\n<td>367</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>60 – 100</td>\n<td>1541</td>\n<td>17%</td>\n<td>527</td>\n<td>16%</td>\n<td>513</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>40 – 60</td>\n<td>1854</td>\n<td>20%</td>\n<td>583</td>\n<td>17%</td>\n<td>620</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>20 – 40</td>\n<td>2066</td>\n<td>23%</td>\n<td>691</td>\n<td>21%</td>\n<td>685</td>\n<td>19%</td>\n</tr>\n<tr>\n<td>Fewer than 20</td>\n<td>1611</td>\n<td>18%</td>\n<td>479</td>\n<td>14%</td>\n<td>519</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>Prefer not to answer (2016, 2017)</td>\n<td></td>\n<td></td>\n<td>436</td>\n<td>13%</td>\n<td>493</td>\n<td>14%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly what percentage of your company or organization’s output is based around WordPress (as opposed to other platforms or software)?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Company</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>8,950</td>\n<td></td>\n<td>3,345</td>\n<td></td>\n<td>3,503</td>\n<td></td>\n</tr>\n<tr>\n<td>100 %</td>\n<td>1,089</td>\n<td>12%</td>\n<td>438</td>\n<td>13%</td>\n<td>480</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>90 %</td>\n<td>1,043</td>\n<td>12%</td>\n<td>417</td>\n<td>12%</td>\n<td>459</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>80 %</td>\n<td>955</td>\n<td>11%</td>\n<td>367</td>\n<td>11%</td>\n<td>424</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>70 %</td>\n<td>831</td>\n<td>9%</td>\n<td>305</td>\n<td>9%</td>\n<td>344</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>60 %</td>\n<td>534</td>\n<td>6%</td>\n<td>246</td>\n<td>7%</td>\n<td>226</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>50 %</td>\n<td>973</td>\n<td>11%</td>\n<td>335</td>\n<td>10%</td>\n<td>338</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>40 %</td>\n<td>613</td>\n<td>7%</td>\n<td>245</td>\n<td>7%</td>\n<td>202</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>30 %</td>\n<td>877</td>\n<td>10%</td>\n<td>335</td>\n<td>10%</td>\n<td>310</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>20 %</td>\n<td>806</td>\n<td>9%</td>\n<td>242</td>\n<td>7%</td>\n<td>280</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>10 %</td>\n<td>1,039</td>\n<td>12%</td>\n<td>344</td>\n<td>10%</td>\n<td>348</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>0 %</td>\n<td>190</td>\n<td>2%</td>\n<td>72</td>\n<td>2%</td>\n<td>92</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>In which of the following ways do you work with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>17,009</td>\n<td></td>\n<td>5,221</td>\n<td></td>\n<td>5,425</td>\n<td></td>\n</tr>\n<tr>\n<td>Build/design and/or maintain websites or blogs for other people, companies, or organizations</td>\n<td>15,342</td>\n<td>34%</td>\n<td>4,795</td>\n<td>34%</td>\n<td>5,064</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Develop or customize themes</td>\n<td>10,549</td>\n<td>24%</td>\n<td>2,997</td>\n<td>21%</td>\n<td>3,021</td>\n<td>20%</td>\n</tr>\n<tr>\n<td>Host websites for customers</td>\n<td>8,142</td>\n<td>18%</td>\n<td>2,466</td>\n<td>17%</td>\n<td>2,728</td>\n<td>18%</td>\n</tr>\n<tr>\n<td>Develop or distribute plugins</td>\n<td>4,125</td>\n<td>9%</td>\n<td>1,395</td>\n<td>10%</td>\n<td>1,416</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Provide educational resources to help others to use WordPress</td>\n<td>3,276</td>\n<td>7%</td>\n<td>1,187</td>\n<td>8%</td>\n<td>1,308</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Sponsor and/or attend WordCamps</td>\n<td>1,559</td>\n<td>4%</td>\n<td>648</td>\n<td>5%</td>\n<td>724</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>Contribute bug reports and/or patches to WordPress core</td>\n<td>1,107</td>\n<td>2%</td>\n<td>381</td>\n<td>3%</td>\n<td>393</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>389</td>\n<td>1%</td>\n<td>243</td>\n<td>2%</td>\n<td>299</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3>How would you describe the business of your typical client(s)?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,863</td>\n<td></td>\n<td>5,151</td>\n<td></td>\n<td>5,353</td>\n<td></td>\n</tr>\n<tr>\n<td>Small business</td>\n<td>14,185</td>\n<td>35%</td>\n<td>4,342</td>\n<td>35%</td>\n<td>4,622</td>\n<td>36%</td>\n</tr>\n<tr>\n<td>Individual</td>\n<td>8,513</td>\n<td>21%</td>\n<td>2,581</td>\n<td>21%</td>\n<td>2,583</td>\n<td>20%</td>\n</tr>\n<tr>\n<td>Non-profit</td>\n<td>6,585</td>\n<td>16%</td>\n<td>2,004</td>\n<td>16%</td>\n<td>2,113</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>Website development (sub-contracting)</td>\n<td>4,301</td>\n<td>11%</td>\n<td>1,258</td>\n<td>10%</td>\n<td>1,216</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Education</td>\n<td>3,458</td>\n<td>8%</td>\n<td>1,049</td>\n<td>8%</td>\n<td>1,139</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Large business or Enterprise</td>\n<td>2,391</td>\n<td>6%</td>\n<td>805</td>\n<td>6%</td>\n<td>857</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Government</td>\n<td>1,150</td>\n<td>3%</td>\n<td>300</td>\n<td>2%</td>\n<td>329</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>173</td>\n<td>0%</td>\n<td>101</td>\n<td>1%</td>\n<td>99</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>How do you use WordPress in your development?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,768</td>\n<td></td>\n<td>5,145</td>\n<td></td>\n<td>5,372</td>\n<td></td>\n</tr>\n<tr>\n<td>Mostly as a content management system (CMS)</td>\n<td>11,754</td>\n<td>70%</td>\n<td>3,641</td>\n<td>71%</td>\n<td>3,959</td>\n<td>74%</td>\n</tr>\n<tr>\n<td>About half the time as a blogging platform and half the time as a CMS</td>\n<td>2,825</td>\n<td>17%</td>\n<td>812</td>\n<td>16%</td>\n<td>721</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>Mostly as an application framework</td>\n<td>1,012</td>\n<td>6%</td>\n<td>343</td>\n<td>7%</td>\n<td>344</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Mostly as a blogging platform</td>\n<td>992</td>\n<td>6%</td>\n<td>246</td>\n<td>5%</td>\n<td>226</td>\n<td>4%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>185</td>\n<td>1%</td>\n<td>105</td>\n<td>2%</td>\n<td>122</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3>How much is your average WordPress site customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,699</td>\n<td></td>\n<td>5,131</td>\n<td></td>\n<td>5,317</td>\n<td></td>\n</tr>\n<tr>\n<td>A lot of work has been done, the front end is unrecognizable, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>9,457</td>\n<td>57%</td>\n<td>2,837</td>\n<td>55%</td>\n<td>2,998</td>\n<td>56%</td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>5,526</td>\n<td>33%</td>\n<td>1,694</td>\n<td>33%</td>\n<td>1,781</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as the original download.</td>\n<td>977</td>\n<td>6%</td>\n<td>341</td>\n<td>7%</td>\n<td>310</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything (including the admin) has been customized.</td>\n<td>739</td>\n<td>4%</td>\n<td>261</td>\n<td>5%</td>\n<td>228</td>\n<td>4%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many currently active WordPress sites have you built? (2015) / Roughly how many currently active WordPress sites have you built? (2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,690</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>200 +</td>\n<td>514</td>\n<td>3%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>51 – 200</td>\n<td>1,728</td>\n<td>10%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>21 – 50</td>\n<td>3,000</td>\n<td>18%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>11 – 20</td>\n<td>3,146</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6 – 10</td>\n<td>3,405</td>\n<td>20%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>2 – 5</td>\n<td>3,838</td>\n<td>23%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1</td>\n<td>698</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>0</td>\n<td>361</td>\n<td>2%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>5,165</td>\n<td></td>\n<td>5367</td>\n<td></td>\n</tr>\n<tr>\n<td>Thousands.</td>\n<td></td>\n<td></td>\n<td>110</td>\n<td>2%</td>\n<td>104</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Hundreds.</td>\n<td></td>\n<td></td>\n<td>603</td>\n<td>12%</td>\n<td>713</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>Fewer than a hundred.</td>\n<td></td>\n<td></td>\n<td>2,264</td>\n<td>44%</td>\n<td>2,457</td>\n<td>46%</td>\n</tr>\n<tr>\n<td>Just a few, but they are really great.</td>\n<td></td>\n<td></td>\n<td>1,871</td>\n<td>36%</td>\n<td>1,813</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Prefer not to answer.</td>\n<td></td>\n<td></td>\n<td>319</td>\n<td>6%</td>\n<td>280</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>Roughly what percentage of your working time is spent working with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,658</td>\n<td></td>\n<td>5,039</td>\n<td></td>\n<td>5,241</td>\n<td></td>\n</tr>\n<tr>\n<td>100 %</td>\n<td>949</td>\n<td>6%</td>\n<td>459</td>\n<td>9%</td>\n<td>461</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>90 %</td>\n<td>1,300</td>\n<td>8%</td>\n<td>527</td>\n<td>10%</td>\n<td>540</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>80 %</td>\n<td>1,784</td>\n<td>11%</td>\n<td>637</td>\n<td>13%</td>\n<td>711</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>70 %</td>\n<td>1,850</td>\n<td>11%</td>\n<td>608</td>\n<td>12%</td>\n<td>627</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>60 %</td>\n<td>1,313</td>\n<td>8%</td>\n<td>438</td>\n<td>9%</td>\n<td>465</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>50 %</td>\n<td>2,095</td>\n<td>13%</td>\n<td>612</td>\n<td>12%</td>\n<td>639</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>40 %</td>\n<td>1,438</td>\n<td>9%</td>\n<td>391</td>\n<td>8%</td>\n<td>384</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>30 %</td>\n<td>2,076</td>\n<td>12%</td>\n<td>530</td>\n<td>11%</td>\n<td>511</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>20 %</td>\n<td>1,743</td>\n<td>10%</td>\n<td>445</td>\n<td>9%</td>\n<td>429</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>10 %</td>\n<td>1,819</td>\n<td>11%</td>\n<td>342</td>\n<td>7%</td>\n<td>419</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>0 %</td>\n<td>291</td>\n<td>2%</td>\n<td>52</td>\n<td>1%</td>\n<td>55</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>How many hours of your work does the typical site take to complete? (2015) / How many hours of work does your typical WordPress project take to launch? (2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Freelancer/Hobbyist</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>16,670</td>\n<td></td>\n<td>5,164</td>\n<td></td>\n<td>5,378</td>\n<td></td>\n</tr>\n<tr>\n<td>More than 200</td>\n<td>503</td>\n<td>3%</td>\n<td>222</td>\n<td>4%</td>\n<td>245</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>100 – 200</td>\n<td>973</td>\n<td>6%</td>\n<td>386</td>\n<td>7%</td>\n<td>393</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>60 – 100</td>\n<td>2,277</td>\n<td>14%</td>\n<td>788</td>\n<td>15%</td>\n<td>815</td>\n<td>15%</td>\n</tr>\n<tr>\n<td>40 – 60</td>\n<td>3,896</td>\n<td>23%</td>\n<td>1,153</td>\n<td>22%</td>\n<td>1,216</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>20 – 40</td>\n<td>6,068</td>\n<td>36%</td>\n<td>1,487</td>\n<td>29%</td>\n<td>1,582</td>\n<td>29%</td>\n</tr>\n<tr>\n<td>Fewer than 20</td>\n<td>2,953</td>\n<td>18%</td>\n<td>712</td>\n<td>14%</td>\n<td>751</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>418</td>\n<td>8%</td>\n<td>376</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>Which of the following have you done with WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" /> </colgroup>\n</table>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional (Company/Freelancer/Hobbyist)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>20,687</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve written a theme from scratch.</td>\n<td>11,894</td>\n<td>25%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve written a plugin.</td>\n<td>9,719</td>\n<td>21%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve answered a question in the WordPress forum.</td>\n<td>8,805</td>\n<td>19%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve attended a WordPress meetup.</td>\n<td>4,062</td>\n<td>9%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve submitted a WordPress bug report.</td>\n<td>4,062</td>\n<td>9%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve attended a WordCamp.</td>\n<td>3,571</td>\n<td>8%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve contributed to WordPress documentation.</td>\n<td>1,778</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>1,739</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’ve contributed a WordPress core patch.</td>\n<td>1,055</td>\n<td>2%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the best thing about WordPress?<a href=\"https://wordpress.org/news/feed/#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>22,718</td>\n<td></td>\n<td>7,891</td>\n<td></td>\n<td>8,267</td>\n<td></td>\n</tr>\n<tr>\n<td>Easy/simple/user-friendly</td>\n<td>9,450</td>\n<td>42%</td>\n<td>3,454</td>\n<td>44%</td>\n<td>3,852</td>\n<td>47%</td>\n</tr>\n<tr>\n<td>Customizable/extensible/modular/plugins/themes</td>\n<td>8,601</td>\n<td>38%</td>\n<td>3,116</td>\n<td>39%</td>\n<td>3,555</td>\n<td>43%</td>\n</tr>\n<tr>\n<td>Community/support/documentation/help</td>\n<td>3,806</td>\n<td>17%</td>\n<td>1,211</td>\n<td>15%</td>\n<td>1,340</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>Free/open/open source</td>\n<td>2,291</td>\n<td>10%</td>\n<td>802</td>\n<td>10%</td>\n<td>908</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Popular/ubiquitous</td>\n<td>249</td>\n<td>1%</td>\n<td>86</td>\n<td>1%</td>\n<td>187</td>\n<td>2%</td>\n</tr>\n</tbody>\n</table>\n<h3> What’s the most frustrating thing about WordPress?<a href=\"https://wordpress.org/news/feed/#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>21,144</td>\n<td></td>\n<td>7,294</td>\n<td></td>\n<td>7,691</td>\n<td></td>\n</tr>\n<tr>\n<td>Plugins & themes (abandoned/conflicts/coding standards)</td>\n<td>6,122</td>\n<td>29%</td>\n<td>2,194</td>\n<td>30%</td>\n<td>2,187</td>\n<td>28%</td>\n</tr>\n<tr>\n<td>Security/vulnerabilities/hacks</td>\n<td>2,321</td>\n<td>11%</td>\n<td>712</td>\n<td>10%</td>\n<td>829</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Updates</td>\n<td>1,544</td>\n<td>7%</td>\n<td>422</td>\n<td>6%</td>\n<td>508</td>\n<td>7%</td>\n</tr>\n<tr>\n<td>Nothing/I don’t know/can’t think of anything</td>\n<td>1,276</td>\n<td>6%</td>\n<td>344</td>\n<td>5%</td>\n<td>476</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Speed/performance/slow/heavy</td>\n<td>1,196</td>\n<td>6%</td>\n<td>644</td>\n<td>9%</td>\n<td>516</td>\n<td>7%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress is as good as, or better than, its main competitors.</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress Professional</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (this question was not asked in the 2015 survey)</td>\n<td></td>\n<td></td>\n<td>8,672</td>\n<td></td>\n<td>9,059</td>\n<td></td>\n</tr>\n<tr>\n<td>Agree</td>\n<td></td>\n<td></td>\n<td>7551</td>\n<td>87%</td>\n<td>7836</td>\n<td>87%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>754</td>\n<td>9%</td>\n<td>795</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Disagree</td>\n<td></td>\n<td></td>\n<td>370</td>\n<td>4%</td>\n<td>428</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"user\">WordPress Users</h2>\n<h3>Which of the following describes how you use WordPress?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>15,169</td>\n<td></td>\n<td>5,043</td>\n<td></td>\n<td>5,521</td>\n<td></td>\n</tr>\n<tr>\n<td>My personal blog (or blogs) uses WordPress.</td>\n<td>9,395</td>\n<td>36%</td>\n<td>3,117</td>\n<td>36%</td>\n<td>3,424</td>\n<td>36%</td>\n</tr>\n<tr>\n<td>My company or organization’s website is built with WordPress software.</td>\n<td>7,480</td>\n<td>29%</td>\n<td>2,519</td>\n<td>29%</td>\n<td>2,841</td>\n<td>30%</td>\n</tr>\n<tr>\n<td>I have a hobby or side project that has a website built with WordPress.</td>\n<td>6,112</td>\n<td>23%</td>\n<td>1,973</td>\n<td>23%</td>\n<td>2,200</td>\n<td>23%</td>\n</tr>\n<tr>\n<td>I write (or otherwise work) for an online publication that uses WordPress.</td>\n<td>2,329</td>\n<td>9%</td>\n<td>806</td>\n<td>9%</td>\n<td>821</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>872</td>\n<td>3%</td>\n<td>234</td>\n<td>3%</td>\n<td>288</td>\n<td>3%</td>\n</tr>\n</tbody>\n</table>\n<h3>Who installed your WordPress website?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>15,055</td>\n<td></td>\n<td>5,020</td>\n<td></td>\n<td>5,523</td>\n<td></td>\n</tr>\n<tr>\n<td>I did.</td>\n<td>11,216</td>\n<td>66%</td>\n<td>3,659</td>\n<td>73%</td>\n<td>4,129</td>\n<td>75%</td>\n</tr>\n<tr>\n<td>My hosting provider</td>\n<td>2,236</td>\n<td>13%</td>\n<td>667</td>\n<td>13%</td>\n<td>767</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>An external company</td>\n<td>909</td>\n<td>5%</td>\n<td>182</td>\n<td>4%</td>\n<td>178</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>An internal web person/team or a colleague</td>\n<td>874</td>\n<td>5%</td>\n<td>178</td>\n<td>4%</td>\n<td>191</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>A friend or family member</td>\n<td>787</td>\n<td>5%</td>\n<td>192</td>\n<td>4%</td>\n<td>172</td>\n<td>3%</td>\n</tr>\n<tr>\n<td>I don’t know</td>\n<td>502</td>\n<td>3%</td>\n<td>145</td>\n<td>3%</td>\n<td>87</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>345</td>\n<td>2%</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>n/a</td>\n</tr>\n</tbody>\n</table>\n<h3>How much has the site been customized from the original WordPress installation?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>14,789</td>\n<td></td>\n<td>4,997</td>\n<td></td>\n<td>5,494</td>\n<td></td>\n</tr>\n<tr>\n<td>There’s a different theme and some plugins have been added.</td>\n<td>7,465</td>\n<td>50%</td>\n<td>2,337</td>\n<td>47%</td>\n<td>2,660</td>\n<td>48%</td>\n</tr>\n<tr>\n<td>A lot of work has been done, the site itself is unrecognizable from the original theme, but the Dashboard still looks like the usual WordPress interface.</td>\n<td>4,715</td>\n<td>32%</td>\n<td>1,707</td>\n<td>34%</td>\n<td>1,872</td>\n<td>34%</td>\n</tr>\n<tr>\n<td>Not at all, it’s still pretty much the same as it was when I started out.</td>\n<td>1,841</td>\n<td>12%</td>\n<td>635</td>\n<td>13%</td>\n<td>673</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>You’d never know this was a WordPress installation, everything has been customized.</td>\n<td>768</td>\n<td>5%</td>\n<td>321</td>\n<td>6%</td>\n<td>290</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the best thing about WordPress?<a href=\"https://wordpress.org/news/feed/#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>14,328</td>\n<td></td>\n<td>4,613</td>\n<td></td>\n<td>5,076</td>\n<td></td>\n</tr>\n<tr>\n<td>Easy/simple/user-friendly</td>\n<td>7,391</td>\n<td>52%</td>\n<td>2,276</td>\n<td>49%</td>\n<td>2,511</td>\n<td>49%</td>\n</tr>\n<tr>\n<td>Customizable/extensible/modular/plugins/themes</td>\n<td>4,219</td>\n<td>29%</td>\n<td>1,569</td>\n<td>34%</td>\n<td>1,632</td>\n<td>32%</td>\n</tr>\n<tr>\n<td>Free/open/open source</td>\n<td>1,586</td>\n<td>11%</td>\n<td>493</td>\n<td>11%</td>\n<td>538</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>Community/support/documentation/help</td>\n<td>1,085</td>\n<td>8%</td>\n<td>388</td>\n<td>8%</td>\n<td>458</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Popular/ubiquitous</td>\n<td>223</td>\n<td>2%</td>\n<td>74</td>\n<td>2%</td>\n<td>48</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>What’s the most frustrating thing about WordPress?<a href=\"https://wordpress.org/news/feed/#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td>13,681</td>\n<td></td>\n<td>4,287</td>\n<td></td>\n<td>4,758</td>\n<td></td>\n</tr>\n<tr>\n<td>Plugins & themes (abandoned/conflicts/coding standards)</td>\n<td>2,531</td>\n<td>19%</td>\n<td>1,183</td>\n<td>28%</td>\n<td>1,300</td>\n<td>27%</td>\n</tr>\n<tr>\n<td>Customization/design/look/template</td>\n<td>1,273</td>\n<td>9%</td>\n<td>381</td>\n<td>9%</td>\n<td>408</td>\n<td>9%</td>\n</tr>\n<tr>\n<td>Code/coding/PHP</td>\n<td>931</td>\n<td>7%</td>\n<td>306</td>\n<td>7%</td>\n<td>277</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Updates</td>\n<td>926</td>\n<td>7%</td>\n<td>209</td>\n<td>5%</td>\n<td>296</td>\n<td>6%</td>\n</tr>\n<tr>\n<td>Security/vulnerabilites/hacks</td>\n<td>785</td>\n<td>6%</td>\n<td>255</td>\n<td>6%</td>\n<td>292</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress is as good as, or better than, its main competitors.</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: WordPress User</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>5,026</td>\n<td></td>\n<td>5,498</td>\n<td></td>\n</tr>\n<tr>\n<td>Agree</td>\n<td></td>\n<td></td>\n<td>4,038</td>\n<td>80%</td>\n<td>4,462</td>\n<td>81%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>737</td>\n<td>15%</td>\n<td>782</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>Disagree</td>\n<td></td>\n<td></td>\n<td>254</td>\n<td>5%</td>\n<td>255</td>\n<td>5%</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"all\">All Respondents</h2>\n<h3>Can you (truthfully!) say “I make my living from WordPress”?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups from 2015; this question was not broken out by group in 2016-2017)</td>\n<td>42,236</td>\n<td></td>\n<td>14,906</td>\n<td></td>\n<td>15,616</td>\n<td></td>\n</tr>\n<tr>\n<td>Not really, but I do get some or all of my income as a result of working with WordPress.</td>\n<td>16,607</td>\n<td>39%</td>\n<td>5,408</td>\n<td>36%</td>\n<td>5,702</td>\n<td>37%</td>\n</tr>\n<tr>\n<td>Yes.</td>\n<td>9,635</td>\n<td>23%</td>\n<td>4,791</td>\n<td>32%</td>\n<td>5,033</td>\n<td>32%</td>\n</tr>\n<tr>\n<td>No.</td>\n<td>15,995</td>\n<td>38%</td>\n<td>4,713</td>\n<td>32%</td>\n<td>4,882</td>\n<td>31%</td>\n</tr>\n</tbody>\n</table>\n<h3>Which devices do you access WordPress on?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups from 2015; this question was not broken out by group in 2016-2017)</td>\n<td>42,433</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Web</td>\n<td>40,503</td>\n<td>95%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Android phone</td>\n<td>15,396</td>\n<td>36%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>iPhone</td>\n<td>12,353</td>\n<td>29%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>iPad</td>\n<td>11,748</td>\n<td>28%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Android tablet</td>\n<td>9,223</td>\n<td>22%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Desktop app, like MarsEdit</td>\n<td>6,018</td>\n<td>14%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td>1837</td>\n<td>4%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (this question was not broken out by group in 2016-2017)</td>\n<td></td>\n<td></td>\n<td>14,840</td>\n<td></td>\n<td>15,597</td>\n<td></td>\n</tr>\n<tr>\n<td>Web browser on a desktop or laptop</td>\n<td></td>\n<td></td>\n<td>14,160</td>\n<td>54%</td>\n<td>15,052</td>\n<td>55%</td>\n</tr>\n<tr>\n<td>Web browser on a mobile device (tablet or phone)</td>\n<td></td>\n<td></td>\n<td>7,952</td>\n<td>30%</td>\n<td>8,248</td>\n<td>30%</td>\n</tr>\n<tr>\n<td>An app on a mobile device (table or phone)</td>\n<td></td>\n<td></td>\n<td>3,309</td>\n<td>13%</td>\n<td>3,311</td>\n<td>12%</td>\n</tr>\n<tr>\n<td>A desktop app like MarsEdit</td>\n<td></td>\n<td></td>\n<td>517</td>\n<td>2%</td>\n<td>498</td>\n<td>2%</td>\n</tr>\n<tr>\n<td>Other Option</td>\n<td></td>\n<td></td>\n<td>282</td>\n<td>1%</td>\n<td>240</td>\n<td>1%</td>\n</tr>\n</tbody>\n</table>\n<h3>WordPress now updates minor & security releases automatically for you. Check all that apply: (question not asked in 2016, 2017)</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"36\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (combination of all three groups)</td>\n<td>39,726</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I love auto-updates.</td>\n<td>17,367</td>\n<td>44%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto-updates for plugins.</td>\n<td>12,796</td>\n<td>32%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Initially, I was nervous about auto updates.</td>\n<td>11,868</td>\n<td>30%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Auto updates still make me nervous.</td>\n<td>10,809</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Auto updates don’t make me nervous now.</td>\n<td>10,708</td>\n<td>27%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto-updates for themes.</td>\n<td>10,449</td>\n<td>26%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I’d like to see auto updates for major versions of WordPress.</td>\n<td>10,225</td>\n<td>26%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>This is the first I’ve heard of auto-updates.</td>\n<td>8,660</td>\n<td>22%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>I hate auto-updates.</td>\n<td>3,293</td>\n<td>8%</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n<h3>What is your gender?<a href=\"https://wordpress.org/news/feed/#text\">*</a></h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All respondents (This question was not asked in the 2015 survey.)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>13,953</td>\n<td></td>\n<td>14,680</td>\n<td></td>\n</tr>\n<tr>\n<td>Male</td>\n<td></td>\n<td></td>\n<td>10,978</td>\n<td>78.68%</td>\n<td>11,570</td>\n<td>78.81%</td>\n</tr>\n<tr>\n<td>Female</td>\n<td></td>\n<td></td>\n<td>2,340</td>\n<td>16.77%</td>\n<td>2,511</td>\n<td>21.70%</td>\n</tr>\n<tr>\n<td>Prefer not to answer</td>\n<td></td>\n<td></td>\n<td>601</td>\n<td>4.31%</td>\n<td>562</td>\n<td>3.83%</td>\n</tr>\n<tr>\n<td>Transgender</td>\n<td></td>\n<td></td>\n<td>11</td>\n<td>0.08%</td>\n<td>8</td>\n<td>0.05%</td>\n</tr>\n<tr>\n<td>Nonbinary</td>\n<td></td>\n<td></td>\n<td>8</td>\n<td>0.06%</td>\n<td>17</td>\n<td>0.12%</td>\n</tr>\n<tr>\n<td>Genderqueer</td>\n<td></td>\n<td></td>\n<td>4</td>\n<td>0.03%</td>\n<td>3</td>\n<td>0.02%</td>\n</tr>\n<tr>\n<td>Androgynous</td>\n<td></td>\n<td></td>\n<td>6</td>\n<td>0.04%</td>\n<td>5</td>\n<td>0.03%</td>\n</tr>\n<tr>\n<td>Fluid</td>\n<td></td>\n<td></td>\n<td>3</td>\n<td>0.02%</td>\n<td>4</td>\n<td>0.03%</td>\n</tr>\n<tr>\n<td>Demimale</td>\n<td></td>\n<td></td>\n<td>2</td>\n<td>0.01%</td>\n<td>0</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n<h3>Where are you located?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All respondents (This question was not asked in the 2015 survey.)</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses</td>\n<td></td>\n<td></td>\n<td>14,562</td>\n<td></td>\n<td>15,343</td>\n<td></td>\n</tr>\n<tr>\n<td>United States</td>\n<td></td>\n<td></td>\n<td>3,770</td>\n<td>25.89%</td>\n<td>4,067</td>\n<td>26.51%</td>\n</tr>\n<tr>\n<td>India</td>\n<td></td>\n<td></td>\n<td>1,456</td>\n<td>10.00%</td>\n<td>1,424</td>\n<td>9.28%</td>\n</tr>\n<tr>\n<td>United Kingdom</td>\n<td></td>\n<td></td>\n<td>810</td>\n<td>5.56%</td>\n<td>900</td>\n<td>5.87%</td>\n</tr>\n<tr>\n<td>Germany</td>\n<td></td>\n<td></td>\n<td>555</td>\n<td>3.81%</td>\n<td>729</td>\n<td>4.75%</td>\n</tr>\n<tr>\n<td>Canada</td>\n<td></td>\n<td></td>\n<td>511</td>\n<td>3.51%</td>\n<td>599</td>\n<td>3.90%</td>\n</tr>\n<tr>\n<td>Australia</td>\n<td></td>\n<td></td>\n<td>389</td>\n<td>2.67%</td>\n<td>460</td>\n<td>3.00%</td>\n</tr>\n<tr>\n<td>Italy</td>\n<td></td>\n<td></td>\n<td>298</td>\n<td>2.05%</td>\n<td>356</td>\n<td>2.32%</td>\n</tr>\n<tr>\n<td>Netherlands</td>\n<td></td>\n<td></td>\n<td>343</td>\n<td>2.36%</td>\n<td>350</td>\n<td>2.28%</td>\n</tr>\n<tr>\n<td>France</td>\n<td></td>\n<td></td>\n<td>232</td>\n<td>1.59%</td>\n<td>283</td>\n<td>1.84%</td>\n</tr>\n<tr>\n<td>Bangladesh</td>\n<td></td>\n<td></td>\n<td>257</td>\n<td>1.76%</td>\n<td>263</td>\n<td>1.71%</td>\n</tr>\n<tr>\n<td>Spain</td>\n<td></td>\n<td></td>\n<td>271</td>\n<td>1.86%</td>\n<td>252</td>\n<td>1.64%</td>\n</tr>\n<tr>\n<td>Brazil</td>\n<td></td>\n<td></td>\n<td>239</td>\n<td>1.64%</td>\n<td>251</td>\n<td>1.64%</td>\n</tr>\n<tr>\n<td>Pakistan</td>\n<td></td>\n<td></td>\n<td>254</td>\n<td>1.74%</td>\n<td>240</td>\n<td>1.56%</td>\n</tr>\n<tr>\n<td>Indonesia</td>\n<td></td>\n<td></td>\n<td>230</td>\n<td>1.58%</td>\n<td>226</td>\n<td>1.47%</td>\n</tr>\n<tr>\n<td>Iran, Islamic Republic of</td>\n<td></td>\n<td></td>\n<td>190</td>\n<td>1.30%</td>\n<td>173</td>\n<td>1.13%</td>\n</tr>\n<tr>\n<td>Sweden</td>\n<td></td>\n<td></td>\n<td>144</td>\n<td>0.99%</td>\n<td>173</td>\n<td>1.13%</td>\n</tr>\n<tr>\n<td>Nigeria</td>\n<td></td>\n<td></td>\n<td>196</td>\n<td>1.35%</td>\n<td>172</td>\n<td>1.12%</td>\n</tr>\n<tr>\n<td>South Africa</td>\n<td></td>\n<td></td>\n<td>193</td>\n<td>1.33%</td>\n<td>172</td>\n<td>1.12%</td>\n</tr>\n<tr>\n<td>Russian Federation</td>\n<td></td>\n<td></td>\n<td>181</td>\n<td>1.24%</td>\n<td>151</td>\n<td>0.98%</td>\n</tr>\n<tr>\n<td>Poland</td>\n<td></td>\n<td></td>\n<td>129</td>\n<td>0.89%</td>\n<td>137</td>\n<td>0.89%</td>\n</tr>\n<tr>\n<td>Romania</td>\n<td></td>\n<td></td>\n<td>144</td>\n<td>0.99%</td>\n<td>132</td>\n<td>0.86%</td>\n</tr>\n<tr>\n<td>Switzerland</td>\n<td></td>\n<td></td>\n<td>122</td>\n<td>0.84%</td>\n<td>130</td>\n<td>0.85%</td>\n</tr>\n<tr>\n<td>Philippines</td>\n<td></td>\n<td></td>\n<td>92</td>\n<td>0.63%</td>\n<td>125</td>\n<td>0.81%</td>\n</tr>\n<tr>\n<td>China</td>\n<td></td>\n<td></td>\n<td>136</td>\n<td>0.93%</td>\n<td>123</td>\n<td>0.80%</td>\n</tr>\n<tr>\n<td>Austria</td>\n<td></td>\n<td></td>\n<td>89</td>\n<td>0.61%</td>\n<td>122</td>\n<td>0.80%</td>\n</tr>\n<tr>\n<td>Ukraine</td>\n<td></td>\n<td></td>\n<td>105</td>\n<td>0.72%</td>\n<td>118</td>\n<td>0.77%</td>\n</tr>\n<tr>\n<td>Denmark</td>\n<td></td>\n<td></td>\n<td>107</td>\n<td>0.73%</td>\n<td>114</td>\n<td>0.74%</td>\n</tr>\n<tr>\n<td>Greece</td>\n<td></td>\n<td></td>\n<td>120</td>\n<td>0.82%</td>\n<td>114</td>\n<td>0.74%</td>\n</tr>\n<tr>\n<td>Portugal</td>\n<td></td>\n<td></td>\n<td>94</td>\n<td>0.65%</td>\n<td>109</td>\n<td>0.71%</td>\n</tr>\n<tr>\n<td>Vietnam</td>\n<td></td>\n<td></td>\n<td>101</td>\n<td>0.69%</td>\n<td>108</td>\n<td>0.70%</td>\n</tr>\n<tr>\n<td>Mexico</td>\n<td></td>\n<td></td>\n<td>94</td>\n<td>0.65%</td>\n<td>105</td>\n<td>0.68%</td>\n</tr>\n<tr>\n<td>Nepal</td>\n<td></td>\n<td></td>\n<td>76</td>\n<td>0.52%</td>\n<td>97</td>\n<td>0.63%</td>\n</tr>\n<tr>\n<td>Ireland</td>\n<td></td>\n<td></td>\n<td>72</td>\n<td>0.49%</td>\n<td>94</td>\n<td>0.61%</td>\n</tr>\n<tr>\n<td>Israel</td>\n<td></td>\n<td></td>\n<td>78</td>\n<td>0.54%</td>\n<td>94</td>\n<td>0.61%</td>\n</tr>\n<tr>\n<td>New Zealand</td>\n<td></td>\n<td></td>\n<td>77</td>\n<td>0.53%</td>\n<td>91</td>\n<td>0.59%</td>\n</tr>\n<tr>\n<td>Finland</td>\n<td></td>\n<td></td>\n<td>63</td>\n<td>0.43%</td>\n<td>90</td>\n<td>0.59%</td>\n</tr>\n<tr>\n<td>Turkey</td>\n<td></td>\n<td></td>\n<td>91</td>\n<td>0.62%</td>\n<td>86</td>\n<td>0.56%</td>\n</tr>\n<tr>\n<td>Malaysia</td>\n<td></td>\n<td></td>\n<td>91</td>\n<td>0.62%</td>\n<td>81</td>\n<td>0.53%</td>\n</tr>\n<tr>\n<td>Belgium</td>\n<td></td>\n<td></td>\n<td>84</td>\n<td>0.58%</td>\n<td>79</td>\n<td>0.51%</td>\n</tr>\n<tr>\n<td>Norway</td>\n<td></td>\n<td></td>\n<td>66</td>\n<td>0.45%</td>\n<td>79</td>\n<td>0.51%</td>\n</tr>\n<tr>\n<td>Argentina</td>\n<td></td>\n<td></td>\n<td>65</td>\n<td>0.45%</td>\n<td>76</td>\n<td>0.50%</td>\n</tr>\n<tr>\n<td>Bulgaria</td>\n<td></td>\n<td></td>\n<td>74</td>\n<td>0.51%</td>\n<td>72</td>\n<td>0.47%</td>\n</tr>\n<tr>\n<td>Japan</td>\n<td></td>\n<td></td>\n<td>61</td>\n<td>0.42%</td>\n<td>68</td>\n<td>0.44%</td>\n</tr>\n<tr>\n<td>Thailand</td>\n<td></td>\n<td></td>\n<td>69</td>\n<td>0.47%</td>\n<td>67</td>\n<td>0.44%</td>\n</tr>\n<tr>\n<td>Czech Republic</td>\n<td></td>\n<td></td>\n<td>76</td>\n<td>0.52%</td>\n<td>66</td>\n<td>0.43%</td>\n</tr>\n<tr>\n<td>Serbia</td>\n<td></td>\n<td></td>\n<td>89</td>\n<td>0.61%</td>\n<td>63</td>\n<td>0.41%</td>\n</tr>\n<tr>\n<td>Kenya</td>\n<td></td>\n<td></td>\n<td>58</td>\n<td>0.40%</td>\n<td>62</td>\n<td>0.40%</td>\n</tr>\n<tr>\n<td>Colombia</td>\n<td></td>\n<td></td>\n<td>39</td>\n<td>0.27%</td>\n<td>59</td>\n<td>0.38%</td>\n</tr>\n<tr>\n<td>Egypt</td>\n<td></td>\n<td></td>\n<td>40</td>\n<td>0.27%</td>\n<td>52</td>\n<td>0.34%</td>\n</tr>\n</tbody>\n</table>\n<h3>What is your age?</h3>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"554\" />\n<col width=\"47\" />\n<col width=\"36\" />\n<col width=\"47\" />\n<col width=\"51\" />\n<col width=\"47\" />\n<col width=\"51\" /></colgroup>\n<tbody>\n<tr>\n<td></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2015</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2016</strong></td>\n<td colspan=\"2\" rowspan=\"1\"><strong>2017</strong></td>\n</tr>\n<tr>\n<td><em>Group: All Respondents</em></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Number of responses (This question was not asked in 2015.)</td>\n<td></td>\n<td></td>\n<td>14,944</td>\n<td></td>\n<td>15,636</td>\n<td></td>\n</tr>\n<tr>\n<td>60 and over</td>\n<td></td>\n<td></td>\n<td>1,139</td>\n<td>8%</td>\n<td>1,641</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>50-59</td>\n<td></td>\n<td></td>\n<td>1,537</td>\n<td>10%</td>\n<td>1,996</td>\n<td>13%</td>\n</tr>\n<tr>\n<td>40-49</td>\n<td></td>\n<td></td>\n<td>2,205</td>\n<td>15%</td>\n<td>2,643</td>\n<td>17%</td>\n</tr>\n<tr>\n<td>30-39</td>\n<td></td>\n<td></td>\n<td>3,914</td>\n<td>26%</td>\n<td>3,972</td>\n<td>25%</td>\n</tr>\n<tr>\n<td>20-29</td>\n<td></td>\n<td></td>\n<td>5,013</td>\n<td>34%</td>\n<td>4,444</td>\n<td>28%</td>\n</tr>\n<tr>\n<td>Under 20</td>\n<td></td>\n<td></td>\n<td>1142</td>\n<td>8%</td>\n<td>941</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you to everyone who made time to fill out the survey — we’re so happy you use WordPress, and we’re very grateful that you’re willing to share your experiences with us! Thanks also to everyone who spread the word about this survey, and to those of you who read all the way to the bottom of this post. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p><small><a id=\"text\"></a>*Text Field Questions: Each survey included some questions that could be answered only by filling out a text field. In the case of the questions “What is the best thing about WordPress?” and “What is the most frustrating thing about WordPress?” we listed the five most common responses, aggregated when applicable. In the case of the question “What is your gender?” in the 2016 and 2017 surveys, we aggregated responses as best we could. Responses meant to obscure respondents’ gender entirely are aggregated in “prefer not to answer.”</small></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Dec 2017 21:40:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WPWeekly Episode 298 – GDPR, User Privacy, and More With Heather Burns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=77110&preview=true&preview_id=77110\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/wpweekly-episode-298-gdpr-user-privacy-and-more-with-heather-burns\";s: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:2570:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://twitter.com/webdevlaw?lang=en\">Heather Burns</a>, Founder of <a href=\"https://webdevlaw.uk/\">WebDevLaw</a>. We have a lengthy discussion about <a href=\"https://www.eugdpr.org/\">GDPR</a> (General Data Protection Regulation), what it is, what’s at stake, and its potential impacts on the WordPress ecosystem. We also discuss the cultural differences between the North American and European views on user privacy.</p>\n<p>When asked what she hopes to see as we approach May of 2018, Burns replied:</p>\n<p>“I want to see all hands on deck making WordPress a force for good, that people can trust, and that people can be empowered to change for the better. Don’t let the fact that it involves law put you off. GDPR is a toolkit for empowerment, it’s a means for protecting and safeguarding your users in these quite scary times we’re living in. And it will make you a better developer and site administrator in the end.”</p>\n<p>For questions related to GDPR or how to make your site or WordPress plugins compliant, <a href=\"https://webdevlaw.uk/\">please get in touch with Burns</a>. You can also <a href=\"https://videopress.com/v/JkKwb2zi\">view her presentation</a> on WordPress.TV from WordCamp Belfast, 2016.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wp-site-care-acquires-wp-radius\">WP Site Care Acquires WP Radius</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://frontenberg.tomjn.com/\">Frontenberg</a> by Tom J. Nowell is a new site that displays Gutenberg to the frontend of WordPress. It allows visitors to tinker with Gutenberg without having to login to a site or install a plugin.</p>\n<p>John gave props to <a href=\"https://github.com/renatonascalves\">Renato Alves</a> who has been working on adding WP-CLI support for <a href=\"https://github.com/bbpress/wp-cli-bbpress\">bbPress</a> and <a href=\"https://github.com/buddypress/wp-cli-buddypress\">BuddyPress</a>.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 27th 18th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #298:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Dec 2017 01:21:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: Design in Kentucky\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2017/12/design-in-kentucky/\";s: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:352:\"<p>Fast Company Design has written <a href=\"https://www.fastcodesign.com/90154530/tech-has-a-diversity-problem-so-this-designer-went-to-kentucky\">Tech Has A Diversity Problem–So This Designer Went To Kentucky</a>, about John Maeda's work pairing some of the top designers in the world with students in Paintsville, Kentucky. </p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Dec 2017 21:17:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WPTavern: WP Site Care Acquires WP Radius\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=77086\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wptavern.com/wp-site-care-acquires-wp-radius\";s: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:1407:\"<p><a href=\"https://www.wpsitecare.com\">WP Site Care</a>, a WordPress management and maintenance service provider<a href=\"https://www.wpsitecare.com/weve-acquired-wp-radius/\"> has acquired</a> <a href=\"https://www.wpradius.com/\">WP Radius</a>. Ryan Sullivan, Founder of WP Site Care, says the acquisition has been in the works for some time. </p>\n\n\n\n<p>\"We’ve been working toward growing our customer base and learning about new business models in the WordPress support space for quite some time, and the WP Radius acquisition allows us to accomplish both of those goals,\" he said.<br /></p>\n\n\n\n<p>The move increases WP Site Care's customer base by 20% and will allow it to experiment with <a href=\"https://www.wpradius.com/plans/\">an unlimited jobs model</a>, something that set WP Radius apart. </p>\n\n\n\n<p>\"We’ve been very interested in the unlimited jobs model and what that really means from an operations standpoint for quite some time, and whether or not it’s <em>actually</em> better for customers, so this move will allow us to learn a lot more about how that all plays out in the real world,\" Sullivan said.</p>\n\n\n\n<p>WP Radius will continue to operate as a separate entity and will eventually be consolidated into the WP Site Care brand. </p>\n\n\n\n<p>WP Radius was founded in 2015 by Todd Schwartzfarb and Brandon Yanofsky. Financial details of the acquisition were not disclosed. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Dec 2017 19:38:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"HeroPress: WordPress allowed me to have a Dream Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2357\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://heropress.com/essays/wordpress-allowed-dream-job/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-allowed-dream-job\";s: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:13902:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/121917-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: You know that you should never stop dreaming, right?\" /><p>I was always interested in computers but I did not know I would become a developer. As a kid, a dream job, was playing and reviewing video games. I believe, many kids had a similar dream job. I guess, that’s where I started seeing a dream job would be a job where you would be happy to go to and maybe even sad when going from it.</p>\n<p>Today, I see myself as having a dream job. Let me tell you how I got to my current situation.</p>\n<h3>Programming was not for me</h3>\n<p>While going to high school, I was introduced to programming. We did some Turbo C++ and I could not understand a thing. Even a simple for-loop was hard for me. I would rather play Counter-Strike with friends who attended that class. After that, as I did not understand programming, I chose not to follow such career path. I did not want my parents to pay for my college expenses since I would have to go to another city. Especially since I realised I don’t understand how to code.</p>\n<p>Since I live in Croatia, I did not have access to a high speed internet. At that time, a high speed internet was an ADSL with a download speed of 200kb/s.</p>\n<blockquote><p>I was using the 56k modem which was too expensive so I had only 2 hours per week to spend on it.</p></blockquote>\n<p>I used those 2 hours for playing games instead of learning.</p>\n<p>Once I got the ADSL, somewhere near the end of high school, I was able to get my hands on Photoshop and learned how to manipulate images. After high school, I went to the Maritime College but soon after I knew I did not want to spend years and years working on ships, not seeing my family or friends. That was not my dream job.</p>\n<h3>Second Try</h3>\n<p>I decided to give another chance to programming, but with a different learning path. Since I already knew how to use Photoshop, I realized there was an option “Slice for Web..”. That was my first introduction to web development.</p>\n<p>I knew having a web page composed of images from Photoshop was not how it should be done. I was used to 56k modem and I knew how a page like that would take long to load.</p>\n<p>The luck was on my side now since I had ADSL and I could spend hours and hours weekly search the Internet. I searched how to slice images and prepare them for web pages by reading PSD Tuts+. Back then there were only PSD and Net TutsPlus sites in their network.</p>\n<p>I learned a lot on PSD to HTML and how to use CSS to style your web sites. After that, I wanted to learn how do blogging sites work. How do they show those articles. I mean, it couldn’t be that for each article, they would open one HTML file and edit it. That’s just too much work. So, I found about PHP and MySQL and got some courses on Lynda on that.</p>\n<p>I learned about creating a blog using PHP and MySQL. I also learned a little on advanced coding and I was really happy with my knowledge. All that was just a month or two from where I knew nothing on programming.</p>\n<h3>Looking for a CMS</h3>\n<p>With my knowledge, I knew how to build various types of sites. I asked other businesses if I could build a site for them in return of a favour or even product. Some of them were up to that. I didn’t want to charge since I knew I still had a lot to learn.</p>\n<p>After a while, I was a bit tired (read: lazy) of building SQL tables and all the base functions for each project. I wanted to see if there are some tools I could use for a faster development. Something that would give me a starting point with basic functionalities such as content, users, settings etc.</p>\n<p>After reading a lot of tutorials on PHP, I also read about Joomla, WordPress and similar. So I went for both. I was so confused by Joomla and how everything I wanted to do required me several clicks. After that, I tried WordPress. I loved it. Joomla had articles, which you could set as pages. WordPress had Posts and Pages. I really loved how everything was so easy to setup. At that time, there were no custom post types or featured images, but I did not need them yet. I was just beginning my journey with WordPress.</p>\n<p>From there forward I downloaded many themes and plugins just to read their code and learn how they’ve been developed.</p>\n<h3>The First Breadcrumbs & Disappointments</h3>\n<p>Even though I did not know too much, I did know how to develop something, how to use a library and integrate it into my own and so on.</p>\n<blockquote><p>The first time I realised that WordPress could help me have a dream job is when I created a simple Dropbox plugin for my own needs.</p></blockquote>\n<p>Once I’ve built it and scanned through CodeCanyon, I saw there was nothing like that (now there are several). So I went and uploaded it there. It went live after a week or so.</p>\n<p>I did not expect much from it. I could gather around $300 from it after several months. As a college student who didn’t work on a side job, such income was really great for me.</p>\n<p>That is where it all started for me. I decided to use WordPress for any new projects and build custom ones to learn more.</p>\n<p>Don’t get me wrong. It was not so easy to get new projects. I did get a job as a student which was a failure in the sense that I did not get paid for it. I also had another freelancing experience that was not good. But that did not let me down.</p>\n<p>You WILL get those clients from hell. It is something I think most of us get to know. But in time, you will learn how to identify such clients and pass on such projects.</p>\n<p>Fast forward a year and I got a job where I did not use WordPress. But I did not intend to leave it. I joined Elance (now Upwork) so I could earn some side money using WordPress.</p>\n<p>I did not earn anything on Elance and on my daily job, for a year, I was getting only 60% of the monthly paycheck because the Company did not have enough money. Somehow they did get the other 40% by the end of the month.</p>\n<p>But can you imagine how stressful was that? You can never know if you can travel or save some money. I could not afford purchasing a course which could improve my knowledge.</p>\n<p>I had a job where I liked to work, but the money situation was really stressful and I did not want to rely just on the company. WordPress to the rescue!</p>\n<h3>WordPress Community</h3>\n<p>Not long after, I learned about WordPress Croatia. Before that, I never used social media for such discussions and networking. That Facebook group was the first group I joined to discuss about WordPress and help each other.</p>\n<p>That was really a great experience. I learned about WordCamps and Meetups and that group pushed me into making my first eBook on WordPress. Another product I was able to earn some side money which involved WordPress. My mindset started to change.</p>\n<blockquote><p>By helping others through teaching and discussion, I can also help the WordPress Community.</p></blockquote>\n<p>My first experience on public speaking was on a WordPress Meetup in Zagreb. I would never go if I was not invited by Emanuel Blagonić. A great guy who with his brother Lucijan and several other folks really started a WordPress movement in Croatia.</p>\n<p>I never seen anything like that before. People helping each others, going so much to take their own free time to fix or at least investigate a bug on someone else’s site. I really liked it and wanted to be a part of such a community.</p>\n<p>Even if such a community does not help you directly to land a job or get a new gig, it really does help you indirectly with all the knowledge that is shared (from development to business).</p>\n<h3>Teaching & Job Opportunities</h3>\n<p>Because of the WordPress community in Croatia, I wanted to help by teaching others. So I also started a site where I have written a lot of tutorials on WordPress development. That site was in Croatian so people can start much sooner (even if they don’t know English).</p>\n<p>I used to sleep only for 2 to 3 hours so I could get up much earlier and start to write tutorials or make videos. I did not have a microphone at first, so I used a webcam as a microphone. You can imagine how awful the audio was. Even if it’s in Croatian, you can check the quality of it on <a href=\"https://www.youtube.com/channel/UCzcRclnBSnJRPM5h4PfnqWw\">YouTube</a>.</p>\n<blockquote><p>But I was really happy I could help someone who knows less than me.</p></blockquote>\n<p>By teaching, I have learned a lot and I am so thankful to the community which was one of the reasons I kept going like that. I also got invited to several WordPress projects just because people saw me as someone who understands WordPress.</p>\n<h3>WordCamps & WebCamps</h3>\n<p>You can make friends there. Seems a bit odd maybe, but you can. Due to the community I made some friends such as Ana & Marko from <a href=\"https://www.anarieldesign.com/\">anarieldesign.com</a> and Goran Jakovljević from <a href=\"https://wpgens.com/\">wpgens.com</a>.</p>\n<p>We have become friends through the community on social media. I’ve met them all just after a year or so on WordCamp Zagreb 2017. But we talked as if we were friends for years and years. I’ve seen how people from all over the world talk to each other and how a friendly and welcoming this WordPress Community is.</p>\n<p>Even today, I frequently talk to all of them and we help each other as we can. That is something that you can’t have everywhere.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/codeable.png\"><img class=\"alignleft size-medium wp-image-2359\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/codeable-300x270.png\" alt=\"Codeable sticker on a ski helmet\" width=\"300\" height=\"270\" /></a>My dream job progress came after WebCamp Zagreb 2016 where I met other people from the IT community. I got introduced to Toptal and just a month from it, I joined Toptal. Codeable was also something I wanted to try and I did. As if those platform communicated together, I got invited into <a href=\"https://codeable.io/\">Codeable</a> a week after I joined <a href=\"https://www.toptal.com/\">Toptal</a>.</p>\n<p>That is where it all has started getting real to me. I was able to freelance as much as I wanted and when I wanted. It was the first time I could go do my hobbies without worrying about money.</p>\n<h3>The Dream Job we all seek</h3>\n<p>My definition of a dream job is the feeling when you’re waking up happy and not sad because you have to go to work. Such job should also challenge you so you learn something new. Sometimes it may even get you out of your comfort zone, but you’ll be a better person because of it.</p>\n<p>I still have an occupied day, working on a daily job and then working with my own clients. It may not suit all. But I am finally able to feel somehow financially free, going happy to work and making friends while doing it. Even if I don’t have any side projects, I am working on my plugins and writing tutorials on my own site (I love it).</p>\n<p>Today, for the first time, I am planning to go to a WordCamp outside Croatia.</p>\n<p><strong>That is all thanks to WordPress.</strong></p>\n<p>You know that you should never stop dreaming, right?</p>\n<p>I guess, I wanted to let you know that WordPress can help you get a dream job! It can be something totally different, but as long as it involves Internet, I think WordPress can help you with it.</p>\n<p><strong>WordPress would not be where it is today if it was not to the whole WordPress Community. So, thanks to all involved in it!</strong></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress allowed me to have a Dream Job\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20allowed%20me%20to%20have%20a%20Dream%20Job&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-allowed-dream-job%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress allowed me to have a Dream Job\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-allowed-dream-job%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-allowed-dream-job%2F&title=WordPress+allowed+me+to+have+a+Dream+Job\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress allowed me to have a Dream Job\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-allowed-dream-job/&media=https://heropress.com/wp-content/uploads/2017/12/121917-150x150.jpg&description=WordPress allowed me to have a Dream Job\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress allowed me to have a Dream Job\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-allowed-dream-job/\" title=\"WordPress allowed me to have a Dream Job\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-allowed-dream-job/\">WordPress allowed me to have a Dream Job</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Dec 2017 07:00:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Igor Benić\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 4.0.2 of the Akismet WordPress Plugin Is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1982\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2017/12/18/version-4-0-2-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1161:\"<p>Version 4.0.2 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>4.0.2 contains a few helpful changes:</p>\n<ul>\n<li class=\"p1\"><span class=\"s1\">Fixed a bug that could cause Akismet to recheck a comment that has already been manually approved or marked as spam.</span></li>\n<li class=\"p1\"><span class=\"s1\">Fixed a bug that could cause Akismet to claim that some comments are still waiting to be checked when no comments are waiting to be checked.</span></li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1982/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1982/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1982&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Dec 2017 16:56:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Stephane Daury\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Jetpack 5.6.1 Increases Security of the Contact Form Module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=77061\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/jetpack-5-6-1-increases-security-of-the-contact-form-module\";s: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:575:\"<p>Jetpack has <a href=\"https://jetpack.com/2017/12/14/jetpack-5-6-1/\">released version 5.6.1</a> which hardens the Contact Form module by improving permissions checking when updating a form's settings. In addition to security fixes, the character count for when Publicize publishes content to Twitter has been increased to 280. </p>\n\n\n\n<p>This release also fixes a bug that disabled the ability to save widgets after removing a Widget Visibility rule. Users are encouraged to update as soon as possible, especially if you make heavy use of the Contact Form module. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Dec 2017 22:49:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: WPWeekly Episode 297 – WordCamp US 2017 Recap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=77042&preview=true&preview_id=77042\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/wpweekly-episode-297-wordcamp-us-2017-recap\";s: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:2715:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://mor10.com/\">Morten Rand-Hendriksen</a>. We have an engaging conversation about WordCamp US 2017, Gutenberg, and what it’s going to take for it to succeed. Rand-Hendriksen shared what he thinks are <a href=\"https://mor10.com/gutenberg-and-the-future-of-wordpress-conditions-for-success/\">the three conditions</a> that need to be met before Gutenberg can be shipped.</p>\n<p>Near the end of the show, we discuss the possible impacts Gutenberg’s timeline may have on the WordPress economy. Jacoby and I round out the show by reviewing the 2017 State of the Word and our picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\">Storify to Close May 16, 2018, WordPress Plugin Discontinued</a><br />\n<a href=\"https://wptavern.com/gutenberg-and-the-wordpress-of-tomorrow-by-morten-rand-hendriksen\" rel=\"bookmark\">Gutenberg and the WordPress of Tomorrow by Morten Rand-Hendriksen</a><br />\n<a href=\"https://bridgetwillard.com/economic-impact-timeline-gutenberg-rollout/\">The Economic Impact of the Timeline of the Gutenberg Rollout</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://www.copytrans.net/copytransheic/\">CopyTrans</a> is a plugin for Windows to view HEIC files. In iOS 11, Apple started using HEIC/HEIF. HEIF stands for High Efficiency Image Format, and, as the name suggests, is a more streamlined way to store image files. It allows digital photographs to be created in smaller files sizes while retaining higher image quality than its JPEG alternative. The image format is currently not supported in Windows 7, 8, and 10.</p>\n<p>CopyTrans HEIC for Windows is a simple Windows plugin that allows you to open HEIC files using Windows Photo Viewer. This format is also <a href=\"https://core.trac.wordpress.org/ticket/42775\">not compatible with WordPress.</a></p>\n<p><a href=\"http://github.com/10up/wpsnapshots\">WP Snapshots</a> is a command line interface (CLI) tool by 10Up that empowers engineering teams to quickly share WordPress projects, including files and the database.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 20th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #297:</strong> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Dec 2017 00:59:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"HeroPress: Finding My Way Out Of My Comfort Zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2341\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://heropress.com/essays/finding-way-comfort-zone/#utm_source=rss&utm_medium=rss&utm_campaign=finding-way-comfort-zone\";s: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:20331:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/121317-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: As web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky.\" /><p>I don’t remember when we had a computer for the first time. I practically grew up with them. Hungary was a communist country when I was born in ’84, so while everyone had a job, no one could really do their own thing. Everything was state owned.</p>\n<p>In 1989-1990 there was a change of regime which followed the collapse of the Berlin wall, and suddenly the country became a democracy, and people were free to start and own companies. Yes, the era also had other problems, like 35% inflation at one point, but at least we were “free”.</p>\n<p>My parents started out by importing computers from Hong Kong. That was a huge thing. We had one of the first of those, a 286 with a whopping speed of 8 Mhz which went up to 16 if I pressed the Turbo button! I had no idea what that meant though besides the number being higher.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/young_gabor.jpg\"><img class=\"aligncenter size-large wp-image-2343\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/young_gabor-1024x576.jpg\" alt=\"Gabor about age 3, at a computer\" width=\"960\" height=\"540\" /></a></p>\n<p>It was a good time of Sim City, Prince of Persia, and Sokoban.</p>\n<h3>Finding the Web</h3>\n<p>My first “website” was one my grandmother asked me to make for her Quaker group. I was 12. I created it with tables and inline styling (CSS wasn’t a thing back then), but never got it live – hosting wasn’t something I really knew about.</p>\n<p>Fast forward to 2003 when I started university studying architecture in Budapest. It was fun, I loved physics, I loved drawing, I loved math, I <em>especially</em> loved descriptive geometry! The latter is pretty much “how to represent a 3d thing on a sheet of paper”. Incidentally that brought me my first high paying consulting job. As a student in 2nd year I coached a student in first year in descriptive geometry – he had broken his leg so couldn’t actually make the classes, but he had to pass that subject to advance. So every week I would go to their house and spend about 3 hours helping him draw and figure out how to draw what to draw and why to draw those things that way. That experience taught him everything he needed to know to pass with a 4 (on a scale of 5, 5 being best), which translates to around 80%. I had my first satisfied customer. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>It also taught me two very important things:</p>\n<ol>\n<li>if you’re good at it, they will overlook the fact that you’re not actually “qualified” to do the thing (I wasn’t a TA / lecturer. I was merely another student in an upper class. An upperclassman. 先輩)</li>\n<li>if you’re good at it, you can charge people a lot more than you otherwise think. I got paid about 3x the standard hourly wage of adults working the majority of hourly jobs, and as a student, that was awesome!</li>\n</ol>\n<p>For context though, there is no tuition fee for your first degree (i.e.: it’s paid for by the government for you which gets that money from taxes).</p>\n<p>The second formative experience was between 2004-2006. I joined an extracurricular architecture club. Basically students who don’t just want to bumble through the university but actually get good! Like, REALLY GOOD. We pitched to host EASA – European Architecture Students’ Assembly – in Budapest in 2006. For that we needed a website, both an internal forum, and a public facing site for sponsors / attendees / workshops / visitors / everyone.</p>\n<p>I knew nothing besides basic html.</p>\n<p>So naturally I volunteered.</p>\n<h3>Leveling up</h3>\n<p>I learned PHP, MySQL, and Flash from books: learn php in 24 hours, PHP 4 reference, learn mysql in 24 hours, learn flash in 24 hours, etc. I had one guy over the internet who helped me figure out things in PHP, but other than that I was all alone. Stack Overflow wasn’t a thing either. Wild times. From memory I could probably exploit that engine in one of 284 ways today. I’m glad it’s not online any more. The flash site is, it’s somewhat broken, but here you go: <a href=\"https://javorszky.github.io/ancientflashsite/\" rel=\"nofollow\">https://javorszky.github.io/ancientflashsite/</a></p>\n<p>I built a forum engine and a full actionscript site. We also had a requirement that whoever applies to host whatever workshop, we need to judge the workshop on its own merit, not on who submits it, so I built the submit form in such a way that it took the files, and renamed them, scrubbed the email addresses that reached the judging committee, and we made it a rule that if there’s any identifying information ON the pdf, it’s immediately disqualified. The year is 2005.</p>\n<p>Looking back, I realized two things:</p>\n<ol>\n<li>learn to learn on the job, and learn to enjoy not knowing stuff. Nobody does, really</li>\n<li>biases are real. Mitigate them. Even the ones you don’t know about. Especially the ones you don’t know about! Or at least have a framework by which you acknowledge if you’re called out</li>\n</ol>\n<h3>Moving On</h3>\n<p>I then decided to not continue my studies there. I was failed in one class where I expected a strong pass. We were split into 12 groups, and groups 1 and 2 got mostly failed, and groups 3-12 got overwhelmingly passed. Something wasn’t right, I spoke up, but I was a student, and they were faculty. I left because I didn’t feel like fighting and losing my soul over it.</p>\n<blockquote><p>Something wasn’t right, I spoke up, but I was a student, and they were faculty. I left because I didn’t feel like fighting and losing my soul over it.</p></blockquote>\n<p>I continued making websites for myself and got introduced to WordPress around this time. I don’t remember my first project. I <em>think</em> it was a site I built for myself in 8 hours for a competition which led me to my first paying website job, which I totally screwed up.</p>\n<p>In 2010 I decided to move countries with 3 friends I went to university with, at the time I was studying International Tourism Management, and I could transfer to Oxford Brookes University (not the one you heard about).</p>\n<p>I missed the application deadline.</p>\n<p>Which meant that I had to find work. When I bought my plane ticket I decided that whatever it takes, I will make it work. Staying in Hungary was not an option for me: I didn’t like the politics, I didn’t like where the country was heading economically, and I longed for a more cheerful society to surround me. Movement rights and language I can speak and other people going the same way helped me decide on the UK.</p>\n<h3>Restarting</h3>\n<p>So I made it work: I accepted the first full time job that I got offered. I worked as a wait staff at the restaurant of one of the luxury hotels in the city. It had very little to do with computers, but I had income, I could pay back the help I got from my friends (and by extension, their families), and I could actually take control of my own life instead of just bumping into furniture.</p>\n<blockquote><p>It had very little to do with computers, but I had income, I could pay back the help I got from my friends (and by extension, their families), and I could actually take control of my own life […]</p></blockquote>\n<p>I’ve learned a lot from working there. Chef taught me that literally no one cares WHY there was a mistake at that time in putting through an order – what’s important is what the error was, what’s needed to correct it. Everything else is wasting everyone’s time. Of course we’d go through these after the service.</p>\n<p>I’ve learned that to work in hospitality, you have to leave your ego at the door. Doesn’t mean you should take abuse, but there you’re part of a – hopefully – finely tuned, oiled machinery, and keeping the whole thing operating is the number one goal. Turns out that’s also applicable to working in teams in general.</p>\n<p>A year goes by, and we need to move out of the house we’re renting. In a break between morning and evening shifts I look at the job postings in the local newspaper: someone’s looking for a developer! It was a Wednesday. I got an interview for Friday, and started on Monday. I had to talk to my supervisor to move me to evening-only shifts because I have a second desk job. My days: 9am – 4:45pm developer, 5pm – 2am (ish, whenever we finished) waiting tables. Rinse and repeat.</p>\n<p>Working 60-80 hours could only go on for so long. After about 3 months I had a very sharp chest pain while on shift at the restaurant. Had to walk home (normally I cycle), and then made my way to the emergency room where after having waited 5 hours, I got an X-ray, and EKG, and the doctor determined there’s nothing wrong, so here’s some Ibuprofen (3×1) and some Paracetamol (1×1).</p>\n<blockquote><p>Kids, don’t work 60-80 hours a week.</p></blockquote>\n<p>“Uh, which one should I take on a day?” “Oh… both!”</p>\n<p>I went home, took the first dose, and slept for 22 hours. I handed in my resignation 2 days later at the restaurant because I needed to not work that much. My manager pleaded me to stay at least on part time, which I did, because they were genuinely lovely people.</p>\n<p>Kids, don’t work 60-80 hours a week.</p>\n<h3>Back to the web with full steam</h3>\n<p>After a year at the development agency + restaurant combo, I got hired to a WordPress agency through recruiters. My new boss asked me why I haven’t applied to them directly, even though I saw their ad, why I waited to go through a recruiter. I said I didn’t think I was good enough. That decision ended up costing him a few thousand pounds in recruitment fees.</p>\n<p>I quit my restaurant job for good. I also learned a lesson to actually trust myself.</p>\n<p>Something that during the 2,5 years with them I would question a lot of times. There have been instances when I made mistakes that were incredibly easy to avoid had I just taken 5 more minutes to think. But every time it was something we could correct fairly fast (shoutout to hospitality experience!) and then I had a postmortem, and changed the way I work to avoid similar problems.</p>\n<p>I had the privilege to work on some seriously challenging WordPress sites while with them. That was my first actual commercial experience with it. We built blogs from Oxford University (the one you heard about) to eCommerce site migrations from Magento using Jigoshop and later WooCommerce.</p>\n<p>I’ve had to disassemble how WooCommerce worked fairly fast because of some of the client requirements, and I got pretty good at it.</p>\n<p>In November 2014 I got hired to one of the product companies around WooCommerce and spent a year and a half with them maintaining their plugins, answering customer queries and helping them fix their sites occasionally. That was my first help desk experience.</p>\n<p>I got access to some incredibly large eCommerce stores and I quickly discovered where the bottlenecks were in our plugins, WordPress, and WooCommerce itself. Some of the customers had access to New Relic, which I could use to help me find what’s taking so long.</p>\n<p>From then on it was just a case of finding what’s slow, following it back, reading the documentation and code on why it’s slow, and coming up with ideas on how to fix it.</p>\n<p>I got really good at this.</p>\n<h3>The Freelance Days</h3>\n<p>At the end of July 2016 our ways parted, and I had a buffer of about 3 months when I didn’t need to worry about having to find another job. While trying to figure out what to do, where next, I started getting requests to work on some projects. They asked me my hourly rate. I said a number I was slightly uncomfortable with, they said yeah, and off I went.</p>\n<blockquote><p>[…] I started getting requests to work on some projects. They asked me my hourly rate. I said a number I was slightly uncomfortable with, they said yeah […]</p></blockquote>\n<p>It also helped that I was at the time known for my love of hard problems and actually figuring out why things break and fixing them.</p>\n<p>I thought “hey, if I can command that much hourly rate, I could make this work!”</p>\n<p>I took on clients, and managed to make things work for… a surprisingly long time. Having GREAT accountants is a must for self employment.</p>\n<p>I suddenly also had time to pursue some of my other interests: I learned how to ride a motorcycle.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_motorcycle.jpg\"><img class=\"aligncenter size-large wp-image-2344\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_motorcycle-1024x576.jpg\" alt=\"Gabor standing by a sporty motorcycle\" width=\"960\" height=\"540\" /></a></p>\n<p>I started learning Japanese! I got back onto the slackline.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_slackline.jpg\"><img class=\"aligncenter size-large wp-image-2345\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_slackline-1024x768.jpg\" alt=\"Gabor balancing on a narrow strap hung between two trees\" width=\"960\" height=\"720\" /></a></p>\n<p>I got to speak at WordCamp Brighton in 2017!</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_wordcamp.jpg\"><img class=\"aligncenter wp-image-2346 size-large\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_wordcamp-1024x683.jpg\" alt=\"Gabor, on stage at WordCamp Brighton\" width=\"960\" height=\"640\" /></a></p>\n<p>Until very recently, it was a game of “how long can I be self employed before I need to look for a job?” Turns out I couldn’t answer this, because an opportunity came up to join Mindsize as a lead backend developer.</p>\n<p>When I heard about them starting up a few months prior, I had two thoughts:</p>\n<ol>\n<li>they are probably the only company I would stop doing freelance work for</li>\n<li>I’m not good enough to work with them yet</li>\n</ol>\n<p>Statement 1 was true :).</p>\n<h3>Catching up with the present</h3>\n<p>This brings us into the very recent present. It’s maybe a month old development at the time of publication. Since then I’ve been working really hard to reclaim my time of about 40 hours worked a week. With the holiday push of the clients I had as a freelancer, there was a transition phase where I had to work 60-80 hours.</p>\n<p>Don’t work 60-80 hours a week, kids!</p>\n<p>Looking back it was incredibly humbling experience so far, but also exciting, and full of challenges, and learnings. I’ve made a lot of excellent friends, and luckily very few enemies. I am grateful for each and every one of them.</p>\n<p>I don’t know where life takes me. For the foreseeable future I’ll be with Mindsize and will make eCommerce sites awesome, and will make awesome eCommerce sites. But I’ll also try and pass on some of the things I’ve learned by helping people new to the industry.</p>\n<p>There are a lot more things I could say, but they aren’t necessarily part of my journey, so I’ll save them for some other time.</p>\n<h3>On privilege</h3>\n<blockquote><p>We, as web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky.</p></blockquote>\n<p>Except for one thing. When I worked at the WordPress agency, Twitter, and by extension, society, started the “check your privilege” trend. It took a while to understand what it was all about, but it’s something I wish everyone did.</p>\n<p>We, as web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky. I’ve realized that my journey wouldn’t have been possible had I been born to less fortunate circumstances:</p>\n<p>If my parents didn’t make the decision to start teaching me English when I was 3.</p>\n<p>If I didn’t have the financial stability in my family to be able to just explore what I like to do.</p>\n<p>If I didn’t have the financial stability to just drop out of university after 3 years because “I didn’t like it”. And another one after a semester. And never finish my Tourism Management course.</p>\n<p>If I didn’t live in a developed nation with easy access and high standards of living.</p>\n<p>This brings into mind one of my favorite tweets:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Your job, lucky person, is to help others less lucky than you to improve their odds.</p>\n<p>— Dylan Wilbanks, Human Grumpy Cat (@dylanw) <a href=\"https://twitter.com/dylanw/status/522060876304486400?ref_src=twsrc%5Etfw\">October 14, 2014</a></p></blockquote>\n<p></p>\n<p>Not everyone has these opportunities and every day I am conscious of it.</p>\n<p>Humans are hard. Interpersonal skills are hard. Treating each other with dignity, respect, and grace is hard if you haven’t been brought up with those values as a kid. It’s been a challenge for me to shed the “boys will be boys” upbringing I was carrying.</p>\n<p>Let’s use our power and means and help the less fortunate walk their own paths. Let’s lessen marginalization with the view of ending it. Let’s be excellent to each other!</p>\n<p>And don’t use “guys” to mean everyone!</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Finding My Way Out Of My Comfort Zone\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20My%20Way%20Out%20Of%20My%20Comfort%20Zone&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding My Way Out Of My Comfort Zone\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%2F&title=Finding+My+Way+Out+Of+My+Comfort+Zone\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding My Way Out Of My Comfort Zone\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/finding-way-comfort-zone/&media=https://heropress.com/wp-content/uploads/2017/12/121317-150x150.jpg&description=Finding My Way Out Of My Comfort Zone\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding My Way Out Of My Comfort Zone\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/finding-way-comfort-zone/\" title=\"Finding My Way Out Of My Comfort Zone\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-way-comfort-zone/\">Finding My Way Out Of My Comfort Zone</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Dec 2017 08:00:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gabor Javorszky\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Storify to Close May 16, 2018, WordPress Plugin Discontinued\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\";s: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:2906:\"<p><a href=\"https://storify.com/\">Storify</a>, a service that launched in 2010 and opened to the public in 2013 has announced that it is shutting down version one of its service on May 16th, 2018. Concurrently, its WordPress plugin that is actively installed on more than 2,000 sites has been <a href=\"https://wordpress.org/plugins/storify/\">discontinued</a>. </p>\n\n\n\n<img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/12/StorifyPluginDiscontinued.png?w=627&ssl=1\" />\n Storify Plugin is Discontinued\n\n\n\n\n<p>Storify enabled journalists and others to build stories and timelines similar to Twitter and other social networks. The service <a href=\"https://techcrunch.com/2013/09/09/livefyre-acquires-storify/\">was acquired</a> by <a href=\"http://www.livefyre.com\">Livefyre</a> in 2013 and became part of Adobe when it <a href=\"https://techcrunch.com/2016/05/03/adobe-acquires-livefyre/\">acquired Livefyre</a> in 2016. </p>\n\n\n\n<p>Storify has disabled new accounts from being created and will delete stories and accounts on May 16th, 2018. Existing users who want to move to Storify 2, a paid feature of Livefyre, will need to purchase a license. The service has <a href=\"https://storify.com/faq-eol\">published a FAQ</a> that includes directions on how to export content. </p>\n\n\n\n<h2>New Plugin Opportunity</h2>\n\n\n\n<p>According to some users, the export process is cumbersome, providing an excellent opportunity for a prospecting developer to create a WordPress plugin that makes the process easier. A search of the WordPress plugin directory for Storify Export produces zero results. <br /></p>\n\n\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">A fantastic <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> dev opportunity: <a href=\"https://twitter.com/Storify?ref_src=twsrc%5Etfw\">@Storify</a> just announced its \"End of Life\" for May 2018. The export is kinda lame. If I could import a story from Storify into a WordPress Post/Page that would be fabulous! I have a few stories that I wouldn\'t want to lose. <a href=\"https://twitter.com/hashtag/biz?src=hash&ref_src=twsrc%5Etfw\">#biz</a></p>— Birgit Pauli-Haack (@bph) <a href=\"https://twitter.com/bph/status/940706045449703424?ref_src=twsrc%5Etfw\">December 12, 2017</a></blockquote>\n\n\n\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I have a lot of Storify stories I\'d hate to lose, too. If you hear of someone doing this, I\'d love to know about it.</p>— Deborah Edwards-Onoro (@redcrew) <a href=\"https://twitter.com/redcrew/status/940729186469253120?ref_src=twsrc%5Etfw\">December 12, 2017</a></blockquote>\n\n\n\n\n<p>If you know of any methods or plugins that eases the process of exporting content from Storify and importing it to WordPress, please share them in the comments. Also feel free to let us know if you create a plugin that performs this task. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Dec 2017 07:30:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Gutenberg and the WordPress of Tomorrow by Morten Rand-Hendriksen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76959\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/gutenberg-and-the-wordpress-of-tomorrow-by-morten-rand-hendriksen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1054:\"<p>While attending WordCamp US 2017, there were a number of sessions that stood out to me. <a href=\"https://wordpress.tv/2017/12/10/morten-rand-hendriksen-gutenberg-and-the-wordpress-of-tomorrow/\">Gutenberg and the WordPress of Tomorrow</a> by Morten Rand-Hendriksen was one of them. </p>\n\n\n\n<p>Hendriksen explains the state of WYSIWYG in WordPress and how it doesn't really exist but Gutenberg provides opportunities to change that. He explores developing sites without being confined to a small view port. He also performs a live demo of Gutenberg showing off its capabilities.</p>\n\n\n\n<p>An interesting outcome from his presentation is the amount of optimism and excitement it generated from the audience. During the question and answer session, a member of the audience commented on how far Gutenberg has advanced in the last three months and that it looks cool to use now. </p>\n\n\n\n<p>To gain insight into how Gutenberg can moonshot WordPress over its competition, watch Hendriksen's presentation. </p>\n\n\n\n\n <div class=\"embed-wrap\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Dec 2017 20:57:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Post-Verbal Language\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47705\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2017/12/post-verbal-language/\";s: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:1800:\"<p>James Beshara has a <a href=\"https://jjbeshara.com/2017/12/09/a-post-verbal-world/\">really interesting read on how communication will change and evolve in a post-verbal world</a>, namely one where human/brain interfaces like <a href=\"https://waitbutwhy.com/2017/04/neuralink.html\">Neuralink</a> can more directly transmit thought between people than the medium of language allows today. </p>\n\n\n\n<p>After reading the essay I wonder if people's thoughts or the neural pathways they activate, if they could be directly transmitted into another brain, would actually make any sense to someone else with a unique internal set of pathways and framework for parsing and understanding the world. The essay assumes we'd understand and have more empathy with each other, but that seems like a leap. It seems likely the neural link would need it own set of abstractions, perhaps even unique per person, similar to how <a href=\"https://www.newscientist.com/article/2114748-google-translate-ai-invents-its-own-language-to-translate-with/\">Google Translate AI invented its own meta-language</a>. </p>\n\n\n\n<p>Today <a href=\"https://www.economist.com/news/leaders/21730871-facebook-google-and-twitter-were-supposed-save-politics-good-information-drove-out\">idea-viruses that cause outrage (outrageous?) in today's discourse have been weaponized by algorithms optimizing for engagement</a>, and directly brain-transmitted memes seem especially risky for appealing to our base natures or causing <a href=\"https://en.wikipedia.org/wiki/Amygdala_hijack\">amygdala hijack</a>. But perhaps a feature of these neural interface devices could counteract that, with a command like \"tell me this piece of news but suppress my confirmation bias and tribal emotional reactions while I'm taking it in.\"</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Dec 2017 03:09:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: iPhone Fast Charging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47682\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2017/12/iphone-charging/\";s: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:382:\"<p>I love USB, cables, and charging things. <a href=\"https://www.macrumors.com/guide/iphone-x-fast-charging-speeds-compared/\">So MacRumors comparison of different wired and wireless charging options and speed for the iPhone X is my catnip</a>. tl; dr: USB-C + USB-C-to-Lightning cable gives you far and away the fastest times. I've found this true for the iPad Pro as well.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Dec 2017 16:51:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: State of the Word, 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2017/12/state-of-the-word-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:524:\"<p>I really enjoyed connecting with the WordPress community in Nashville this previous weekend. On Saturday I delivered the State of the Word presentation alongside <a href=\"https://choycedesign.com/\">Mel</a>, <a href=\"https://weston.ruter.net/\">Weston</a>, and <a href=\"https://matiasventura.com/\">Matías</a>. There's always a post-event buzz but I definitely noticed a change in tenor of people's thoughts on Gutenberg after the presentation and demo. The video is above, check it out when you get a chance.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2017 23:38:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"HeroPress: Remote Work Brings Freedom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2324\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://heropress.com/essays/remote-work-brings-freedom/#utm_source=rss&utm_medium=rss&utm_campaign=remote-work-brings-freedom\";s: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:21046:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/120617-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is not just a CMS, it\'s a Community of lovely people!\" /><p><a href=\"http://heropress.com/feed/#gujarati\">આ નિબંધ ગુજરાતીમાં પણ ઉપલબ્ધ છે</a></p>\n<p>First of all, I want to say thank you to HeroPress for reaching out and letting so many people share their stories. I am a follower of HeroPress and read new stories every week! A few months ago my friend <a href=\"https://heropress.com/essays/wordpress-good-indian-women/\">Juhi Patel shared her great WordPress story</a>, and I was inspired by her to share my own and how it has changed my way of working.</p>\n<blockquote><p>I am that guy who hates theory and loves to do practical programming.</p></blockquote>\n<p>After completing my bachelor of engineering with Information Technology in 2013, I was looking for a job. I found that there were many different kinds of programming language jobs that were available. I was really not sure which one I needed or wanted to choose. After getting advice from a senior, I started training for PHP because it was easy and quick to learn. A few days before I had completed Training, I got selected in small company (5 Employees) as a PHP Developer. I was making websites there using PHP codeigniter framework.</p>\n<p>I was belong from a small town, and everyday it took me around 3 hours to travel to my job. After about 2 months, I applied for a job at another big company and was selected as Web Developer. There I was working on CMS Framework (not WordPress <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> ) for website projects. After a few days, I made my personal site using WordPress in my free time.</p>\n<blockquote><p>At that time, I was not aware of themes and plugins. I was just playing with theme files and editor to make changes on my website! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f61c.png\" alt=\"?\" class=\"wp-smiley\" /></p></blockquote>\n<p>After a month, my team leader got to know about that I was interested in WordPress. I got the opportunity to learn WordPress. I learned and explored WordPress with some demo projects by understanding how plugins and themes work. After 3 weeks of learning WordPress, I worked on my first WordPress project. This project took around 4 months to complete <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> After this successful project, the whole CMS Team migrated to WordPress.</p>\n<blockquote><p>I realized that, WordPress is so easy to learn, get help and work on it!</p></blockquote>\n<p>After around 1 year and 3 months of working with that company, I was told to work after working hours due to heavy requirements from our projects. I felt really stressed and frustrated at work and during that time…</p>\n<blockquote><p>I got to know about “Remote” work. But I didn’t know what that was or how it works?</p></blockquote>\n<p>I explored about remote work and found that this is a career that you can work from your home, workplace or anywhere you like. I saw that many people in world are doing remote work happily. I decided to switch my job from Office Job to Remote Job. My parents, family and relatives advised me to not leave office job because they believed Remote Job is not as secure as an Office Job. But I stuck with my decision. In March 2015, I resigned from my job without notice period with the condition of no experience letter would be provided to me of this job.</p>\n<blockquote><p>At the initial stage it was hard to be freelancer. But I was trying and trying to get that started.</p></blockquote>\n<p>I had registered in one popular freelancer marketplace. After 1 week of trying very hard I got my first project. It was just for $5 to make an HTML page with a countdown timer. I did it successfully and got the best review. After that I had also completed many projects successfully. That’s it! I was done with my decision. Within the first few weeks I made a website for one US Client. They were impressed by my work and hired me as Full time Web Developer for their company in April 2015. I am remotely working with them happily still today from my home!</p>\n<blockquote><p>Everything is going smoothly. I am enjoying Work from Home, Freedom and Quality time with Family.</p></blockquote>\n<p>In October 2016, I learned about WordCamp. I attended my first WordCamp Nashik 2016. I met many WordPress Developers, Freelancers, Professionals, Users and many other people at this WordCamp. After that, I became a fan of WordCamp. We started organizing Meetups in our City. Within the last year, I have attended, volunteered and contributed as a friend and sponsor at more than 6 WordCamps. Currently I am active member of Ahmedabad WordPress Community.</p>\n<blockquote><p>I am a WordCamp Lover. WordCamp is a way to meet new people, learn and share knowledge!</p></blockquote>\n<p>In October 2017, we successfully organized WordCamp in our city. I have been speaking about how remote job can be a good opportunity as a career to students and newbie in panel discussion of WordCamp Ahmedabad.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/wcahmedabad-panel-discussion.jpg\"><img class=\"size-large wp-image-2325\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/wcahmedabad-panel-discussion-1024x683.jpg\" alt=\"4 men on a couch at the front of a room.\" width=\"960\" height=\"640\" /></a>Panel Discussion – WordCamp Ahmedabad 2017 (PC. Meher Bala)\n<blockquote><p>WordPress is not just a CMS, It’s a community of lovely people!</p></blockquote>\n<hr />\n<h1 id=\"gujarati\">રિમોટ કામ સ્વતંત્રતા લાવે છે.</h1>\n<blockquote><p>“મને હીરોપ્રેસ સ્ટોરીમાં ભાગ લેવામાં કેવી રીતે પ્રેરણા મળી?”</p></blockquote>\n<p>સૌ પ્રથમ, ઘણા લોકો સુધી પહોંચીને અને તેમની વાર્તાઓ કહેવા માટે હું હીરોપ્રેસનો ખુબ જ આભાર માનું છું. હું હિરોપ્રેસનો અનુયાયી છું અને દર અઠવાડિયે નવી વાર્તાઓ વાંચું છું! થોડા મહિના પહેલા મારી મિત્ર જુહી પટેલે તેની વર્ડપ્રેસની રસપ્રદ વાર્તા હીરોપ્રેસ પર કહી હતી. તે વાંચીને મને, મારા પોતાની વાર્તા, મારા કામ કરવાની રીત કઇ રીતે બદલાઈ તે કહેવા માટે પ્રેરણા મળી હતી.</p>\n<blockquote><p>“હું તે વ્યક્તિ છું જે થિયોરીને નફરત કરે છે અને પ્રાયોગિક પ્રોગ્રામિંગ કરવા માટે પ્રેમ કરે છે. “</p></blockquote>\n<p>2013 માં ઇન્ફોર્મેશન ટેકનોલોજી સાથે મારી સ્નાતક એન્જિનિયરિંગ પૂર્ણ કર્યા પછી, હું નોકરી શોધી રહ્યો હતો ત્યારે મેં જોયું કે અહીં ઘણી બધી પ્રોગ્રામિંગ ભાષાની નોકરીઓ ઉપલબ્ધ છે. ત્યારે હું ચોક્કસ ન હતો કે મારે કઈ પ્રોગ્રામિંગ ભાષા પસંદ કરવાની જરૂર છે? વરિષ્ઠ પાસેથી સલાહ મેળવ્યા પછી, મેં PHP માટે તાલીમ શરૂ કરી, કારણ કે તે શીખવા માટે સરળ અને ઝડપી હતી. તાલીમ પૂર્ણ થયાના થોડા દિવસો પહેલાં, મારી નાની કંપની (5 કર્મચારીઓ) માં PHP ડેવલપર તરીકે પસંદગી થઇ. હું PHP Codeigniter ફ્રેમવર્કનો ઉપયોગ કરીને ત્યાં વેબસાઇટ્સ બતાવતો હતો.</p>\n<p>હું એક નાનકડા શહેરમાંથી આવતો હતો, અને દરરોજ મને મારી નોકરી પર મુસાફરી કરવા માટે 3 કલાક જેવા થતા હતા. લગભગ 2 મહિના પછી, મેં બીજી મોટી કંપનીમાં નોકરી માટે અરજી કરી હતી અને ત્યાં મારી વેબ ડેવલપર તરીકે પસંદગી કરવામાં આવી હતી. ત્યાં હું વેબસાઇટ સંબંધિત પ્રોજેક્ટ્સ માટે સીએમએસ ફ્રેમવર્ક (વર્ડપ્રેસ સિવાયની <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" />) પર કામ કરતો હતો. થોડા દિવસો પછી, મેં મારી વ્યક્તિગત વેબસાઈટને મારા સ્વતંત્ર સમય દરમિયાન વર્ડપ્રેસની મદદથી બનાવી.</p>\n<blockquote><p>“તે સમયે, હું થીમ્સ અને પ્લગિન્સથી વાકેફ ન હતો. હું મારી વેબસાઇટ પર ફેરફારો કરવા માટે માત્ર થીમ ફાઇલો અને એડિટર સાથે રમી રહ્યો હતો! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f61c.png\" alt=\"?\" class=\"wp-smiley\" />”</p></blockquote>\n<p>એક મહિના પછી, મારી ટીમના આગેવાનને જાણવા મળ્યું કે મને વર્ડપ્રેસમાં રસ હતો. ત્યારે મને વર્ડપ્રેસ શીખવાની તક મળી. વર્ડપ્રેસ થીમ્સ અને પ્લગીંસ કેવી રીતે કામ કરે છે એ સમજવા, મેં જાતે શીખીને કેટલાક ડેમો પ્રોજેક્ટસ બનાવ્યા. વર્ડપ્રેસ શીખવાના 3 અઠવાડિયા પછી, મેં મારા પ્રથમ વર્ડપ્રેસ લાઈવ પ્રોજેક્ટ પર કામ કર્યું હતું. આ પ્રોજેક્ટ પૂર્ણ કરવા માટે મને લગભગ 4 મહિના લાગ્યા હતા <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> આ સફળ પ્રોજેક્ટ પછી, સમગ્ર સીએમએસ ટીમ વર્ડપ્રેસમાં જોડાઈ ગઈ.</p>\n<blockquote><p>“મેં અનુભવ કર્યો કે, વર્ડપ્રેસ શીખવું, સહાય મેળવવી અને તેના પર કાર્ય કરવુ ખૂબ જ સરળ છે!”</p></blockquote>\n<p>લગભગ 1 વર્ષ અને 3 મહિના તે કંપની સાથે કામ કર્યા પછી, મને અમારા પ્રોજેક્ટ્સની ભારે આવશ્યકતાના કારણે કામના કલાકો પછી પણ વધારે રોકાઈને કામ કરવા કહેવામાં આવતું હતું અને તે 2 સપ્તાહથી વધુ ચાલુ રહ્યું. ત્યારે મને કામ કરવું ખરેખર ભારયુક્ત અને નિરાશાજનક લાગવા લાગ્યું, તે સમય દરમિયાન ..</p>\n<blockquote><p>“મને “રિમોટ” કામ વિશે જાણવા મળ્યું. પરંતુ મને ખબર નહોતી કે તે કે તે કેવી રીતે કાર્ય કરે છે?”</p></blockquote>\n<p>મેં રિમોટ કામ વિશે તપાસ કરી અને જાણવા મળ્યું કે આ એક કારકિર્દી છે જે તમે તમારા ઘર, કાર્યસ્થળ અથવા તમને પસંદ હોય એ જગ્યાએથી કામ કરી શકો છો. મેં જોયું કે દુનિયામાં ઘણા લોકો રિમોટ કામ ખુબ જ ખુશીથી કરી રહ્યા હતા. મેં ઑફિસ જોબ છોડીને રિમોટ કામ કરવાનું નક્કી કર્યું. મારા માતાપિતા, કુટુંબીજનો અને સંબંધીઓએ મને ઓફિસની નોકરી ના છોડવાની સલાહ આપી કારણ કે તેઓ માનતા હતા કે રિમોટ કામ એ ઓફિસ જોબ જેટલું સુરક્ષિત નથી. પરંતુ હું મારા નિર્ણય સાથે જોડાઈ રહ્યો. માર્ચ 2015 માં, મેં નોટિસના સમયગાળા વગર મારા કામમાંથી રાજીનામું આપ્યું હતું અને શરત હતી કે આ નોકરીનો કોઈપણ અનુભવ પત્ર મને પૂરો પાડવામાં આવશે નહીં.</p>\n<blockquote><p>“પ્રારંભિક તબક્કે ફ્રીલાન્સર બનવું મુશ્કેલ હતું. પરંતુ હું તે ગમે તેમ કરીને શરૂ કરવાનો ખુબ જ પ્રયાસ કરી રહ્યો હતો.”</p></blockquote>\n<p>મેં એક લોકપ્રિય ફ્રીલાન્સર માર્કેટપ્લેસમાં રજીસ્ટર કર્યું હતું. 1 અઠવાડિયાના સખત પ્રયાસ કાર્ય પછી મને પહેલો પ્રોજેક્ટ મળ્યો. આ પ્રોજેક્ટ કાઉન્ટડાઉન ટાઈમર સાથે એક HTML પેજ બનાવવા માટે મને માત્ર $5 મળ્યા હતા. મેં એ પ્રોજેક્ટ સફળતાપૂર્વક પૂરો કર્યો અને શ્રેષ્ઠ રિવ્યૂ મેળવ્યો. તે પછી મેં ઘણા પ્રોજેક્ટ્સ પણ સફળતાપૂર્વક પૂર્ણ કર્યા હતા. બસ આ જ! મને મારો નિર્ણય સાચો પુરવાર થયો. પ્રથમ થોડા અઠવાડિયાની અંદર મેં એક યુએસ ક્લાયન્ટ માટે વેબસાઇટ બનાવી. તેઓ મારા કામથી પ્રભાવિત થયા હતા અને એપ્રિલ 2015 માં મને તેમની કંપની માટે સંપૂર્ણ સમય માટે વેબ ડેવલપર તરીકે નિયુક્ત કર્યો. હું આજે પણ તેમની સાથે ખુબ જ ખુશીપૂર્વક મારા ઘરેથી રિમોટ કામ કરું છું!</p>\n<blockquote><p>“બધું સરળતાપૂર્વક જઈ રહ્યું છે. હું ઘરેથી કામ કરીને સ્વતંત્રતા અને પરિવાર સાથે ગુણવત્તાભર્યો સમય પસાર કરવાનો આનંદ અનુભવું છું.”</p></blockquote>\n<p>ઑક્ટોબર 2016 માં, મને વર્ડકેમ્પ વિશે જાણવા મળ્યું. મેં મારી પહેલી વર્ડકેમ્પ નાસિક 2016 માં હાજરી આપી હતી. હું ઘણા વર્ડપ્રેસ ડેવલપર્સ, ફ્રીલાન્સર્સ, પ્રોફેશનલ્સ, યુઝર્સ અને ઘણા અન્ય લોકોને આ વર્ડકેમ્પ પર મળ્યો હતો. તે પછી, હું વર્ડકેમ્પ નો ચાહક બની ગયો. અમે અમારા શહેરમાં મીટપનું નું આયોજન કરવાનું શરૂ કર્યું. છેલ્લા વર્ષમાં, 6 થી વધુ વર્ડકેમ્પ પર મેં હાજરી આપીને, સ્વયંસેવક અને મિત્ર સ્પોન્સર તરીકે ફાળો આપ્યો છે. હાલમાં હું અમદાવાદ વર્ડપ્રેસ સમુદાયનો સક્રિય સભ્ય છું</p>\n<blockquote><p>“હું વર્ડકેમ્પનો પ્રેમી છું. વર્ડકેમ્પ નવા લોકોને મળવાનો, પોતાના જ્ઞાનની આપ-લે કરવાનો એક માર્ગ છે!”</p></blockquote>\n<p>ઓક્ટોબર 2017 માં, અમે અમારા શહેરમાં સફળતાપૂર્વક વર્ડકૅમ્પનું આયોજન કર્યું હતું. વર્ડકૅમ્પ અમદાવાદની પેનલ ચર્ચામાં મેં વિદ્યાર્થીઓ અને વપરાશકર્તાઓ માટે રિમોટ કામ કેવી રીતે સારી કારકિર્દી હોઈ શકે તે વિશે ચર્ચા કરી હતી.</p>\n<blockquote><p>“વર્ડપ્રેસ ફક્ત સીએમએસ નથી, પણ તે શ્રેષ્ઠ લોકોનો સમુદાય છે.”</p></blockquote>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Remote Work Brings Freedom\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Remote%20Work%20Brings%20Freedom&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Remote Work Brings Freedom\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%2F&title=Remote+Work+Brings+Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Remote Work Brings Freedom\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/remote-work-brings-freedom/&media=https://heropress.com/wp-content/uploads/2017/12/120617-150x150.jpg&description=Remote Work Brings Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Remote Work Brings Freedom\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/remote-work-brings-freedom/\" title=\"Remote Work Brings Freedom\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/remote-work-brings-freedom/\">Remote Work Brings Freedom</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2017 02:30:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Chetan Prajapati\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordCamp US 2017 is Livestreaming All Sessions for Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76937\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/wordcamp-us-2017-is-livestreaming-all-sessions-for-free\";s: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:2781:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/wordcamp-us-nashville.jpeg?ssl=1\"><img /></a></p>\n<p>WordCamp US is kicking off this morning. If you couldn’t make the journey to Nashville, you can still follow along at home or wherever you are in the world. <a href=\"https://2017.us.wordcamp.org/tickets/\" rel=\"noopener\" target=\"_blank\">Livestream Tickets</a> are free on the event’s website. Once you’ve registered for a ticket, head on over to <a href=\"https://2017.us.wordcamp.org/live-stream/\" rel=\"noopener\" target=\"_blank\">2017.us.wordcamp.org/live-stream/</a> and you’ll be able to tune in to the Fiddle Track, Banjo Track, Guitar Track, and the State of the Word (scheduled for Saturday, December 2, at 4PM CST).</p>\n<p>WordCamp US will be running three tracks simultaneously for both days of the conference and all sessions will be livestreamed. Check out the <a href=\"https://2017.us.wordcamp.org/schedule/\" rel=\"noopener\" target=\"_blank\">schedule</a> to find sessions you want to attend from home. Volunteers will also include captions, which will be embedded within the live stream video. If you have any problems with the stream, the event has a page dedicated to <a href=\"https://2017.us.wordcamp.org/live-stream/attendee-test/\" rel=\"noopener\" target=\"_blank\">livestream attendees</a> with a backup stream, as well as a troubleshooting page for <a href=\"https://2017.us.wordcamp.org/live-stream/support/\" rel=\"noopener\" target=\"_blank\">livestream support</a>.</p>\n<p>If you’re following along on Twitter, the <a href=\"https://twitter.com/wordcampus\" rel=\"noopener\" target=\"_blank\">WCUS Twitter</a> volunteers will be providing threaded coverage of sessions. This should keep your Twitter stream a little tidier with a kickoff tweet for each session, followed by live coverage threaded under each as replies.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Want to follow along with WCUS coverage at home? It will be easy by following our threaded coverage. Each session will start with a tweet that looks like this, All coverage of that session will be threaded to that kick-off tweet. <a href=\"https://t.co/J0M6jo6GEi\">pic.twitter.com/J0M6jo6GEi</a></p>\n<p>— WordCamp US (@WordCampUS) <a href=\"https://twitter.com/WordCampUS/status/936595172485468160?ref_src=twsrc%5Etfw\">December 1, 2017</a></p></blockquote>\n<p></p>\n<p>Want to see WCUS hosted near you in 2019/2020? <a href=\"https://wordcampcentral.polldaddy.com/s/wcus-2019-2020\" rel=\"noopener\" target=\"_blank\">Applications for host cities</a> opened today. If you want to be part of the team that makes WCUS happen in your city, talk to your local WordPress community organizers about filling out an application for the next host city.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 15:34:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Dev Blog: The Month in WordPress: November 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2017/12/the-month-in-wordpress-november-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4232:\"<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 4.9 “Tipton”</h2>\n\n\n\n<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget improvements.</p>\n\n\n\n<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</p>\n\n\n\n<p>To get involved in building WordPress Core, jump into the #core 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\n\n<h2>Apply to Speak At WordCamp Europe 2018</h2>\n\n\n\n<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a>.</p>\n\n\n\n<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp program — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>\n\n\n\n<h2>Diversity Outreach Speaker Training Initiative</h2>\n\n\n\n<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>\n\n\n\n<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other events.</p>\n\n\n\n<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>\n <li><a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>\n <li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>\n <li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>\n</ul>\n\n\n\n<p><em></em></p>\n\n\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\n\n\n<p><em></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 11:00:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"BuddyPress: BuddyPress 2018 Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=269296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://buddypress.org/2017/12/buddypress-2018-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:630:\"<p>What would you like BuddyPress to focus on in 2018? The core team has ideas of where BuddyPress can expand on and your input is important to harness the time and resources of an all-volunteer crew.</p>\n<p>The survey will take 10-15 minutes to complete. Be assured that we will not publish your name, email address, nor IP address when we post the results of this survey at BuddyPress.org.</p>\n<p>Thank you for your time and cooperation. Your feedback will help us improve BuddyPress for you.</p>\n<p>=> <strong><a href=\"https://mercime.polldaddy.com/s/buddypress-2018-survey\">Take the 2018 BuddyPress Survey</a></strong></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 10:26:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"@mercime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Gutenberg 1.8 Adds Greater Extensibility for Plugin Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/gutenberg-1-8-adds-greater-extensibility-for-plugin-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3668:\"<p><a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.8</a> was released this week with several notable improvements that will give plugin developers more flexibility in extending the editor. It introduces <a href=\"https://github.com/WordPress/gutenberg/pull/3668\" rel=\"noopener\" target=\"_blank\">block templates</a>, which developers can use when registering a new custom post type. The block templates define a set of pre-configured blocks that will initialize when a user creates a new post. In the example below, Gutenberg lead engineer Matias Ventura demonstrates what a block template for a book custom post type might look like.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/block-template-book.gif?ssl=1\"><img /></a></p>\n<p>This release also <a href=\"https://github.com/WordPress/gutenberg/pull/3456\" rel=\"noopener\" target=\"_blank\">improves the design of the tools menu</a> (toggled by the ellipses at the top of the editor) to have a more lightweight UI that will lend itself better to displaying items added by extensions in the future. The new design displays multiple menu items as a radio group where the selected item shows a checkmark, an approach that Gutenberg designers found to be more intuitive after some research.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-29-at-10.02.09-PM.png?ssl=1\"><img /></a></p>\n<p>Version 1.8 adds the ability for developers to <a href=\"https://github.com/WordPress/gutenberg/pull/3577\" rel=\"noopener\" target=\"_blank\">filter allowed block types</a> by specifying an array of type names that can be shown in the inserter component. This capability paves the way for block nesting where developers can define allowed children types. It also allows custom post types to specify which blocks are allowed or restricted, which will be useful for keeping CPTs lean as Gutenberg already has a large number of block types.</p>\n<p>The release also <a href=\"https://github.com/WordPress/gutenberg/pull/3554\" rel=\"noopener\" target=\"_blank\">improves meta box compatibility</a> with a fallback to the classic editor if Gutenberg detects that the meta box is unsupported. Plugin authors can now explicitly declare Gutenberg incompatibility when registering meta boxes, which will trigger a warning to the end user that explains which meta boxes have caused the fallback to the classic editor.</p>\n<p>In addition to all the improvements for extending Gutenberg, version 1.8 makes many small design tweaks, including <a href=\"https://github.com/WordPress/gutenberg/pull/3054\" rel=\"noopener\" target=\"_blank\">updated color pickers</a> with color indications and collapsible panels, <a href=\"https://github.com/WordPress/gutenberg/pull/3563\" rel=\"noopener\" target=\"_blank\">updated icon and tooltip</a> for table of contents menu, and a new <a href=\"https://github.com/WordPress/gutenberg/pull/3483\" rel=\"noopener\" target=\"_blank\">contrast checker</a> for paragraph color options. It also <a href=\"https://github.com/WordPress/gutenberg/pull/3632\" rel=\"noopener\" target=\"_blank\">puts block actions back on the block level</a> for the default, while still preserving the option to change it to a fixed toolbar at the top of the screen.</p>\n<p>For a full list of all the changes in version 1.8, check out the <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">release post</a> and the <a href=\"https://wordpress.org/plugins/gutenberg/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a> on WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 17:23:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WPWeekly Episode 296 – Gutenberg, Telemetry, Calypso, and More With Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76917&preview=true&preview_id=76917\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wpweekly-episode-296-gutenberg-telemetry-calypso-and-more-with-matt-mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1249:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://ma.tt/\">Matt Mullenweg</a>, co-creator of the WordPress project and CEO of Automattic. We discussed a wide range of topics including, his role on the board of directors at GitLab, Telemetry or data-usage gathering in WordPress, and the WordPress Growth Council.</p>\n<p>We learned what’s happening with the Mobile teams inside Automattic, the future of Calypso, and the role of Pressable as a testing bed. Last but not least, we find out how beneficial joining HackerOne has been for WordPress and why WordPress.com finally allowed the installation of third-party themes and plugins through its Business Plan.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 13th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #296:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 04:40:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordPress 4.9.1 Released, Fixes Page Template Bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-4-9-1-released-fixes-page-template-bug\";s: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:1473:\"<p>WordPress 4.9.1 <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">is available</a> for download and is a maintenance and security release. This release addresses four security issues in WordPress 4.9 and below that could potentially be used as part of a multi-vector attack. According to the release notes, the following changes have been made to WordPress to protect against these vulnerabilities.</p>\n<ol>\n<li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n<li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n<li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n<li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n<p><a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn are credited with responsibly disclosing the vulnerabilities. In addition to the changes above, 4.9.1 fixes eleven bugs, including the Page Template issue <a href=\"https://wptavern.com/workarounds-for-the-page-template-bug-in-wordpress-4-9\">we wrote about</a> last week. Many sites have already updated to 4.9.1 automatically. To see a list of detailed changes, check out <a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">this post</a> on Make WordPress Core.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 04:07:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Distributor Plugin Now in Beta: A New WordPress Content Syndication Solution from 10up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76871\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/distributor-plugin-now-in-beta-a-new-wordpress-content-syndication-solution-from-10up\";s: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:6117:\"<p>10up published a <a href=\"https://10up.com/blog/2017/distributor-plugin/\" rel=\"noopener\" target=\"_blank\">preview of its Distributor plugin</a> today, a new solution for syndicating content across WordPress multisite networks and the web. The <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">plugin</a>, which the company plans to release for free, is currently in final closed beta. It enables content managers to either “push” or “pull” content to/from sites where they have permission to publish.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-push-screenshot.jpg?ssl=1\"><img /></a>image credit: <a href=\"https://10up.com/blog/2017/distributor-plugin/\">10up</a>\n<p>Distributor includes the ability for editors to make changes to the original post and have linked copies automatically inherit the changes. This includes post content, post meta (custom fields), and taxonomy terms. It also ensures that content is SEO-friendly by providing canonical links that prevent duplicate content issues.</p>\n<p>The plugin differs from many <a href=\"https://wordpress.org/plugins/search/syndicate/\" rel=\"noopener\" target=\"_blank\">existing content syndication solutions</a>, which traditionally make use of RSS or XML/RPC, in that it is built using the <a href=\"https://developer.wordpress.org/rest-api/\" rel=\"noopener\" target=\"_blank\">REST API</a>.</p>\n<p>“The main technical advantage of the REST API is that it’s a ‘standard’ inside core for sharing information across sites,” 10up President Jake Goldman said. “Outside of multisite, we never even considered another approach. It is worth saying that you do need Distributor installed on both ‘ends’ for all of its features to work across the REST API – we need to extend the REST API a bit to get everything to pull across (plus the handling of ‘linked’ copies).”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-pull-screenshot.jpg?ssl=1\"><img /></a></p>\n<p>Goldman said that although “syndication” means many different things to different people, the “classic” use case of simply pulling from a source, such as ingesting content from a newswire, is not exactly the use case for Distributor. He said the team behind the plugin is perhaps more excited about the “push” implementation. In building their own solution, 10up also incorporated its trademark lean/streamlined UI, as many existing solutions are more complicated to use.</p>\n<p>“We’re definitely aware that there are other takes at a good content sharing workflow,” Goldman said. “We even helped Automattic refactor their solution a few years ago, which they use on VIP. We took a bit of inspiration from that project, including the modular ‘connection’ types. In earnest, when trying to help our clients find solutions that were intuitive, extensible, and engineered to an enterprise grade, we just couldn’t endorse any of the options we found. It’s more a UX problem – clunky workflows, overwhelming interfaces, feature overload (I prefer a certain simplicity) – than anything, though we also have concerns about how modular / customizable some of the other solutions are.”</p>\n<h3>10up Plans to Release Distributor on WordPress.org Following the Closed Beta</h3>\n<p>10up currently has several clients using Distributor, including large publishers with several properties/magazines/newspapers, as well as large technology businesses using it for their news and media features across a network of sites. The plugin is in final closed beta but 10up is granting early access to those with interesting use cases.</p>\n<p>“We’re casting a pretty broad net in terms of ‘appropriate’ use cases for the beta; in fact, we’re hoping that broader beta testing will open our eyes to great use cases within the scope of its purpose that we hadn’t considered,” Goldman said. “We’ve already heard from some very large publishers, some smaller digital publishers, universities, public school systems, some enterprises with multiple properties, agencies interested in staging content, and just engineers who own multiple sites that share content – we’re excited about all of these use cases!”</p>\n<p>Goldman said his team is most curious to see Distributor applied to use cases that aren’t simply “news and publishing,” including CRMs and product businesses with multiples sites that share content. 10up has not yet tested specific plugins for full compatibility with Distributor, but Goldman said pre-version 1.0, it should work with any plugin that adds custom post types and fields/taxonomies “the WordPress way.”</p>\n<p>“In fact, Distributor checks to see which sites support the same post type and terms before it offers a list of sites you can ‘distribute’ content to (so you can’t ‘distribute’ a WooCommerce product to a site not running WooCommerce),” he said. Selling the same products across multiple stores, with automatically updating inventory and price changes, is just one of the many interesting use cases for Distributor.</p>\n<p>Goldman said the team anticipates taking the plugin out of beta and putting it on WordPress.org by mid to late Q1 of 2018, in approximately 2-3 months, depending on feedback from testers. 10up does not currently have a plan to monetize the plugin.</p>\n<p>“I never want to rule out that there are ‘eventually’ opportunities for commercialization, but I can honestly say that isn’t anywhere on our roadmap or consideration set at the moment,” Goldman said.</p>\n<p>Those who want to get in on the Distributor beta before it is publicly available can <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">sign up on the plugin’s website </a>with a quick explanation of your use case. 10up will send a copy of the plugin for testing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 23:19:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Dev Blog: WordPress 4.9.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2017/11/wordpress-4-9-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4275:\"<p>WordPress 4.9.1 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\n\n<p>WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>\n\n\n\n<ol>\n <li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n <li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n <li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n <li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n\n\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/\">responsible security disclosure</a>: <a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>\n\n\n\n<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>\n\n\n\n<ul>\n <li>Issues relating to the caching of theme template files.</li>\n <li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>\n <li>The inability to edit theme and plugin files on Windows based servers.</li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you'd like to learn more</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</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\n\n<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</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/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</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/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</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/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 20:33:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Four Things I’d Like to See in This Year’s State of the Word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76830\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/four-things-id-like-to-see-in-this-years-state-of-the-word\";s: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:2724:\"<p>This weekend, WordPressers from far and wide will descend upon Nashville, TN, for WordCamp US. One of the highlights of the event is Matt Mullenweg’s <a href=\"https://ma.tt/2016/12/state-of-the-word-2016/\">State of the Word</a>. Last year, Mullenweg shared a variety of statistics, made a few announcements, and plotted a new course for WordPress development.</p>\n<p>As the event draws near, here are some things I’d like to see addressed in this year’s State of the Word.</p>\n<h2>Will There Be A Renewed Effort to Make Calypso Plugin Aware?</h2>\n<p>During the 2016 State of the Word, Mullenweg announced that Calypso became plugin aware.</p>\n<img />Plugin Aware Calypso\n<p>The idea was that plugins that are actively installed on more than 1 million sites could participate in an experimental program that would add meta box support and other plugin specific features to Calypso. To this day, this has not materialized and I’d like to know what happened and if there will be a renewed effort in 2018.</p>\n<h2>An Update on WordPress Foundation Supported Initiatives</h2>\n<p>Last year, we learned that WordCamp Central became its own Public Benefit Corporation while the WordPress Foundation maintained its non-profit status. In addition, the Foundation announced support for like-minded non-profits such as, Hack the Hood, Internet Archive, and Black Girls CODE.</p>\n<p>I’d like to know how much money the Foundation has contributed to these causes and if any progress has been made on providing educational workshops in underdeveloped countries.</p>\n<h2>An Update on WordPress’ Development/Release Strategy</h2>\n<p>A year into WordPress’ new development and release strategy, I’d like to know what challenges he and the team have faced and overcome. I’d also like to know if the results he has seen thus far warrant continuing the experiment in 2018.</p>\n<h2>Take an Opportunity to Explain What Gutenberg Really Is</h2>\n<p>Last year, Mullenweg surprised the community by announcing that the WordPress post editor would be revamped. Since then, we’ve learned that the project’s <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">name is Gutenberg</a> and it’s about more than just the editor. I’d like to see Mullenweg take this unique opportunity to provide a deeper explanation into what the project is and why it’s pivotal for WordPress’ continued success.</p>\n<hr />\n<p>This year’s State of the Word will be presented on Saturday, December 2nd, at 4PM Eastern. If you can’t see it in-person, you can <a href=\"https://2017.us.wordcamp.org/live-stream/\">watch it for free</a> via the livestream.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 17:38:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"HeroPress: WordPress Gave Me the Perfect Identity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2294\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"https://heropress.com/essays/wordpress-gave-perfect-identity/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-gave-perfect-identity\";s: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:18339:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/112917-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have fallen head over heels in love with WordPress and I am excited.\" /><h3>How it all began…</h3>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself.jpg\"><img class=\"size-medium wp-image-2305\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I just love this picture of myself..hehehe\n<p>I remember when cybercafés started trending in Nigeria; I had just finished high school and was awaiting my results for admittance into the university. I would spend not less than 10 hours surfing the internet every day, all my pocket money went into buying bulk time at cafes. My first email was opened in 2002 on my 1st attempt to surf the internet. Spending my day at cafes continued till I left the university after which I bought a desktop computer and a modem. You can imagine my excitement as being a proud owner of a PC even though it was a desktop PC.</p>\n<p>You see, my first degree was in Philosophy. I remember my dad asking me if I was sure about that course because prior to my senior school leaving exams I had always said I was going to study business administration. What business administration was, to be honest, I had no idea, I only wanted it because I had the impression it was a cool course and I would be a corporate employee in a big firm strutting around in my skirt suit looking all glamorous.</p>\n<h3><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2.jpg\"><img class=\"size-medium wp-image-2310 aligncenter\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></a>Funny right?</h3>\n<p>Anyway i always had a thing for Philosophy so you can imagine my enthusiasm when I discovered Philosophy was a course of study, of course I opted to study Philosophy in 2004 and graduated in 2008. However my love for the internet did not reduce by the way. I not only surfed the internet but I spent a lot of time freelancing and testing my skills as a ghost writer on different freelancing sites. I also went into blogging as well in 2009. I tried using blogger, hubpages and WordPress, but oh my, I found WordPress so complicated for me because I did not understand how it worked so I stuck with blogger and hubpages.</p>\n<h3>Growing up as a Timid but Curious Cat…</h3>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother.jpg\"><img class=\"wp-image-2306 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I and my little brother. Haa of course we all grown now. Haha\n<p>During my younger years and even up to two years ago I was always a shy person deep down in my mind, but alas quite a number of people thought I was bold. This might be because 99.9% of my friends were males, or maybe not. Perhaps this could also be because I grew up with 3 brothers and no sister. It’s quite shocking though that they thought that way because it is only quite recent that I cultivated the courage to speak my mind. Prior to a year ago (2016), expressing my feelings by speaking the words out was a <em>herculean task</em>; this was what led me to starting a personal blog around 2009. I needed to let out my feelings and since I dared not speak them out, I blogged them.</p>\n<p>Blogging gave me a voice and a medium to express my thoughts and I became a better writer with each passing script. After my one year government mandated youth service in 2010 which is required of every Nigerian citizen after a bachelor’s degree, I bought an HP Mini Laptop. Can you imagine my excitement at owning a personalized computer? This I could carry around, my happiness knew no bounds.</p>\n<p>In 2010 thanks to the social network Facebook I met an Uncle of mine and we became BFF’s {Best Friends Forever} even though we had never met physically before. He was in Rome at the period we met studying Media and Communication. He came back home in 2012 but his job as a Salesian Brother took him to Ghana. Of course I made sure to keep a date with him when he came back home briefly in 2012 before heading to resume in Ghana. We had cake and ice cream at my favourite café that day.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam.jpg\"><img class=\"size-medium wp-image-2303\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>I and my BFF Uncle..Hehe\n<h3>Rediscovering WordPress…</h3>\n<p>Then came 2015, I ended a horrid relationship and i lost my best friend female; I mean I thought I was in love, but alas I had loved the idea of loving a person. I was not happy and I wanted a breath of fresh air and a change of environment. At that period, I had obtained a postgraduate diploma in mass communication and I had started a Masters Degree in Information Management and my required 3 months internship was coming up that summer. I decided to volunteer in Ghana at the headquarters of the <a href=\"https://sdbafw.org\" target=\"_blank\" rel=\"noopener\">Salesians of Don Bosco in West Africa {SDBAFW}</a> where my Uncle was. My time there was beyond awesome and a new beautiful story in my life chapter.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman.jpeg\"><img class=\"size-medium wp-image-2309\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman-300x300.jpeg\" alt=\"\" width=\"300\" height=\"300\" /></a>I met a lot of amazing people and made new friends within the SDB community in Ashaiman, Ghana\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum.jpg\"><img class=\"size-medium wp-image-2308\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>i and other volunteers and great friends at Kakum National Park in Cape Coast, Ghana\n<p>I worked in the communications department at the SDBAFW province. My Uncle knew how much I loved blogging and he had been my writing tutor for a while, so one day he asked why I was not blogging on WordPress. Of course I went on about how difficult and complicated the platform was, he sighed, told me their organization website was built on WordPress and he gave me a folder with tutorial videos made by <a href=\"https://twitter.com/mor10\">Morten Rand-Hendriksen</a> for beginners to go watch.</p>\n<p>After two weeks of watching those videos, my life changed. You see prior to 2015 I treated my time online as a purely personal affair because I was just passionate about being online right, exploring, freelancing and discovering. I never thought it would become something I could make a full time career out of. I was still pursuing a career in Human Resources since managing people was another thing I was great at. In late 2015 I had joined a series of online Facebook groups and I was wowed by one in particular run by John Obidi (<a href=\"https://web.facebook.com/groups/smartbcamp\" target=\"_blank\" rel=\"noopener\">SmartBCamp</a>) because I saw a lot of people earning an income from things I did and knew for the fun of it. I found myself asking what planet I had been living on and why I had not made my passion my business.</p>\n<p>Hence I made a decision in 2016 to make my passion my business, I decided to move to Lagos since I was done with my Master’s coursework and focus on this new journey of mine. Meanwhile in December of 2015, a woman had contacted me saying she loved how my blog UX on WordPress looked and if I could work on hers.</p>\n<blockquote><p>As at then I didn’t even know the difference between wordpress.com and wordpress.org so I started googling which is something I’m also great at.</p></blockquote>\n<p>I took on the task of redesigning her website and I started troubleshooting all the current issues she had on her site, I read up a lot, I visited the WordPress.Org/showcase and was wowed with all the good things I could do with WordPress.org, I especially loved Snoop Doggs website and told myself my goal would be to be able to make a project that would look like that one day. But of course the first few sites I designed were horrible, when I look back at them now I wonder what was going on in my head when I designed them.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh.jpg\"><img class=\"size-medium wp-image-2302\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>A typical day for me in front of my PC\n<p>Alas I had great online plans for the year 2016 but up until the middle of year 2016, I had a series of bad experiences that sent me back to the stone age and my parents house; I blogged about it <a href=\"https://mojispeaks.com/2017/01/09/my-2016-in-retrospect/\">here</a>. They were bad experiences alright, but a lot of good came out of them. I got saved bit by bit and found my rhythm again. Meanwhile I was already <em><strong>falling in love with WordPress</strong></em> so I decided to look for ways to give back. That’s when I stumbled upon make.wordpress.org and discovered there were so many ways to give back. I was not a programmer alright so what will I go to do in Core or CLI or any other similar place, I automatically went for the community.</p>\n<h3>Building the Nigerian WordPress Community…</h3>\n<p>In November 2016 I made one of the best decisions that turned my life around. I was fed up because the entire year had not turned out in any way I had planned in December 2015 of the previous year. So I made an interesting decision to turn off my data and go to sleep by 10pm. Trust me this was a big decision for me before I would usually freak out if my data wasn’t functioning or if my phone battery died. Anyway during this period I had moved back to my parents’ right and I needed to work in a quiet room because I so much needed to focus.</p>\n<p>Also by now I had discovered there was a WordPress Meetup community in Lagos but when I applied I did so for Ogun which is my state, but during my conversations with WordPress Global they had requested if I would be willing to join the Lagos WordPress Group, at first I was a little hesitant because Lagos is an hour drive from my town, I don’t have a car, so that adds another one hour. Surely you can’t live in Lagos and not know Lagos and traffic are best buddies so that adds another hour to my trip. Without thinking too much about it I agreed. Looking back today I do not regret it one bit.</p>\n<blockquote><p>This started my journey as a WordPress Lagos Community Co-organizer and a Community Deputy.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788.jpeg\"><img class=\"size-medium wp-image-2317\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>the first meetup i had as a Lagos co-organizer</blockquote>\n<p>This is 2017 right, I must not fail to mention it to you that my income in the last one year has come solely from WordPress Web Design. Today the Nigerian WordPress has grown, still growing definitely, the Lagos WordPress Meetup group has also grown and we have had 8 Meetups this year. I have made great friends and co-organizers in the community who are dedicated to building and sharing their WordPress knowledge with the community like I am. We are hosting the very first Nigerian <a href=\"https://2018.lagos.wordcamp.org/\">WordCamp in Lagos</a> on March 10 2018 at the Civic Centre in Victoria Island, Lagos. I must not forget to mention that we also now have an Ijebu WordPress Community; that’s my town alright <span class=\"ttfmake-icon mceNonEditable fa\"></span> .</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\"><img class=\"wp-image-2312 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\" alt=\"\" width=\"299\" height=\"224\" /></a>this was our 4th meetup event this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018.jpg\"><img class=\"wp-image-2313 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>this was our first meetup event this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287.jpeg\"><img class=\"wp-image-2316 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>our third meetup early this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1.jpg\"><img class=\"size-medium wp-image-2318\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>WPlagos 30th Sept Meetup (5th meetup this year)\n<p>We recently created a <a href=\"https://photos.app.goo.gl/VNx047kS0Bj8u7z63\" target=\"_blank\" rel=\"noopener\">google photos for our past meetups, click here to view them. </a>So tell me why I shouldn’t be grateful? Why I shouldn’t fall in love with WordPress? Because this is all that has happened to me since I met WordPress, <em><strong>I have fallen head over heels in love with WordPress and I am excited.</strong></em></p>\n<h3>What have i gained from WordPress?</h3>\n<ol>\n<li>I overcame my stage fright fully because i have to get in front of the crowd at every meetup to do the introductions and introduce the WordPress communities.</li>\n<li>I attended my first WordCamp in Cape Town, South Africa. <a href=\"https://youtu.be/PE6k8-PLKVk\" target=\"_blank\" rel=\"noopener\">Click here to see my picture story</a>. Coincidentally this was also my first time outside West Africa. I had never been in an aircraft for more than one hour before my trip.</li>\n<li>I have made money from WordPress Web Design Projects, enough to sustain me during my learning period. Still learning everyday.</li>\n<li>I jumped off <a href=\"https://mojispeaks.com/2017/11/19/i-did-jump-off-a-hill-my-wordcamp-cape-town-story/\" target=\"_blank\" rel=\"noopener\">Signal Hill in Cape Town, find post here</a>; next up, sky diving.</li>\n</ol>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1.jpg\"><img class=\"size-medium wp-image-2314\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>At a WordCamp Cape Town session\n<p><strong>My advice to you from my experience so far…</strong></p>\n<p>Always seek to understand the basics of whatever knowledge you seek…never jump in too fast, wanting to spiral to the top while ignoring the learning curve. You will crash down effortlessly if you do so and would have learnt nothing.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity.png\"><img class=\"size-medium wp-image-2315\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity-300x225.png\" alt=\"\" width=\"300\" height=\"225\" /></a>WordPress Gave Me the Perfect Identity Indeed…I no longer roam the internet..hehehe\n<blockquote>\n<p>The End…?<br />\nI Don’t Think So…<br />\nMy Story has Just Begun. <strong>Stay Tuned….!</strong></p>\n</blockquote>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Gave Me the Perfect Identity\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Gave%20Me%20the%20Perfect%20Identity&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Gave Me the Perfect Identity\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F&title=WordPress+Gave+Me+the+Perfect+Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Gave Me the Perfect Identity\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-gave-perfect-identity/&media=https://heropress.com/wp-content/uploads/2017/11/112917-150x150.jpg&description=WordPress Gave Me the Perfect Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Gave Me the Perfect Identity\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\" title=\"WordPress Gave Me the Perfect Identity\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\">WordPress Gave Me the Perfect Identity</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 12:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Mary Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WordCamp Albuquerque Gears Up for 5th Edition in January 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76845\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wordcamp-albuquerque-gears-up-for-5th-edition-in-january-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3644:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-28-at-8.15.51-PM-e1511921930548.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://2018.albuquerque.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Albuquerque</a> is gearing up for its 5th edition January 19-21, 2018, following events held in 2011, 2012, 2013, and 2016. An all-new organizing team is ready to invigorate the Southwestern WordPress community with an exciting array of world-class speakers and educational opportunities for both new and experienced users.</p>\n<p>Lead organizer Alonso Indacochea said the team is expecting to host 300 attendees. Many of them will be coming from New Mexico, Southern Colorado, West Texas, and Arizona.</p>\n<p>“The southwestern community is interesting because there are a lot of developers doing really interesting tech work, but a lot of it happens in silos due to government secrecy,” speaker wrangler Sam Hotchkiss said. “New Mexico has a rich history of technology, from the Manhattan Project and the creation of the first nuclear weapons to the formation of Microsoft, which was founded in Albuquerque in 1975.</p>\n<p>“We’re trying to pull together that community to connect with each other, and also establish Albuquerque as a WordCamp with consistently high-quality speakers of global renown.”</p>\n<p>In pursuit of this goal, Hotchkiss has recruited a healthy crop of top quality speakers from the WordPress community. During the Saturday afternoon session, <a href=\"http://chrislema.com/\" rel=\"noopener\" target=\"_blank\">Chris Lema</a>, Vice President of Products and Innovation at <a href=\"https://www.liquidweb.com/\" rel=\"noopener\" target=\"_blank\">Liquid Web</a>, will be interviewing a diverse group of speakers in the main hall, including the following:</p>\n<ul>\n<li>Ashleigh Axios, former Creative Director for the Obama White House and AIGA Board Member</li>\n<li>Sakin Shrestha, Founder of Catch Themes and the main drive behind the vibrant WordPress community in Nepal</li>\n<li>John Maeda, Global Head, Computational Design and Inclusion at Automattic</li>\n<li>Jon Brown, WordPress Nomad</li>\n<li>Alonso Indacochea, WordCamp lead organizer, who had no serious software development experience 5 years ago, went through a local boot camp, and is now CEO of the fastest growing digital agency in New Mexico</li>\n</ul>\n<p>This year WordCamp Albuquerque will feature multiple tracks sorted by topic, beginning with a WordPress Fundamentals track on Friday, January 19.</p>\n<p>“Foundation Friday is something I’ve seen be really successful at other camps,” Hotchkiss said. “It gives people who are new to WP a base of knowledge so that they can go into Saturday feeling confident and ready to learn. Each class on Friday will build on the one before it. Starting from scratch? Show up at 9. Already have a site, but need help handling the layout? Come at 10:30.”</p>\n<p>Saturday’s program will include sessions in the Business, Design, and Development tracks throughout the day, in addition to the planned interviews. A contributor day session is planned for Sunday. The event’s organizers are still <a href=\"https://2018.albuquerque.wordcamp.org/speakers/\" rel=\"noopener\" target=\"_blank\">accepting speaker applications</a> until midnight on Monday, December 4. They plan to finalize the schedule next week. <a href=\"https://2018.albuquerque.wordcamp.org/attendees/\" rel=\"noopener\" target=\"_blank\">Tickets</a> are on sale now and attendees can elect to purchase one for whatever combination of days they wish to attend.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 02:30:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: Practicing the Pac-Man Rule at WordCamp 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/practicing-the-pac-man-rule-at-wordcamp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1750:\"<p>With more than 2,000 attendees expected, WordCamp US is one of the largest conferences devoted to WordPress. It’s a great opportunity to meet a lot of new faces and catch up with familiar ones. If you’re standing in the hallway at WordCamp US speaking with a group of people and want to encourage others to say hi or be part of the conversation, try this tip <a href=\"https://www.facebook.com/GreatSmokyMountainsAssociation/videos/10155628004363673/\">shared by</a> Jason Cosper called the <a href=\"http://ericholscher.com/blog/2017/aug/2/pacman-rule-conferences/\">Pac-Man rule</a> written by Eric Holscher.</p>\n<img />photo credit: rbatina <a href=\"http://www.flickr.com/photos/27988337@N00/12081061246\">Random Phone Shots</a> <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p>The rule is simple. When standing in a circle, provide an opening for someone to join the group. By standing in an open circle, it gives a passersby explicit permission to join the group and limits the appearance of cliques. I didn’t realize how standing in a closed circle can be off-putting to those wanting to introduce themselves or chime in until learning about this rule.</p>\n<p>In addition to the Pac-Man rule, <a href=\"https://twitter.com/bobWP/status/935576711252533248\">Bob Dunn suggests</a> using eye contact to invite people to the group. <a href=\"https://twitter.com/mor10/status/935582280164065280\">Morten Rand-Hendriksen suggests</a> that if you’re looking to start a conversation with someone new, start with groups of two people as they likely know each other and want to talk to new people. I’ll be practicing the Pac-Man rule this weekend and I encourage other attendees to do so as well.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 21:06:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Gutenberg Team Is Ramping Up Usability Testing at WordCamp 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/gutenberg-team-is-ramping-up-usability-testing-at-wordcamp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4848:\"<p>The Gutenberg Team will have a usability testing station set up at WordCamp US where attendees can participate in a round of pre-set tests that focus on the writing flow. Testers will answer a short survey that includes their prior WordPress experience level, age, and device used. Volunteers will get participants set up with a testing site and will start the screen recording app.</p>\n<p>Testers will be asked to create a post based on the content shown in an image. There are three different images, which require the user to perform actions such as adding images, embedding media, creating unordered lists, adding quotes, and other basic content creation tasks. In order to segment results, the usability tests have been divided into <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32RWJRa2diODFXVGs/view\" rel=\"noopener\" target=\"_blank\">beginner</a>, <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32bVpyd2xaaFVVMWM/view\" rel=\"noopener\" target=\"_blank\">intermediate</a>, and <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32R3U0ZkJRVXBySWM/view\" rel=\"noopener\" target=\"_blank\">advanced</a> level images.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-10.23.35-PM.png?ssl=1\"><img /></a>Advanced level task image for Gutenberg usability testing\n<p>After completing the test, participants will be asked to answer a few followup questions, such as “Did the task take longer or shorter than you expected?” and “Are you more or less likely to use the Gutenberg editor in the future?”</p>\n<p>“This is the second round of usability testing scripts — we tried out the first batch of scripts at WordCamp Milano, and made some adjustments for clarity,” Gutenberg design lead Tammie Lister said. “As a result of testing, we moved the toolbar on blocks to not be fixed and back to the block. At Milano, we tested the tests.”</p>\n<p>As the result of these tests and other prior feedback, Lister <a href=\"https://github.com/WordPress/gutenberg/issues/3570\" rel=\"noopener\" target=\"_blank\">recommended the default position of the toolbar to be fixed to the block</a>.</p>\n<p>Anna Harrison, UX lead at Ephox (the makers of tinyMCE), has been instrumental in helping with the efforts around testing and writing scripts. She also offered <a href=\"https://github.com/WordPress/gutenberg/issues/3570#issuecomment-345879950\" rel=\"noopener\" target=\"_blank\">feedback on the ticket</a>, referencing comments from the previous discussion on the issue:</p>\n<blockquote><p>A fixed [docked to top] toolbar solution has several complications. Firstly, we break accessibility. I won’t reiterate the discussion, as it’s well articulated above. Secondly, we break things independent of accessibility – I ran user tests on something quite similar to this last year, and we discovered that <a href=\"https://go.tinymce.com/blog/from-the-ux-desk-road-testing-inline-image-editing/\" rel=\"noopener\" target=\"_blank\">disconnecting the toolbar from the point of action resulted in 100% user test fails</a>.</p></blockquote>\n<p>Gutenberg version 1.8 will change the default back to displaying block actions on the block level, although the option to change it to a fixed toolbar at the top of the screen will still be available. This change is one example of how usability testing is shaping Gutenberg’s development. WordCamp US is an opportunity for the team to collect a host of new testing data in one place.</p>\n<p>Lister said all the data that is collected will be processed by volunteers on the make/test team, but the team is still small and they could use more volunteers to work on this effort.</p>\n<p>“The turnaround time on processing the data we collect really depends on how many volunteers are available to work on it,” Lister said. “It also depends on if it’s a bug reported – bugs are easier to get fixed right away. If the data indicates an area where we need to investigate more, we’ll do that. The results of the testing will be published on make.wordpress.org/test.”</p>\n<p>Lister said the team is hoping to reach a wider variety of WordPress users at WCUS this year, from all backgrounds and careers. The testing booth offers an opportunity for anyone to contribute to the future of WordPress, regardless of your experience level or familiarity with the software. The team is also eager to broaden its testing field by recruiting non-WordPress users as well. If you can’t make it to WordCamp US, you can still <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\" rel=\"noopener\" target=\"_blank\">contribute to Gutenberg by taking and administering usability tests</a> on your own with the help of the instructions posted on the make.wordpress.org/test site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 16:55:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: Delete Me WordPress Plugin Assists Website Owners in Granting the GDPR Right to be Forgotten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76474\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/delete-me-wordpress-plugin-assists-website-owners-in-granting-the-gdpr-right-to-be-forgotten\";s: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:4080:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/eraser.jpg?ssl=1\"><img /></a>photo credit: pj_vanf <a href=\"http://www.flickr.com/photos/48066826@N02/5006945413\">to err is human</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>With the EU GDPR compliance deadline just <a href=\"http://www.gdprcountdownclock.com/\" rel=\"noopener\" target=\"_blank\">178 days away</a>, many WordPress site owners are looking for tools that will help them meet the requirements. The regulation expands existing rights of data subjects in several key ways, including (but not limited to) the right to be notified of data breaches, the right to access personal data, the right to be forgotten, and the right to data portability.</p>\n<p>A plugin called <a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a>, by Clinton Caldwell, is one that may be helpful in addressing the Right to be Forgotten. The <a href=\"https://www.eugdpr.org\" rel=\"noopener\" target=\"_blank\">GDPR.org</a> website breaks it down as follows:</p>\n<blockquote><p>Also known as Data Erasure, the right to be forgotten entitles the data subject to have the data controller erase his/her personal data, cease further dissemination of the data, and potentially have third parties halt processing of the data. The conditions for erasure, as outlined in article 17, include the data no longer being relevant to original purposes for processing, or a data subjects withdrawing consent. It should also be noted that this right requires controllers to compare the subjects’ rights to “the public interest in the availability of the data” when considering such requests.</p></blockquote>\n<p>The Delete Me plugin takes this one step further for site owners who are comfortable allowing users to delete their own data without having to create a request for it. By default, the delete button displays on the profile.php screen in the admin, but administrators can elect to use a shortcode to display it somewhere else on the frontend.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.42-PM.png?ssl=1\"><img /></a></p>\n<p>The plugin will delete the users’ posts, links, and even comments (optional) after the user confirms. The confirmation screen could stand to include more information about what data is being deleted so that the user knows what to expect. However, administrators do have the option to specify this within the JavaScript confirmation dialog. After deletion the user is dumped back out to the homepage by default, but the redirect URL can be configured in the plugin’s settings page.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.21-PM.png?ssl=1\"><img /></a></p>\n<p>Additional configurable settings include the ability to select specific WordPress roles to allow to delete themselves, specify class and style attributes of delete link, enable or disable JavaScript confirm for Shortcode, specify button text, and send an email notification when users delete themselves.</p>\n<p>Delete Me also supports network activation and single site activation for multisite installations. By default, users can only delete themselves and their content from a single site, while other networked sites where they are registered will not be affected. The plugin does include a “Delete From Network” checkbox that administrators can enable to allow users to delete themselves from all sites on the network.</p>\n<p><a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a> is available for free on WordPress.org. I tested the plugin and have confirmed that it works with WordPress 5.0-alpha. It is currently active on more than 2,000 sites. By no means does it satisfy the full requirements of the GDPR, but it provides a decent starting point for site owners who want to make this option available to their users without having to manually fulfill their requests.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 00:08:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: WPWeekly Episode 295 – Turkey With A Side of Gutenberg and Giving Thanks to Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76789&preview=true&preview_id=76789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wpweekly-episode-295-turkey-with-a-side-of-gutenberg-and-giving-thanks-to-open-source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3233:\"<p>I apologize for the delay in getting this episode out to you. In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I discussed a range of topics, including a caching bug introduced in WordPress 4.9 that causes Page Templates not to display for an hour. We talk about the possibilities of using Gutenberg with WooCommerce and how it could impact product management.</p>\n<p>As is tradition, near the end of the show, we shared what we’re thankful for. We also shared what listeners are <a href=\"https://twitter.com/jeffr0/status/933101857039200258\">thankful for</a> regarding open source.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://core.trac.wordpress.org/ticket/42573\">This bug</a> is causing some theme developers to rip their hair out. Weston Ruter <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">explains</a> why the change was implemented.<br />\n<a href=\"https://wptavern.com/woocommerce-explores-the-possibilities-and-challenges-for-e-commerce-in-the-gutenberg-era\">WooCommerce Explores the Possibilities and Challenges for E-Commerce in the Gutenberg Era</a><br />\n<a href=\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\">Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2018-speaker-applications-now-open\">WordCamp Europe 2018 Speaker Applications Now Open</a><br />\n<a href=\"https://wptavern.com/github-launches-security-alerts-for-javascript-and-ruby-projects-python-support-coming-in-2018\">GitHub Launches Security Alerts for JavaScript and Ruby Projects, Python Support Coming in 2018</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wordpress.org/plugins/trigger-happy/\">Trigger Happy</a> developed by Hotsource is a visual scripting tool for WordPress, allowing you to connect plugins and events together using a simple user interface. It currently supports core WordPress functionality, WooCommerce, and Ninja Form.</p>\n<p><a href=\"https://github.com/boogah/big-dummy\">Big dummy</a> is a project for folks who need to emulate an established blog with plenty of content while doing WordPress benchmarking and performance testing.</p>\n<p>There are 2495 posts, 6197 comments, 231 tags, 26 categories, and 10 pages worth of WordPress dummy data, fully ready to import. That’s 3 (simulated) years worth of content. <i>Note:</i> There are ~1.6 GB of images (courtesy of<a href=\"https://unsplash.com\"> Unsplash</a>) attached to these posts. It’s a very good idea to import everything <i>but</i> the media in order to avoid timeouts or errors with the WordPress Importer.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 29th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #295:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Nov 2017 07:54:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Workarounds for the Page Template Bug in WordPress 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:29:\"https://wptavern.com/?p=76785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/workarounds-for-the-page-template-bug-in-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2105:\"<p>WordPress 4.9 “Tipton” <a href=\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-widget\">was released</a> last week and although it’s largely trouble-free, there is one particular issue <a href=\"https://wordpress.org/support/topic/updated-to-4-9-wont-detect-page-template/\">users</a> and <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:75\">developers</a> are running into that’s causing frustration. In 4.9, custom page templates that are created fail to display in the Template drop-down menu. The issue is related to changes made to the <a href=\"https://core.trac.wordpress.org/changeset/41806\">file editor</a>.</p>\n<p>Previous versions of WordPress listed files 2-levels deep in the editor. In 4.9, the entire directory tree for a theme is listed regardless of its depth. Caching was added to help limit the performance impacts of loading large WordPress themes. “An unintended side effect of the caching is that the same directory listing function <tt>get_files</tt> is used both for the theme editor and for gathering page templates,” Weston Ruter, Co-Release Lead for WordPress 4.9 <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">said</a>.</p>\n<p>Within the <a href=\"https://core.trac.wordpress.org/ticket/42573\">trac ticket</a>, developers suggests that a button be added that flushes all caches or disabling the cache if <tt>WP_DEBUG</tt> is set to true. Neither suggestion turned into a patch committed to core. Instead, Ruter has <a href=\"https://gist.github.com/westonruter/6c2ca0e5a4da233bf4bd88a1871dd950\">released a plugin</a> as a workaround that flushes the template cache. Other workarounds include, bumping the theme’s version, running the <tt>wp cache flush</tt> command in WP CLI, or waiting 60 minutes for the cache to expire.</p>\n<p>The ticket is marked as a high priority but because of the upcoming holidays in the US and WordCamp US next weekend, it could be at least a few weeks before WordPress 4.9.1 is released.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Nov 2017 00:42:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Tide Project Aims to Audit and Score WordPress Themes and Plugins based on Code Quality\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/tide-project-aims-to-audit-and-score-wordpress-themes-and-plugins-based-on-code-quality\";s: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:8526:\"<p>Last week XWP dropped an intriguing <a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\" rel=\"noopener\" target=\"_blank\">preview of a new project called Tide</a> that aims to improve code quality across the WordPress plugin and theme ecosystems. The company has been working with the support of Google, Automattic, and WP Engine, on creating a new service that will help users make better plugin decisions and assist developers in writing better code.</p>\n<p>XWP’s marketing manager Rob Stinson summarized the project’s direction so far:</p>\n<blockquote><p>Tide is a service, consisting of an API, Audit Server, and Sync Server, working in tandem to run a series of automated tests against the WordPress.org plugin and theme directories. Through the Tide plugin, the results of these tests are delivered as an aggregated score in the WordPress admin that represents the overall code quality of the plugin or theme. A comprehensive report is generated, equipping developers to better understand how they can increase the quality of their code.</p></blockquote>\n<p>The XWP announcement also included a screenshot of how this data might be presented in the WordPress plugin directory:</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/jetpack-tide-plugin-score.jpg?ssl=1\"><img /></a></p>\n<p>XWP plans to unveil the service at WordCamp US in Nashville at the Google booth where they will be inviting the community to get involved. Naturally, a project with the potential to have this much impact on the plugin ecosystem raises many questions about who is behind the vision and what kind of metrics will be used.</p>\n<p>I contacted Rob Stinson and Luke Carbis at XWP, who are both contributors to the project, to get an inside look at how it started and where they anticipate it going.</p>\n<p>“Tide was started at XWP about 12 months ago when one of our service teams pulled together the idea, followed up by a proof of concept, of a tool that ran a series of code quality tests against a package of code (WordPress plugin) and returned the results via an API,” Stinson said. “We shortly after came up with the name Tide, inspired by the proverb ‘A rising tide lifts all boats,’ thinking that if a tool like this could lower the barrier of entry to good quality code for enough developers, it could lift the quality of code across the whole WordPress ecosystem.”</p>\n<p>Stinson said XWP ramped up its efforts on Tide during the last few months after beginning to see its potential and sharing the vision with partners.</p>\n<p>“Google, Automattic and WP Engine have all helped resource (funds, infrastructure, developer time, advice etc) the project recently as well,” Stinson said. “Their support has really helped us build momentum. Google have been a big part of this since about August. We had been working with them on other projects and when we shared with them the vision for Tide, they loved it and saw how in line it is with the vision they have for a better performant web.”</p>\n<p>The Tide service is not currently active but a beta version will launch at WordCamp US with a WordPress plugin to follow shortly thereafter. Stinson said the team designed the first version to present the possibilities of Tide and encourage feedback and contribution from the community.</p>\n<p>“We realize that Tide will be its best if its open sourced,” he said. “There are many moving parts to it and we recognize that the larger the input from the community, the better it will represent and solve the needs of the community around code quality.”</p>\n<p>At this phase of the project, nothing has been set in stone. The Tide team is continuing to experiment with different ways of making the plugin audit data available, as well as refining how that data is weighed when delivering a Tide score.</p>\n<p>“The star rating is just an idea we have been playing with,” Stinson said. “The purpose of it will be to aggregate the full report that is produced by Tide into a simple and easy to understand metric that WordPress users can refer to when making decisions about plugins and themes. We know we haven’t got this metric and how it is displayed quite right. We’ve had some great feedback from the community already.”</p>\n<p>The service is not just designed to output scores but also to make it easy for developers to identify weaknesses in their code and learn how to fix them.</p>\n<p>“Lowering the barrier of entry to writing good code was the original inspiration for the idea,” Stinson said.</p>\n<h3>Tide Project Team Plans to Refine Metrics Used for Audit Score based on Community Feedback</h3>\n<p>The Tide project website, <a href=\"http://wptide.org\" rel=\"noopener\" target=\"_blank\">wptide.org</a>, will launch at WordCamp US and will provide developers with scores, including specifics like line numbers and descriptions of failed sniffs. Plugin developers will be able to use the site to improve their code and WordPress users will be able to quickly check the quality of a plugin. XWP product manager Luke Carbis explained how the Tide score is currently calculated.</p>\n<p>“Right now, Tide runs a series of code sniffs across a plugin / theme, takes the results, applies some weighting (potential security issues are more important than tabs vs. spaces), and then averages the results per line of code,” Carbis said. “The output of this is a score out of 100, which is a great indicator of the quality of a plugin or theme. The ‘algorithm’ that determines the score is basically just a series of weightings.”</p>\n<p>The weightings the service is currently using were selected as a starting point, but Carbis said the team hopes the WordPress community will help them to refine it.</p>\n<p>“If it makes sense, maybe one day this score could be surfaced in the WordPress admin (on the add new plugin page),” Carbis said. “Or maybe it could influence the search results (higher rated plugins ranked first). Or maybe it just stays on wptide.org. That’s really up to the community to decide.”</p>\n<p>In addition to running codesniffs, the Tide service will run two other scans. A <a href=\"https://developers.google.com/web/tools/lighthouse/\" rel=\"noopener\" target=\"_blank\">Lighthouse</a> scan, using Google’s open-source, automated tool for improving the quality of web pages, will be performed on themes, which Carbis says is a “huge technological accomplishment.”</p>\n<p>“For every theme in the directory, we’re spinning up a temporary WordPress install, and running a Lighthouse audit in a headless chrome instance,” Carbis said. “This means we get a detailed report of the theme’s <em>front end output</em> quality, not just the code that powers it.”</p>\n<p>The second scan Tide will perform measures PHP compatibility and will apply to both plugins and themes.</p>\n<p>“Tide can tell which versions of PHP a plugin or theme will work with,” Carbis said. “For users, this means we could potentially hide results that we <em>know</em> won’t work with their WordPress install (or at least show a warning). For hosts, this means they can easily check the PHP compatibility before upgrading an install to PHP 7 (we think this will cause <em>many</em> more installs to be upgraded – the net effect being a noticeable speed increase, which we find really exciting and motivating).”</p>\n<p>Carbis said that the team is currently working in the short term to get the PHP Compatibility piece into the WordPress.org API, which he says could start influencing search results without any changes to WordPress core.</p>\n<p>“We’d also like to start engaging with the community to find out whether surfacing a Code Quality score to WordPress users is helpful, and if it is, what does that look like? (e.g. score out of 100, 5 star rating, A/B/C/D, etc.),” Carbis said. “We will release our suggestion for what this <em>could</em> look like as a plugin shortly after WordCamp US.”</p>\n<p>More specific information about the metrics Tide is currently using and how it applies to plugins and themes will be available after the service launches in beta. If you are attending WordCamp US and have some suggestions or feedback to offer the team, make sure to stop by the Google sponsorship booth.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 21:21:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Adam Robinson on Understanding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://ma.tt/2017/11/adam-robinson-on-understanding/\";s: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:5921:\"<p>This is a long quote/excerpt from <a href=\"https://twitter.com/iamadamrobinson\">Adam Robinson</a> I’ve been holding onto for a while, from <a href=\"https://tribeofmentors.com/\">Tribe of Mentors</a>. Worth considering, especially if you strive to work in a data-informed product organization.</p>\n<blockquote><p>Virtually all investors have been told when they were younger — or implicitly believe, or have been tacitly encouraged to do so by the cookie-cutter curriculums of the business schools they all attend — that the more they understand the world, the better their investment results. It makes sense, doesn’t it? The more information we acquire and evaluate, the “better informed” we become, the better our decisions. Accumulating information, becoming “better informed,” is certainly an advantage in numerous, if not most, fields.</p>\n<p>But not in the eld of counterintuitive world of investing, where accumulating information can hurt your investment results.</p>\n<p>In 1974, Paul Slovic — a world-class psychologist, and a peer of Nobel laureate Daniel Kahneman — decided to evaluate the effect of information on decision-making. This study should be taught at every business school in the country. Slovic gathered eight professional horse handicappers and announced, “I want to see how well you predict the winners of horse races.” Now, these handicappers were all seasoned professionals who made their livings solely on their gambling skills.</p>\n<p>Slovic told them the test would consist of predicting 40 horse races in four consecutive rounds. In the first round, each gambler would be given the five pieces of information he wanted on each horse, which would vary from handicapper to handicapper. One handicapper might want the years of experience the jockey had as one of his top five variables, while another might not care about that at all but want the fastest speed any given horse had achieved in the past year, or whatever.</p>\n<p>Finally, in addition to asking the handicappers to predict the winner of each race, he asked each one also to state how confident he was in his prediction. Now, as it turns out, there were an average of ten horses in each race, so we would expect by blind chance — random guessing — each handicapper would be right 10 percent of the time, and that their confidence with a blind guess to be 10 percent.</p>\n<p>So in round one, with just five pieces of information, the handicappers were 17 percent accurate, which is pretty good, 70 percent better than the 10 percent chance they started with when given zero pieces of information. And interestingly, their confidence was 19 percent — almost exactly as confident as they should have been. They were 17 percent accurate and 19 percent confident in their predictions.</p>\n<p>In round two, they were given ten pieces of information. In round three, 20 pieces of information. And in the fourth and final round, 40 pieces of information. That’s a whole lot more than the five pieces of information they started with. Surprisingly, their accuracy had flatlined at 17 percent; they were no more accurate with the additional 35 pieces of information. Unfortunately, their confidence nearly doubled — to 34 percent! So the additional information made them no more accurate but a whole lot more confident. Which would have led them to increase the size of their bets and lose money as a result.</p>\n<p>Beyond a certain minimum amount, additional information only feeds — leaving aside the considerable cost of and delay occasioned in acquiring it — what psychologists call “confirmation bias.” The information we gain that conflicts with our original assessment or conclusion, we conveniently ignore or dismiss, while the information that confirms our original decision makes us increasingly certain that our conclusion was correct.</p>\n<p>So, to return to investing, the second problem with trying to understand the world is that it is simply far too complex to grasp, and the more dogged our at- tempts to understand the world, the more we earnestly want to “explain” events and trends in it, the more we become attached to our resulting beliefs — which are always more or less mistaken — blinding us to the financial trends that are actually unfolding. Worse, we think we understand the world, giving investors a false sense of confidence, when in fact we always more or less misunderstand it.<br />\nYou hear it all the time from even the most seasoned investors and financial “experts” that this trend or that “doesn’t make sense.” “It doesn’t make sense that the dollar keeps going lower” or “it makes no sense that stocks keep going higher.” But what’s really going on when investors say that something makes no sense is that they have a dozen or whatever reasons why the trend should be moving in the opposite direction.. yet it keeps moving in the current direction. So they believe the trend makes no sense. But what makes no sense is their model of the world. That’s what doesn’t make sense. The world always makes sense.</p>\n<p>In fact, because financial trends involve human behavior and human beliefs on a global scale, the most powerful trends won’t make sense until it becomes too late to profit from them. By the time investors formulate an understanding that gives them the confidence to invest, the investment opportunity has already passed.</p>\n<p>So when I hear sophisticated investors or financial commentators say, for example, that it makes no sense how energy stocks keep going lower, I know that energy stocks have a lot lower to go. Because all those investors are on the wrong side of the trade, in denial, probably doubling down on their original decision to buy energy stocks. Eventually they will throw in the towel and have to sell those energy stocks, driving prices lower still.</p></blockquote>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 16:33:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"HeroPress: Finding WordPress in Cameroon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://heropress.com/essays/finding-wordpress-cameroon/#utm_source=rss&utm_medium=rss&utm_campaign=finding-wordpress-cameroon\";s: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:5922:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/11/112217-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The more I share knowledge with someone the more I gain in return.\" /><p>My name is Michaël Nde Tabefor, I reside in Cameroon. I grew up in the economic capital of the country surrounded by so much diversity and culture.</p>\n<p>Yet I was still very young when I developed an interest in technology, back in Primary school I had a PC at home I used to play around, most especially Spider Solitaire hahaha. Well that game sound crazy but it’s educative, it built up my reflex with the mouse and yeah it worth it. When I arrived in Secondary school I quickly picked up the subject.</p>\n<p>I began educating myself on the trend of Technology and how they work. I developed a great interest for organisations such as Google, what they doing for humanity not just about technology. So I understood that no matter the position I get, I must always contribute to Humanity by volunteering.</p>\n<p>When I got to the University back in 2014 as a Freshman, I enrolled into Software engineering program where I began excelling and widening my thinking and reflex, met with other enthusiasts of technology.</p>\n<h3>Taking Another Path</h3>\n<p>Unlike other students I decided to go in for an internship at my first year (am one of those who believe university is good but it contribute to just about 10 – 20% of what builds up skill, people must be passionate about what the do, that passion alone will get you have the skills and be able to learn more and more).</p>\n<p>On my first day of internship, my internship coordinator gave me a task to go and install WordPress on my computer and create with the use of an external template (not there default themes) the website of my university.</p>\n<blockquote><p>Let me make this point, I didn’t know about WordPress. Had no idea of what it’s meant for. Completely blank.</p></blockquote>\n<p>I went back to my university, I met one of my professors, explained it to him, he redirected me to a senior student who once did internship and had to use WordPress.</p>\n<p>I went home, got my environment set up and called my senior, She did the guiding all through the installation on phone, till installing the template, my curiosity did the rest of the job hahaha, end of story. The next day I went back to the office, my coordinator didn’t expect me that soon Lol.</p>\n<h3>Diving Deeper</h3>\n<p>So I worked on some tutorial on building themes and plugin from scratch from Lynda.com but I took a break from building cuz I didn’t have much skills in PHP, in first year we didn’t do web technologies, I began hacking on PHP on my own, basic’ly I learnt almost every skill on my own via research and practice.</p>\n<p>I worked on several sites that used WordPress and began installing for others. My coordinator told me it would be interesting to start a WordPress Community so others could benefit from it. Actually the more I share knowledge with someone I gain 100% in return too, it builds up my mastery and ability to debug and resolve issues.</p>\n<blockquote><p>I began our local community and everyday I kept understanding WordPress more and more.</p></blockquote>\n<p>After a couple of months I officially joined the WordPress Volunteer Community in doing more reach outs in (November 2015 – via Rocio Valdiva) and on April 15, 2017 I organized <a href=\"https://2017.buea.wordcamp.org/\">the very first WordCamp in the whole of Central Africa</a> that brought together over 240 persons. Complete gallery on <a href=\"https://www.flickr.com/photos/144827169@N08/\">Flickr</a>, Video on <a href=\"https://youtu.be/nnUgqhveB00\">YouTube</a>.</p>\n<p>After the WordCamp I later on built a Mobile Money Payment Gateway with a local Network Operator web payment API using WooCommerce.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Finding WordPress in Cameroon\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20WordPress%20in%20Cameroon&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding WordPress in Cameroon\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F&title=Finding+WordPress+in+Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding WordPress in Cameroon\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/finding-wordpress-cameroon/&media=https://heropress.com/wp-content/uploads/2018/11/112217-150x150.jpg&description=Finding WordPress in Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding WordPress in Cameroon\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\" title=\"Finding WordPress in Cameroon\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\">Finding WordPress in Cameroon</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 15:45:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Michaël Nde Tabefor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: Envato Elements Adds Unlimited WordPress Theme and Plugin Downloads to Subscription Plan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/envato-elements-adds-unlimited-wordpress-theme-and-plugin-downloads-to-subscription-plan\";s: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:4096:\"<p>Envato has added <a href=\"https://envato.com/blog/announcing-wordpress-themes-on-envato-elements/\" rel=\"noopener\" target=\"_blank\">unlimited WordPress theme and plugin downloads</a> to its Elements digital assets subscription service. The company is including a curated collection of <a href=\"https://elements.envato.com/wordpress/themes/sort-by-latest\" rel=\"noopener\" target=\"_blank\">210 WordPress themes</a> and <a href=\"https://elements.envato.com/wordpress/plugins/sort-by-latest\" rel=\"noopener\" target=\"_blank\">100 plugins</a> along with 400,000 other design assets already offered through the service.</p>\n<p>Envato is the largest WordPress theme marketplace on the web with 39,102 themes and website templates for sale. Last year the company <a href=\"https://wptavern.com/envato-celebrates-10-years-in-business\" rel=\"noopener\" target=\"_blank\">celebrated 10 years in business</a> and reported that the community earned more than $40 million, with a significant portion of that revenue coming from WordPress products.</p>\n<p>The new “all you can eat” style package for WordPress themes on Envato Elements was introduced to boost the value of the service’s annual subscription plan and is not available to monthly subscribers. For $228/year, annual subscribers can change themes as often as they choose, which is the chief selling point of the new addition. However, the subscription service does not provide direct item support for the themes, as they are submitted by independent designers.</p>\n<p>Current Elements subscribers have the option to change their payment plans from monthly to annual to gain access to the unlimited WordPress products. Several disgruntled customers have taken to Twitter to express their dissatisfaction with the WordPress additions being withheld from existing monthly subscribers and perceive it to be heavy-handed a tactic for locking in more annual subscribers before raising the price.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Not cheeky ask at all, your roadmap did not say anything about this price change, but got people signed up at $19 per month with the understanding this was going to be an added edition. Shocking way to treat loyal customers. <a href=\"https://twitter.com/hashtag/moneyhungry?src=hash&ref_src=twsrc%5Etfw\">#moneyhungry</a></p>\n<p>— TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"?\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/930943546693226501?ref_src=twsrc%5Etfw\">November 15, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why hold monthly subscribers ransom by only allowing annual subscribers access? Feels somewhat unfair to long term subs!</p>\n<p>— Paul Charlton (@ipixel_design) <a href=\"https://twitter.com/ipixel_design/status/931203052765433862?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Yes we were on the understanding us early day loyal subscribers signed up would get what the roadmap said, it’s such a sneaky way to get people locked in to the annual plan which you will then increase in year 2, seen it all before.</p>\n<p>— TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"?\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/931097713579610112?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>\n<p></p>\n<p>An Envato support representative offered some background on the decision in response to monthly subscribers who do not appreciate being excluded from additions to the service.</p>\n<p>“We chose this pricing model because we think it creates the fairest platform for both our subscribers and our authors,” the representative said. “A huge amount of time and dedication goes into creating and maintaining WordPress themes and plugin so this allows us to help protect the earnings of the authors who provide our community with premium assets.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 04:01:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Tribe of Mentors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2017/11/tribe-of-mentors/\";s: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:1004:\"<p>Tim Ferriss’s new book <a href=\"https://tribeofmentors.com/\">Tribe of Mentors is out</a>. I have finished it already, and can say it’s really excellent and I even liked it more than Tools of Titans even though I’m not in this one. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> As I said in a message to Tim:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Curious how Tribe of Mentors is different from Tools of Titans? Here\'s a text to me from Matt Mullenweg (<a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a>, CEO Automattic)… <a href=\"https://t.co/D9kvA2rFFC\">pic.twitter.com/D9kvA2rFFC</a></p>\n<p>— Tim Ferriss (@tferriss) <a href=\"https://twitter.com/tferriss/status/919729467244863488?ref_src=twsrc%5Etfw\">October 16, 2017</a></p></blockquote>\n<p></p>\n<p>I learned a lot from it, took a ton of notes to follow up on, and wrote down about twenty more books I have to read.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Nov 2017 23:55:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\";s: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:6385:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/tailor-e1510853958841.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.enclavely.io/\" rel=\"noopener\" target=\"_blank\">Enclavely, Inc.</a>, the owners of the <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">Tailor Page Builder plugin</a>, have announced that they will be <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a> effective immediately.</p>\n<p><a href=\"http://andrewworsfold.com/\" rel=\"noopener\" target=\"_blank\">Andrew Worsfold</a>, the original developer, launched Tailor in April 2016 and the plugin received an enthusiastic reception from the WordPress community. After performing <a href=\"https://wptavern.com/pippin-williamson-shakes-up-page-builder-plugins-with-critical-review\" rel=\"noopener\" target=\"_blank\">a critical review of the major page builders</a> available to users in September 2016, Pippin Williamson found only three that he could happily recommend to his customers: Tailor, Pootle Page Builder, and Beaver Builder. This recommendation was based primarily on code quality, usability, and compatibility with other plugins.</p>\n<p>The plugin <a href=\"https://www.tailorwp.com/tailor-page-builder-under-new-management/\" rel=\"noopener\" target=\"_blank\">came under new management in July 2017</a> after the original developer no longer had enough time to dedicate to the project. Worsfold sold it to Enclavely, whose owners were early and enthusiastic users of the plugin, for what he said was “a nominal amount.” Three months later, the new owners cite the cost of keeping up with Gutenberg and other competitors as the primary reason for <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a>:</p>\n<blockquote><p>Gutenberg is going to be bundled with WordPress itself. That’s definitely going to give a tough time to all 3rd party page builders and even that is not the case there are some really big players around like Elementor, Divi, Beaver Builder, and others which are going to be hard for us to compete with, being a completely free project and providing almost all the great features in free version…</p>\n<p>So the main reason for us to discontinue Tailor is due to finances, which Tailor needs to keep on its development and marketing to compete with all the big players and especially Gutenberg.</p></blockquote>\n<p>This instance seems to be more of a case of the new management running out of funds, rather than Gutenberg preemptively killing off a page builder. Enclavely was no longer willing to invest in developing a product that could compete against some of the more widely used page builders.</p>\n<p>“Tailor needs a lot of effort and money, which was much more than we estimated,” an Enclavely representative said when I contacted the company. “And even if we continue to put effort and money in this project, we all know that Gutenberg is going to smash this space soon and we won’t be able to survive, and so will be the case with some other page builders. This is why we decided to end this now.”</p>\n<p>Tailor currently has more than 3,000 active installations, according to WordPress.org. Fans of the plugin commented on the <a href=\"https://medium.com/tailor-page-builder/end-of-tailor-rise-of-gutenberg-6b4c59431f99\" rel=\"noopener\" target=\"_blank\">announcement</a>, asking if the original developer might be able to pick the project back up again.</p>\n<p>When I contacted the company, they said the original developer was no longer involved with the project.</p>\n<p>“The original developer has parted ways since the acquisition,” an Enclavely representative said. “He was involved with some stuff in the start but not that much, thus the decision is mainly taken by us based on the issues we were facing in maintaining this project.”</p>\n<p>However, Worsfold’s account of his involvement with Tailor following the acquisition differs greatly from Enclavely’s report.</p>\n<p>“I handed over control of the project in July, although all releases since then were also written by me and deployed on their behalf,” Worsfold said. “Given that I haven’t been asked to help with anything recently, and there have been no further releases, it looks like development has already ended.”</p>\n<p>The plugin is <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">available free on WordPress.org</a> and licensed under the GPL, so anyone who wants to can fork it. Worsfold doesn’t anticipate having the time to maintain the project himself and said he was under the impression that Enclavely is attempting to sell it.</p>\n<p>“I made the decision to hand over control of Tailor as work and other commitments meant that I couldn’t dedicate enough time to the project,” Worsfold said. “I had hoped that the new team would continue development, provide support, and ensure the needs of existing users were met. However after just three months they’ve decided to give up. That’s obviously very disappointing.”</p>\n<p>Worsfold said that when he sold it to them, it was with the understanding that they would continue to develop and maintain it. He doesn’t anticipate being able to re-adopt it due to a lack of time to dedicate to the project.</p>\n<p>“I’m in much the same situation I was in before and it seems they are wanting to on-sell it themselves, so I can’t imagine I will be able to readopt it,” Worsfold said. “I have mixed feelings about the whole situation. Ultimately I see Gutenberg doing most of what page builders currently do, but in a better, more standardized, way. Hopefully, whatever’s left (custom blocks, styles, functionality etc.) will build on the framework and serve to reduce the amount of fragmentation in the ecosystem.”</p>\n<p>Worsfold is still limited on free time but said he would be willing to contribute to the project if someone decided to fork it and keep it alive.</p>\n<p>“It would be a shame to see something I built, and that people use, simply die,” he said. “Hopefully someone will either fork it or take over development.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Nov 2017 00:15:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 08 Jan 2018 04:05:24 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 08 Jan 2018 03:45:31 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20171224102459\";}','no'),(1387,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1515427525','no'),(1388,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1515384325','no'),(1389,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1515427525','no'),(1390,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/01/the-month-in-wordpress-december-2017/\'>The Month in WordPress: December 2017</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2018/01/ariel-levy-in-longreads/\'>Matt: Ariel Levy in Longreads</a></li><li><a class=\'rsswidget\' href=\'https://lorelle.wordpress.com/2018/01/06/vulnerability-in-phpmyadmin-requires-immediate-patch/\'>Lorelle on WP: Vulnerability in phpMyAdmin Requires Immediate Patch</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/zac-gordon-launches-gutenberg-development-course-includes-more-than-30-videos\'>WPTavern: Zac Gordon Launches Gutenberg Development Course, Includes More Than 30 Videos</a></li></ul></div>','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=252 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,2,'_edit_lock','1506588200:1'),(5,8,'_edit_last','1'),(6,8,'_edit_lock','1514115286:1'),(7,8,'_wp_page_template','template-home.php'),(8,10,'_edit_last','1'),(9,10,'_wp_page_template','default'),(10,10,'_edit_lock','1506597913:1'),(11,12,'_edit_last','1'),(12,12,'_wp_page_template','default'),(13,12,'_edit_lock','1509361743:1'),(14,14,'_edit_last','1'),(15,14,'_edit_lock','1506592445:1'),(16,14,'_wp_page_template','default'),(17,16,'_edit_last','1'),(18,16,'_wp_page_template','default'),(19,16,'_edit_lock','1506598441:1'),(20,18,'_edit_last','1'),(21,18,'_wp_page_template','default'),(22,18,'_edit_lock','1506598349:1'),(23,20,'_edit_last','1'),(24,20,'_wp_page_template','default'),(25,20,'_edit_lock','1513057627:1'),(26,23,'_edit_last','1'),(27,23,'_wp_page_template','default'),(28,23,'_edit_lock','1506767104:1'),(35,29,'_edit_last','1'),(36,29,'_edit_lock','1506601799:1'),(37,29,'_wp_page_template','default'),(38,31,'_edit_last','1'),(39,31,'_wp_page_template','default'),(40,31,'_edit_lock','1509363842:1'),(41,33,'_edit_last','1'),(42,33,'_wp_page_template','default'),(43,33,'_edit_lock','1506602180:1'),(44,35,'_edit_last','1'),(45,35,'_wp_page_template','default'),(46,35,'_edit_lock','1506602507:1'),(47,37,'_edit_last','1'),(48,37,'_wp_page_template','default'),(49,37,'_edit_lock','1506768462:1'),(50,39,'_menu_item_type','post_type'),(51,39,'_menu_item_menu_item_parent','0'),(52,39,'_menu_item_object_id','8'),(53,39,'_menu_item_object','page'),(54,39,'_menu_item_target',''),(55,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(56,39,'_menu_item_xfn',''),(57,39,'_menu_item_url',''),(59,40,'_menu_item_type','post_type'),(60,40,'_menu_item_menu_item_parent','0'),(61,40,'_menu_item_object_id','20'),(62,40,'_menu_item_object','page'),(63,40,'_menu_item_target',''),(64,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(65,40,'_menu_item_xfn',''),(66,40,'_menu_item_url',''),(68,41,'_menu_item_type','post_type'),(69,41,'_menu_item_menu_item_parent','0'),(70,41,'_menu_item_object_id','18'),(71,41,'_menu_item_object','page'),(72,41,'_menu_item_target',''),(73,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(74,41,'_menu_item_xfn',''),(75,41,'_menu_item_url',''),(77,42,'_menu_item_type','post_type'),(78,42,'_menu_item_menu_item_parent','0'),(79,42,'_menu_item_object_id','16'),(80,42,'_menu_item_object','page'),(81,42,'_menu_item_target',''),(82,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,42,'_menu_item_xfn',''),(84,42,'_menu_item_url',''),(86,43,'_menu_item_type','post_type'),(87,43,'_menu_item_menu_item_parent','0'),(88,43,'_menu_item_object_id','14'),(89,43,'_menu_item_object','page'),(90,43,'_menu_item_target',''),(91,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(92,43,'_menu_item_xfn',''),(93,43,'_menu_item_url',''),(95,44,'_menu_item_type','post_type'),(96,44,'_menu_item_menu_item_parent','0'),(97,44,'_menu_item_object_id','12'),(98,44,'_menu_item_object','page'),(99,44,'_menu_item_target',''),(100,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,44,'_menu_item_xfn',''),(102,44,'_menu_item_url',''),(104,45,'_menu_item_type','post_type'),(105,45,'_menu_item_menu_item_parent','0'),(106,45,'_menu_item_object_id','10'),(107,45,'_menu_item_object','page'),(108,45,'_menu_item_target',''),(109,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(110,45,'_menu_item_xfn',''),(111,45,'_menu_item_url',''),(113,46,'_menu_item_type','post_type'),(114,46,'_menu_item_menu_item_parent','43'),(115,46,'_menu_item_object_id','37'),(116,46,'_menu_item_object','page'),(117,46,'_menu_item_target',''),(118,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(119,46,'_menu_item_xfn',''),(120,46,'_menu_item_url',''),(122,47,'_menu_item_type','post_type'),(123,47,'_menu_item_menu_item_parent','43'),(124,47,'_menu_item_object_id','35'),(125,47,'_menu_item_object','page'),(126,47,'_menu_item_target',''),(127,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(128,47,'_menu_item_xfn',''),(129,47,'_menu_item_url',''),(131,48,'_menu_item_type','post_type'),(132,48,'_menu_item_menu_item_parent','43'),(133,48,'_menu_item_object_id','33'),(134,48,'_menu_item_object','page'),(135,48,'_menu_item_target',''),(136,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(137,48,'_menu_item_xfn',''),(138,48,'_menu_item_url',''),(140,49,'_menu_item_type','post_type'),(141,49,'_menu_item_menu_item_parent','43'),(142,49,'_menu_item_object_id','31'),(143,49,'_menu_item_object','page'),(144,49,'_menu_item_target',''),(145,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(146,49,'_menu_item_xfn',''),(147,49,'_menu_item_url',''),(149,50,'_menu_item_type','post_type'),(150,50,'_menu_item_menu_item_parent','43'),(151,50,'_menu_item_object_id','29'),(152,50,'_menu_item_object','page'),(153,50,'_menu_item_target',''),(154,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(155,50,'_menu_item_xfn',''),(156,50,'_menu_item_url',''),(176,53,'_menu_item_type','post_type'),(177,53,'_menu_item_menu_item_parent','43'),(178,53,'_menu_item_object_id','23'),(179,53,'_menu_item_object','page'),(180,53,'_menu_item_target',''),(181,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(182,53,'_menu_item_xfn',''),(183,53,'_menu_item_url',''),(185,57,'_wp_attached_file','2017/09/2nd-Leathertex-BD.jpg'),(186,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:203;s:4:\"file\";s:29:\"2017/09/2nd-Leathertex-BD.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"2nd-Leathertex-BD-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"2nd-Leathertex-BD-125x141.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"Basic RGB\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(187,58,'_wp_attached_file','2017/09/2nd-Leathertex-BD-1.jpg'),(188,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:110;s:6:\"height\";i:124;s:4:\"file\";s:31:\"2017/09/2nd-Leathertex-BD-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"Basic RGB\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(189,59,'_wp_attached_file','2017/09/dye-chem-logo.png'),(190,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:252;s:6:\"height\";i:107;s:4:\"file\";s:25:\"2017/09/dye-chem-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dye-chem-logo-150x107.png\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"dye-chem-logo-125x53.png\";s:5:\"width\";i:125;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191,67,'_wp_attached_file','2017/09/cems-bd.jpg'),(192,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:19:\"2017/09/cems-bd.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(193,68,'_wp_attached_file','2017/09/cems-bd-1.jpg'),(194,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:21:\"2017/09/cems-bd-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(195,69,'_wp_attached_file','2017/09/cems-usa.jpg'),(196,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:20:\"2017/09/cems-usa.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(197,70,'_wp_attached_file','2017/09/CEMS-Lanka-Logo.jpg'),(198,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:34;s:4:\"file\";s:27:\"2017/09/CEMS-Lanka-Logo.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(207,95,'_wp_attached_file','2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf'),(208,96,'_wp_attached_file','2017/09/Expo-Application-FormButton.png'),(209,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:75;s:4:\"file\";s:39:\"2017/09/Expo-Application-FormButton.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Expo-Application-FormButton-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Expo-Application-FormButton-300x64.png\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Expo-Application-FormButton-125x27.png\";s:5:\"width\";i:125;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(214,101,'_edit_last','1'),(215,101,'_wp_page_template','default'),(216,101,'_edit_lock','1509531764:1'),(217,104,'_menu_item_type','post_type'),(218,104,'_menu_item_menu_item_parent','43'),(219,104,'_menu_item_object_id','101'),(220,104,'_menu_item_object','page'),(221,104,'_menu_item_target',''),(222,104,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(223,104,'_menu_item_xfn',''),(224,104,'_menu_item_url',''),(225,110,'_edit_last','1'),(226,110,'_edit_lock','1513574477:1'),(227,110,'_wp_page_template','default'),(228,8,'_yoast_wpseo_content_score','60'),(229,8,'_yoast_wpseo_focuskw_text_input','2nd Dhaka International Denim Show 2018-Winter Edition'),(230,8,'_yoast_wpseo_focuskw','2nd Dhaka International Denim Show 2018-Winter Edition'),(231,8,'_yoast_wpseo_title','2nd Dhaka International Denim Show 2018-Winter Edition'),(232,8,'_yoast_wpseo_metadesc','\'2nd Dhaka International Denim Show 2018-Winter Edition\' will be a great avenue for drawing huge visitors from ever expanding Denim Industry of Bangladesh.The \'Dhaka International Denim Show 2018\' will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry.'),(233,8,'_yoast_wpseo_linkdex','84'),(234,118,'_menu_item_type','custom'),(235,118,'_menu_item_menu_item_parent','0'),(236,118,'_menu_item_object_id','118'),(237,118,'_menu_item_object','custom'),(238,118,'_menu_item_target',''),(239,118,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(240,118,'_menu_item_xfn',''),(241,118,'_menu_item_url','#'),(242,118,'_menu_item_orphaned','1514115492'),(243,119,'_menu_item_type','custom'),(244,119,'_menu_item_menu_item_parent','0'),(245,119,'_menu_item_object_id','119'),(246,119,'_menu_item_object','custom'),(247,119,'_menu_item_target',''),(248,119,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(249,119,'_menu_item_xfn',''),(250,119,'_menu_item_url','#'),(251,119,'_menu_item_orphaned','1514115621'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (2,1,'2017-08-04 17:46:45','2017-08-04 17:46:45','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://cems-denimshow.com/denimshowbd/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2017-08-04 17:46:45','2017-08-04 17:46:45','',0,'http://cems-denimshow.com/denimshowbd/?page_id=2',0,'page','',0),(8,1,'2017-09-28 09:49:22','2017-09-28 09:49:22','[one_sixth]\r\n<a href=\"#\"><img class=\"alignnone\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"CEMS Global\" width=\"80\" height=\"127\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/denimshowbd/index.php/online-registration-form/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"#\"><img class=\"alignnone wp-image-816 size-full\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"Presentation-2nd Dhaka International Denim Show 2018-Winter Edition\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone wp-image-820 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/Expo-Application-FormButton.png\" alt=\"expo-registration-form 2nd Dhaka International Denim Show 2018-Winter Edition\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-safetysecurity.com/wp-content/uploads/2016/08/Fact-Sheet-button.png\" alt=\"our-fact-sheet-2nd Dhaka International Denim Show 2018-Winter Edition\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone wp-image-822 size-full\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report 2nd Dhaka International Denim Show 2018-Winter Edition\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"1\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone wp-image-370 size-medium\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"Denim Show\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, celebrating 25 years at 2017, has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"Profile Of Visitor\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\nVisitors to <strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Denim Industry of Bangladesh from top....\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Highlights\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nThe <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2018-Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2<sup>nd</sup> Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications.\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"Country Map\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Bangladesh\r\n\r\n<strong>Cooperated by </strong> : CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia\r\n\r\n<strong>Venue</strong> : International Convention City Bashundara, Kuril, Dhaka,Bangladesh.\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]\r\n<p style=\"text-align: center;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-101 size-full\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"13th DIFS (Winter-Edition)\" width=\"120\" height=\"149\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"30th DYE+CHEM 2018\" width=\"252\" height=\"107\" /></a></p>','Home','','publish','open','closed','','home','','','2017-12-24 11:35:59','2017-12-24 11:35:59','',0,'http://cems-denimshow.com/denimshowbd/?page_id=8',0,'page','',0),(9,1,'2017-09-28 09:49:22','2017-09-28 09:49:22','','Home','','inherit','closed','closed','','8-revision-v1','','','2017-09-28 09:49:22','2017-09-28 09:49:22','',8,'http://cems-denimshow.com/denimshowbd/2017/09/28/8-revision-v1/',0,'revision','',0),(10,1,'2017-09-28 09:54:14','2017-09-28 09:54:14','CEMS-Global USA presents the <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2017-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 21 years. At 2017, CEMS Global is launched its own Denim related exhibition for the first time titled Dhaka International Denim Show 2016 and in Second Edition 2018 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\r\n\r\nThe <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2<sup>nd</sup> Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.','Event Profile','','publish','closed','closed','','event-profile','','','2017-09-28 11:25:12','2017-09-28 11:25:12','',0,'http://cems-denimshow.com/denimshowbd/?page_id=10',0,'page','',0),(11,1,'2017-09-28 09:54:14','2017-09-28 09:54:14','','Event Profile','','inherit','closed','closed','','10-revision-v1','','','2017-09-28 09:54:14','2017-09-28 09:54:14','',10,'http://cems-denimshow.com/denimshowbd/2017/09/28/10-revision-v1/',0,'revision','',0),(12,1,'2017-09-28 09:55:04','2017-09-28 09:55:04','The <strong>‘2nd Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2nd Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.','Highlights','','publish','closed','closed','','highlights','','','2017-10-30 11:10:08','2017-10-30 11:10:08','',0,'http://cems-denimshow.com/denimshowbd/?page_id=12',0,'page','',0),(13,1,'2017-09-28 09:55:04','2017-09-28 09:55:04','','Highlights','','inherit','closed','closed','','12-revision-v1','','','2017-09-28 09:55:04','2017-09-28 09:55:04','',12,'http://cems-denimshow.com/denimshowbd/2017/09/28/12-revision-v1/',0,'revision','',0),(14,1,'2017-09-28 09:55:57','2017-09-28 09:55:57','','Exhibitor','','publish','closed','closed','','exhibitor','','','2017-09-28 09:55:57','2017-09-28 09:55:57','',0,'http://cems-denimshow.com/denimshowbd/?page_id=14',0,'page','',0),(15,1,'2017-09-28 09:55:57','2017-09-28 09:55:57','','Exhibitor','','inherit','closed','closed','','14-revision-v1','','','2017-09-28 09:55:57','2017-09-28 09:55:57','',14,'http://cems-denimshow.com/denimshowbd/2017/09/28/14-revision-v1/',0,'revision','',0),(16,1,'2017-09-28 09:56:59','2017-09-28 09:56:59','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n </td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 75.00, Euro 1.00=Tk 93.00</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Industries</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Crops</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Annual Export / Import</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Exports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Imports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major trading partners</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','publish','closed','closed','','about-bangladesh','','','2017-09-28 11:35:18','2017-09-28 11:35:18','',0,'http://cems-denimshow.com/denimshowbd/?page_id=16',0,'page','',0),(17,1,'2017-09-28 09:56:59','2017-09-28 09:56:59','','About Bangladesh','','inherit','closed','closed','','16-revision-v1','','','2017-09-28 09:56:59','2017-09-28 09:56:59','',16,'http://cems-denimshow.com/denimshowbd/2017/09/28/16-revision-v1/',0,'revision','',0),(18,1,'2017-09-28 09:57:41','2017-09-28 09:57:41','Since its inception in 1992, CEMS, celebrating 25 years at 2017, has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.','About CEMS','','publish','closed','closed','','about-cems','','','2017-09-28 11:33:16','2017-09-28 11:33:16','',0,'http://cems-denimshow.com/denimshowbd/?page_id=18',0,'page','',0),(19,1,'2017-09-28 09:57:41','2017-09-28 09:57:41','','About CEMS','','inherit','closed','closed','','18-revision-v1','','','2017-09-28 09:57:41','2017-09-28 09:57:41','',18,'http://cems-denimshow.com/denimshowbd/2017/09/28/18-revision-v1/',0,'revision','',0),(20,1,'2017-09-28 09:58:21','2017-09-28 09:58:21','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</span></a></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n<span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, \r\nBir Uttam Rafiqul Islam Avenue(North Badda), \r\nDhaka-1212,Bangladesh.</span>\r\n<span style=\"color: #000000;\">T :+88 02 48810266 ~ 81, F : +88 02 48810286</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n \r\n \r\n\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, \r\nChaoyang, Beijing, 100029, China</span>\r\n<span style=\"color: #000000;\">T: +86-10-82842588, F: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n \r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong></span>\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','publish','closed','closed','','contact-us','','','2017-12-12 05:47:04','2017-12-12 05:47:04','',0,'http://cems-denimshow.com/denimshowbd/?page_id=20',0,'page','',0),(21,1,'2017-09-28 09:58:21','2017-09-28 09:58:21','','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-09-28 09:58:21','2017-09-28 09:58:21','',20,'http://cems-denimshow.com/denimshowbd/2017/09/28/20-revision-v1/',0,'revision','',0),(23,1,'2017-09-28 10:04:01','2017-09-28 10:04:01','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"dhaka\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\">‘<strong>2<sup>nd</sup> Dhaka International Denim Show 2018 – Winter Edition</strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><em>An Int\'l Exhibition on Denim Fabrics & Accessory Showcase for Bangladesh</em></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><strong>31 JANUARY~3 FEBRUARY, 2018.</strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Business / Trade Visitors, Professionals</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','publish','closed','closed','','fact-sheet','','','2017-09-28 12:28:59','2017-09-28 12:28:59','',0,'http://cems-denimshow.com/denimshowbd/?page_id=23',0,'page','',0),(24,1,'2017-09-28 10:04:01','2017-09-28 10:04:01','','Fact Sheet','','inherit','closed','closed','','23-revision-v1','','','2017-09-28 10:04:01','2017-09-28 10:04:01','',23,'http://cems-denimshow.com/denimshowbd/2017/09/28/23-revision-v1/',0,'revision','',0),(29,1,'2017-09-28 10:07:45','2017-09-28 10:07:45','<strong> </strong>\r\n\r\n<strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018 – Winter Edition’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\nVisitors to <strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Denim Industry of Bangladesh from top manufacturers worldwide. Original designs and innovation, combined with traditional quality and style will be the key to the exhibition\'s success.','Profile of Visitors','','publish','closed','closed','','profile-of-visitors','','','2017-09-28 12:32:07','2017-09-28 12:32:07','',0,'http://cems-denimshow.com/denimshowbd/?page_id=29',0,'page','',0),(30,1,'2017-09-28 10:07:45','2017-09-28 10:07:45','','Profile of Visitors','','inherit','closed','closed','','29-revision-v1','','','2017-09-28 10:07:45','2017-09-28 10:07:45','',29,'http://cems-denimshow.com/denimshowbd/2017/09/28/29-revision-v1/',0,'revision','',0),(31,1,'2017-09-28 10:08:19','2017-09-28 10:08:19','<ul>\r\n <li>Chemicals and Enzymes Used For Denim</li>\r\n <li>Denim Accessories</li>\r\n <li>Denim Fabric</li>\r\n <li>Denim Garments Machinery</li>\r\n <li>Denim Jeans & Other Garments</li>\r\n <li>Dye-Stuff</li>\r\n <li>Related Machinery and Equipment</li>\r\n</ul>','Profile of Exhibits','','publish','closed','closed','','profile-of-exhibits','','','2017-09-28 12:33:37','2017-09-28 12:33:37','',0,'http://cems-denimshow.com/denimshowbd/?page_id=31',0,'page','',0),(32,1,'2017-09-28 10:08:19','2017-09-28 10:08:19','','profile of Exhibits','','inherit','closed','closed','','31-revision-v1','','','2017-09-28 10:08:19','2017-09-28 10:08:19','',31,'http://cems-denimshow.com/denimshowbd/2017/09/28/31-revision-v1/',0,'revision','',0),(33,1,'2017-09-28 10:10:21','2017-09-28 10:10:21','The <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2<sup>nd</sup> Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.','Focus','','publish','closed','closed','','focus','','','2017-09-28 12:36:23','2017-09-28 12:36:23','',0,'http://cems-denimshow.com/denimshowbd/?page_id=33',0,'page','',0),(34,1,'2017-09-28 10:10:21','2017-09-28 10:10:21','','Focus','','inherit','closed','closed','','33-revision-v1','','','2017-09-28 10:10:21','2017-09-28 10:10:21','',33,'http://cems-denimshow.com/denimshowbd/2017/09/28/33-revision-v1/',0,'revision','',0),(35,1,'2017-09-28 10:11:20','2017-09-28 10:11:20','<span style=\"color: #993300;\"><strong>Guidelines for Exhibiting</strong></span>\r\n<p align=\"justify\"><span style=\"color: #000000;\">Confirm your participation now to be a part of a great Marketing & B2B platform of International Yarn & Fabric Manufacturers & Exporters focused to the entire Textile & Apparel Industry of Bangladesh .</span></p>\r\n<p align=\"justify\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/guidelines_clip_image002.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-33\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/guidelines_clip_image002.jpg\" alt=\"guidelines_clip_image002\" width=\"230\" height=\"214\" /></span></a></span></p>\r\n\r\n<ul>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">Please complete your Expo Application Form mentioning the Exhibit Category and send it to <a href=\"mailto:contact@cems-denimshow.com\" target=\"_blank\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> or <a href=\"mailto:cems@cemsonline.com\" target=\"_blank\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span></p>\r\n</li>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">Please check your Exhibit Category before filling out the form</span></p>\r\n</li>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">To avail the Early Registration promotion which is only accepted online,<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><span style=\"color: #000000;\">Please Click Here</span></a></span></p>\r\n</li>\r\n <li><span style=\"color: #000000;\">Basic Shell Scheme Booth Package is of 6 sqm & 9 sqm. Each basic booth fee includes the following :</span>\r\n<blockquote><span style=\"color: #000000;\">Shell scheme booth (as per booking)</span>\r\n<span style=\"color: #000000;\"> Booth name fascia board</span>\r\n<span style=\"color: #000000;\"> 01 no. Of information counter</span>\r\n<span style=\"color: #000000;\"> 02 nos. Of chairs</span>\r\n<span style=\"color: #000000;\"> 03. Nos. Of 40w fluorescent tube</span>\r\n<span style=\"color: #000000;\"> Power socket with power supply</span>\r\n<span style=\"color: #000000;\"> Free listing in expo catalogue / brochure</span>\r\n<span style=\"color: #000000;\"> Free Invitation Cards to invite your Clients (Depending on the number of booth(s) booked)</span>\r\n<span style=\"color: #000000;\"> Utilities will be billed separately</span></blockquote>\r\n</li>\r\n <li><span style=\"color: #000000;\">Surcharge for corner booth is 10% on basic booth price. However, if a full block of booths is booked, this surcharge is not applicable</span></li>\r\n <li><span style=\"color: #000000;\">Booth(s) / Space are on First Come – First Serve basis</span></li>\r\n</ul>','Exhibiting Guidelines','','publish','closed','closed','','exhibiting-guidelines','','','2017-09-28 12:41:45','2017-09-28 12:41:45','',0,'http://cems-denimshow.com/denimshowbd/?page_id=35',0,'page','',0),(36,1,'2017-09-28 10:11:20','2017-09-28 10:11:20','','Exhibiting Guidelines','','inherit','closed','closed','','35-revision-v1','','','2017-09-28 10:11:20','2017-09-28 10:11:20','',35,'http://cems-denimshow.com/denimshowbd/2017/09/28/35-revision-v1/',0,'revision','',0),(37,1,'2017-09-28 10:11:51','2017-09-28 10:11:51','<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\" target=\"_blank\">EXPO APPLICATION FORM</a>','Expo Application Form','','publish','closed','closed','','expo-application-form','','','2017-09-28 12:42:30','2017-09-28 12:42:30','',0,'http://cems-denimshow.com/denimshowbd/?page_id=37',0,'page','',0),(38,1,'2017-09-28 10:11:51','2017-09-28 10:11:51','','Expo Application Form','','inherit','closed','closed','','37-revision-v1','','','2017-09-28 10:11:51','2017-09-28 10:11:51','',37,'http://cems-denimshow.com/denimshowbd/2017/09/28/37-revision-v1/',0,'revision','',0),(39,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','39','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=39',1,'nav_menu_item','',0),(40,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','40','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=40',14,'nav_menu_item','',0),(41,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','41','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=41',13,'nav_menu_item','',0),(42,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','42','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=42',12,'nav_menu_item','',0),(43,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','43','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=43',4,'nav_menu_item','',0),(44,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','44','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=44',3,'nav_menu_item','',0),(45,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','45','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=45',2,'nav_menu_item','',0),(46,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','46','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=46',10,'nav_menu_item','',0),(47,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','47','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=47',9,'nav_menu_item','',0),(48,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','48','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=48',8,'nav_menu_item','',0),(49,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','49','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=49',7,'nav_menu_item','',0),(50,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','50','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=50',6,'nav_menu_item','',0),(53,1,'2017-09-28 10:40:33','2017-09-28 10:40:33',' ','','','publish','closed','closed','','53','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=53',5,'nav_menu_item','',0),(54,1,'2017-09-28 10:43:42','2017-09-28 10:43:42','[one_sixth][one_sixth]<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a><span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>[/one_sixth]\r\n[five_sixth_last][biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane][/five_sixth_last][three_fourth]\r\n[one_half]<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n[/one_half]\r\n[one_half_last]\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>[/one_half_last]\r\n[/three_fourth]\r\n[one_fourth_last][/one_fourth_last]\r\n<!--Foure Page-->\r\n[one_fourth]<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /><h3>About CEMS</h3>CEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South &amp; South-East Asia ........\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>[/one_fourth]\r\n[one_fourth]<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a><h3>Profile of Visitors</h3><strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for<ul> <li>Accessories / Trim Supplier</li> <li>Design Studio</li> <li>Fabric Mill</li> <li>Garment Manufacturer</li> <li>Garments Machine Supplier</li></ul>&nbsp;\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a><h3>Highlights</h3>CEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>[/one_fourth]\r\n[one_fourth_last]<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a><h3>Fact Sheet</h3>Detail : An Int’l Exhibition on Denim Fabrics &amp; Accessories for Bangladesh\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>[/one_fourth_last]<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-09-28 10:43:42','2017-09-28 10:43:42','',8,'http://cems-denimshow.com/denimshowbd/2017/09/28/8-revision-v1/',0,'revision','',0),(55,1,'2017-09-28 10:44:44','2017-09-28 10:44:44','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\"><img class=\"size-full wp-image-101 aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-09-28 10:44:44','2017-09-28 10:44:44','',8,'http://cems-denimshow.com/denimshowbd/2017/09/28/8-revision-v1/',0,'revision','',0),(56,1,'2017-12-24 11:33:48','2017-12-24 11:33:48','[one_sixth]\n<a href=\"#\"><img class=\"alignnone\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"CEMS Global\" width=\"80\" height=\"127\" /></a>\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\n[/one_sixth]\n\n[five_sixth_last]\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/denimshowbd/index.php/online-registration-form/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\n[/five_sixth_last]\n[three_fourth]\n\n[one_half]\n<a href=\"#\"><img class=\"alignnone wp-image-816 size-full\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"Presentation-2nd Dhaka International Denim Show 2018-Winter Edition\" width=\"330\" height=\"70\" /></a>\n\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone wp-image-820 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/Expo-Application-FormButton.png\" alt=\"expo-registration-form 2nd Dhaka International Denim Show 2018-Winter Edition\" width=\"330\" height=\"70\" /></a>\n\n[/one_half]\n\n[one_half_last]\n\n<a href=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-safetysecurity.com/wp-content/uploads/2016/08/Fact-Sheet-button.png\" alt=\"our-fact-sheet-2nd Dhaka International Denim Show 2018 – Winter Edition\" width=\"330\" height=\"70\" /></a>\n\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone wp-image-822 size-full\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report 2nd Dhaka International Denim Show 2018 – Winter Edition\" width=\"330\" height=\"70\" /></a>\n[/one_half_last]\n\n[/three_fourth]\n\n[one_fourth_last]\n[wonderplugin_carousel id=\"1\"]\n[/one_fourth_last]\n\n<!--Foure Page-->\n\n[one_fourth]\n<img class=\"alignnone wp-image-370 size-medium\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"Denim Show\" width=\"200\" height=\"120\" />\n<h3>About CEMS</h3>\nSince its inception in 1992, CEMS, celebrating 25 years at 2017, has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia\n\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\n[/one_fourth]\n\n[one_fourth]\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"Profile Of Visitor\" width=\"200\" height=\"120\" /></a>\n<h3>Profile of Visitors</h3>\n<strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will be a perfect platform for\n<ul>\n <li>Accessories / Trim Supplier</li>\n <li>Design Studio</li>\n <li>Fabric Mill</li>\n <li>Garment Manufacturer</li>\n <li>Garments Machine Supplier</li>\n</ul>\nVisitors to <strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Denim Industry of Bangladesh from top....\n\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\n\n[/one_fourth]\n\n[one_fourth]\n\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Highlights\" width=\"200\" height=\"120\" /></a>\n<h3>Highlights</h3>\nThe <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2018-Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2<sup>nd</sup> Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications.\n\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\n[/one_fourth]\n\n[one_fourth_last]\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"Country Map\" width=\"200\" height=\"120\" /></a>\n<h3>Fact Sheet</h3>\n<strong>Detail</strong> : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\n\n<strong>Organizer</strong> : CEMS USA in association with CEMS Bangladesh\n\n<strong>Cooperated by </strong> : CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia\n\n<strong>Venue</strong> : International Convention City Bashundara, Kuril, Dhaka,Bangladesh.\n\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\n[/one_fourth_last]\n[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]\n<p style=\"text-align: center;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-101 size-full\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"13th DIFS (Winter-Edition)\" width=\"120\" height=\"149\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"30th DYE+CHEM 2018\" width=\"252\" height=\"107\" /></a></p>','Home','','inherit','closed','closed','','8-autosave-v1','','','2017-12-24 11:33:48','2017-12-24 11:33:48','',8,'http://cems-denimshow.com/denimshowbd/2017/09/28/8-autosave-v1/',0,'revision','',0),(57,1,'2017-09-28 10:48:56','2017-09-28 10:48:56','','Basic RGB','','inherit','open','closed','','basic-rgb','','','2017-09-28 10:48:56','2017-09-28 10:48:56','',8,'http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD.jpg',0,'attachment','image/jpeg',0),(58,1,'2017-09-28 10:50:19','2017-09-28 10:50:19','','Basic RGB','','inherit','open','closed','','basic-rgb-2','','','2017-09-28 10:50:19','2017-09-28 10:50:19','',8,'http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD-1.jpg',0,'attachment','image/jpeg',0),(59,1,'2017-09-28 10:54:53','2017-09-28 10:54:53','','dye-chem-logo','','inherit','open','closed','','dye-chem-logo','','','2017-09-28 10:54:53','2017-09-28 10:54:53','',8,'http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png',0,'attachment','image/png',0),(60,1,'2017-09-28 11:01:56','2017-09-28 11:01:56','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-101 alignleft\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a>\r\n\r\n<a href=\"http://www.cems-leathertex.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD-1.jpg\" alt=\"\" width=\"110\" height=\"124\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"\" width=\"252\" height=\"107\" /></a>\r\n\r\n ','Home','','inherit','closed','closed','','8-revision-v1','','','2017-09-28 11:01:56','2017-09-28 11:01:56','',8,'http://cems-denimshow.com/denimshowbd/2017/09/28/8-revision-v1/',0,'revision','',0),(62,1,'2017-09-28 11:06:18','2017-09-28 11:06:18','CEMS-Global USA presents the <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2017-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos such as Textech, DIFS & Dye Chem exhibitions for over 21 years. At 2017, CEMS Global is launched its own Denim related exhibition for the first time titled Dhaka International Denim Show 2016 and in Second Edition 2018 in order to meet the needs of a demanding and versatile industry. We are always paying attention in gathering the expectations of brands and of consumers in the constant quest for what’s exclusive and inspiring.\r\n\r\nThe <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2<sup>nd</sup> Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.','Event Profile','','inherit','closed','closed','','10-revision-v1','','','2017-09-28 11:06:18','2017-09-28 11:06:18','',10,'http://cems-denimshow.com/denimshowbd/2017/09/28/10-revision-v1/',0,'revision','',0),(63,1,'2017-09-28 11:33:16','2017-09-28 11:33:16','Since its inception in 1992, CEMS, celebrating 25 years at 2017, has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia along with over 10 Associate offices around the world.','About CEMS','','inherit','closed','closed','','18-revision-v1','','','2017-09-28 11:33:16','2017-09-28 11:33:16','',18,'http://cems-denimshow.com/denimshowbd/index.php/18-revision-v1/',0,'revision','',0),(64,1,'2017-09-28 11:35:18','2017-09-28 11:35:18','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #339966;\">BANGLA</span><span style=\"color: #ff0000;\">DESH</span></strong></em></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><a style=\"color: #000000;\" title=\"\" href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\"><img class=\"aligncenter\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/flag.gif\" alt=\"flag\" width=\"138\" height=\"130\" /></a></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Official Name</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">The People’s Republic of Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Government</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Parliamentary form of government, headed by Prime Minister</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Geographical Location</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Latitude between 20o34\' and 26o38\' North</span><span style=\"color: #000000;\">Longitude between 88o01\' and 92o41\' East</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Area/Land</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">147,570 sq. km. mostly alluvial fertile plain. Territorial Waters 22.22 km. Economic Zone up to 370.40 km.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Borders</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">North - India (West Bengal & Meghalaya), West - India (West Bengal),East - India (Tripura & Assam) and Myanmar, South - Bay of Bengal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Seasons</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Summer, Monsoon, Autumn, Late Autumn, Winter & Spring.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Climate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Winter 11o C - 20o C (October - February)</span><span style=\"color: #000000;\">Summer 21o C - 38o C (March - September).</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Annual Rainfall</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Varies from 110 cm to 340 cm at different areas.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Standard Time</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">GMT +6 hours</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Population / Literacy</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">145 million / 60%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Language</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Bangla (National Language) spoken by 95%, other dialects 5%,</span><span style=\"color: #000000;\">English is widely understood and spoken.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Capital</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Area 1416 sq. km</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Administrative Units</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Division:6; Zila:64; Thana:507; Union:4484; Village:87319</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Major Cities</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, Barisal, Rangpur etc</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Chittagong, Sylhet, Jessore, Rajshahi, Iswardi, Cox\'s Bazar,</span><span style=\"color: #000000;\">Syedpur and Barisal.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">International Airports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Dhaka, Sylhet and Chittagong</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sea Ports</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Chittagong and Mongla</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Places of tourist interest</span></strong>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n </td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Colourful tribal life of Hill Tracts, World\'s largest and longest sea beach at Cox\'s Bazar, Kuakata and Parky sea beach, Foy\'s Lake, Dulahajra safari park, Sitakund echo park at Chittagong, century old historical sites at Dhaka, Pharpur, Moinamati, Mohastangar, Sundarban the home of Royal Bengal Tiger and world\'s largest mangrove ferest, lashgreen tea gargens of Sylhet, riverine life etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Banking hour</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Sunday- Thursday (10:00 am – 4:00 pm)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Business Hours</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Government Office Hours : 9.00 a.m. to 5.00 p.m. Sunday-Thursday,Friday & Saturday closed. Some Private business houses work on Saturday</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Currency</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Taka, having 1000, 500, 100, 50, 20, 10, 5, 2 & 1 in Notes; 5, 2 & 1 in Coins.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Exchange Rate</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Floating Exchange Rate : US$ 1 = Taka 75.00, Euro 1.00=Tk 93.00</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Religion</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">Muslims - 86.6%, Hindus - 12.1%, Buddhists - 0.6%, Christians - 0.4% and others 0.3%</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Sectoral share of GDP</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">21.91% Agriculture, 28.44% Industry, 49.65% Service.</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">GDP/rate of growth</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$100 billion /6.12% (2013-14)</span></td>\r\n</tr>\r\n<tr>\r\n<td width=\"160\"><strong><span style=\"color: #000000;\">Per Capita GDP/GNI</span></strong></td>\r\n<td colspan=\"2\" width=\"478\"><span style=\"color: #000000;\">US$1,314 (2015)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Industries</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Tea, Ceramics, Cement, Leather, Jute, Textiles, Electric and Electronics, Medicine, Fishing.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Principal Crops</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Rice, Jute, Tea, Wheat, Sugarcane, Pulses, Mustard, Potato, Vegetables.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Annual Export / Import</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">US$30.2 billion / US$ 34.08 billion (2013-2014)</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Exports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Garments, Knitwear, Frozen Foods (Shrimps), Jute & Jute products,Leather & Leather products, Tea, Ceramics, Textile products etc</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major Imports</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Oil, edible oil, petroleum product, wheat, seeds, fertilizer, yarn etc.</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><strong><span style=\"color: #000000;\">Major trading partners</span></strong></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">USA, EU countries, China, India, Pakistan, Japan, South Korea, Canada, Australia, Malaysia, Hong Kong, Taiwan, hailand, Indonesia,Saudi Arabia and UAE</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"161\"><span style=\"color: #000000;\"><strong>Information Technology </strong></span></td>\r\n<td width=\"478\"><span style=\"color: #000000;\">Country Domain: .bd ; Internet Penetration: 4.46 crores (29% of population)Mobile Users: 12 crores, 37 lakhs (March 2015), Mobile Penetration: 80% of the population</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Global Ranks of Bangladesh</strong></span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><span style=\"color: #000000;\">8th largest country in the world in terms of population</span></li>\r\n <li><span style=\"color: #000000;\">4th largest Muslim country in the world in terms of population and 3rd largest Muslim majority country</span></li>\r\n <li><span style=\"color: #000000;\">7<sup>th</sup> most densely populated country and the most densely populated country in the world having more than 10 million populations</span></li>\r\n <li><span style=\"color: #000000;\">Situated on the Ganges Delta, the largest delta in the world and also the largest wetland in the world</span></li>\r\n <li><span style=\"color: #000000;\">Cox’s Bazaar is the longest natural sandy sea beach in world</span></li>\r\n <li><span style=\"color: #000000;\">2nd largest garments exporter in the world</span></li>\r\n <li><span style=\"color: #000000;\">Largest producer of Jute (2nd largely grown vegetable fiber in the world)</span></li>\r\n <li><span style=\"color: #000000;\">Sundarbans (hosted by both Bangladesh and India) has the largest mangrove forest in the world</span></li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">(Source: Bangladesh government website, Ministry of Finance, Bangladesh and Bangladesh Economic Review)</span></p>','About Bangladesh','','inherit','closed','closed','','16-revision-v1','','','2017-09-28 11:35:18','2017-09-28 11:35:18','',16,'http://cems-denimshow.com/denimshowbd/index.php/16-revision-v1/',0,'revision','',0),(65,1,'2017-09-28 11:36:56','2017-09-28 11:36:56','<div>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n<img class=\"alignnone size-full wp-image-28\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cemsusa.png\" alt=\"cems usa\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 212 – 634 4833, F : +1 – 212 – 634 4835</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-29\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-bd.png\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a>, F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M :<a href=\"mailto:contact@cems-denimshow.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 2410 4724 ~ 8, F : +91 – 11 – 2410 5205</span>\r\n\r\n<span style=\"color: #000000;\">Mail to : <a href=\"mailto:contact@cems-yarnandfabric.com\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> , <a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-dyechem.com\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>\r\n</div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-09-28 11:36:56','2017-09-28 11:36:56','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(66,1,'2017-12-12 04:54:57','2017-12-12 04:54:57','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\n\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\n\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\n\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\n<span style=\"color: #000000;\">New York, USA</span>\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</span></a></span>\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\n\n \n\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\n\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\n\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\n<span style=\"color: #000000;\">T :+88 02 48810266 ~ 81, F : +88 02 48810286</span>\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\n\n<span style=\"color: #000000;\"> </span>\n\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\n\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\n\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\n<span style=\"color: #000000;\">New Delhi-110058</span>\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\n\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\n\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\n \n \n\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\n<span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, \nChaoyang, Beijing, 100029, China</span>\n<span style=\"color: #000000;\">T: +86-10-82842588, F: 86-10-84832956</span>\n<span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span>\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\n \n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\n\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\n\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong></span>\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\n<div></div>\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-autosave-v1','','','2017-12-12 04:54:57','2017-12-12 04:54:57','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-autosave-v1/',0,'revision','',0),(67,1,'2017-09-28 11:43:41','2017-09-28 11:43:41','','cems-bd','','inherit','closed','closed','','cems-bd','','','2017-09-28 11:43:41','2017-09-28 11:43:41','',20,'http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg',0,'attachment','image/jpeg',0),(68,1,'2017-09-28 11:45:53','2017-09-28 11:45:53','','cems-bd','','inherit','closed','closed','','cems-bd-2','','','2017-09-28 11:45:53','2017-09-28 11:45:53','',20,'http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg',0,'attachment','image/jpeg',0),(69,1,'2017-09-28 11:46:40','2017-09-28 11:46:40','','cems-usa','','inherit','closed','closed','','cems-usa','','','2017-09-28 11:46:40','2017-09-28 11:46:40','',20,'http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg',0,'attachment','image/jpeg',0),(70,1,'2017-09-28 12:08:31','2017-09-28 12:08:31','','CEMS-Lanka-Logo','','inherit','closed','closed','','cems-lanka-logo','','','2017-09-28 12:08:31','2017-09-28 12:08:31','',20,'http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg',0,'attachment','image/jpeg',0),(71,1,'2017-09-28 12:11:55','2017-09-28 12:11:55','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T :+880-2-55040848 ~ 65, F : +880-2-55040031\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">T: +86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">F: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n;nbsp;\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong>\r\n\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753 \r\n</span>\r\n\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-09-28 12:11:55','2017-09-28 12:11:55','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(72,1,'2017-09-28 12:13:50','2017-09-28 12:13:50','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T :+880-2-55040848 ~ 65, F : +880-2-55040031\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">T: +86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">F: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n;nbsp;\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong>\r\n\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-09-28 12:13:50','2017-09-28 12:13:50','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(73,1,'2017-09-28 12:15:22','2017-09-28 12:15:22','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T :+880-2-55040848 ~ 65, F : +880-2-55040031\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span>\r\n<span style=\"color: #000000;\">T: +86-10-82842588, F: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n \r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong>\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-09-28 12:15:22','2017-09-28 12:15:22','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(74,1,'2017-09-28 12:16:08','2017-09-28 12:16:08','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T :+880-2-55040848 ~ 65, F : +880-2-55040031\r\n</span>\r\n\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, \r\nChaoyang, Beijing, 100029, China</span>\r\n<span style=\"color: #000000;\">T: +86-10-82842588, F: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n \r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong>\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-09-28 12:16:08','2017-09-28 12:16:08','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(75,1,'2017-09-28 12:17:40','2017-09-28 12:17:40','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b</span>\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n<span style=\"color: #000000;\">T :+880-2-55040848 ~ 65, F : +880-2-55040031</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n \r\n\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, \r\nChaoyang, Beijing, 100029, China</span>\r\n<span style=\"color: #000000;\">T: +86-10-82842588, F: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n \r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong>\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-09-28 12:17:40','2017-09-28 12:17:40','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(76,1,'2017-09-28 12:18:59','2017-09-28 12:18:59','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b</span>\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n<span style=\"color: #000000;\">T :+880-2-55040848 ~ 65, F : +880-2-55040031</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, \r\nChaoyang, Beijing, 100029, China</span>\r\n<span style=\"color: #000000;\">T: +86-10-82842588, F: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n \r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong>\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-09-28 12:18:59','2017-09-28 12:18:59','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(77,1,'2017-09-28 12:19:31','2017-09-28 12:19:31','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b</span>\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n<span style=\"color: #000000;\">T :+880-2-55040848 ~ 65, F : +880-2-55040031</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n \r\n \r\n\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, \r\nChaoyang, Beijing, 100029, China</span>\r\n<span style=\"color: #000000;\">T: +86-10-82842588, F: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n \r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong>\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-09-28 12:19:31','2017-09-28 12:19:31','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(78,1,'2017-09-28 12:22:35','2017-09-28 12:22:35','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</span></a></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n<span style=\"color: #000000;\">T :+880-2-55040848 ~ 65, F : +880-2-55040031</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n \r\n \r\n\r\n<span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, \r\nChaoyang, Beijing, 100029, China</span>\r\n<span style=\"color: #000000;\">T: +86-10-82842588, F: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n \r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong>\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-09-28 12:22:35','2017-09-28 12:22:35','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(79,1,'2017-09-28 12:24:13','2017-09-28 12:24:13','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</span></a></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n<span style=\"color: #000000;\">T :+880-2-55040848 ~ 65, F : +880-2-55040031</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n \r\n \r\n\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, \r\nChaoyang, Beijing, 100029, China</span>\r\n<span style=\"color: #000000;\">T: +86-10-82842588, F: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n \r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong></span>\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-09-28 12:24:13','2017-09-28 12:24:13','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(80,1,'2017-09-28 12:28:52','2017-09-28 12:28:52','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"dhaka\" width=\"244\" height=\"202\" /></span></a></span>\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\n<tbody>\n<tr>\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\n<td width=\"413\">‘<strong>2<sup>nd</sup> Dhaka International Denim Show 2018 – Winter Edition</strong></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Detail</span></td>\n<td><em>An Int\'l Exhibition on Denim Fabrics & Accessory Showcase for Bangladesh</em></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Date</span></td>\n<td><strong>31 JANUARY~3 FEBRUARY, 2018.</strong></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Location</span></td>\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Venue</span></td>\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\n<td><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Frequency</span></td>\n<td><span style=\"color: #000000;\">Annual</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Open to</span></td>\n<td><span style=\"color: #000000;\">Business / Trade Visitors, Professionals</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Organizer</span></td>\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\n<td><span style=\"color: #000000;\">900</span></td>\n</tr>\n<tr>\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\n</tr>\n</tbody>\n</table>','Fact Sheet','','inherit','closed','closed','','23-autosave-v1','','','2017-09-28 12:28:52','2017-09-28 12:28:52','',23,'http://cems-denimshow.com/denimshowbd/index.php/23-autosave-v1/',0,'revision','',0),(81,1,'2017-09-28 12:28:59','2017-09-28 12:28:59','<span style=\"color: #000000;\"><a href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\"><span style=\"color: #000000;\"><img class=\"size-full wp-image-122 aligncenter\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"dhaka\" width=\"244\" height=\"202\" /></span></a></span>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\">‘<strong>2<sup>nd</sup> Dhaka International Denim Show 2018 – Winter Edition</strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><em>An Int\'l Exhibition on Denim Fabrics & Accessory Showcase for Bangladesh</em></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><strong>31 JANUARY~3 FEBRUARY, 2018.</strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><span style=\"color: #000000;\">Dhaka, Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>INTERNATIONAL CONVENTION CITY,BASHUNDHARA.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 7.30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Business / Trade Visitors, Professionals</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Bangladesh</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','23-revision-v1','','','2017-09-28 12:28:59','2017-09-28 12:28:59','',23,'http://cems-denimshow.com/denimshowbd/index.php/23-revision-v1/',0,'revision','',0),(82,1,'2017-09-28 12:32:07','2017-09-28 12:32:07','<strong> </strong>\r\n\r\n<strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018 – Winter Edition’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\nVisitors to <strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Denim Industry of Bangladesh from top manufacturers worldwide. Original designs and innovation, combined with traditional quality and style will be the key to the exhibition\'s success.','Profile of Visitors','','inherit','closed','closed','','29-revision-v1','','','2017-09-28 12:32:07','2017-09-28 12:32:07','',29,'http://cems-denimshow.com/denimshowbd/index.php/29-revision-v1/',0,'revision','',0),(83,1,'2017-09-28 12:33:24','2017-09-28 12:33:24','<ul>\r\n <li>Chemicals and Enzymes Used For Denim</li>\r\n <li>Denim Accessories</li>\r\n <li>Denim Fabric</li>\r\n <li>Denim Garments Machinery</li>\r\n <li>Denim Jeans & Other Garments</li>\r\n <li>Dye-Stuff</li>\r\n <li>Related Machinery and Equipment</li>\r\n</ul>','profile of Exhibits','','inherit','closed','closed','','31-revision-v1','','','2017-09-28 12:33:24','2017-09-28 12:33:24','',31,'http://cems-denimshow.com/denimshowbd/index.php/31-revision-v1/',0,'revision','',0),(84,1,'2017-09-28 12:33:37','2017-09-28 12:33:37','<ul>\r\n <li>Chemicals and Enzymes Used For Denim</li>\r\n <li>Denim Accessories</li>\r\n <li>Denim Fabric</li>\r\n <li>Denim Garments Machinery</li>\r\n <li>Denim Jeans & Other Garments</li>\r\n <li>Dye-Stuff</li>\r\n <li>Related Machinery and Equipment</li>\r\n</ul>','Profile of Exhibits','','inherit','closed','closed','','31-revision-v1','','','2017-09-28 12:33:37','2017-09-28 12:33:37','',31,'http://cems-denimshow.com/denimshowbd/index.php/31-revision-v1/',0,'revision','',0),(85,1,'2017-09-28 12:36:23','2017-09-28 12:36:23','The <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2<sup>nd</sup> Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.','Focus','','inherit','closed','closed','','33-revision-v1','','','2017-09-28 12:36:23','2017-09-28 12:36:23','',33,'http://cems-denimshow.com/denimshowbd/index.php/33-revision-v1/',0,'revision','',0),(86,1,'2017-09-28 12:39:55','2017-09-28 12:39:55','<span style=\"color: #993300;\"><strong>Guidelines for Exhibiting</strong></span>\r\n<p align=\"justify\"><span style=\"color: #000000;\">Confirm your participation now to be a part of a great Marketing & B2B platform of International Yarn & Fabric Manufacturers & Exporters focused to the entire Textile & Apparel Industry of Bangladesh .</span></p>\r\n<p align=\"justify\"><span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/guidelines_clip_image002.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-33\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/guidelines_clip_image002.jpg\" alt=\"guidelines_clip_image002\" width=\"230\" height=\"214\" /></span></a></span></p>\r\n\r\n<ul>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">Please complete your Expo Application Form mentioning the Exhibit Category and send it to <a href=\"mailto:contact@cems-denimshow.com\" target=\"_blank\"><span style=\"color: #000000;\">contact@cems-denimshow.com</span></a> or <a href=\"mailto:cems@cemsonline.com\" target=\"_blank\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a></span></p>\r\n</li>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">Please check your Exhibit Category before filling out the form</span></p>\r\n</li>\r\n <li>\r\n<p align=\"left\"><span style=\"color: #000000;\">To avail the Early Registration promotion which is only accepted online,<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><span style=\"color: #000000;\">Please Click Here</span></a></span></p>\r\n</li>\r\n <li><span style=\"color: #000000;\">Basic Shell Scheme Booth Package is of 6 sqm & 9 sqm. Each basic booth fee includes the following :</span>\r\n<blockquote><span style=\"color: #000000;\">Shell scheme booth (as per booking)</span>\r\n<span style=\"color: #000000;\"> Booth name fascia board</span>\r\n<span style=\"color: #000000;\"> 01 no. Of information counter</span>\r\n<span style=\"color: #000000;\"> 02 nos. Of chairs</span>\r\n<span style=\"color: #000000;\"> 03. Nos. Of 40w fluorescent tube</span>\r\n<span style=\"color: #000000;\"> Power socket with power supply</span>\r\n<span style=\"color: #000000;\"> Free listing in expo catalogue / brochure</span>\r\n<span style=\"color: #000000;\"> Free Invitation Cards to invite your Clients (Depending on the number of booth(s) booked)</span>\r\n<span style=\"color: #000000;\"> Utilities will be billed separately</span></blockquote>\r\n</li>\r\n <li><span style=\"color: #000000;\">Surcharge for corner booth is 10% on basic booth price. However, if a full block of booths is booked, this surcharge is not applicable</span></li>\r\n <li><span style=\"color: #000000;\">Booth(s) / Space are on First Come – First Serve basis</span></li>\r\n</ul>','Exhibiting Guidelines','','inherit','closed','closed','','35-revision-v1','','','2017-09-28 12:39:55','2017-09-28 12:39:55','',35,'http://cems-denimshow.com/denimshowbd/index.php/35-revision-v1/',0,'revision','',0),(87,1,'2017-09-28 12:42:16','2017-09-28 12:42:16','<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\" target=\"_blank\">EXPO APPLICATION FORM</a>','Expo Application Form','','inherit','closed','closed','','37-revision-v1','','','2017-09-28 12:42:16','2017-09-28 12:42:16','',37,'http://cems-denimshow.com/denimshowbd/index.php/37-revision-v1/',0,'revision','',0),(89,1,'2017-10-30 10:36:31','2017-10-30 10:36:31','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-101 alignleft\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a><a href=\"http://www.cems-leathertex.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD-1.jpg\" alt=\"\" width=\"110\" height=\"124\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"\" width=\"252\" height=\"107\" /></a><a href=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-100\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2017/09/2nd-Hometex-BD.jpg\" alt=\"Home Tex\" width=\"150\" height=\"109\" /></a>\r\n\r\n ','Home','','inherit','closed','closed','','8-revision-v1','','','2017-10-30 10:36:31','2017-10-30 10:36:31','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(90,1,'2017-10-30 10:37:20','2017-10-30 10:37:20','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<p style=\"margin-left:120px;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-101 alignleft\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a><a href=\"http://www.cems-leathertex.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD-1.jpg\" alt=\"\" width=\"110\" height=\"124\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"\" width=\"252\" height=\"107\" /></a><a href=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-100\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2017/09/2nd-Hometex-BD.jpg\" alt=\"Home Tex\" width=\"150\" height=\"109\" /></a></p>\r\n\r\n ','Home','','inherit','closed','closed','','8-revision-v1','','','2017-10-30 10:37:20','2017-10-30 10:37:20','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(91,1,'2017-10-30 10:37:52','2017-10-30 10:37:52','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n \r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related expos\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<p style=\"margin-left:120px;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-101 alignleft\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a><a href=\"http://www.cems-leathertex.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD-1.jpg\" alt=\"\" width=\"110\" height=\"124\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"\" width=\"252\" height=\"107\" /></a><a href=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-100\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2017/09/2nd-Hometex-BD.jpg\" alt=\"Home Tex\" width=\"150\" height=\"109\" /></a></p>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-10-30 10:37:52','2017-10-30 10:37:52','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(92,1,'2017-10-30 10:38:41','2017-10-30 10:38:41','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<p style=\"margin-left:120px;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-101 alignleft\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a><a href=\"http://www.cems-leathertex.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD-1.jpg\" alt=\"\" width=\"110\" height=\"124\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"\" width=\"252\" height=\"107\" /></a><a href=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-100\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2017/09/2nd-Hometex-BD.jpg\" alt=\"Home Tex\" width=\"150\" height=\"109\" /></a></p>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-10-30 10:38:41','2017-10-30 10:38:41','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(94,1,'2017-10-30 10:51:00','2017-10-30 10:51:00','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/expo-registration-form.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/floor-plan/\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/Floor-Plan-button1.png\" alt=\"our-floor-plan\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"1\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<p style=\"margin-left:120px;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-101 alignleft\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a><a href=\"http://www.cems-leathertex.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD-1.jpg\" alt=\"\" width=\"110\" height=\"124\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"\" width=\"252\" height=\"107\" /></a><a href=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-100\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2017/09/2nd-Hometex-BD.jpg\" alt=\"Home Tex\" width=\"150\" height=\"109\" /></a></p>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-10-30 10:51:00','2017-10-30 10:51:00','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(95,1,'2017-10-30 10:59:27','2017-10-30 10:59:27','','FACT SHEET-2ND DENIM SHOW 2018 -WINTER EDITION','','inherit','closed','closed','','fact-sheet-2nd-denim-show-2018-winter-edition','','','2017-10-30 10:59:27','2017-10-30 10:59:27','',8,'http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf',0,'attachment','application/pdf',0),(96,1,'2017-10-30 11:01:14','2017-10-30 11:01:14','','Expo-Application-FormButton','','inherit','closed','closed','','expo-application-formbutton','','','2017-10-30 11:01:14','2017-10-30 11:01:14','',8,'http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/Expo-Application-FormButton.png',0,'attachment','image/png',0),(97,1,'2017-10-30 11:01:50','2017-10-30 11:01:50','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/Expo-Application-FormButton.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf\" target=\"_blank\"><img class=\"alignnone size-full wp-image-821\" alt=\"our-fact-sheet\" src=\"http://www.cems-safetysecurity.com/wp-content/uploads/2016/08/Fact-Sheet-button.png\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"1\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<p style=\"margin-left:120px;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-101 alignleft\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a><a href=\"http://www.cems-leathertex.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD-1.jpg\" alt=\"\" width=\"110\" height=\"124\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"\" width=\"252\" height=\"107\" /></a><a href=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-100\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2017/09/2nd-Hometex-BD.jpg\" alt=\"Home Tex\" width=\"150\" height=\"109\" /></a></p>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-10-30 11:01:50','2017-10-30 11:01:50','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(99,1,'2017-10-30 11:09:16','2017-10-30 11:09:16','The ‘2nd Dhaka International Denim Show 2018 – Winter Edition’ will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2nd Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various\napplications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will\nset a new definition of smart fabrics in order to satisfy the growing demand of the buyers.','Highlights','','inherit','closed','closed','','12-autosave-v1','','','2017-10-30 11:09:16','2017-10-30 11:09:16','',12,'http://cems-denimshow.com/denimshowbd/index.php/12-autosave-v1/',0,'revision','',0),(100,1,'2017-10-30 11:09:37','2017-10-30 11:09:37','The <strong>‘2nd Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2nd Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications. The expo will be fully equipped with all ranges of denim products enhanced with the latest technology and will set a new definition of smart fabrics in order to satisfy the growing demand of the buyers.','Highlights','','inherit','closed','closed','','12-revision-v1','','','2017-10-30 11:09:37','2017-10-30 11:09:37','',12,'http://cems-denimshow.com/denimshowbd/index.php/12-revision-v1/',0,'revision','',0),(101,1,'2017-11-01 10:23:26','2017-11-01 10:23:26','<script src=\"http://www.emailmeform.com/builder/forms/jsform/2D5edw1iCVz7NfIejbHnbveO7\" type=\"text/javascript\"></script>','Online Registration Form','','publish','closed','closed','','online-registration-form','','','2017-11-01 10:23:49','2017-11-01 10:23:49','',0,'http://cems-denimshow.com/denimshowbd/?page_id=101',0,'page','',0),(102,1,'2017-11-01 10:23:26','2017-11-01 10:23:26','','Online Registration Form','','inherit','closed','closed','','101-revision-v1','','','2017-11-01 10:23:26','2017-11-01 10:23:26','',101,'http://cems-denimshow.com/denimshowbd/index.php/101-revision-v1/',0,'revision','',0),(103,1,'2017-11-01 10:23:49','2017-11-01 10:23:49','<script src=\"http://www.emailmeform.com/builder/forms/jsform/2D5edw1iCVz7NfIejbHnbveO7\" type=\"text/javascript\"></script>','Online Registration Form','','inherit','closed','closed','','101-revision-v1','','','2017-11-01 10:23:49','2017-11-01 10:23:49','',101,'http://cems-denimshow.com/denimshowbd/index.php/101-revision-v1/',0,'revision','',0),(104,1,'2017-11-01 10:24:29','2017-11-01 10:24:29',' ','','','publish','closed','closed','','104','','','2017-12-24 11:38:26','2017-12-24 11:38:26','',0,'http://cems-denimshow.com/denimshowbd/?p=104',11,'nav_menu_item','',0),(105,1,'2017-11-01 10:25:42','2017-11-01 10:25:42','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/denimshowbd/index.php/online-registration-form/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/Expo-Application-FormButton.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf\" target=\"_blank\"><img class=\"alignnone size-full wp-image-821\" alt=\"our-fact-sheet\" src=\"http://www.cems-safetysecurity.com/wp-content/uploads/2016/08/Fact-Sheet-button.png\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"1\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n<p style=\"text-align: left;\">[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]</p>\r\n<p style=\"margin-left:120px;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-101 alignleft\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a><a href=\"http://www.cems-leathertex.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-58 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/2nd-Leathertex-BD-1.jpg\" alt=\"\" width=\"110\" height=\"124\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"\" width=\"252\" height=\"107\" /></a><a href=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-100\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2017/09/2nd-Hometex-BD.jpg\" alt=\"Home Tex\" width=\"150\" height=\"109\" /></a></p>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-11-01 10:25:42','2017-11-01 10:25:42','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(107,1,'2017-12-12 04:52:30','2017-12-12 04:52:30','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/denimshowbd/index.php/online-registration-form/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/Expo-Application-FormButton.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf\" target=\"_blank\"><img class=\"alignnone size-full wp-image-821\" alt=\"our-fact-sheet\" src=\"http://www.cems-safetysecurity.com/wp-content/uploads/2016/08/Fact-Sheet-button.png\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"1\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nCEMS-Global USA presents the ‘<strong>Dhaka International Denim Show 2018-Winter Edition’</strong> to be held from 31 January~3 February,2018 at the International Convention City, Bashundhara, Kuril, Dhaka, Bangladesh. CEMS Global has achieved great success in the garments industry related\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer: CEMS USA in association with CEMS Bangladesh\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]\r\n<p style=\"text-align:center;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-101\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"\" width=\"252\" height=\"107\" /></a></p>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-12-12 04:52:30','2017-12-12 04:52:30','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(108,1,'2017-12-12 04:55:11','2017-12-12 04:55:11','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</span></a></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n<span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, \r\n<br/>Bir Uttam Rafiqul Islam Avenue(North Badda), \r\n<br/>Dhaka-1212,Bangladesh.</span>\r\n<span style=\"color: #000000;\">T :+88 02 48810266 ~ 81, F : +88 02 48810286</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n \r\n \r\n\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, \r\nChaoyang, Beijing, 100029, China</span>\r\n<span style=\"color: #000000;\">T: +86-10-82842588, F: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n \r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong></span>\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-12-12 04:55:11','2017-12-12 04:55:11','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(109,1,'2017-12-12 04:55:46','2017-12-12 04:55:46','<span style=\"color: #000000;\"><a href=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>In Association With<img class=\"alignnone size-full wp-image-67\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n<span style=\"color: #ff0000;\"> <strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<span style=\"color: #000000;\"><b><img class=\"alignnone size-full wp-image-69\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-usa.jpg\" alt=\"\" width=\"100\" height=\"35\" /></b></span>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [CEMS-Global ]</b></span>\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F :+1 – 646 – 365 – 8625</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</span></a></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsonline.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsonline.com</span></a><b></b></span>\r\n\r\n \r\n\r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Bangladesh:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-68\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/cems-bd-1.jpg\" alt=\"\" width=\"100\" height=\"35\" />\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n<span style=\"color: #000000;\">Rupayan Millennium Square (5th Floor), House- Cha-69, 70 & 70/A, \r\nBir Uttam Rafiqul Islam Avenue(North Badda), \r\nDhaka-1212,Bangladesh.</span>\r\n<span style=\"color: #000000;\">T :+88 02 48810266 ~ 81, F : +88 02 48810286</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cems@cemsbangladesh.com\"><span style=\"color: #000000;\">cems@cemsbangladesh.com</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsbangladesh.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsbangladesh.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<span style=\"color: #ff0000;\"><strong><i><span style=\"text-decoration: underline;\">Corporate Office for India & South Asia :</span></i></strong></span>\r\n\r\n<img class=\"alignnone size-full wp-image-30\" src=\"http://cems-denimshow.com/wp-content/uploads/2015/12/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" />\r\n\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 – 11 – 42004700 ~ 12, F : +91 – 11 – 42004717</span>\r\n<span style=\"color: #000000;\">Mail to :<a href=\"mailto:cems@cemsindia.in\"><span style=\"color: #000000;\">cems@cemsindia.in</span></a></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemsindia.in\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemsindia.in</span></a></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n \r\n \r\n\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, \r\nChaoyang, Beijing, 100029, China</span>\r\n<span style=\"color: #000000;\">T: +86-10-82842588, F: 86-10-84832956</span>\r\n<span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\" rel=\"noopener\">cems_china@163.com</a></span></span>\r\n<span style=\"color: #000000;\">W : <a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemschina.cn\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemschina.cn</span></a></span>\r\n \r\n<span style=\"color: #ff0000;\"><b><i><span style=\"text-decoration: underline;\">Corporate office for Sri Lanka:</span></i></b></span>\r\n\r\n<img class=\"alignnone size-full wp-image-70\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/CEMS-Lanka-Logo.jpg\" alt=\"\" width=\"100\" height=\"34\" />\r\n\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Lanka (Private) Limited</strong></span>\r\n<span style=\"color: #000000;\">T :+94 ~ 11 ~ 2591750 ~ 2, F :+94 ~ 11 ~ 2591 753</span>\r\n<span style=\"color: #000000;\">M : <a href=\"mailto:cemslanka@sltnet.lk\"><span style=\"color: #000000;\">cemslanka@sltnet.lk</span></a></span>\r\n<span style=\"color: #000000;\">W :<a href=\"http://www.cems-denimshow.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cems-denimshow.com</span></a> , <a href=\"http://www.cemslanka.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000000;\">www.cemslanka.com</span></a></span>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at <a href=\"mailto:cems@cemsonline.com\"><span style=\"color: #000000;\">cems@cemsonline.com</span></a> our Marketing Team will get back to you soon…………….</span></div>','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2017-12-12 04:55:46','2017-12-12 04:55:46','',20,'http://cems-denimshow.com/denimshowbd/index.php/20-revision-v1/',0,'revision','',0),(110,1,'2017-12-18 04:47:07','2017-12-18 04:47:07','<script src=\"http://www.emailmeform.com/builder/forms/jsform/38x37KveXlpc2PGbVHLJZ2eRE\" type=\"text/javascript\"></script>','EXHIBITION PARTICIPATION APPLICATION FORM','','publish','closed','closed','','participation-application-form','','','2017-12-18 05:21:15','2017-12-18 05:21:15','',0,'http://cems-denimshow.com/denimshowbd/?page_id=110',0,'page','',0),(111,1,'2017-12-18 04:47:07','2017-12-18 04:47:07','<script src=\"http://www.emailmeform.com/builder/forms/jsform/38x37KveXlpc2PGbVHLJZ2eRE\" type=\"text/javascript\"></script>','EXHIBITION PARTICIPATION APPLICATION FORM','','inherit','closed','closed','','110-revision-v1','','','2017-12-18 04:47:07','2017-12-18 04:47:07','',110,'http://cems-denimshow.com/denimshowbd/index.php/110-revision-v1/',0,'revision','',0),(112,1,'2017-12-18 04:47:35','2017-12-18 04:47:35','<script src=\"http://www.emailmeform.com/builder/forms/jsform/38x37KveXlpc2PGbVHLJZ2eRE\" type=\"text/javascript\"></script>','EXHIBITION PARTICIPATION APPLICATION FORM','','inherit','closed','closed','','110-autosave-v1','','','2017-12-18 04:47:35','2017-12-18 04:47:35','',110,'http://cems-denimshow.com/denimshowbd/index.php/110-autosave-v1/',0,'revision','',0),(114,1,'2017-12-24 11:12:25','2017-12-24 11:12:25','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/denimshowbd/index.php/online-registration-form/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/Expo-Application-FormButton.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-safetysecurity.com/wp-content/uploads/2016/08/Fact-Sheet-button.png\" alt=\"our-fact-sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"1\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, celebrating 25 years at 2017, has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\nVisitors to <strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Denim Industry of Bangladesh from top....\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nThe <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2<sup>nd</sup> Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications.\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\nOrganizer : CEMS USA in association with CEMS Bangladesh\r\n\r\nCooperated by : CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]\r\n<p style=\"text-align: center;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-101\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"\" width=\"252\" height=\"107\" /></a></p>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-12-24 11:12:25','2017-12-24 11:12:25','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(115,1,'2017-12-24 11:14:05','2017-12-24 11:14:05','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/denimshowbd/index.php/online-registration-form/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone size-full wp-image-816\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"final\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone size-full wp-image-820\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/Expo-Application-FormButton.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-821\" src=\"http://www.cems-safetysecurity.com/wp-content/uploads/2016/08/Fact-Sheet-button.png\" alt=\"our-fact-sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone size-full wp-image-822\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"1\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, celebrating 25 years at 2017, has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\nVisitors to <strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Denim Industry of Bangladesh from top....\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nThe <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2<sup>nd</sup> Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications.\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Bangladesh\r\n\r\n<strong>Cooperated by </strong> : CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia\r\n\r\n<strong>Venue</strong> : International Convention City Bashundara, Kuril, Dhaka,Bangladesh.\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]\r\n<p style=\"text-align: center;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"size-full wp-image-101\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"winterdifs\" width=\"120\" height=\"auto\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"\" width=\"252\" height=\"107\" /></a></p>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-12-24 11:14:05','2017-12-24 11:14:05','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(116,1,'2017-12-24 11:17:01','2017-12-24 11:17:01','[one_sixth]\r\n<a href=\"#\"><img src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"80\" height=\"auto\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/denimshowbd/index.php/online-registration-form/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"http://cems-denimshow.com/wp-content/uploads/2016/10/DhakaIntlDenimShow2017.pdf\"><img class=\"alignnone wp-image-816 size-full\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"Presentation\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone wp-image-820 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/Expo-Application-FormButton.png\" alt=\"expo-registration-form\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-safetysecurity.com/wp-content/uploads/2016/08/Fact-Sheet-button.png\" alt=\"our-fact-sheet\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone wp-image-822 size-full\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"1\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone wp-image-370 size-medium\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"Denim Show\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, celebrating 25 years at 2017, has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"Profile Of Visitor\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘3rd Dhaka Int’l Denim Show 2018’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\nVisitors to <strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Denim Industry of Bangladesh from top....\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Highlights\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nThe <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2018 – Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2<sup>nd</sup> Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications.\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"Country Map\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Bangladesh\r\n\r\n<strong>Cooperated by </strong> : CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia\r\n\r\n<strong>Venue</strong> : International Convention City Bashundara, Kuril, Dhaka,Bangladesh.\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]\r\n<p style=\"text-align: center;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-101 size-full\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"13th DIFS (Winter-Edition)\" width=\"120\" height=\"149\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"30th DYE+CHEM 2018\" width=\"252\" height=\"107\" /></a></p>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-12-24 11:17:01','2017-12-24 11:17:01','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(117,1,'2017-12-24 11:34:49','2017-12-24 11:34:49','[one_sixth]\r\n<a href=\"#\"><img class=\"alignnone\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"CEMS Global\" width=\"80\" height=\"127\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://cems-denimshow.com/denimshowbd/index.php/online-registration-form/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n[one_half]\r\n<a href=\"#\"><img class=\"alignnone wp-image-816 size-full\" src=\"http://cems-denimshow.com/wp-content/uploads/2016/10/download-brochure-buttion351-75.png\" alt=\"Presentation-2nd Dhaka International Denim Show 2018-Winter Edition\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf\"><img class=\"alignnone wp-image-820 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/Expo-Application-FormButton.png\" alt=\"expo-registration-form 2nd Dhaka International Denim Show 2018-Winter Edition\" width=\"330\" height=\"70\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n<a href=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-821 size-full\" src=\"http://www.cems-safetysecurity.com/wp-content/uploads/2016/08/Fact-Sheet-button.png\" alt=\"our-fact-sheet-2nd Dhaka International Denim Show 2018-Winter Edition\" width=\"330\" height=\"70\" /></a>\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/post-show-report/\"><img class=\"alignnone wp-image-822 size-full\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2014/10/post-show-report.png\" alt=\"post-show-report 2nd Dhaka International Denim Show 2018-Winter Edition\" width=\"330\" height=\"70\" /></a>\r\n[/one_half_last]\r\n\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n[wonderplugin_carousel id=\"1\"]\r\n[/one_fourth_last]\r\n\r\n<!--Foure Page-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone wp-image-370 size-medium\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"Denim Show\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nSince its inception in 1992, CEMS, celebrating 25 years at 2017, has made a commendable presence in the region as a Multinational Exhibition Organizer with its owned operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. With its Global HQ in USA, CEMS carries out its activities from CEMS-Global USA based in New York, its offices – CEMS India, CEMS China, CEMS Brazil, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia-Pacific Singapore, and CEMS Indonesia\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"Profile Of Visitor\" width=\"200\" height=\"120\" /></a>\r\n<h3>Profile of Visitors</h3>\r\n<strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will be a perfect platform for\r\n<ul>\r\n <li>Accessories / Trim Supplier</li>\r\n <li>Design Studio</li>\r\n <li>Fabric Mill</li>\r\n <li>Garment Manufacturer</li>\r\n <li>Garments Machine Supplier</li>\r\n</ul>\r\nVisitors to <strong>‘2<sup>nd</sup> Dhaka Int’l Denim Show 2018-Winter Edition’</strong> will have the opportunity to discover something unique, exciting and innovative. The finest products will be brought to the Denim Industry of Bangladesh from top....\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/profile-of-visitors/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Highlights\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\nThe <strong>‘2<sup>nd</sup> Dhaka International Denim Show 2018-Winter Edition’</strong> will be a great avenue for drawing huge visitors from the ever expanding Denim industry of Bangladesh. The \'2<sup>nd</sup> Dhaka International Denim Show 2018’ will be a marketplace for denim business as well as presenting the latest fabrics and trends of this industry. Exhibitors from around the world will present their up-to-date denim products, which are ready-to-use for garment, accessories, industrial use and other various applications.\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/highlights/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone wp-image-370 size-medium\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/12/dhaka.gif\" alt=\"Country Map\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\n<strong>Detail</strong> : An Int’l Exhibition on Denim Fabrics & Accessories for Bangladesh\r\n\r\n<strong>Organizer</strong> : CEMS USA in association with CEMS Bangladesh\r\n\r\n<strong>Cooperated by </strong> : CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia\r\n\r\n<strong>Venue</strong> : International Convention City Bashundara, Kuril, Dhaka,Bangladesh.\r\n\r\n<a href=\"http://cems-denimshow.com/index.php/fact-sheet/\" target=\"_blank\" rel=\"noopener\">Read More</a>\r\n[/one_fourth_last]\r\n[big_header] <strong>Our Concurrent Exhibition </strong>[/big_header]\r\n<p style=\"text-align: center;\"><a href=\"http://www.cems-yarnandfabric.com/difs-winter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-101 size-full\" src=\"http://www.cems-yarnandfabric.com/difs-winter/wp-content/uploads/2017/05/13th-DIFS-WE1.jpg\" alt=\"13th DIFS (Winter-Edition)\" width=\"120\" height=\"149\" /></a><a href=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-59 size-full\" src=\"http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/dye-chem-logo.png\" alt=\"30th DYE+CHEM 2018\" width=\"252\" height=\"107\" /></a></p>','Home','','inherit','closed','closed','','8-revision-v1','','','2017-12-24 11:34:49','2017-12-24 11:34:49','',8,'http://cems-denimshow.com/denimshowbd/index.php/8-revision-v1/',0,'revision','',0),(118,1,'2017-12-24 11:38:12','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2017-12-24 11:38:12','0000-00-00 00:00:00','',0,'http://cems-denimshow.com/denimshowbd/?p=118',1,'nav_menu_item','',0),(119,1,'2017-12-24 11:40:21','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2017-12-24 11:40:21','0000-00-00 00:00:00','',0,'http://cems-denimshow.com/denimshowbd/?p=119',1,'nav_menu_item','',0),(120,1,'2018-01-08 04:05:11','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2018-01-08 04:05:11','0000-00-00 00:00:00','',0,'http://cems-denimshow.com/denimshowbd/?p=120',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (39,2,0),(40,2,0),(41,2,0),(42,2,0),(43,2,0),(44,2,0),(45,2,0),(46,2,0),(47,2,0),(48,2,0),(49,2,0),(50,2,0),(53,2,0),(104,2,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,14); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'primary','primary',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','denimshowbd'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers','theme_editor_notice'),(14,1,'default_password_nag',''),(15,1,'show_welcome_panel','1'),(17,1,'wp_user-settings','editor=tinymce&libraryContent=browse'),(18,1,'wp_user-settings-time','1514102481'),(19,1,'wp_dashboard_quick_press_last_post_id','120'),(20,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"202.84.44.0\";}'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(23,1,'closedpostboxes_page','a:0:{}'),(24,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(26,1,'nav_menu_recently_edited','2'),(28,101010,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(29,101010,'wp_user_level','10'),(30,101010,'session_tokens','a:2:{s:64:\"b9b1b4cc0317be6d7ca66eabdb56545adb9c93ab07dd5a14aed59b2a390e25ce\";a:4:{s:10:\"expiration\";i:1514145736;s:2:\"ip\";s:12:\"69.28.82.254\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0\";s:5:\"login\";i:1513972936;}s:64:\"1833482cce80460c27e7791b96ff2bc2916c664a8f2b54769be77552d0b34044\";a:4:{s:10:\"expiration\";i:1514147982;s:2:\"ip\";s:12:\"69.28.82.254\";s:2:\"ua\";s:62:\"Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10\";s:5:\"login\";i:1513975182;}}'),(31,1,'session_tokens','a:1:{s:64:\"3f58c308eb19dc99ae63500234f4730312554a934693cd72bc8b293cf687c053\";a:4:{s:10:\"expiration\";i:1515557103;s:2:\"ip\";s:12:\"202.84.44.49\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1515384303;}}'),(32,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:786:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?utm_content=6.0\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?utm_content=6.0\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?utm_content=6.0\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://cems-denimshow.com/denimshowbd/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=101011 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'denimshowbd','$P$BXHvXYZizylB58R06arrHlVcc989Tk.','denimshowbd','mahatab@cemsonline.com','','2017-08-04 17:46:45','',0,'denimshowbd'),(101010,'backup','$P$BWnS8m4/eyIw06li/sCWxhpGkGR6ig0','','','','2012-09-28 00:00:00','',0,''); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wonderplugin_carousel` -- DROP TABLE IF EXISTS `wp_wonderplugin_carousel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wonderplugin_carousel` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `authorid` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wonderplugin_carousel` -- LOCK TABLES `wp_wonderplugin_carousel` WRITE; /*!40000 ALTER TABLE `wp_wonderplugin_carousel` DISABLE KEYS */; INSERT INTO `wp_wonderplugin_carousel` VALUES (1,'Managing Director Speech','{\"newestfirst\":\"false\",\"name\":\"Managing Director Speech\",\"slides\":[{\"type\":2,\"image\":\"https:\\/\\/img.youtube.com\\/vi\\/hepk5KBQrk0\\/0.jpg\",\"thumbnail\":\"https:\\/\\/img.youtube.com\\/vi\\/hepk5KBQrk0\\/1.jpg\",\"displaythumbnail\":\"false\",\"video\":\"https:\\/\\/www.youtube.com\\/embed\\/hepk5KBQrk0\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"CEMS Global Group MD Ms. Meherun N. Islam\'s Interview on DBC NEWS\",\"description\":\"CEMS-Global USA & Asia-Pacific Group Managing Director Ms. Meherun N. Islam\'s Interview on Bangladesh\'s News Channel DBC NEWS on 17th August 2017.\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480},{\"type\":2,\"image\":\"https:\\/\\/img.youtube.com\\/vi\\/DT5l1e0UAQA\\/0.jpg\",\"thumbnail\":\"https:\\/\\/img.youtube.com\\/vi\\/DT5l1e0UAQA\\/1.jpg\",\"displaythumbnail\":\"false\",\"video\":\"https:\\/\\/www.youtube.com\\/embed\\/DT5l1e0UAQA\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"CEMS-Global Group MD Ms. Meherun N. Islam\'s Interview on INDEPENDENT TV\",\"description\":\"CEMS-Global USA & Asia-Pacific Group Managing Director Ms. Meherun N. Islam\'s Interview on INDEPENDENT TV on 16th AUGUST 2017, on Textech | Yarn & Fabric | Dye+Chem in Bangladesh\",\"weblink\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480}],\"skin\":\"classic\",\"fixaspectratio\":\"true\",\"centerimage\":\"true\",\"fitimage\":\"false\",\"fitcenterimage\":\"false\",\"sameheight\":\"false\",\"sameheightresponsive\":\"false\",\"sameheightmediumscreen\":769,\"sameheightmediumheight\":200,\"sameheightsmallscreen\":415,\"sameheightsmallheight\":150,\"fullwidth\":\"false\",\"hidecontaineroninit\":\"false\",\"spacing\":18,\"customcss\":\"\",\"dataoptions\":\"\",\"lightboxresponsive\":\"true\",\"lightboxshownavigation\":\"false\",\"lightboxnogroup\":\"false\",\"lightboxshowtitle\":\"true\",\"lightboxshowdescription\":\"false\",\"lightboxfullscreenmode\":\"false\",\"lightboxcloseonoverlay\":\"true\",\"lightboxvideohidecontrols\":\"false\",\"lightboxtitlestyle\":\"bottom\",\"lightboximagepercentage\":75,\"lightboxdefaultvideovolume\":1,\"lightboxoverlaybgcolor\":\"#000\",\"lightboxoverlayopacity\":0.9,\"lightboxbgcolor\":\"#fff\",\"lightboxtitleprefix\":\"%NUM \\/ %TOTAL\",\"lightboxtitleinsidecss\":\"color:#fff; font-size:16px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left;\",\"lightboxdescriptioninsidecss\":\"color:#fff; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;\",\"lightboxautoslide\":\"false\",\"lightboxslideinterval\":5000,\"lightboxshowtimer\":\"true\",\"lightboxtimerposition\":\"bottom\",\"lightboxtimerheight\":2,\"lightboxtimercolor\":\"#dc572e\",\"lightboxtimeropacity\":1,\"lightboxshowplaybutton\":\"true\",\"lightboxalwaysshownavarrows\":\"false\",\"lightboxbordersize\":8,\"lightboxshowtitleprefix\":\"true\",\"lightboxborderradius\":0,\"lightboximagekeepratio\":\"true\",\"donotinit\":\"false\",\"addinitscript\":\"false\",\"doshortcodeontext\":\"false\",\"triggerresize\":\"false\",\"triggerresizedelay\":100,\"lightboxthumbwidth\":90,\"lightboxthumbheight\":60,\"lightboxthumbtopmargin\":12,\"lightboxthumbbottommargin\":4,\"lightboxbarheight\":64,\"lightboxtitlebottomcss\":\"{color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;}\",\"lightboxdescriptionbottomcss\":\"{color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;}\",\"width\":240,\"height\":180,\"rownumber\":1,\"autoplay\":\"true\",\"random\":\"false\",\"circular\":\"true\",\"direction\":\"horizontal\",\"responsive\":\"true\",\"visibleitems\":3,\"pauseonmouseover\":\"true\",\"scrollmode\":\"page\",\"interval\":3000,\"transitionduration\":1000,\"continuous\":\"false\",\"continuousduration\":2500,\"arrowstyle\":\"none\",\"arrowimage\":\"arrows-32-32-2.png\",\"arrowwidth\":32,\"arrowheight\":32,\"navstyle\":\"bullets\",\"navimage\":\"bullet-16-16-0.png\",\"navwidth\":16,\"navheight\":16,\"navspacing\":8,\"showhoveroverlay\":\"true\",\"hoveroverlayimage\":\"hoveroverlay-64-64-7.png\",\"screenquery\":\"{\\n\\t\\\"tablet\\\": {\\n\\t\\t\\\"screenwidth\\\": 900,\\n\\t\\t\\\"visibleitems\\\": 2\\n\\t},\\n\\t\\\"mobile\\\": {\\n\\t\\t\\\"screenwidth\\\": 600,\\n\\t\\t\\\"visibleitems\\\": 1\\n\\t}\\n}\",\"skintemplate\":\"<div class=\\\"amazingcarousel-image\\\">__IMAGE__<\\/div>\\n<div class=\\\"amazingcarousel-title\\\">__TITLE__<\\/div>\",\"skincss\":\"@import url(https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans);\\n\\n #amazingcarousel-CAROUSELID .amazingcarousel-image {\\t\\n\\tposition: relative;\\n\\tpadding: 4px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-image img {\\n\\tdisplay: block;\\n\\twidth: 100%;\\n\\tmax-width: 100%;\\n\\tborder: 0;\\n\\tmargin: 0;\\n\\tpadding: 0;\\n\\t-moz-border-radius: 0px;\\n\\t-webkit-border-radius: 0px;\\n\\tborder-radius: 0px;\\n\\t-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\\n\\t-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\\n\\tbox-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-title {\\n\\tposition:relative;\\n\\tfont:14px \\\"Open Sans\\\", sans-serif;\\n\\tcolor:#333333;\\n\\tmargin:6px;\\n\\ttext-align:center;\\n\\ttext-shadow:0px 1px 1px #fff;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-list-container { \\n\\tpadding: 0px 0;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-item-container {\\n\\ttext-align: center;\\n\\tpadding: 4px;\\n\\tbackground-color: #fff;\\n\\tborder: 1px solid #ddd;\\n\\t-moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);\\n\\t-webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);\\n\\tbox-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-prev {\\n\\tleft: 0%;\\n\\ttop: 50%;\\n\\tmargin-left: -48px;\\n\\tmargin-top: -16px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-next {\\n\\tright: 0%;\\n\\ttop: 50%;\\n\\tmargin-right: -48px;\\n\\tmargin-top: -16px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-nav {\\n\\tposition: absolute;\\n\\twidth: 100%;\\n\\ttop: 100%;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-bullet-wrapper {\\n\\tmargin: 4px auto;\\n}\",\"arrowimagemode\":\"defined\",\"navimagemode\":\"defined\",\"hoveroverlayimagemode\":\"defined\",\"showhoveroverlayalways\":\"false\",\"hidehoveroverlayontouch\":\"false\",\"usescreenquery\":\"false\",\"showplayvideo\":\"true\",\"playvideoimage\":\"playvideo-64-64-0.png\",\"playvideoimagepos\":\"center\",\"playvideoimagemode\":\"defined\"}','2017-10-30 10:51:30','1'); /*!40000 ALTER TABLE `wp_wonderplugin_carousel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_links` -- DROP TABLE IF EXISTS `wp_yoast_seo_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_id` bigint(20) unsigned NOT NULL, `target_post_id` bigint(20) unsigned NOT NULL, `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`) ) ENGINE=InnoDB AUTO_INCREMENT=109 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_links` -- LOCK TABLES `wp_yoast_seo_links` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_links` VALUES (91,'#',8,0,'internal'),(92,'http://cems-denimshow.com/denimshowbd/index.php/online-registration-form/',8,101,'internal'),(93,'#',8,0,'internal'),(94,'http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EXPO-APPLICATION-FORM.pdf',8,0,'external'),(95,'http://cems-denimshow.com/denimshowbd/wp-content/uploads/2017/09/FACT-SHEET-2ND-DENIM-SHOW-2018-WINTER-EDITION.pdf',8,0,'internal'),(96,'http://cems-denimshow.com/index.php/post-show-report/',8,0,'external'),(97,'https://www.youtube.com/embed/hepk5KBQrk0',8,0,'external'),(98,'https://www.youtube.com/embed/DT5l1e0UAQA',8,0,'external'),(99,'http://www.wonderplugin.com/wordpress-carousel/',8,0,'external'),(100,'http://cemsonline.com/',8,0,'external'),(101,'#',8,0,'internal'),(102,'http://cems-denimshow.com/index.php/profile-of-visitors/',8,0,'external'),(103,'#',8,0,'internal'),(104,'http://cems-denimshow.com/index.php/highlights/',8,0,'external'),(105,'#',8,0,'internal'),(106,'http://cems-denimshow.com/index.php/fact-sheet/',8,0,'external'),(107,'http://www.cems-yarnandfabric.com/difs-winter/',8,0,'external'),(108,'http://www.cems-dyechem.com/dyechemwinter/',8,0,'external'); /*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_meta` -- DROP TABLE IF EXISTS `wp_yoast_seo_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_meta` ( `object_id` bigint(20) unsigned NOT NULL, `internal_link_count` int(10) unsigned DEFAULT NULL, `incoming_link_count` int(10) unsigned DEFAULT NULL, UNIQUE KEY `object_id` (`object_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_meta` -- LOCK TABLES `wp_yoast_seo_meta` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_meta` VALUES (8,7,0),(101,NULL,1),(113,0,0); /*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_035c54e_19' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2018-06-28 8:52:28