SET FOREIGN_KEY_CHECKS = 0; DROP TABLE IF EXISTS `wp_commentmeta`; 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; DROP TABLE IF EXISTS `wp_comments`; 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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; INSERT INTO `wp_comments` VALUES("1","1","A WordPress Commenter","wapuu@wordpress.example","https://wordpress.org/","","2017-05-15 22:35:59","2017-05-15 22:35:59","Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.","0","1","","","0","0"); DROP TABLE IF EXISTS `wp_links`; 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; DROP TABLE IF EXISTS `wp_options`; 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=MyISAM AUTO_INCREMENT=243 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; INSERT INTO `wp_options` VALUES("1","siteurl","http://sofvis.com","yes"); INSERT INTO `wp_options` VALUES("2","home","http://sofvis.com","yes"); INSERT INTO `wp_options` VALUES("3","blogname","Beauty Salon","yes"); INSERT INTO `wp_options` VALUES("4","blogdescription","Just another WordPress site","yes"); INSERT INTO `wp_options` VALUES("5","users_can_register","0","yes"); INSERT INTO `wp_options` VALUES("6","admin_email","eng.sheshtawy@gmail.com","yes"); INSERT INTO `wp_options` VALUES("7","start_of_week","1","yes"); INSERT INTO `wp_options` VALUES("8","use_balanceTags","0","yes"); INSERT INTO `wp_options` VALUES("9","use_smilies","1","yes"); INSERT INTO `wp_options` VALUES("10","require_name_email","1","yes"); INSERT INTO `wp_options` VALUES("11","comments_notify","1","yes"); INSERT INTO `wp_options` VALUES("12","posts_per_rss","10","yes"); INSERT INTO `wp_options` VALUES("13","rss_use_excerpt","0","yes"); INSERT INTO `wp_options` VALUES("14","mailserver_url","mail.example.com","yes"); INSERT INTO `wp_options` VALUES("15","mailserver_login","login@example.com","yes"); INSERT INTO `wp_options` VALUES("16","mailserver_pass","password","yes"); INSERT INTO `wp_options` VALUES("17","mailserver_port","110","yes"); INSERT INTO `wp_options` VALUES("18","default_category","1","yes"); INSERT INTO `wp_options` VALUES("19","default_comment_status","open","yes"); INSERT INTO `wp_options` VALUES("20","default_ping_status","open","yes"); INSERT INTO `wp_options` VALUES("21","default_pingback_flag","1","yes"); INSERT INTO `wp_options` VALUES("22","posts_per_page","10","yes"); INSERT INTO `wp_options` VALUES("23","date_format","F j, Y","yes"); INSERT INTO `wp_options` VALUES("24","time_format","g:i a","yes"); INSERT INTO `wp_options` VALUES("25","links_updated_date_format","F j, Y g:i a","yes"); INSERT INTO `wp_options` VALUES("26","comment_moderation","0","yes"); INSERT INTO `wp_options` VALUES("27","moderation_notify","1","yes"); INSERT INTO `wp_options` VALUES("28","permalink_structure","/%year%/%monthnum%/%day%/%postname%/","yes"); INSERT INTO `wp_options` VALUES("29","rewrite_rules","a:129:{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:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"lsvrslide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"lsvrslide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"lsvrslide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"lsvrslide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"lsvrslide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"lsvrslide/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"lsvrslide/([^/]+)/embed/?$\";s:42:\"index.php?lsvrslide=$matches[1]&embed=true\";s:30:\"lsvrslide/([^/]+)/trackback/?$\";s:36:\"index.php?lsvrslide=$matches[1]&tb=1\";s:38:\"lsvrslide/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?lsvrslide=$matches[1]&paged=$matches[2]\";s:45:\"lsvrslide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?lsvrslide=$matches[1]&cpage=$matches[2]\";s:34:\"lsvrslide/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?lsvrslide=$matches[1]&page=$matches[2]\";s:26:\"lsvrslide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"lsvrslide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"lsvrslide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"lsvrslide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"lsvrslide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"lsvrslide/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"lsvr_group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?lsvrslider=$matches[1]&feed=$matches[2]\";s:46:\"lsvr_group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?lsvrslider=$matches[1]&feed=$matches[2]\";s:27:\"lsvr_group/([^/]+)/embed/?$\";s:43:\"index.php?lsvrslider=$matches[1]&embed=true\";s:39:\"lsvr_group/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?lsvrslider=$matches[1]&paged=$matches[2]\";s:21:\"lsvr_group/([^/]+)/?$\";s:32:\"index.php?lsvrslider=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}","yes"); INSERT INTO `wp_options` VALUES("30","hack_file","0","yes"); INSERT INTO `wp_options` VALUES("31","blog_charset","UTF-8","yes"); INSERT INTO `wp_options` VALUES("32","moderation_keys","","no"); INSERT INTO `wp_options` VALUES("33","active_plugins","a:5:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:27:\"js_composer/js_composer.php\";i:3;s:51:\"lsvr-toolkit-beautyspot/lsvr-toolkit-beautyspot.php\";i:4;s:41:\"wordpress-importer/wordpress-importer.php\";}","yes"); INSERT INTO `wp_options` VALUES("34","category_base","","yes"); INSERT INTO `wp_options` VALUES("35","ping_sites","http://rpc.pingomatic.com/","yes"); INSERT INTO `wp_options` VALUES("36","comment_max_links","2","yes"); INSERT INTO `wp_options` VALUES("37","gmt_offset","0","yes"); INSERT INTO `wp_options` VALUES("38","default_email_category","1","yes"); INSERT INTO `wp_options` VALUES("39","recently_edited","","no"); INSERT INTO `wp_options` VALUES("40","template","beautyspot","yes"); INSERT INTO `wp_options` VALUES("41","stylesheet","beautyspot-child","yes"); INSERT INTO `wp_options` VALUES("42","comment_whitelist","1","yes"); INSERT INTO `wp_options` VALUES("43","blacklist_keys","","no"); INSERT INTO `wp_options` VALUES("44","comment_registration","0","yes"); INSERT INTO `wp_options` VALUES("45","html_type","text/html","yes"); INSERT INTO `wp_options` VALUES("46","use_trackback","0","yes"); INSERT INTO `wp_options` VALUES("47","default_role","subscriber","yes"); INSERT INTO `wp_options` VALUES("48","db_version","38590","yes"); INSERT INTO `wp_options` VALUES("49","uploads_use_yearmonth_folders","1","yes"); INSERT INTO `wp_options` VALUES("50","upload_path","","yes"); INSERT INTO `wp_options` VALUES("51","blog_public","1","yes"); INSERT INTO `wp_options` VALUES("52","default_link_category","2","yes"); INSERT INTO `wp_options` VALUES("53","show_on_front","posts","yes"); INSERT INTO `wp_options` VALUES("54","tag_base","","yes"); INSERT INTO `wp_options` VALUES("55","show_avatars","1","yes"); INSERT INTO `wp_options` VALUES("56","avatar_rating","G","yes"); INSERT INTO `wp_options` VALUES("57","upload_url_path","","yes"); INSERT INTO `wp_options` VALUES("58","thumbnail_size_w","300","yes"); INSERT INTO `wp_options` VALUES("59","thumbnail_size_h","300","yes"); INSERT INTO `wp_options` VALUES("60","thumbnail_crop","1","yes"); INSERT INTO `wp_options` VALUES("61","medium_size_w","800","yes"); INSERT INTO `wp_options` VALUES("62","medium_size_h","0","yes"); INSERT INTO `wp_options` VALUES("63","avatar_default","mystery","yes"); INSERT INTO `wp_options` VALUES("64","large_size_w","1200","yes"); INSERT INTO `wp_options` VALUES("65","large_size_h","0","yes"); INSERT INTO `wp_options` VALUES("66","image_default_link_type","none","yes"); INSERT INTO `wp_options` VALUES("67","image_default_size","","yes"); INSERT INTO `wp_options` VALUES("68","image_default_align","","yes"); INSERT INTO `wp_options` VALUES("69","close_comments_for_old_posts","0","yes"); INSERT INTO `wp_options` VALUES("70","close_comments_days_old","14","yes"); INSERT INTO `wp_options` VALUES("71","thread_comments","1","yes"); INSERT INTO `wp_options` VALUES("72","thread_comments_depth","5","yes"); INSERT INTO `wp_options` VALUES("73","page_comments","0","yes"); INSERT INTO `wp_options` VALUES("74","comments_per_page","50","yes"); INSERT INTO `wp_options` VALUES("75","default_comments_page","newest","yes"); INSERT INTO `wp_options` VALUES("76","comment_order","asc","yes"); INSERT INTO `wp_options` VALUES("77","sticky_posts","a:0:{}","yes"); INSERT INTO `wp_options` VALUES("78","widget_categories","a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("79","widget_text","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("80","widget_rss","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("81","uninstall_plugins","a:0:{}","no"); INSERT INTO `wp_options` VALUES("82","timezone_string","","yes"); INSERT INTO `wp_options` VALUES("83","page_for_posts","0","yes"); INSERT INTO `wp_options` VALUES("84","page_on_front","0","yes"); INSERT INTO `wp_options` VALUES("85","default_post_format","0","yes"); INSERT INTO `wp_options` VALUES("86","link_manager_enabled","0","yes"); INSERT INTO `wp_options` VALUES("87","finished_splitting_shared_terms","1","yes"); INSERT INTO `wp_options` VALUES("88","site_icon","0","yes"); INSERT INTO `wp_options` VALUES("89","medium_large_size_w","768","yes"); INSERT INTO `wp_options` VALUES("90","medium_large_size_h","0","yes"); INSERT INTO `wp_options` VALUES("91","initial_db_version","38590","yes"); INSERT INTO `wp_options` VALUES("92","wp_user_roles","a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}","yes"); INSERT INTO `wp_options` VALUES("93","fresh_site","0","yes"); INSERT INTO `wp_options` VALUES("94","widget_search","a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("95","widget_recent-posts","a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("96","widget_recent-comments","a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("97","widget_archives","a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("98","widget_meta","a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("99","sidebars_widgets","a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"primary-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:14:\"bottom-sidebar\";a:0:{}s:13:\"array_version\";i:3;}","yes"); INSERT INTO `wp_options` VALUES("100","widget_pages","a:1:{s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("101","widget_calendar","a:1:{s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("102","widget_tag_cloud","a:1:{s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("103","widget_nav_menu","a:1:{s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("104","cron","a:21:{i:1494930959;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:1494974169;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:1494975278;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"60fda3b54003017dc64a0c492471bbfe\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:8;}}}}i:1494975511;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"e7b045e208aced5133fbe07687979dd0\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:308;}}}}i:1494975860;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"722b7c713437b7e46a9f95fcfe7ffd71\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:326;}}}}i:1494977077;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"247f1aae5f06c95ea518d54ead797fc4\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:371;}}}}i:1494977155;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"1bdef2eca7cc17978b5ce9a3c73868b2\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:389;}}}}i:1494977214;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"34dec8f95226fc056fdc34476f155649\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:407;}}}}i:1494977644;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"823467340e8c09a79a1bc47be76287d8\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:425;}}}}i:1494978095;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"a88e27f85eb5038b8c72e56afc2bee3b\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:444;}}}}i:1494978226;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"36aa59f1047b9a5792ddb443f8bf905e\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:462;}}}}i:1494979012;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"89de935d29f6d7473bfb45807ae47a76\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:480;}}}}i:1494979035;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"bd8fa81f867c9c702455f376afa33872\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:498;}}}}i:1494980686;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"f2d63d8760f3a8c7a97a0650c154e2ea\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:518;}}}}i:1494980712;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"d482e9ad23336603c85749fe20966506\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:536;}}}}i:1494980853;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"ba8b0198096c02564b68a128ac6b9e8a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:554;}}}}i:1494980914;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"81ac59d044e3deeda6b800e5f1984b3d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:572;}}}}i:1494980945;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"9008916ce4c1ea4a97f8318834b82510\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:590;}}}}i:1494981542;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"01c05ec522dc9ea3895cce1aee82991f\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:608;}}}}i:1494981576;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"84a1a5fb9ad452d387f6e3fdbddc2f3d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:626;}}}}s:7:\"version\";i:2;}","yes"); INSERT INTO `wp_options` VALUES("105","nonce_key","?ZagXPC)S;el?g:F+yJHKN)bgbjQ#Hm>Wgo@<^RNqWfFh","no"); INSERT INTO `wp_options` VALUES("112","logged_in_key","45?W+S4[y0+z,x@80c1a9DT]o$WGk`%KTYzr44;WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that WordPress is now officially on HackerOne!

\n

HackerOne is a platform for security researchers to securely and responsibly report vulnerabilities to our team. It provides tools that improve the quality and consistency of communication with reporters, and will reduce the time spent on responding to commonly reported issues. This frees our team to spend more time working on improving the security of WordPress.

\n

The security team has been working on this project for quite some time. Nikolay Bachiyski started the team working on it just over a year ago. We ran it as a private program while we worked out our procedures and processes, and are excited to finally make it public.

\n

With the announcement of the WordPress HackerOne program we are also introducing bug bounties. Bug bounties let us reward reporters for disclosing issues to us and helping us secure our products and infrastructure. We’ve already awarded more than $3,700 in bounties to seven different reporters! We are thankful to Automattic for paying the bounties on behalf of the WordPress project.

\n

The program and bounties cover all our projects including WordPress, BuddyPress, bbPress, GlotPress, and WP-CLI as well as all of our sites including WordPress.org, bbPress.org, WordCamp.org, BuddyPress.org, and GlotPress.org.

\n\";s: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:\"4730\";s: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:33:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 May 2017 00:15:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=4727\";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:\"We’re planning a smaller WP release early next month, bringing in three major enhancements: An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it’s hard to describe.) A revamp of the dashboard news widget to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1148:\"

We’re planning a smaller WP release early next month, bringing in three major enhancements:

\n\n

The first beta of 4.8 is now available for testing. You can use the beta tester plugin (or just run trunk) to try the latest and greatest, and each of these areas could use a ton of testing. Our goals are to make editing posts with links more intuitive, make widgets easier for new users and more convenient for existing ones, and get many more people aware of and attending our community events.

\n

Four point eight is here
\nSmall changes with a big punch
\nBig ones come later

\n\";s: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:\"4727\";s: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:36:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.7.4 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:51:\"https://wordpress.org/news/2017/04/wordpress-4-7-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Apr 2017 17:54:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4710\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release. This release contains 47 bug fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Pascal Birchler\";s: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:4518:\"

After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release.

\n

This release contains 47 maintenance fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API. For a full list of changes, consult the release notes and the list of changes.

\n

Download WordPress 4.7.4 or visit Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.4.

\n

Thanks to everyone who contributed to 4.7.4:
\nAaron Jorbin, Adam Silverstein, Andrea Fercia, Andrew Ozz, aussieguy123, Blobfolio, boldwater, Boone Gorges, Boro Sitnikovski, chesio, Curdin Krummenacher, Daniel Bachhuber, Darren Ethier (nerrad), David A. Kennedy, davidbenton, David Herrera, Dion Hulse, Dominik Schilling (ocean90), eclev91, Ella Van Dorpe, Gustave F. Gerhardt, ig_communitysites, James Nylen, Joe Dolson, John Blackbourn, karinedo, lukasbesch, maguiar, MatheusGimenez, Matthew Boynes, Matt Wiebe, Mayur Keshwani, Mel Choyce, Nick Halsey, Pascal Birchler, Peter Wilson, Piotr Delawski, Pratik Shrestha, programmin, Rachel Baker, sagarkbhatt, Sagar Prajapati, sboisvert, Scott Taylor, Sergey Biryukov, Stephen Edgar, Sybre Waaijer, Timmy Crawford, vortfu, and Weston Ruter.

\n\";s: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:\"4710\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.3 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/03/wordpress-4-7-3-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:\"Mon, 06 Mar 2017 17:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4696\";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:396:\"WordPress 4.7.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.7.2 and earlier are affected by six security issues: Cross-site scripting (XSS) via media file metadata.  Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs. Control characters can trick redirect […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"James Nylen\";s: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:6191:\"

WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately.

\n

WordPress versions 4.7.2 and earlier are affected by six security issues:

\n
    \n
  1. Cross-site scripting (XSS) via media file metadata.  Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs.
  2. \n
  3. Control characters can trick redirect URL validation.  Reported by Daniel Chatfield.
  4. \n
  5. Unintended files can be deleted by administrators using the plugin deletion functionality.  Reported by TrigInc and xuliang.
  6. \n
  7. Cross-site scripting (XSS) via video URL in YouTube embeds.  Reported by Marc Montpas.
  8. \n
  9. Cross-site scripting (XSS) via taxonomy term names.  Reported by Delta.
  10. \n
  11. Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources.  Reported by Sipke Mellema.
  12. \n
\n

Thank you to the reporters for practicing responsible disclosure.

\n

In addition to the security issues above, WordPress 4.7.3 contains 39 maintenance fixes to the 4.7 release series. For more information, see the release notes or consult the list of changes.

\n

Download WordPress 4.7.3 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.7.3.

\n

Thanks to everyone who contributed to 4.7.3: Aaron D. Campbell, Adam Silverstein, Alex Concha, Andrea Fercia, Andrew Ozz, asalce, blobfolio, bonger, Boone Gorges, Boro Sitnikovski, Brady Vercher, Brandon Lavigne, Bunty, ccprog, chetansatasiya, David A. Kennedy, David Herrera, Dhanendran, Dion Hulse, Dominik Schilling (ocean90), Drivingralle, Ella Van Dorpe, Gary Pendergast, Ian Dunn, Ipstenu (Mika Epstein), James Nylen, jazbek, Jeremy Felt, Jeremy Pry, Joe Hoyle, Joe McGill, John Blackbourn, John James Jacoby, Jonathan Desrosiers, Kelly Dwan, Marko Heijnen, MatheusGimenez, Mike Nelson, Mike Schroder, Muhammet Arslan, Nick Halsey, Pascal Birchler, Paul Bearne, pavelevap, Peter Wilson, Rachel Baker, reldev, Robert O’Rourke, Ryan Welcher, Sanket Parmar, Sean Hayes, Sergey Biryukov, Stephen Edgar, triplejumper12, Weston Ruter, and wpfo.

\n\";s: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:\"4696\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.7.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Jan 2017 19:34:02 +0000\";s: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.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4676\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2142:\"

WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately.

\n

WordPress versions 4.7.1 and earlier are affected by three security issues:

\n
    \n
  1. The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. Reported by David Herrera of Alley Interactive.
  2. \n
  3. WP_Query is vulnerable to a SQL injection (SQLi) when passing unsafe data. 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 Mo Jangda (batmoo).
  4. \n
  5. A cross-site scripting (XSS) vulnerability was discovered in the posts list table. Reported by Ian Dunn of the WordPress Security Team.
  6. \n
  7. An unauthenticated privilege escalation vulnerability was discovered in a REST API endpoint. Reported by Marc-Alexandre Montpas of Sucuri Security. *
  8. \n
\n

Thank you to the reporters of these issues for practicing responsible disclosure.

\n

Download WordPress 4.7.2 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.7.2.

\n

Thanks to everyone who contributed to 4.7.2.

\n

* Update: An additional serious vulnerability was fixed in this release and public disclosure was delayed. For more information on this vulnerability, additional mitigation steps taken, and an explanation for why disclosure was delayed, please read Disclosure of Additional Security Fix in WordPress 4.7.2.

\n\";s: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:\"4676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.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/01/wordpress-4-7-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, 11 Jan 2017 03:53: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: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.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4650\";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:375:\"WordPress 4.7 has been downloaded over 10 million times since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7 and earlier are affected by eight security issues: […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6520:\"

WordPress 4.7 has been downloaded over 10 million times since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. This is a security release for all previous versions and we strongly encourage you to update your sites immediately.

\n

WordPress versions 4.7 and earlier are affected by eight security issues:

\n
    \n
  1. Remote code execution (RCE) in PHPMailer – No specific issue appears to affect WordPress or any of the major plugins we investigated but, out of an abundance of caution, we updated PHPMailer in this release. This issue was fixed in PHPMailer thanks to Dawid Golunski and Paul Buonopane.
  2. \n
  3. The REST API exposed user data for all users who had authored a post of a public post type. WordPress 4.7.1 limits this to only post types which have specified that they should be shown within the REST API. Reported by Krogsgard and Chris Jean.
  4. \n
  5. Cross-site scripting (XSS) via the plugin name or version header on update-core.php. Reported by Dominik Schilling of the WordPress Security Team.
  6. \n
  7. Cross-site request forgery (CSRF) bypass via uploading a Flash file. Reported by Abdullah Hussam.
  8. \n
  9. Cross-site scripting (XSS) via theme name fallback. Reported by Mehmet Ince.
  10. \n
  11. Post via email checks mail.example.com if default settings aren’t changed. Reported by John Blackbourn of the WordPress Security Team.
  12. \n
  13. A cross-site request forgery (CSRF) was discovered in the accessibility mode of widget editing. Reported by Ronnie Skansing.
  14. \n
  15. Weak cryptographic security for multisite activation key. Reported by Jack.
  16. \n
\n

Thank you to the reporters for practicing responsible disclosure.

\n

In addition to the security issues above, WordPress 4.7.1 fixes 62 bugs from 4.7. For more information, see the release notes or consult the list of changes.

\n

Download WordPress 4.7.1 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.7.1.

\n

Thanks to everyone who contributed to 4.7.1: Aaron D. Campbell, Aaron Jorbin, Adam Silverstein, Andrea Fercia, Andrew Ozz, bonger, Boone Gorges, Chandra Patel, Christian Chung, David Herrera, David Shanske, Dion Hulse, Dominik Schilling (ocean90), DreamOn11, Edwin Cromley, Ella van Dorpe, Gary Pendergast, Hristo Pandjarov, James Nylen, Jeff Bowen, Jeremy Felt, Jeremy Pry, Joe Hoyle, Joe McGill, John Blackbourn, Keanan Koppenhaver, Konstantin Obenland, laurelfulford, Marin Atanasov, mattyrob, monikarao, Nate Reist, Nick Halsey, Nikhil Chavan, nullvariable, Payton Swick, Peter Wilson, Presskopp, Rachel Baker, Ryan McCue, Sanket Parmar, Sebastian Pisula, sfpt, shazahm1, Stanimir Stoyanov, Steven Word, szaqal21, timph, voldemortensen, vortfu, and Weston Ruter.

\n\";s: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:\"4650\";s: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\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\n\n\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 4.7 “Vaughan”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2016/12/vaughan/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Dec 2016 19:27: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:\"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=4596\";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:240:\"Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah \"Sassy\" Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.\";s: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:\"enclosure\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2016/12/starter-content.mp4\";s:6:\"length\";s:7:\"3736020\";s:4:\"type\";s:9:\"video/mp4\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4\";s:6:\"length\";s:7:\"1127483\";s:4:\"type\";s:9:\"video/mp4\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:58:\"https://wordpress.org/news/files/2016/12/video-headers.mp4\";s:6:\"length\";s:7:\"1549803\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:45518:\"

Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah “Sassy” Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.

\n
\n
\n

Presenting Twenty Seventeen

\n

A brand new default theme brings your site to life with immersive featured images and video headers.

\n

\n

Twenty Seventeen focuses on business sites and features a customizable front page with multiple sections. Personalize it with widgets, navigation, social menus, a logo, custom colors, and more. Our default theme for 2017 works great in many languages, on any device, and for a wide range of users.

\n
\n

Your Site, Your Way

\n

WordPress 4.7 adds new features to the customizer to help take you through the initial setup of a theme, with non-destructive live previews of all your changes in one uninterrupted workflow.

\n

Theme Starter Content

\n\n

To help give you a solid base to build from, individual themes can provide starter content that appears when you go to customize your brand new site. This can range from placing a business information widget in the best location to providing a sample menu with social icon links to a static front page complete with beautiful images. Don’t worry – nothing new will appear on the live site until you’re ready to save and publish your initial theme setup.

\n
\n

Edit Shortcuts

\n\n

Visible icons appear to show you which parts of your site can be customized while live previewing. Click on a shortcut and get straight to editing. Paired with starter content, getting started with customizing your site is faster than ever.

\n
\n
\n

Video Headers

\n\n

Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.

\n
\n
\n
\n

Smoother Menu Building

\n

\n

Many menus for sites contain links to the pages of your site, but what happens when you don’t have any pages yet? Now you can add new pages while building menus instead of leaving the customizer and abandoning your changes. Once you’ve published your customizations, you’ll have new pages ready for you to fill with content.

\n
\n
\n

Custom CSS

\n

\n

Sometimes you just need a few visual tweaks to make your site perfect. WordPress 4.7 allows you to add custom CSS and instantly see how your changes affect your site. The live preview allows you to work quickly without page refreshes slowing you down.

\n
\n
\n
\n
\n

PDF Thumbnail Previews

\n

\n

Managing your document collection is easier with WordPress 4.7. Uploading PDFs will generate thumbnail images so you can more easily distinguish between all your documents.

\n
\n
\n

Dashboard in your language

\n

\n

Just because your site is in one language doesn’t mean that everybody helping manage it prefers that language for their admin. Add more languages to your site and a user language option will show up in your user’s profiles.

\n
\n
\n
\n

Introducing REST API Content Endpoints

\n

WordPress 4.7 comes with REST API endpoints for posts, comments, terms, users, meta, and settings.

\n

\"\"

\n

Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with sites through plugins, themes, apps, and beyond. Ready to get started with development? Check out the REST API reference.

\n
\n

Even More Developer Happiness \"?\"

\n

Post Type Templates

\n

By opening up the page template functionality to all post types, theme developers have even more flexibility with the WordPress template hierarchy.

\n

More Theme API Goodies

\n

WordPress 4.7 includes new functions, hooks, and behavior for theme developers.

\n

Custom Bulk Actions

\n

List tables, now with more than bulk edit and delete.

\n

WP_Hook

\n

The code that lies beneath actions and filters has been overhauled and modernized, fixing bugs along the way.

\n

Settings Registration API

\n

register_setting() has been enhanced to include type, description, and REST API visibility.

\n

Customize Changesets

\n

Customize changesets make changes in the customizer persistent, like autosave drafts. They also make exciting new features like starter content possible.

\n
\n

The Squad

\n

This release was led by Helen Hou-Sandí, backed up by Jeff Paul and Aaron Jorbin as Release Deputies, and with the help of these fine individuals. There are 482 contributors with props in this release—the most ever—with 205 of them contributing for the first time. Pull up some sassy Sarah Vaughan on your music service of choice, and check out some of their profiles:

\n[Inactive], Aaron D. Campbell, abrightclearweb, Achal Jain, achbed, Acme Themes, Adam Silverstein, adammacias, Ahmad Awais, ahmadawais, airesvsg, ajoah, Aki Björklund, akshayvinchurkar, Alain Schlesser, Alex Concha, Alex Dimitrov, Alex Hon, alex27, allancole, Amanda Rush, Andrea Fercia, Andreas Panag, Andrew Nacin, Andrew Ozz, Andrey \"Rarst\" Savchenko, Andy Meerwaldt, Andy Mercer, Andy Skelton, Aniket Pant, Anil Basnet, Ankit K Gupta, Anthony Hortin, antisilent, Anton Timmermans, Antti Kuosmanen, apokalyptik, artoliukkonen, Arunas Liuiza, attitude, backermann, Bappi, Ben Cole, Bernhard Kau, binarymoon, Birgir Erlendsson (birgire), BjornW, bobbingwide, boblinthorst, boboudreau, bonger, Boone B. Gorges, Brady Vercher, Brainstorm Force, Brandon Kraft, Brian Hogg, Brian Krogsgard, Bronson Quick, Caroline Moore, Casey Driscoll, Caspie, Chandra Patel, Chaos Engine, cheeserolls, chesio, chetansatasiya, choong, Chouby, chredd, Chris Jean, Chris Marslender, Chris Smith, Chris Van Patten, Chris Wiegman, chriscct7, chriseverson, Christian Chung, Christian Nolen, Christian Wach, Christoph Herr, Clarion Technologies, Claudio Sanches, Claudio Sanches, ClaudioLaBarbera, codemovement.pk, coderkevin, codfish, coreymcollins, Curdin Krummenacher, Curtiss Grymala, Cătălin Dogaru, danhgilmore, Daniel Bachhuber , Daniel Kanchev, Daniel Pietrasik, Daniele Scasciafratte, Daryl L. L. Houston (dllh), Dave Pullig, Dave Romsey (goto10), David A. Kennedy, David Chandra Purnama, David Herrera, David Lingren, David Mosterd, David Shanske, davidbhayes, Davide \'Folletto\' Casali, deeptiboddapati, delphinus, deltafactory, Denis de Bernardy, Derek Herman, Derrick Hammer, Derrick Koo, dimchik, Dinesh Chouhan, Dion Hulse, dipeshkakadiya, dmsnell, Dominik Schilling, Dotan Cohen, Doug Wollison, doughamlin, DreamOn11, Drew Jaynes, duncanjbrown, dungengronovius, DylanAuty, Eddie Hurtig, Eduardo Reveles, Edwin Cromley, ElectricFeet, Elio Rivero, Ella Iseulde Van Dorpe, elyobo, enodekciw, enshrined, Eric Andrew Lewis, Eric Lanehart, Evan Herman, Felix Arntz, Fencer04, Florian Brinkmann, Florian TIAR, FolioVision, fomenkoandrey, Francesco Taurino, Frank Klein, Frankie Jarrett, Fred, Fredrik Forsmo, fuscata, Gabriel Maldonado, Garth Mortensen, Gary Jones, Gary Pendergast, Geeky Software, George Stephanis, Goran Šerić, Graham Armfield, Grant Derepas, Gregory Karpinsky (@tivnet), Hardeep Asrani, Henry Wright, hiddenpearls, Hinaloe, Hristo Pandjarov, Hugo Baeta, Iain Poulson, Ian Dunn, Ian Edington, idealien, Ignacio Cruz Moreno, imath, implenton, Ionut Stanciu, Ipstenu (Mika Epstein), ivdimova, J.D. Grimes, Jacob Peattie, Jake Spurlock, James Nylen, jamesacero, Japh, Jared Cobb, jayarjo, jdolan, jdoubleu, Jeff Bowen, Jeffrey de Wit, Jeremy Felt, Jeremy Pry, jimt, Jip Moors, jmusal, Joe Dolson, Joe Hoyle, Joe McGill, Joel James, johanmynhardt, John Blackbourn, John Dittmar, John James Jacoby, John P. Bloch, John Regan, johnpgreen, Jon (Kenshino), Jonathan Bardo, Jonathan Brinley, Jonathan Daggerhart, Jonathan Desrosiers, Jonny Harris, jonnyauk, jordesign, JorritSchippers, Joseph Fusco, Josh Eaton, Josh Pollock, joshcummingsdesign, joshkadis, Joy, jrf, JRGould, Juanfra Aldasoro, Juhi Saxena, Junko Nukaga, Justin Busa, Justin Sainton, Justin Shreve, Justin Sternberg, K.Adam White, kacperszurek, Kailey (trepmal), KalenJohnson, Kat Hagan, Keanan Koppenhaver, keesiemeijer, kellbot, Kelly Dwan, Kevin Hagerty, Kirk Wight, kitchin, Kite, kjbenk, Knut Sparhell, koenschipper, kokarn, Konstantin Kovshenin, Konstantin Obenland, Konstantinos Kouratoras, kuchenundkakao, kuldipem, Laurel Fulford, Lee Willis, Leo Baiano, LittleBigThings (Csaba), Lucas Stark, Luke Cavanagh, Luke Gedeon, Luke Pettway, lyubomir_popov, mageshp, Mahesh Waghmare, Mangesh Parte, Manish Songirkar, mantismamita, Marcel Bootsman, Marin Atanasov, Mario Valney, Marius L. J., Mark Jaquith, Mark Root-Wiley, Mark Uraine, Marko Heijnen, markshep, matrixik, Matt Banks, Matt Jaworski, Matt King, Matt Mullenweg, Matt van Andel, Matt Wiebe, Matthew Haines-Young, mattyrob, Max Cutler, Maxime Culea, Mayo Moriyama, mbelchev, mckernanin, Mel Choyce, mhowell, Michael Arestad, Michael Arestad, michalzuber, Miina Sikk, Mike Auteri, Mike Crantea, Mike Glendinning, Mike Hansen, Mike Little, Mike Schroder, Mike Viele, Milan Dinić, modemlooper, Mohammad Jangda, Mohan Dere, monikarao, morettigeorgiev, Morgan Estes, Morten Rand-Hendriksen, moto hachi ( mt8.biz ), mrbobbybryant, Naim Naimov, Nate Reist, NateWr, nathanrice, Nazgul, Ned Zimmerman, net, Nick Halsey , Nicolas GUILLAUME, Nikhil Chavan, Nikhil Vimal, Nikolay Bachiyski, Nilambar Sharma, noplanman, nullvariable, odie2, odyssey, Okamoto Hidetaka, orvils, oskosk, Otto Kekäläinen, ovann86, Pantip Treerattanapitak (Nok), Pascal Birchler, patilvikasj, Paul Bearne, Paul Wilde, Payton Swick, pdufour, Perdaan, Peter Wilson, phh, php, Piotr Delawski, pippinsplugins, pjgalbraith, pkevan, Pratik, Pressionate, Presskopp, procodewp, quasel, Rachel Baker, Rahul Prajapati, Ramanan, Rami Yushuvaev, ramiabraham, ranh, Red Sand Media Group, Riad Benguella, Rian Rietveld, Richard Tape, Robert D Payne, Robert Jolly, Robert Noakes, Rocco Aliberti, Rodrigo Primo, Rommel Castro, Ronald Araújo, Ross Wintle, Roy Sivan, Ryan Kienstra, Ryan McCue, Ryan Plas, Ryan Welcher, Sal Ferrarello, Sami Keijonen, Samir Shah, Samuel Sidler, Sandesh, Sang-Min Yoon, Sanket Parmar, Sarah Gooding, Sayed Taqui, schrapel, Scott Reilly, Scott Taylor, scrappy@hub.org, scribu, seancjones, Sebastian Pisula, Sergey Biryukov, Sergio De Falco, sfpt, shayanys, shazahm1, shprink, simonlampen, skippy, smerriman, snacking, Soeren Wrede, solal, Stanimir Stoyanov, Stanko Metodiev, Steph, Steph Wells, Stephanie Leary, Stephen Edgar, Stephen Harris, Steven Word, stevenlinx, Sudar Muthu, Swapnil V. Patil, swapnild, szaqal21, Takahashi Fumiki, Takayuki Miyauchi, Tammie Lister, tapsboy, Taylor Lovett, team, tg29359, tharsheblows, the, themeshaper, thenbrent, thomaswm, Thorsten Frommen, tierra, Tim Nash, Timmy Crawford, Timothy Jacobs, timph, Tkama, tnegri, Tom Auger, Tom J Nowell, tomdxw, Toro_Unit (Hiroshi Urabe), Torsten Landsiedel, transl8or, traversal, Travis Smith, Triet Minh, Trisha Salas, tristangemus, Truong Giang, tsl143, Ty Carlson, Ulrich, Utkarsh, Valeriu Tihai, Vishal Kakadiya, vortfu, Vrunda Kansara, webbgaraget, WebMan Design | Oliver Juhas, websupporter, Weston Ruter, William Earnhardt, williampatton, Wolly aka Paolo Valenti, yale01, Yoav Farhi, Yoga Sukma, Zach Wills, Zack Tollman, Ze Fontainhas, zhildzik, and zsusag.\n

 
\nSpecial thanks go to Rami Abraham for producing the release video and the many fine haiku we saw in the beta and RC announcement posts.

\n

Finally, thanks to all the community translators who worked on WordPress 4.7. Their efforts bring WordPress 4.7 fully translated to 52 languages at release time with more on the way. Additionally, the WordPress 4.7 release video has been captioned into 44 languages.

\n

If you want to follow along or help out, check out Make WordPress and our core development blog. Thanks for choosing WordPress – we hope you enjoy!

\n\";s: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:\"4596\";s: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\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Moving Toward SSL\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/12/moving-toward-ssl/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Dec 2016 17:20:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4588\";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:327:\"We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1627:\"

We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle our users are going to face.

\n

SSL basically means the link between your browser and the server is encrypted. SSL used to be difficult to implement, and often expensive or slow. Modern browsers, and the incredible success of projects like Let’s Encrypt have made getting a certificate to secure your site fast, free, and something we think every host should support by default, especially in a post-Snowden era. Google also weighs SSL as a search engine ranking factor and will begin flagging unencrypted sites in Chrome.

\n

First, early in 2017, we will only promote hosting partners that provide a SSL certificate by default in their accounts. Later we will begin to assess which features, such as API authentication, would benefit the most from SSL and make them only enabled when SSL is there.

\n

Separately, I also think the performance improvements in PHP7 are particularly impressive, and major kudos to everyone who worked on that. We will consider whether hosts use PHP7 by default for new accounts next year as well.

\n

 

\n\";s: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:\"4588\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:33:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.7 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/11/wordpress-4-7-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Nov 2016 04:26: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: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=4579\";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:328:\"The release candidate for WordPress 4.7 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.7 on Tuesday, December 6, but we need your help to get there. If you haven’t tested 4.7 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:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4331:\"

The release candidate for WordPress 4.7 is now available.

\n

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.7 on Tuesday, December 6, but we need your help to get there. If you haven’t tested 4.7 yet, now is the time! To test WordPress 4.7, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip).

\n

WordPress 4.7 is a jam-packed release, with a number of features focused on getting a theme set up for the first time. Highlights include a new default theme, video headers, custom CSS, customizer edit shortcuts, PDF thumbnail previews, user admin languages, REST API content endpoints, post type templates, and more.

\n

We’ve made quite a few refinements since releasing Beta 4 a week ago, including usability and accessibility enhancements for video headers, media and page template support in starter content, and polishing of how custom CSS can be migrated to and extended by plugins and themes. The REST API endpoints saw a number of bugfixes and notably now have anonymous comment off by default.

\n

Not sure where to start with testing? Try setting up a fresh site on a new installation with Twenty Seventeen (hint: head into customizing your site before touching any pages or widgets) and taking notes on what you enjoyed and what got you stuck. For more details about what’s new in version 4.7, check out the Beta 1Beta 2, Beta 3, and Beta 4 blog posts.

\n

Think you’ve found a bug? Please post to the Alpha/Beta support forum. If any known issues come up, you’ll be able to find them here.

\n

Developers, please test your plugins and themes against WordPress 4.7 and update your plugin’s Tested up to version in the readme to 4.7. 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 core development blog.

\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages! And if you haven’t yet done so, now is a great time to take the Annual WordPress Survey and send it on to your friends.

\n

Happy testing! And now for another Rami Abraham haiku break.

\n

Select your language
\nThen let your users choose theirs
\nget_user_locale()

\n

Theme authors rejoice
\nAny option may employ
\nSelective refresh

\n

Custom header video
\nMake sure to add_theme_support
\nBling above the fold

\n

A new template dawns
\nA hierarchy member
\nPost-type templates live

\n

PDF updates
\nPack a parade of polish
\nPrettier previews

\n

Template Post Type: New
\nTemplate Post Type: And Useful
\nTemplate Post Type: Thing

\n

Let lists live lively
\nLaud wp_list_sort()
\nLess laconic lists

\n\";s: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:\"4579\";s: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:33:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Nov 2016 01:51:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=4576\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.7 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2019:\"

WordPress 4.7 Beta 4 is now available!

\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip).

\n

For more information on what’s new in 4.7, check out the Beta 1, Beta 2, and Beta 3 blog posts, along with in-depth developer guides on make/core. We’ve made about 60 changes in the last few days for beta 4, including tweaks to Twenty Seventeen, custom CSS, and the REST API content endpoints.

\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages!

\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n

We are almost there
\nPlease test your plugins and themes
\nRC coming soon
\n

\n\";s: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:\"4576\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 15 May 2017 22:36:12 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:\"Mon, 15 May 2017 16:34:15 GMT\";s:4:\"link\";s:63:\"; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20130911040210\";}","no"); INSERT INTO `wp_options` VALUES("131","_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca","1494930972","no"); INSERT INTO `wp_options` VALUES("132","_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca","1494887772","no"); INSERT INTO `wp_options` VALUES("133","_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9","1494930972","no"); INSERT INTO `wp_options` VALUES("134","can_compress_scripts","0","no"); INSERT INTO `wp_options` VALUES("135","_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\t\n\t\n\t\n\t\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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: Rules for Standards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2017/05/rules-for-standards/\";s: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:187:\"

Dave Winer has one rule that matters and a number of other good points on making standards and protocols.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 15 May 2017 20:34:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordPress Is Now on HackerOne, Launches Bug Bounties\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=66796\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-is-now-on-hackerone-launches-bug-bounties\";s: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:2607:\"

\n

WordPress now has its own official HackerOne account where security researchers can responsibly disclose vulnerabilities to the security team. The project’s page was previously listed under Automattic’s profile before HackerOne launched its free community edition for open source projects. WordPress has now transitioned to its own account, which also includes sister projects BuddyPress, bbPress, GlotPress, and WP-CLI, along with all of their respective websites.

\n

The WordPress Security team launched its HackerOne profile privately at first and had been inviting reporters to use it when they reported security issues via email. Having the profile public makes it possible for the team to work together on triaging the issues that are submitted. WordPress Security Czar Aaron Campbell said the new system will reduce the time spent on responding to commonly reported issues, allowing the team to spend its time more effectively.

\n

“We have about 40 people with access to triage reports, although, like most volunteer groups, not everyone is usually triaging at the same time,” Campbell said.

\n

The project also launched bug bounties to reward reporters for responsibly disclosing security issues and Campbell said the team has awarded more than $3,700 in bounties to seven different reporters.

\n

“So far bounties have ranged from $150 to $1,337,” Campbell said. “Anything that qualifies for a cash bounty will be $150+. We have a few swag bounties (hoodies) for really small things that will be going out soon as well (finishing getting everything set up with the swag store to do this now).”

\n

Campbell confirmed that $1,337 is not the upper limit of the bounties and that there are bugs that could qualify for larger bounties.

\n

“Bounties are calculated based on bug severity, the product or site it’s on (WordPress core being weighted more heavily than say the swag store), and also the quality of the report,” Campbell said. Automattic is sponsoring the bounty payouts on behalf of the WordPress project.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 15 May 2017 19:51:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"BuddyPress: Naturkontakt, Organising Sweden’s Largest Environmental NGO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=265947\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://buddypress.org/2017/05/naturkontakt-organising-swedens-largest-environmental-ngo/\";s: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:9271:\"
This is a guest post by Alexander Berthelsen (lakrisgubben) from the Swedish WordPress agency Klandestino AB.
\n

Peer reviewed by @boonebgorges

\n

\"Naturkontakt

\n

Naturkontakt (Nature contact) is the home for members of the Swedish Society for Nature Conservation (SSNC), Sweden’s largest environmental NGO with over 200,000 members. This is a private site where SSNC members can read and publish internal news about the organisation, take part in forum discussions, and join or create groups to help them organise their work. Members of SSNC can create WordPress user accounts using their membership numbers from the organization’s CRM (Customer Relationship Management) software.

\n

Background

\n

Naturkontakt has been around since the 90’s, powered by FirstClass. By 2010, that platform had become outdated and its market share was declining. This led some members to write proposals to find a new platform. Their goal was to select a platform which would serve as a hub for all the different aspects of SSNC’s mission and vision. These include “spreading knowledge, charting environmental threats, proposing solutions, and influencing politicians and authorities, both nationally and internationally. Under democratic forms, we work regionally in 24 county branches and locally in 270 community branches.”

\n

Moving to WordPress

\n

In 2011, SSNC acted on their decision to set up a new web-based platform for internal communications and contacted us at Klandestino to work on this project. After evaluating different platforms, we chose WordPress. Some deciding factors include WordPress’ open source licensing, our experience working with the platform, and the plethora of different plugins that extended WordPress to make it suitable for online communities.

\n

The first iteration of the new Naturkontakt site was launched in 2011, powered by WordPress and WP Symposium. This was quite a while ago but as I recall (plus email logs), the choice stood between BuddyPress and WP Symposium. At that time, WP Symposium already had a forums component while BuddyPress lacked a solid forum integration. Remember that this was the time of the stand-alone bbPress forums which took a tortuous and unstable route to integrate to both WordPress and BuddyPress.

\n

bbPress 2.0 to the Rescue

\n

A year after we launched the new site, we undertook an evaluation which revealed some pain points. To name a few, WP Symposium had limited extensibility, some security issues, and major problems with performance. With those challenges in mind, we researched again into other community solutions for WordPress. By that time, the new bbPress 2.0 plugin was available and it worked very well with BuddyPress.

\n

It was an easy decision to switch from WP Symposium to BuddyPress and bbPress. The major tasks were the arduous migration of data and continuous testing. This new set up has stood the test of time, we’re really pleased with it. The BuddyPress-bbPress combination gave us a running start with forums, groups, profiles, and messages, which are some of the required pieces of functionality needed on Naturkontakt.  

\n

\"Profile

\n

Further development of Naturkontakt 2.0 led to the introduction of multisite features to the community. Fortunately, BuddyPress works very well in a multisite environment. Each local organisation (group) of SSNC could have their own subsite to publish news.

\n

To make this work as smoothly as possible, we wrote custom plugins for the following functionalities:

\n
    \n
  • Many-to-many relationships between groups and subsites. For example, the group coordinating work on forest issues could be connected to the subsite publishing news about forest issues.
  • \n
  • File archives for groups so that members can upload and version docs, PDFs, images, etc.
  • \n
  • Sitewide search, a plugin that indexes all content from the entire multisite network into a “ghost” site to make it possible to have a centralised search throughout the entire network and blog/archive pages that lists posts from all sites.
  • \n
  • A drag and drop front page workflow where the editors of the site can search for and list articles from all sites on the network on the main site front page.
  • \n
\n

This second version of Naturkontakt was released in late 2012. Since then, the basic functionalities have remained more or less the same. The site did get a facelift a few years ago when we focused on making the site work better on phones and tablets.

\n

\"Blog

\n

Going forward with PHP 7

\n

Last year, after a month of capacity/speed problems, a new evaluation showed that some long-delayed upgrades had to be made. We started a new project to focus mainly on stability and speed improvements. We finished the project just right before this article was written.

\n

We implemented the following improvements:

\n
    \n
  • Combed through the codebases. We searched for deprecated functions and places where custom functionality could be replaced with newly added functionality from BuddyPress, WordPress, and bbPress. We decreased the number of active plugins by a third because of the new features that had been rolled into the above-mentioned projects.
  • \n
  • Switched over to Elasticsearch/ElasticPress. Our custom sitewide search has served its purpose well. However, since it’s only been used on this platform its development has fallen behind. And compared to new technologies such as Elasticsearch it didn’t cut the mustard. By switching to Elasticsearch we have offloaded a lot of the most expensive queries currently done by WordPress to a server/platform that’s fine-tuned for that kind of work.
  • \n
  • Upgraded to PHP 7. This was the last part of the project. We’ve seen major improvements in the response time from the server, on average about 50%-70% decrease in response times! That is, of course, very important on a dynamic site such as for any community where static page caching often isn’t an option.
  • \n
\n

In conclusion

\n

Our stats show the continued growth of the SSNC community, even though the competition from Facebook can be really hard. One of the major advantages of using WordPress, BuddyPress, and bbPress is that SSNC owns its own data.

\n

Of course, there are always things to improve on. When we completed the recent project to improve performance, despite limited budgets and time constraints, we were all satisfied and hopeful that the site will be around for many more years. We also expect that upcoming development work will be focused more on the user interaction elements of the site, hopefully by building upon and extending the great work that has gone into BP Nouveau. <3

\n

To end on a personal note I’d like to thank all of the wonderful contributors to BuddyPress who have welcomed me into the community and helped me along with trac tickets and patches. Beyond my satisfaction with Naturkontakt and working with SSNC (whom I share a lot of political views with), and the functionality that BuddyPress has provided for the project, the best part of having worked on this site is that I also feel that I’ve become part of a community that tries to do something constructive about the unpleasant grip that Facebook has over our personal and professional lives.

\n
\"lakrisgubben\" Alexander Berthelsen and his two colleagues are co-owners of the web development co-operative Klandestino AB. Based in the suburbs of Stockholm, Sweden they mainly do WordPress work with a focus on NGO’s and member organisations. Alexander spends most of his five-for-the-future time on making small contributions to BuddyPress.\n
\n

 

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 15 May 2017 16:16:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:3;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Dev Blog: WordPress Now on HackerOne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=4730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/news/2017/05/wordpress-now-on-hackerone/\";s: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:1717:\"

WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that WordPress is now officially on HackerOne!

\n

HackerOne is a platform for security researchers to securely and responsibly report vulnerabilities to our team. It provides tools that improve the quality and consistency of communication with reporters, and will reduce the time spent on responding to commonly reported issues. This frees our team to spend more time working on improving the security of WordPress.

\n

The security team has been working on this project for quite some time. Nikolay Bachiyski started the team working on it just over a year ago. We ran it as a private program while we worked out our procedures and processes, and are excited to finally make it public.

\n

With the announcement of the WordPress HackerOne program we are also introducing bug bounties. Bug bounties let us reward reporters for disclosing issues to us and helping us secure our products and infrastructure. We’ve already awarded more than $3,700 in bounties to seven different reporters! We are thankful to Automattic for paying the bounties on behalf of the WordPress project.

\n

The program and bounties cover all our projects including WordPress, BuddyPress, bbPress, GlotPress, and WP-CLI as well as all of our sites including WordPress.org, bbPress.org, WordCamp.org, BuddyPress.org, and GlotPress.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 May 2017 16:02: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:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:11:\"\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:46:\"HeroPress: HeroPress Geography: Western Europe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1834\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://heropress.com/heropress-geography-western-europe/\";s: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:4897:\"\"Map

When HeroPress started I didn’t plan on having contributors from western Europe, any more than the U.S.  As it turns out, we ended up with lots of people from both places. I’d still love to get people from Spain, Portugal, Italy, and Ireland. If you know anyone in those places with a great WordPress story, please have them fill out the contributor form.

\n

Going Back To My Roots

\n

\n

Over The Atlantic

\n

\n

Uncomfortable doesn’t mean walk away

\n

\n

Burning the Midnight Oil

\n

\n

The Bumpy Journey of Becoming

\n

\n

How to Learn WordPress Without Doing It on Your Own

\n

\n

Living A Better Life Thanks To WordPress

\n

\n

A Sense Of True Freedom

\n

\n

My Road to WordPress

\n

\n

Getting A Life

\n

\n

WordPress is What We Make of It

\n

\n

Coming Home

\n

\n

Moving On From Moving On Stage

\n

\n

The post HeroPress Geography: Western Europe appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 May 2017 00:21: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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 4.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1147:\"

We’re planning a smaller WP release early next month, bringing in three major enhancements:

\n
    \n
  • An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it’s hard to describe.)
  • \n
  • A revamp of the dashboard news widget to bring in nearby and upcoming events including meetups and WordCamps.
  • \n
  • Several new media widgets covering images, audio, and video, and an enhancement to the text widget to support visual editing.
  • \n
\n

The first beta of 4.8 is now available for testing. You can use the beta tester plugin (or just run trunk) to try the latest and greatest, and each of these areas could use a ton of testing. Our goals are to make editing posts with links more intuitive, make widgets easier for new users and more convenient for existing ones, and get many more people aware of and attending our community events.

\n

Four point eight is here
\nSmall changes with a big punch
\nBig ones come later

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 13 May 2017 00:15: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:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: WPWeekly Episode 272 – Interview With James Farmer, Co-Founder and CEO of Incsub\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=70009&preview=true&preview_id=70009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-272-interview-with-james-farmer-co-founder-and-ceo-of-incsub\";s: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:4563:\"

On this episode of WordPress Weekly, I’m joined by James Farmer, co-founder and CEO of Incsub. Farmer has been involved in the WordPress community for 11 years and in that time, he and I have butted heads, mildly speaking.

\n

Last year, Farmer looked back at the last 10 years of being a WordPress entrepreneur. In that post, he shares emails and conversations he has had in the WordPress community that are cringe-worthy. Because of the extremely poor interactions I’ve had with Farmer in the past, I’ve kept away from his work and the projects he is associated with.

\n

In the past few months, I’ve read interviews with Farmer where he appears to have turned over a new leaf. In an interview on Torquemag congratulating him on WPMU Dev’s Smush Image Compression plugin winning the Plugin Madness competition, Farmer is asked what advice he would give to aspiring plugin developers?

\n

“Make the free version as brilliant as you possibly can. Give back to the community as much as you can and it’ll come back to you in spades,” Farmer said. “Contribute to the wordpress.org support forums and community, commit code if you can, speak at WordCamps, and be as helpful and useful as possible, it’ll ALL be worth it, I promise.”

\n

When asked what’s the most important lesson he’s learned as CEO and co-founder of WPMU Dev, he responded:

\n

That is a very good question, and one I think I’m actually probably not able to answer as there are basically so so many important things.

\n

I think though if I had to pick one, it goes along the same lines as my last answer: the more you give out, the more you give of yourself and the more, kinda, selfless that you are… the more you get back. And, sadly (and from painful experience), the opposite is also true.

\n

Because of the way he answered these questions and my curiosity for his career in WordPress, I invited him on WordPress Weekly. We talked about his entrepreneurial career and some of the failures along the way. He explains the genesis behind the Smush Image Optimization Plugin and shares what it’s like to be part of the WordPress community in Australia.

\n

My favorite part of the interview is when Farmer describes his experience at WordCamp Europe a few years ago that fundamentally changed his perception of the WordPress community.

\n

After this interview, I can confidently say that the past between us is water under the bridge. I look forward to future conversations with Farmer and taking a closer look at his company’s products.

\n

Stories Discussed:

\n

bbPress 2.6 Beta 3 Likely as Team Focuses on Solid Data Migration Path
\nVersionPress 4.0 Tentatively Scheduled to Ship in September
\nWordPress 4.8 Release Targeted for June 8
\nWPHugs: A Community Devoted to Educating, Discussing, and Raising Awareness of Mental Health

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, May 17th 3:00 P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #272:
\n

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 May 2017 23:34: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:7;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: VersionPress 4.0 Tentatively Scheduled to Ship in September\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=69948&preview=true&preview_id=69948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/versionpress-4-0-tentatively-scheduled-to-ship-in-september\";s: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:2320:\"

Nealy a year ago, VersionPress 3.0 was released. This version added new search capabilities, bulk undo, and a number of bug fixes. It was the first release since it became a free, open source project.

\n

In a post on the project’s development blog, Borek Bernard, co-founder of VersionPress, describes what the team is focusing on for 4.0 which includes a tentative release schedule.

\n

VersionPress 4.0 beta is planned to ship in June with 4.0-final scheduled to ship in September. In addition, the team will be labeling the project as a Developer Preview to better indicate its production-readiness.

\n

“With every major release, you rightfully ask about the status of the project when it comes to production-readiness,” Bernard said. “The answer is ‘your mileage may vary’ but we feel we should better indicate that it’s only really intended for developers, currently. Therefore, we’ll be adding the ‘Developer Preview’ label for the project as a whole.”

\n

VersionPress 4.0 beta 1 will support Jetpack and WooCommerce via plugin definitions. Updates to internal data structures, compatibility fixes with WordPress 4.7, and other improvements are also slated to be in 4.0.

\n

Bernard also provides an outline of what to expect from the project in the near future. The team hopes to release Version 5.0 later this year or early next year with definitions for the most popular plugins. It will also be the first version rolled out on the project’s upcoming platform. Version 6.0 is expected a year after that.

\n

To contribute to VersionPress, you can get in touch with the founders through Gitter or visit the project’s Github page where pull requests are welcomed.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 May 2017 00:34: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:8;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Akismet: Akismet WordPress Plugin 3.3.2 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=1940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2017/05/10/akismet-wordpress-plugin-3-3-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:869:\"

Version 3.3.2 of the Akismet plugin for WordPress is now available. This update fixes a bug that was preventing some JavaScript from executing in wp-admin in some older browsers.

\n

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 the WordPress plugins directory.


\"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 May 2017 17:19: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:17:\"Christopher Finke\";s: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"HeroPress: There is No Shortcut to Success – सफलता का कोई शॉर्टकट नहीं है\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1813\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://heropress.com/essays/no-shortcut-success/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13563:\"\"Pull

वर्डप्रेसने मुझे मेरे ज़िंदगी में कुछ अलग करने का मौक़ा दिया।

\n

Udaipur is known as the city of lakes, is one of the beautiful city in Rajasthan and that is where I come from. Since the beginning, I have been close to Udaipur. With the studies and growing up here, the thought of leaving this beautiful city have never occurred to me. Everything I have achieved in life could never have been possible without the support of my parents.

\n

The 6 months after the graduation have been the most troublesome. At the time it felt as if finding a job was a big challenge, but I never gave up. There is a saying that “No work is big or small. It’s not the stature of work that matters, but what you learn from working that counts” and that is when I started to look for a job out of my field of expertise. My life had a new turn and me, fortunately, got a job at KPO and that was a new beginning of my life.

\n

How I got into WordPress

\n

Before joining into IdeaBox I don’t know much about WordPress. Before knowing about WordPress my identity was just a beginner. By keep working on WordPress I got so much involvement in that. WordPress gave me a chance in my life to prove that I could do something different and I felt like I have the skills and potential and I could do something. I got my confidence back. I always try to learn something new in WordPress.

\n

I do theme development in WordPress. I have learned so much from WordPress. I can proudly say I am the part of WordPress community. One thing I got a chance to learn is in life, there is no shortcut for success. Whatever person get in life is only because of the hard work.

\n

I have completed 3 years in WordPress and I love to be a part of it. I love WordPress and it has the wonderful community. In my free time, I do WordPress translations. I try to contribute in every possible way by giving support, translating and any other things.

\n

First Speaking Experience at WordCamp

\n

WordCamp Udaipur got organized recently. In that, I was the organizer and speaker. It was the amazing experience which I never felt before. After WordCamp only I get to know that how big community it is. When I become the speaker of the WordPress is the most memorable and the greatest experience of my life. I will never forget this moment in my life.

\n

One thing is I was part of the organizing team and my first session. I was totally nervous. The session went so well and all nervousness went away in happiness. Because I realized that talking in front of these many people is not an easy task. So, I was very Happy. If I get a chance to perform In WordPress community, I will do my contribution in any way.

\n

Thank you note

\n

Thanks to WordPress for changing my life and I want to especially thank my parents for supporting and believe me always.

\n
\n

सफलता का कोई शॉर्टकट नहीं है

\n

उदयपुर को झीलों के शहर के रूप में भी जाना जाता है, यह राजस्थान के खूबसूरत शहर में से एक है और यही वह जगह है जहाँ से मैं हूं। शुरुआत से ही मैं उदयपुर में रहने और पढ़ाई के साथ और यहां पले बड़े होने की वजह से इस खूबसूरत शहर को छोड़ने का विचार मुझे कभी नहीं आया। जीवन में जो कुछ भी हासिल किया है, वह मेरे माता-पिता के समर्थन के बिना कभी संभव नहीं हो सकता था।

\n

पढ़ाई पूरी होने के ६ महीने बाद तक सबसे ज्यादा परेशानी रही। समय के साथ ऐसा महसूस हुआ जैसे काम ढूंढना काम करने से ज्यादा कठिन था, लेकिन मैंने अपना मनोबल टूटने नहीं दिया और धैर्य से काम लिया। जैसा कि कहा जाता है “कोई काम बड़ा या छोटा नहीं है, किसी काम को करने से जो आप सीखते है वह मायने रखता है” और तब मैंने अपने विशेषज्ञता के क्षेत्र से हटकर नौकरी खोजना शुरू कर दिया। मेरी जिंदगी का एक नया मोड़ था और मुझे सौभाग्य से केपीओ में नौकरी मिली और यही वह जगह थी जहां मेरे जीवन की एक नई शुरुआत शुरू हुई।

\n

कैसे मैंने WordPress को जाना

\n

आइडियाबॉक्स में शामिल होने से पहले मुझे वर्डप्रेस के बारे में अधिक जानकारी नहीं थी। वर्डप्रेस के बारे में जानने से पहले मेरी पहचान सिर्फ एक प्रवर्तक के रूप में थी। वर्डप्रेस पर काम करते रहने से, मेरी इसमें सहभागिता बढ़ती गयी। वर्डप्रेस ने मुझे अपने जीवन में एक मौका दिया है ताकि साबित हो कि मैं कुछ अलग कर सकती हूं और मुझे लगा कि मेरे पास कौशल और क्षमता है और मैं कुछ कर सकती हूं। मुझे अपना आत्मविश्वास वापस मिल गया। मैं हमेशा वर्डप्रेस में कुछ नया सीखने की कोशिश करती हूं।

\n

मैं वर्डप्रेस में थीम डेवलपमेंट करती हूं। मैंने वर्डप्रेस में बहुत कुछ सीखा है। मैं गर्व से कह सकता हूं कि मैं वर्डप्रेस समुदाय का हिस्सा हूं। एक बात मुझे जीवन में जानने को मिली है कि सफलता के लिए कोई शॉर्टकट नहीं है। जो कुछ भी जीवन में मिलता है, कड़ी मेहनत के कारण ही मिलता है।

\n

मैंने वर्डप्रेस में 3 साल पूरे किए हैं और मैं इसका हिस्सा बनकर बेहद खुश हूं। मुझे वर्डप्रेस पसंद है और इसमें अद्भुत समुदाय है मेरे खाली समय में मैं वर्डप्रेस अनुवाद करती हूं। मैं वर्डप्रेस में समर्थन, अनुवाद और अन्य चीजें देने के हर संभव तरीके से योगदान करने की कोशिश करती हूं।

\n

WordCamp में पहली बार वक्ता बनने का अनुभव

\n

Wordcamp उदयपुर हाल ही में आयोजित किया गया। उसमें मैं आयोजक और स्पीकर थी यह अद्भुत अनुभव था जिसे मैंने पहले कभी महसूस नहीं किया था। वर्डकैंप में मुझे पता है कि यह कितना बड़ा समुदाय है। यह मेरे जीवन का सबसे यादगार और सबसे बड़ा अनुभव है। मैं इसे एक क्षण के लिए भी नहीं भूलूंगी।

\n

एक बात यह है कि मैं आयोजक टीम का हिस्सा थी और मेरा पहला सेशन। मैं पूरी तरह नर्वस थी। सेशन बहुत अच्छा गया और सभी घबराहट खुशी में बदल गई। क्योंकि मुझे एहसास हुआ कि इतने लोगों के सामने बात करना आसान बात नहीं थी। इसलिए मैं बहुत खुश थी। यदि मुझे वर्डप्रेस समुदाय में प्रदर्शन करने का मौका मिलता है तो मैं किसी भी तरह से योगदान करुँगी।

\n

धन्यवाद पत्र

\n

वर्डप्रेस के लिए धन्यवाद जिसने मुझे खुद को साबित करने का मौका दिया और मैं अपने माता-पिता के लिए विशेष रूप से धन्यवाद करना चाहती हूं कि उन्होंने हमेशा मुझ पर विश्वास किया और मुझे प्रोत्साहित किया।

\n

The post There is No Shortcut to Success – सफलता का कोई शॉर्टकट नहीं है appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 May 2017 12:00:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Nidhi Jain\";s: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: bbPress 2.6 Beta 3 Likely as Team Focuses on Solid Data Migration Path\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=69367\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/bbpress-2-6-beta-3-likely-as-team-focuses-on-solid-data-migration-path\";s: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:3387:\"

For the past few months, users have been testing bbPress 2.6 Beta 2. bbPress 2.6 will be the first major version update since 2014 and will include the following features:

\n
    \n
  • Per-forum moderators
  • \n
  • Improved favorites and subscriptions management
  • \n
  • Improved BuddyPress integration
  • \n
  • Performance improvements
  • \n
  • User experience improvements to meta-boxes and admin-area tools
  • \n
  • Tighter integration with the WordPress Dashboard
  • \n
  • Template tweaks and clean-up
  • \n
\n

In an interview published last week, John James Jacoby, bbPress lead developer, shared insight into bbPress 2.6’s development. According to Jacoby, there will likely be a third beta as the team continues to work on a solid data migration path from 2.5 to 2.6.

\n

“In the process of working on 2.6, some interesting things sort of happened all at the same time,” he said. “It kind of goes back to the old bbPress problem where WordPress.org is running 2.5 and is also running a hybrid of 2.6 to take advantage of performance improvements.”

\n

Throughout the process of migrating WordPress.org from bbPress 2.5 to 2.6, the development team was able to resolve a number of bottlenecks associated with turning bbPress into a plugin.

\n

“With every beta comes more feedback and the closer we get to release, the more feedback that comes in,” he said. “As we upgrade WordPress.org and receive more feedback, we fix more things.”

\n

“With a small team, there’s no dedicated resources on the project which is the same problem that existed in 2014 when I did my Indiegogo campaign. I’m really trying to spend a lot of time working on it but I’m also spending a lot of time on the security team, contributing to WordPress core, Multisite, and other projects. bbPress is my focus for as much as I can afford it to be.

\n

“bbPress 2.6 will ship, I promise, and it will be a better bbPress than it has ever been.”

\n

Jacoby confirmed that there will likely be a third beta released sometime in the near future. Those who have upgraded to bbPress 2.6 Beta 2 are reporting substantial performance improvements.

\n

If you use bbPress 2.5 and want to upgrade to 2.6 Beta 2, Jacoby encourages users to create a full backup of the site’s database as the upgrade migrates data for subscriptions and favorites. These changes are not easily reverted should you choose to downgrade back to 2.5.

\n

For your convenience, I’ve clipped the portion from the full interview that includes our conversation about bbPress and BuddyPress that you can listen too below.

\nhttps://wptavern.com/wp-content/uploads/2017/05/John-James-Jacoby-Gives-bbPress-2.6-Update.mp3\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 May 2017 20:19: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: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: New WordPress Plugin Blocks Spam User Registrations Using Stop Forum Spam Database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/new-wordpress-plugin-blocks-spam-user-registrations-using-stop-forum-spam-database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3435:\"

When it comes to spam, comments are one of the first things that comes to mind. However, spam user registrations can be just as prolific on sites with open registration. Leland Fiegel, founder of Themetry, has developed a new plugin called Stop Signup Spam that prevents users from registering an account if their email or IP address is on the Stop Forum Spam database.

\n

Stop Forum Spam is a free service that records reports of spam registrations from blogs, forums, wikis, and more. Stop Signup Spam integrates with the WordPress registration form and Restrict Content Pro. Fiegel launched a new site over the weekend and despite not announcing it, it received a handful of spam registrations.

\n

After Googling the registrants’ email addresses, he discovered a number of them were reported on Stop Forum Spam’s site. “I had never heard of Stop Forum Spam before, but it is basically an Akismet equivalent for forum sign up spam,” Fiegel said. “I noticed they had a dead link to a WordPress plugin. I looked up the Stop Forum Spam API documentation and built a basic one myself a couple of days ago. I submitted it to WordPress.org and it was approved within a day.”

\n

When a user is blocked from registering, the following error is displayed: Cannot register. Please contact site administrator for assistance.

\n

Although users can check the Stop Forum Spam database to see if their email or IP address is blocked, the error message doesn’t inform them that Stop Forum Spam is what blocked their registration.

\n

“I wanted to keep the error message vague so users wouldn’t lash out at site administrators for accusing them of being ‘spammers’ but clear enough that the site administrator would know it was a false positive when it was reported to them,” Fiegel said.

\n

In the plugin’s description, Fiegel is clear about what data is sent to the service. Each time a user attempts to register an account, an API call that contains the user’s email and IP address is sent to Stop Forum Spam and checked against its database. Although the plugin uses the service’s API, it does not require users to register for an API key. This allows the plugin to function upon activation without having to configure anything. Registrants that are incorrectly blocked as spammers can submit a request to have their IP or email address removed from the database.

\n

Fiegel has no plans to integrate support for other forms but is open to pull requests from those who would like to contribute integration support of their own. I did not test this plugin on an active site, but Fiegel says it has dramatically cut down on the number of spam registrations on his new site. If user spam registration is an issue you’re dealing with, consider giving Stop Signup Spam a try.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 22:39:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:12;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Everything is Hitched\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47310\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://ma.tt/2017/05/everything-is-hitched/\";s: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:184:\"

\n

“When we try to pick out anything by itself, we find it hitched to everything else in the Universe.”

\n

— John Muir

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 18:29: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:13;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"BuddyPress: Largest Turkish Recipe Site Spiced Up with BuddyPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=265777\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://buddypress.org/2017/05/largest-turkish-recipe-site-spiced-up-with-buddypress/\";s: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:9626:\"
This a guest post by Mustafa Uysal (m_uysl). He is from Turkey and works as a full-stack developer at NefisYemekTarifleri.com.
\n

Peer reviewed by @boonebgorges

\n

\"nefisyemektarifleri

\n

NefisYemekTarifleri.com is the largest Turkish recipe sharing platform in the world. It has more than 290,000 recipes that reach millions of users every single day. NefisYemekTarifleri is a unique platform that uses WordPress and BuddyPress for all its applications — desktop, mobile web, Android, iOS, and AndroidTV.

\n

Current status:

\n
    \n
  • 290k+ recipes, ~500 new recipes from different authors per day
  • \n
  • ~2.2M+ registered users with ~2.6M xprofile_data, 24M+ usermeta
  • \n
  • ~4M native apps download, ~1M active usage
  • \n
  • ~100TB CDN BW usage per month
  • \n
  • 3M+ BuddyPress activities and ~4M+ notifications
  • \n
  • 300k+ search requests per day
  • \n
\n

We use ElasticPress to handle 10M+ requests. To scale this platform, we use various tools which we share at Stackshare. We share some of our stats on Twitter #nytstats.

\n

BuddyPress for a Growing User Base

\n

NefisYemekTarifleri.com is turning 10 years old this August and has been using BuddyPress for the last 5 years. According to my boss, “BuddyPress has helped a lot to increase our user base.”

\n

Our platform is community-driven, i.e., all the recipes come from our users. The membership and number of recipes submitted have increased dramatically since we started using BuddyPress. The users feel more welcome because they have their “own space” where they can easily add their avatars, cover images, post their recipes, and share other social media links. BuddyPress has enabled users to engage more with other registered members as well as invite new users to the site. Our editorial team spends a majority of their time editing user recipe submissions.

\n

Currently, we are using all BuddyPress core components except Friends and Groups. Thankfully, r-a-y‘s BuddyPress Followers plugin is a great replacement to the built-in Friends component.

\n

Customized BuddyPress Features

\n

Notifications

\n

Our notification system is quite different from the standard BuddyPress notifications. It supports push and web push notifications and works async over the message queue.

\n

\"Site

\n

There are a lot of activities which can trigger notifications. There were and are many instances when we send notifications to tens of thousands users every day. For example, when one author with thousands of “followers” publishes a new recipe, it took a long time to send a simple notification like, “Hi there! Jane Doe published a new recipe, take a look!” Consider when we have 10 authors with many followers publishing new recipes at the same time.

\n

In the early days, we created a custom `nyt_bp_add_notification` script which called BuddyPress’ own notification that added a function for bulk messaging. We found out that it was causing lags on our slave MySQL servers because the impact on the disk IO was dramatic. Our solution was a new custom script, `nyt_bp_add_bulk_notification`, which inserts data directly to database (as a bulk SQL query). By the way, we highly recommend Percona’s PMM for catching performance hogs.

\n

At the end of 2016, we migrated from parse.com to our self hosted parse for push notifications. After which, we used web-push-php for the web push notifications.

\n

Cover Image

\n

We decided to replace the built-in cover image feature and create our own Facebook-inspired UI which was more user-friendly. The feedback has been quite positive from our members.

\n

\"New

\n

Features of our new cover image UI:

\n
    \n
  • A user can directly upload a cover image by clicking on an icon on top of the cover image area.
  • \n
  • The full-size image is saved behind the scenes.
  • \n
  • Quick image resizing after the image upload has completed.
  • \n
  • A user can change image position via drag-drop.
  • \n
  • The full path and image coordinates are recorded as meta.
  • \n
\n

Messages

\n

The Messaging component is active but not fully open for the end users. We will make this available for everyone when we’ve completed our mobile app integration. This is how we are setting this up for our site:

\n
    \n
  • All messages have to be between two people, we canceled group messaging.
  • \n
  • When someone you are not following sends a message, that message is marked as “pending”. You also “block” that person.
  • \n
  • Fluent messaging: all conversations between two people use the same thread.
  • \n
\n

Workarounds/Hacks/Yikes!

\n

Cache: We hated touching BuddyPress directly, but we had to hack core file to fix memory issues. (We have submitted a patch that reduces memory usage for BP#7130)

\n

Messaging, reimagined: We made some necessary changes a bit in a hacky way on the messaging component. Changing messaging behavior was not easy and there are some edge cases we have to monitor and address.

\n

Limit notifications: Only allow 200 notifications per user, WordPress’ cron cleans up on a daily basis.

\n

API Endpoints: We had to be careful on managing API endpoints, addressing the mobile apps a bit differently than web, especially when you do caching inside the device.

\n

Long-running process: MQ workers are long-running PHP scripts and they caused memory problems on production after a while. We fixed this issue with stop_the_insanity.

\n

In the Works

\n

Following are some of the features we have in queue:

\n
    \n
  • Upgrading BuddyPress, of course
  • \n
  • Elasticsearch integration over ElasticPress. (We haven’t tried it yet but Pascal already wrote some code we can start playing with.)
  • \n
  • User suggestion to follow a member.
  • \n
  • Activity improvements (currently, just acting like feed).
  • \n
  • PHP 7.1 upgrade with dockerizing all the things. (Still using different versions of PHP)
  • \n
\n

BuddyPress allows us to build one of the largest niche communities in the world. Fortunately for everyone, BuddyPress is being maintained by developers who are active contributors to WordPress core. Our thanks to all BuddyPress contributors, especially the BP core team.

\n
\"Mustafa Mustafa Uysal of NefisYemekTarifleri.com also runs his own company, SKOP. He’s a plugin developer who enjoys solving tough problems and making things faster and scalable. He’s also a workaholic and was interested in archery once upon a time. Mustafa is one of the WordPress Translation Editors for the Turkish language.
\nLinks: Twitter, Github, WordPress.org, Linkedin, Instagram, My Blog, and nefisyemektarifleri
\n

 

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 16:55:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:14;a:6:{s:4:\"data\";s:11:\"\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:45:\"HeroPress: TOMORROW is the last day to apply!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1792\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/tomorrow-last-day-apply/\";s: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:2668:\"\"Two

Tomorrow is the last day to apply for the The Up and Running Scholarship, from HeroPress and WPShout! Once the entry time is closed then we’ll package up the submissions and send them to the judging panel.

\n

NO SUBMISSIONS WILL BE ACCEPTED after 23:59:59 UTC 09 May.

\n

If you’ve been waiting to apply, don’t wait any more!

\n

The post TOMORROW is the last day to apply! appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 13:28:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: Weglot Multilingual Plugin Closes $450K in Seed Funding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=69667\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/weglot-multilingual-plugin-closes-450k-in-seed-funding\";s: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:3879:\"

\n

Weglot, a multilingual plugin which has been in the WordPress market for a little over a year, has closed $450K in seed funding from SIDE Capital. Co-founder Rémy Berda reports that there are now more than 10,000 websites using Weglot and the company has passed 30K€ in monthly revenue.

\n

Over the past six months Berda and his small team have been working to add improvements based on user feedback. Weglot will now detect a visitor’s language and automatically redirect to serve the translated page. Weglot users can also connect with Textmaster‘s marketplace to order professional translations through their accounts. The support burden has also increased from 10-20 emails per day to more than 80 per day, challenging the small team’s resources.

\n

“Over the past few months, we started to be overworked by the amount of support or the number of features we wanted to add to the product,” Berda said. “We got a bit frustrated not to be able to improve the product as we wanted to through lack of time. So we understood that if we wanted to keep growing at a fast pace, we would need to scale up our two-person company and raising money was the perfect way to do it.”

\n

After making the connection with SIDE Capital at the end of 2016, Weglot decided to partner with them to fund the further expansion if its support team. The team is currently comprised of two founders, one lead developer, one head of support, and one support agent. Approximately 1,500 of Weglot’s 10,000 users are on an active paid plan, but the remaining 85% of free users make up a significant portion of the support load. Berda said they are investing their resources in support, which serves both free and paid users, in order to maintain the same quality.

\n

In tandem with improving the performance of the plugin and its support, Berda said the team is also developing other integrations to test Weglot’s service outside of the WordPress market.

\n

Weglot is growing rapidly in the North American market. Although the Asian market is not represented on the plugin’s user breakdown below, Berda said it has more than doubled in the past two months.

\n

“We have been seeing an accelerating growth in the Americas in the past 6 months,” Berda said. “We went from 5% of our clients to 25% now. Asia is still small but has been quickly growing in the past two months from 3% to 8%.”

\n

\n

One year after officially launching Weglot, Berda and his team have found that WordPress is a ripe market for entrepreneurs who are ready to move quickly and provide a high level of customer service. His advice to newcomers?

\n

“You’re in the right place,” Berda said. “WordPress is a huge market with real needs, and it is often overlooked by many entrepreneurs. There is an active and strong community with ‘caring’ values. So WordPress is definitely a great place to build a business.” He recommends keeping to a brisk timeline:

\n

“One month after you have the idea, you must have some people (1 to 10) testing a MVP,” Berda said. “One more month later, you must have your first paying customer to validate the needs. Finally, never neglect customer support. Done carefully, customer supports transforms into customer acquisition.”

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 20:13:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: WordPress 4.8 Release Targeted for June 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:29:\"https://wptavern.com/?p=69778\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wptavern.com/wordpress-4-8-release-targeted-for-june-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2349:\"

\n

WordPress 4.8 kicked off in this week’s core developer meeting and the schedule for the upcoming release is now published. Beta 1 is scheduled for May 12 and the official release is targeted for June 8. This will be the first major release in 2017 and is focused on laying the foundation for the new Gutenberg editor. The schedule identifies the features that contributors are aiming to ship in 4.8:

\n
    \n
  • TinyMCE inline element / link boundaries
  • \n
  • New media widgets
  • \n
  • WYSIWYG in text widget
  • \n
  • WordCamp / meetup dashboard upgrade to the “news” section
  • \n
\n

Several contributors expressed concern during the meeting about the compressed timeline, as both the beta and RC testing times have roughly half the time they have been given in the past. Also, the release’s close proximity to WordCamp Europe, which officially begins activities the following week, presented additional concerns about the added workload of a release within the May/June timeframe.

\n

“I think people are thinking of this as a normal release, a train leaving the station that a bunch of stuff (multisite! meta!) has to get on to make it in,” 4.8 release lead Matt Mullenweg said. “I agree that needs a much longer timeframe.

\n

“What is really going on is that we have a few simple, already working as plugin enhancements that add a few files, and we want to get those in the hands of users sooner rather than later. We already update TinyMCE all the time. Potential breakage or compatibility should be limited to things that interact with the text widget or the news dashboard module.”

\n

After a brief discussion on the dev meeting notes, the proposed schedule was confirmed. The feature project merge deadline is coming up on May 10, followed by Beta 1 two days later. Any enhancements that are not ready to proceed on this timeline will be put on hold for a future release.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 18:13:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: WPHugs: A Community Devoted to Educating, Discussing, and Raising Awareness of Mental Health\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=69625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/wphugs-a-community-devoted-to-educating-discussing-and-raising-awareness-of-mental-health\";s: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:3983:\"

In the past two years, there has been an increased effort in the WordPress community to raise awareness of mental health. Cory Miller, Rich Robinkoff, Michele Butcher, and others have presented on the subject at numerous WordCamps.

\n

A common theme that surrounds mental health is the fear of discussing it openly. WPHugs.org, a passion project by Leo Gopal, aims to provide a safe space for people to connect, educate, and raise awareness of mental health.

\n

“I suffered many times in my life so far with extreme depression,” Gopal said. “One of the most difficult parts of dealing with extreme depression is the feeling that you can’t tell anyone about it. This can include your boss or colleagues who you spend most of your time with.”

\n

“Until, at WordCamp Cape Town 2016, I stood in front of a conference room full of people and ‘confessed’ that I am afflicted with depression. After the talk, many people came to me and called me ‘brave’ to be so open, and many opened up and thanked me for helping them realize that they too are not alone.

\n

“After my recovery from attempted suicide, it was the friends I had made in the WordPress Community that gave me the most support. I reached my darkest point, and I got there feeling alone. WPHugs hopes to be a torch that allows others to never get to such a space.”

\n

WPHugs has a Slack group that’s free to join that provides an opportunity for like-minded people to discuss topics in real-time. While the conversations in the Slack channel are not private, Gopal is hopeful that the community will be built around trust and honesty.

\n

“I suspect that there will be more direct messages than there will be channel messages, and that’s okay, the connections are being made, we are talking more,” he said.

\n

WPHugs is a not-for-profit passion project and although the site has sponsorship opportunities available, Gopal is looking for companies and people who can contribute time and resources.

\n

“If companies want to contribute licenses to their software to help expand, grow, reach more people, by all means it is completely welcome,” Gopal said. “Sponsor time or resources, whatever you can to make this project thrive and survive, because it’s important, it could save someone’s life.”

\n

Gopal admits he’s not an authority on how to maintain good mental health but plans to crowdsource tips, tricks, and host conversations to help others. Heavily inspired by HeroPress, Gopal wants to publish weekly essays called Mental Health War Stories.

\n

The most important message WPHugs wants to get across is that people who are suffering from mental illnesses are not alone.

\n

“It’s about making us aware of ourselves, taking care of our own mental health and how important it is for those around us. It’s also about being more empathetic for those around us who suffer in their own way and know that someone cares,” Gopal said.

\n

“I went through a struggle discovering my mental illness and learning about it, and I did it alone. I don’t want that journey for others to be as solitary. I am a hugger.”

\n

To share a mental health war story or to get involved with the project, you can get in touch with Gopal through the WPHugs contact form.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 02:39:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: WordPress Security Issue in Password Reset Emails to Be Fixed in Future 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:29:\"https://wptavern.com/?p=69665\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/wordpress-security-issue-in-password-reset-emails-to-be-fixed-in-future-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:4135:\"

Security researcher Dawid Golunski of Legal Hackers has published the details of an unauthorized password reset vulnerability in WordPress core. Golunski demonstrated how, under certain circumstances, an attacker could intercept the password reset email and gain access to a user’s account.

\n

His proof of concept takes advantage of WordPress using the SERVER_NAME variable to get the hostname of the server in order to create a From/Return-Path header of the outgoing password reset email.

\n

Major web servers such as Apache by default set the SERVER_NAME variable using the hostname supplied by the client (within the HTTP_HOST header):

\n

https://httpd.apache.org/docs/2.4/mod/core.html#usecanonicalname

\n

Because SERVER_NAME can be modified, an attacker could set it to an arbitrary domain of his choice e.g:

\n

attackers-mxserver.com

\n

which would result in WordPress setting the $from_email to

\n

wordpress@attackers-mxserver.com

\n

and thus result in an outgoing email with From/Return-Path set to this malicious address.

\n

The results of this particular attack would depend on the server environment, the specific configuration of the mail server, and in some cases would require interaction from the user in question. Golunski’s report has a more specific breakdown of the possible methods that could be employed.

\n

After reporting the issue to the WordPress security team in July 2016 and also via the HackerOne website, Golunski saw no progress on it and decided to release the vulnerability details to the public.

\n

Although there is no official patch yet, WordPress Security Czar Aaron Campbell said the issue is not quite as severe as it may seem.

\n

“It’s a lower priority issue, but we are aware of it and it is in our queue to address,” Campbell said. He explained the unique set of conditions that would be required in order for this to be a serious vulnerability.

\n

“In order for the issue to have a security impact, a server needs to allow a user-supplied header to overwrite $_SERVER[\'SERVER_NAME\'],” Campbell said. “We would consider that a poor server configuration (like leaving display_errors on on a production server), which is unfortunately outside our control.”

\n

Campbell tested his personal Apache and nginx servers and none of them allowed for this. In addition to having a poorly configured server, Campbell said one of the following actions also needs to happen:

\n
    \n
  • a user needs to reply to a password reset email
  • \n
  • an auto-reply needs to reply to the E-Mail and include the original
  • \n
  • an E-Mail server has to be compromised or overloaded and the message returned to sender with content intact
  • \n
\n

“If your server is susceptible and you don’t have the ability to fix the actual server configuration, you still don’t have to make changes to WordPress files to mitigate the issue,” Campbell said. “A little PHP like this in a plugin will set the from E-Mail to a static E-Mail address of your choice:”

\n

add_filter( \'wp_mail_from\', function( $from_email ) { return \'wordpress@mysite.com\'; } );

\n

Campbell said any changes WordPress makes to core will likely be done via a ticket that is currently tracking the issue from a non-security perspective. He said a fix is mostly likely not going to be coming in the next security release, but the team is actively working on it. If they find a good mitigation for the issue, Campbell said they will share it once they have worked through all the potential ramifications.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 22:41:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:19;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WordPress Community Team Considers New Retreat-Style WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-community-team-considers-new-retreat-style-wordcamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3741:\"photo credit: Jesse Bowser\n

The WordPress Community Team is debating the merits of a new type of WordCamp, a hybrid event with the traditional WordCamp content in a retreat-style format. Sven Wagener and the Köln meetup group in Germany, which has more than 700 members, have proposed a new style of camp that would potentially be called “WordCamp in the Green” or “WordCamp Retreat.”

\n

The event would be held outside of town at a venue where all attendees stay in the same hotel. In addition to the regular WordCamp sessions and Contributor Day, attendees have the opportunity to participate in local outdoor activities.

\n

The WordPress Community Team is open to considering different formats for WordCamps that serve a specific niche. WordCamp for Publishers, the first WordCamp focused around a specific topic, is a recent example of this flexibility.

\n

The proposed format is very similar to the interest-based meetups that the Japanese WordPress community has been doing for years. Members spend time together in activities unrelated to WordPress, as opposed to simply focusing on improving technical skills, and as a result they become more connected with their local community. For example, the Word温泉 (WordOnsen) meetup includes members who enjoy hot springs. They gather in Fukushima where they stay at the same hotel, host WordPress sessions, and end with a party night. This format has successfully grown the Japanese meetup community to more than 50 local groups.

\n

The Köln meetup group’s proposal for a WordCamp doesn’t stray too far from the traditional WordCamp program, as the only differences seem to be a more rural setting where everyone stays at the same venue. A more radical change would be an event where WordPress community members meet simply for networking and connecting with no planned educational component. These types of niche unofficial WordCamps have been happening for years outside of the WordPress-sanctioned events.

\n

The WordPress Community Team is seeking feedback on the proposed “WordCamp Retreat,” as approval of the event would set a precedent.

\n

“If we introduce a new type of WordCamp event like this, we want it to be something that works in many communities, scales effectively for larger (or smaller) groups, and is able to be reproduced by any organizers who wish to do so,” Commnity Team member Hugh Lashbrooke said.

\n

The organizing team for the proposed WordCamp has already prepared a budget and is ready to move forward once given approval. Lashbrooke said the Community Team anticipates the new event types will have “a huge amount of interest from other communities around the world,” so they wanted to pitch it to the community for feedback.

\n

If you have strong opinions on the topic, you can join the discussion on WordPress.org.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 02:05:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: WPWeekly Episode 271 – Recapping WordCamp Chicago 2017 With John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=69622&preview=true&preview_id=69622\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/wpweekly-episode-271-recapping-wordcamp-chicago-2017-with-john-james-jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2066:\"

In this episode, I’m joined by John James Jacoby. We recap WordCamp Chicago 2017 and learn about what he’s been up to as of late. Jacoby was recently elected as a trustee by the Village of East Troy, WI. We discussed what lessons he’s learned through open source software development that he’ll apply to his Trustee role.

\n

We talk about how important mental health is and near the end of the show, he provides status updates on the bbPress and BuddyPress projects. Jacoby also weighed in on the stories making headlines in recent weeks.

\n

Stories Discussed:

\n

Shopify Discontinues Its Official Plugin for WordPress
\nWordCamp US 2017 Ramps Up Ticket Sales, Organizers Plan for 2,500 Attendees
\nAutomattic to Close San Francisco Office
\nWordPress 4.8 Will End Support for Internet Explorer Versions 8, 9, and 10

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, May 10th 3:00 P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #271:
\n

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 00:26:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: Exploiting Democracy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47306\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/05/exploiting-democracy/\";s: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:153:\"

One of my favorite talks from TED last week was by Laura Galante. The most hackable device on the planet is your own mind:

\n

\n

 

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 19:48: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: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:22;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Jetpack 4.9 Introduces EU Cookie Law Banner Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69520\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/jetpack-4-9-introduces-eu-cookie-law-banner-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2298:\"

Jetpack 4.9 gives self-hosted WordPress users access to some of the widgets that are available on WordPress.com. One of the most useful ones for European websites is the new EU Cookie Law Banner widget. The WordPress plugin directory has dozens of plugins related to cookie consent, but Jetpack users can now get this feature bundled with the popular plugin.

\n

The widget launches a notice at the bottom of the screen where users can click to accept cookies. The widget banner text, color scheme, policy URL, and button text can be customized, and administrators can hide the banner based on different user behaviors.

\n

The EU Cooke Law is an online privacy directive that was introduced in 2011 with the objective of allowing website visitors the right to refuse cookies that reduce their privacy. Sites that serve primarily EU audiences are required to comply. Companies in the U.S. and outside the EU with no legal EU presence are not likely to have any consequences for not complying, as the law is difficult to enforce outside the EU.

\n

Jetpack 4.9 also adds a new Flickr widget and one for the Internet Defense League, an organization dedicated to defending internet freedom. The widget lets users select from three different badges to show support. Note that this widget does not sign the website up to broadcast specific campaigns. That feature is available in the Internet Defense League Cat Signal plugin.

\n

This release also includes several minor fixes and improvements under the hood. Check out the full changelog on WordPress.org to see everything included in version 4.9.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 17: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:\"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:23;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Manage Multiple Social Media Accounts in WordPress With Social Media Suite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=69526\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/manage-multiple-social-media-accounts-in-wordpress-with-social-media-suite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2613:\"

Managing social media accounts across multiple networks can be a cumbersome task. Social Media Suite by Tina Todorovic and Dejan Markovic, based in Toronto, Canada, aims to make managing those accounts a breeze.

\n

At its core, Social Media Suite is a social media marketing management platform. To use it, you’ll first have to install the Social Media Suite connector Plugin to connect your site to the service.

\n

Once activated, click the Go to Control Panel button which loads Social Web Suite’s control panel where you can connect social media accounts.

\n

\n

I highly recommend that you open the control panel in a new browser tab as opening it in the same browser tab makes it difficult to browse back to the WordPress backend.

\n

Through Social Web Suite, users can publish or schedule Tweets and other messages across social networks such as Facebook. After connecting my Twitter account, I was able to publish a Tweet from the site’s interface.

\nSocial Media Suite Twitter Interface\n

Social Web Suite includes a number of sharing options. You can configure whether or not to share posts, pages, or both, how many times they can be shared, if the featured image is displayed, and if content is shared at the same time it’s published.

\n

Other configuration options include, message formatting, hashtag support, which categories to include or exclude, and the ability to exclude specific pages or posts.

\n

To see how well messages are performing, Social Web Suite offers an analytics dashboard that displays a similar set of statistics provided by Twitter. This allows you to quickly see which messages are having the most impact.

\nSocial Media Suite Analytics Dashboard\n

As far as privacy is concerned, Social Media Suite stores marketing management content on its servers and will not ask users for their login information. The service is currently in Beta and is available by invitation only. I tested Social Media Suite on WordPress 4.7.4 and didn’t encounter any issues. If you’re looking for a service to manage your social media marketing strategy, consider giving Social Media Suite a try.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 16:09: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:\"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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"HeroPress: Notes From My Former Self\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://heropress.com/essays/notes-from-my-former-self/\";s: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:11029:\"\"Pull

I’ve written and rewritten this essay so many times now I’ve forgotten what it originally looked like. In the beginning it was going to be the short(ish) story of my first year with WordPress and the lessons I’ve learned about myself. It always ends up being a long and boring story of a year of my life without ever getting to the purpose of why I want to share it. I’ve decided to over simplify it as much as possible, in order to get to the ‘why’. If you really want to read about my ‘WordPress Year 1’ you can probably put most of it together from reading my blog for 2016.

\n

So in the spirit of TL;DR:

\n

After an amazing first WordCamp experience at WordCamp Cape Town 2015 I chose the path of freelance WordPress developer. My current situation doesn’t lend itself to being employed full time and I decided (at the time possibly stupidly) that building WordPress websites was what I was going to do. It would be easy right?

\n

I had a developer license for the Divi theme and all I had to do was find small business clients to build websites for. What could possibly go wrong?

\n

I spent the first year banging my head against a quite a few walls, trying to expand my mind, my skills and my experience to reach a goal that, for me anyway, was wholly unobtainable. In the end I realised the what I needed to do was trust in myself and my experience, find a better system for obtaining work and focus on the areas that I was actually good at.

\n

I also learned the importance of community.

\n

What follows are the notes I would send to myself, were I able to send a time capsule back one year, to be read on January 1, 2016. Hopefully it helps someone else out there.

\n

The WordPress community is an amazing thing.

\n

I’ve often said that the reason everyone in the community is (mostly) so open and welcoming and helpful is that it was founded in the spirit of open source. Open source software at it’s core is about being free, open and available, the ability to question a specific solution and find answers to problems and being able to extend and adapt to new requirements. The WordPress community is that in spades. Sure, there are some aspects of it that can get brutal or nasty, sometimes some parts of the community feel unheard or ignored and when I read about things like that it makes me sad. In my experience it has been a positive part of my journey.

\n

From the local WordPress South Africa Slack team, to the two WordCamps in Cape Town and Johannesburg I attended this year, all the way to the international Slacks, forums and Facebook groups, almost everyone I’ve dealt with is positive and supportive.

\n

I’ve contacted CEOs and owners of premium WordPress business, asking them questions via Slack. Every time they answered. In what corporate culture does the owner or CEO of a company take time to answer some random developer question? I’ve met some amazing people, locally and internationally, in person and online, and they have all been the same. Friendly, helpful and willing to answer questions. I can honestly say that without the help and support of the WordPress community I would have been able to make it ‘on my own’ last year.

\n

Being a freelancer is more about finding your purpose and less about finding clients.

\n

I spent the majority of 2016 trying to force myself down a new path. One where I had little or no experience and where I was surrounded by giants. My gut told me that clients would be looking for websites. So building websites with WordPress became the logical step. However I am not a web designer, a content strategist or an SEO expert. In the words of Jeremy Clarkson, ‘How hard can it be?’. I soon learned how hard. While it is good to try and expand on your weaknesses, trying to earn an income this way is eventually going to kill you. The path to true work/life fulfilment lies at the intersection of that which you love, that which you are good at, that which the world needs and (most importantly) that which you can be paid for (the Japanese call it ‘Ikigai’, roughly translated as ‘a reason for being’).

\n

The biggest mistake I made was thinking that because of WordPress there would be no work for a PHP developer.

\n

I soon learned that the reality was that because of WordPress there was an abundance of work for a PHP developer, I was just looking at it the wrong way. Once I knew what my Ikigai was, finding the right platform and clients to match that became much, much easier.

\n

Never judge your experience based on someone else.

\n

I’ll be the first to admit, I’m not the most up to date of developers. I only recently really grasped the concepts of name spacing and I still don’t quite get the whole MySQL character set thing. And that is OK. Being a developer is more about solving a problem than the tools you use to do so. There isn’t one ‘right’ way to build a plugin. There are a few recommended ways, which often differ from each other in small but important ways but they are all ‘the right way’. The important thing is to pay attention to things like standards, simplicity and security. Everything else can be learned from others. The beauty of an open source project is that everyone is learning from the community. So whatever I don’t know I can learn from someone else. At the end of the day the community benefits and you benefit. (also, refer back to ‘The WordPress community is an amazing thing’).

\n

Look after yourself.

\n

These seem obvious, but I soon found myself in some very bad patterns. Sleep was the first to go. It is way too easy to end up working until 1 or 2am, ‘just to get this one thing finished’. That’s great if you can sleep in the next morning, but when you are guaranteed to be woken at around 7am by your 5 year old, it soon starts adding up.

\n

Once the sleep deprivation starts the bad food choices kick in.

\n

Coffee becomes more of a crutch than an enjoyment and meal time decision making is ruled more by what tastes nice than what is healthy. Eventually you end up getting sick for a week and you are so run down you get nothing done until you recover, meaning your earning potential lessens. So you start trying to work longer hours. It is a vicious cycle. The problem, however, is actually a bit deeper….

\n

Your time is valuable.

\n

The quickest way to the downward sleep/life cycle is to devalue yourself and your time.

\n

Learn to estimate better. Spend more (paid) time on researching the intricacies of a project to ensure you have thought about everything you can, then estimate accordingly. Otherwise you end up realising you missed something half way through, and you have to make a choice. Usually that choice is to suck up the time and add the feature. That is the wrong choice.

\n

Your time is valuable. It is better to admit to a client that you missed something and that you will need to adjust the time line or quote than to try and kill yourself to make it based on your original estimates. Worse case the client says no and cancels the project. Learn and apply the knowledge to the next one. Better case they agree to give you more time but not more money. Well at least you aren’t going to kill yourself to get it done. Best case they understand everyone is human. I’ve rarely found clients who don’t get it.

\n

You are capable.

\n

Have you ever experienced this? – You have a project coming up. You’ve done all the ground work and made sure you’ve estimated to the best of your abilities, but suddenly you are gripped with fear/concern/worry that the actual project is going to be above your capabilities. So you keep putting it off and do other less important things, trying to build up the courage to tackle it. When you eventually sit down and start you realise it is well within your capabilities and had you started sooner you would probably be done already, instead of now where you are a bit behind and you’ll have to either work in some extra time to make that deadline or come up with some excuse as to why you missed it.

\n

All. The. Damn. Time.

\n

Stop it. You can do it. You’ve done it a 100 times before. Trust in your experience and yourself.

\n

So in short, sleep more, worry less, rely on those around you and just get on with doing what you do best. It isn’t really much simpler than that. I’m still trying to figure out why I tried to make it more complicated than what it is, but perhaps that is another journey in the human psyche, for another day.

\n

The post Notes From My Former Self appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 11:00: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:18:\"Jonathan Bossenger\";s: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Akismet: Limited Time 20% Discount off all Jetpack Plans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1931\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2017/05/03/discount-off-jetpack-plans/\";s: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:1119:\"

As part of #SmallBusinessWeek, Jetpack and Akismet are offering a limited time 20% discount off all Jetpack’s paid plans — all of which include the Akismet service as well as other security essentials like automated backups and priority support.

\n

You can read more about why Akismet and Jetpack are the ideal WordPress plugins for small business websites over on the Jetpack blog.

\n

To take advantage of this offer, just use the code SMALLBIZ at checkout, and of course, if you have any questions, please don’t hesitate to contact us.


\"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 May 2017 08:26: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:7:\"Richard\";s: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Seattle to Host WooConf 2017 in October, Conference to Focus on 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=69514\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/seattle-to-host-wooconf-2017-in-october-conference-to-focus-on-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:4507:\"

\n

WooConf, the official WooCommerce developer’s conference, is returning for its third edition October 19-20, 2017. In line with previous years’ events that were hosted in major U.S. tech hubs (San Francisco and Austin), WooConf 2017 will be held in Seattle. The organizing team, which is made up of almost a dozen people from around the world of WooCommerce, is planning for 500 attendees.

\n

WooCommerce downloads have doubled from 12 million in 2016 to 24 million today. The plugin is active on more than 3 million websites and has a strong third-party plugin and theme ecosystem contributing to its growth.

\n

This year’s speaker lineup will feature more than 30 sessions aimed at developers, along with hands-on workshops. Organizers announced the event with a note that this edition of WooConf will cater specifically to developers:

\n

Anyone who runs their business with WooCommerce will enjoy WooConf. However, we’re building out this year’s speaker list and workshops to appeal mainly to freelancers, agencies, WooExperts, and other developers working with WooCommerce on a daily basis.

\n

This includes anyone writing code, designing websites, or working with clients as a project manager or business owner. It also includes those of you who design, customize, and write code for your own store (or lend your services to a friend now and then).

\n

Last year’s conference in Austin included content for both store owners and developers, and attendees were a mixture of experts and casual WooCommerce fans. The organizing team decided that the event could benefit from a more narrow focus.

\n

“Basically, we realized that we need to focus on either developers or store owners,” WooConf co-organizer Patrick Rauland said. “The content at last year’s WooConf was great. But you can’t have two priorities.

\n

“We want to have a conference that’s remarkable, meaning people talk about it. There are a lot of great WordPress events and a lot of great e-commerce events. We want people to talk about WooConf in both of those circles. And by focusing on one target we hope to achieve that.”

\n

Speaker submissions are already open and the suggested topics reflect this year’s developer focus:

\n
    \n
  • Running an Agency / Client Relations – Scoping projects, fostering repeat business, keeping projects on track, finding and hiring developers, productizing client functionality and so on.
  • \n
  • Extending WooCommerce – Using the REST API, JavaScript frameworks (React & Backbone), case studies on customization, tips and tricks for customizing specific parts of WooCommerce (emails, checkout flow, product pages and so on) and accessibility.
  • \n
  • Scaling – Anything from server-side, backend, frontend or case studies
  • \n
  • eCommerce Fundamentals – Creating a cohesive experience (between multiple sites, apps, mobile sites, Amazon, etc), personalization, conversion rate optimization
  • \n
\n

Early bird tickets for WooConf are on sale for $499 until July 1 when the price will go up $200.

\n

Organizers will also be hosting the Golden Ticket competition this year, which offers prospective attendees the chance to win an all-expenses-paid trip to the event in Seattle, including travel, accommodation, and admission to the conference. Developers who want to be considered are asked to create a video showing how they use WooCommerce and post it to Instagram. The call for submissions will kick off later this month and the competition has historically been fairly stiff. In 2014, Sinisa from OVER Clothing won out over 2,000 other entrants.

\n

WooConf 2017 will take place at Bell Harbor International Conference Center, within walking distance of Pike Place Market, the Space Needle, and many hotels. For the thousands of WooCommerce developers and enthusiasts around the world who are not able to attend, a live streaming option will be available and recorded talks will be published after the event.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2017 02:36:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Akismet: Akismet WordPress Plugin 3.3.1 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=1928\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2017/05/02/akismet-wordpress-plugin-3-3-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1383:\"

Version 3.3.1 of the Akismet plugin for WordPress is now available.

\n

For a full list of the changes in this release, see the revision log, but here are the highlights:

\n
    \n
  • A couple of bugs that could cause PHP warnings in the error log have been fixed.
  • \n
  • Performance has been improved by preventing some comments-specific code from running on pages without comments.
  • \n
  • Both the “Remove author URL” and link preview features now work after a comment is Quick Edited in wp-admin.
  • \n
\n

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 the WordPress plugins directory.


\"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 May 2017 19:15: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:17:\"Christopher Finke\";s: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Matt: Longreads and Original Journalism\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47299\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://ma.tt/2017/05/longreads-and-original-journalism/\";s: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:809:\"

Amid the wreckage of fallen startups, Longreads is increasing the original reporting it funds:

\n
\n

Longreads has raised about $250,000 from “thousands of members” since it added memberships in 2012. The suggested monthly amount is now $5 a month or $50 a year, though readers can choose to donate any amount, and Armstrong said that the company’s gotten some thousand-dollar donations. All of that money now goes to pay authors, and WordPress.com matches every $1 from a reader with an additional $3, which clearly makes it a lot easier for Longreads to do what it wants to do.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 May 2017 04:52:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:29;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: WP Elevation is Focusing All Content on Mental Health for Month of May\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/wp-elevation-is-focusing-all-content-on-mental-health-for-month-of-may\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4356:\"photo credit: Jorge Garcia\n

May is Mental Health Awareness Month in the US, dedicated to educating people about mental health and illnesses since 1949. WP Elevation is joining the observance this year with a special emphasis on freelancers and the tech industry. The company, which provides education for WordPress consultants, will be focusing all of its content on mental health topics, including blogs, podcasts, newsletters, and livestreams.

\n

The WP Elevation podcast will feature interviews with mental health experts on Thursdays throughout May:

\n\n

WP Elevation founder Troy Dean said various employees at the company have been affected by mental health issues and are often conscious of how digital life can keep people separated from each other.

\n

“I have experienced anxiety and depression in the past – to the point where I couldn’t get out of bed some days,” Dean said. “I work very hard to manage my mental health these days through exercise, family life, and hobbies, as well as working hard in business which I find fulfilling. We will be sharing some of our personal stories on our blog during May.”

\n

Focusing on mental health topics is a drastic change from WP Elevation’s normal business topics, but Dean said he hasn’t even thought about how it might affect the company’s revenue.

\n

“We all believe that mental health issues are still weighed down with a certain stigma and we want to encourage people to be more open in having these conversations,” Dean said. “I actually don’t care whether it affects my revenue or not. Without good mental health, revenue is meaningless.”

\n

Working within the WordPress community comes with its own set of unique mental health risks, as many people have their lives deeply embedded in online work. Those who work remotely or by themselves have a greater likelihood of feeling isolated and cut off from others.

\n

“The digital life can keep us isolated for periods of time as we toil away on our projects in front of our computers,” Dean said. “I’ve met a lot of WordPress users over the years at WordCamps who have confided in me that the events are so important because they get to connect with their tribe. I think there is also a risk of online bullying that can make people feel inadequate or ostracized.”

\n

WP Elevation will be supporting Open Sourcing Mental Illness (OSMI), a non-profit organization dedicated to supporting mental wellness and providing resources for those facing mental illness in the tech community. The company is promoting OSMI’s fundraising campaign throughout the month alongside raising awareness around mental health-related topics.

\n

“We have no measurable goals for this initiative,” Dean said. “It is not part of our marketing plan or some larger scheme for us. We have these conversations on a regular basis internally and some of our members have indicated it would be a good idea to have them publicly, so that’s what this is all about. If we can help one person feel less isolated or find the courage to reach out and ask for help when they need it, I’ll consider it a success.”

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 May 2017 03:59:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: 10up Releases WP Docker, an Open Source Docker Configuration for Local WordPress Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://wptavern.com/10up-releases-wp-docker-an-open-source-docker-configuration-for-local-wordpress-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3363:\"

\n

WP Docker is a new project from 10up that makes it easy to set up a local WordPress development environment with Docker. Last year 10up worked with Joyent, a cloud infrastructure company, to create a production-ready implementation of WordPress in Docker. After their experience with this project, 10up created WP Docker as a simple, open source development environment based on docker-compose.

\n

Docker is a virtualization technology that allows developers to work on websites and applications in isolated containers. It has many advantages over Vagrant, which takes up a lot more space with each virtual machine having its own operating system included. Docker runs off of a single Linux instance and the containers hold the application and its dependencies.

\n

“While still viable, VVV, Vagrant, and Virtual Box/Hyper-V take up extreme disk space and are slow to provision, start up, and SSH into,” 10up Director of Engineering Taylor Lovett said. “Because of this, engineers tend to use one ‘mega’ VVV install for all of their development websites. This workflow poses a number of problems: system service version and configuration ‘normalization’ across all projects (i.e. PHP 7 on everything when some projects run PHP 5.6 in production), and legacy clutter (i.e. old websites and system packages undeleted).”

\n

WP Docker is much more lightweight than VVV and starts up much faster. It comes packaged with Elasticsearch by default, so 10up’s ElasticPress plugin works out-of-the-box. The environment includes the following technologies by default:

\n
    \n
  • PHP7
  • \n
  • MariaDB
  • \n
  • NGINX
  • \n
  • Elasticsearch
  • \n
  • Gearman
  • \n
  • Memcached
  • \n
\n

VVV was started by a former 10up employee, Jeremy Felt, and the company still uses the project for local development in many cases. Certain instances, however, may lend themselves more to using VVV as opposed to WP Docker. Lovett said those include projects that are highly dependent on specific versions of system packages, such as PHP 5.6 and Elasticsearch 5.1.

\n

“WP Docker lends itself well to enterprise clients that want to version control an environment specifically for their web application to be distributed to developers,” Lovett said. “This is common for large clients with large development teams. WP Docker lets a team standardize on a local setup which decreases bugs and ‘I see this but you don’t’ issues.”

\n

Lovett said teams at 10up are still using VVV more often than WP Docker since it’s still quite new, but the company plans to let project requirements and team preferences drive adoption. The project is available on GitHub and has nearly 80 stars less than a week after its release.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 May 2017 19:52:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"BuddyPress: Total Wellness Challenge: Fitness with BuddyPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=265691\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2017/05/total-wellness-challenge-fitness-with-buddypress/\";s: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:9175:\"
This a guest post by Tara Claeys (taraclaeys) of Design TLC, LLC. When she’s not working, Tara enjoys cycling, running, watching movies and spending time with friends and family.
\n

Peer reviewed by @boonebgorges.

\n

\"Total

\n

Background

\n

Ginny Wright started an outdoor boot camp fitness business, Body By Ginny, in Arlington, Virginia in 2003. The business grew and Ginny expanded into nutrition and wellness coaching. As a result, she began offering “Challenges” on printed sheets to her clients a few years later. They could track their daily wellness activities (nutrition, fitness, and mental health) on the sheet, giving themselves points for good behaviors and subtracting points for negative activities. This “game” became popular among her clients, just as online wellness communities started offering similar experiences on websites and apps.

\n

Tara Claeys, a fitness client and friend, offered to help Ginny expand her existing WordPress site by adding a membership component, allow commenting to create interaction between members, and also include the ability for people to track their “Challenge Points” online using a Google Spreadsheet. This was the rudimentary beginning of the online program for her Challenges.

\n

Implementation

\n

In 2015, Ginny decided to brand her Challenges and decided to launch a separate website for this program, The Total Wellness Challenge (TWC). Her goal was to expand the program beyond her fitness clients and to offer branded Challenges for corporate wellness programs. Tara worked with her to create a multisite installation with BuddyPress and MemberPress that would have:

\n
    \n
  • Subsites for individual, private Challenges in corporate and other groups
  • \n
  • Restricted access to Challenges for members only
  • \n
  • Allow a “Reflections” commenting page for Challengers to interact with each other
  • \n
  • Point Logging for 3 components of the Challenge\n
      \n
    • Limit submission to same day after 8pm until next day until 5pm.
    • \n
    • Allow users to select one day to be a “Free” day where they would receive the maximum nutrition score, no matter what they ate
    • \n
    • Add a “bonus” point automatically if a user logs 5 consecutive 12-point days
    • \n
    • Show points for all Challengers on a Totals Page
    • \n
    • Limits to only one entry per user per day
    • \n
    • Each category (nutrition, fitness, lifestyle) has limit on max points per day
    • \n
    • Ability for admin to edit user points on the back end
    • \n
    \n
  • \n
\n

Tara hired Tom Ransom of One Big Idea to help develop a custom plugin that would connect MemberPress with BuddyPress. They chose BuddyPress because is primed for multisite configuration, it worked well with MemberPress, and is very customizable. Plus, the BuddyPress Groups functionality was a good fit for the separate Challenges. For TWC, each Challenge is a unique BuddyPress Group, set up on the front end by the admin.

\n

The TWC is a point-logging game at its core. Participants keep track of their activity throughout each day for about 4 weeks and must log in to the website each day to record their points. There are 3 components of the Challenge:

\n

\"TWC

\n

1. Nutrition: Players can earn up to 12 points per day. Everyone starts the day with 5 points, and can gain points for positive food choices, such as avoiding white flour, eating 3 cups of greens and drinking a specified amount of water based on their weight. Players lose points for unhealthy choices, such as eating too much sugar, eating processed foods, and consuming more than one serving of beer or wine.

\n

2. Fitness: Players can earn up to 2 points per day. They earn one point for doing 30 minutes or more of exercise per day and another point for stretching for at least 10 minutes.

\n

3. Lifestyle: Players earn one point for posting a daily Reflection on the twcfit.com website, and a second point for participating in the lifestyle challenge of the week. Each week, a different lifestyle activity is listed, including behaviors such as noting 3 things you are grateful for each day, getting 7 hours of sleep, or doing an act of kindness for someone. A maximum of 2 lifestyle points can be earned each day.

\n

\"Log

\n

The participant can go to the Totals page to check their score against other players.

\n

\"Totals

\n

Tom’s plugin includes code that directs the PayPal IPN to the respective subsite for MemberPress (MP) purchases. In addition, this plugin adds the new MP user into the corresponding BuddyPress group once the MP transaction was returned compete. (twc-fit-challenges-member-management.php)

\n

\"TWC

\n

Other components of the custom plugin include:

\n
    \n
  • buddypress.php: sets up BuddyPress (message for logged out users, custom date picker)
  • \n
  • Challenges-bp-points.php: Extends BP Group functionality: add_points => adds to database
  • \n
  • admin-menu-points — UI for front end
  • \n
  • admin-points — Doing work
  • \n
  • admin-menus — puts nav in Dashboard
  • \n
  • twcfit-challenges.php — timezones – offset GMT, returns city timezone (php only reads city)
  • \n
\n

In addition, a separate twc-utility plugin hides some BuddyPress content that is not needed and redirects login to BuddyPress.

\n

Tara customized the style sheets and some BuddyPress theme files to add a custom button to the BuddyPress Group page, and edited the BuddyPress navigation and styles. For example:

\n
    \n
  • activity > post-form.php customized “What is your reflection for the xx Challenge today, name?”
  • \n
  • groups > single > group-header.php — Adds RESOURCES button to header
    \"BuddyPress\n
  • \n
\n

The site also uses the BuddyPress Custom Profile Menu and Custom User Profile Photo plugins.

\n

Current Status

\n

Over the past 13+ years, Ginny has hired 4 instructors, expanded her business to McLean, Virginia, and wrote the “Good Food Recipe Book” which is available for sale on her website. At this time, Ginny is still deciding whether she wants to invest in marketing Total Wellness Challenge or keep it small, mostly based on word of mouth. The increased competition in this space has made it harder to gain exposure without a large marketing budget.

\n

The Total Wellness Challenge website has been running well for a little over a year. Six Challenges have been conducted so far, and participants have loved interacting with each other. Tara and Tom are happy with the positive feedback on their customized “gamification” of BuddyPress and how it has helped provide additional clients and exposure for Ginny’s outdoor boot camps.

\n
\n\"Tara Tara Claeys of Design TLC, LLC provides custom website and graphic design services, with a focus on creating effective, clean and personal communication platforms for small businesses. Tara has a marketing background, combined with design and website coding expertise. Tara is the proud recipient of the Arlington Chamber of Commerce 2016 “Best Technology Business Award.”
\nLinks: Twitter, Linkedin
\n
\n

 

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 May 2017 15:50:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:32;a:6:{s:4:\"data\";s:11:\"\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:29:\"HeroPress: Scholarship Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1771\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/scholarship-update/\";s: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:2731:\"\"Two

The Up and Running Scholarship has been open for 10 days now, with 9 more to go! We’ve gotten many applications, from all of the world.  I’ve been really pleased with the diversity of the applicants. They really are all over the map, both in location and gender.

\n

Several people have come to me privately asking if they should apply, if perhaps they’re too privileged to qualify. I’ve encouraged everyone to apply. We have some very wise people on the selection board, and I have no doubt they’ll make sure the winners are the best fit.

\n

Good wishes to all!

\n

The post Scholarship Update appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 May 2017 13:59:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Post Status: Maintaining Legacy WordPress Websites — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=36610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://poststatus.com/maintaining-legacy-wordpress-websites-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1903:\"

Welcome to the Post Status Draft podcast, which you can find on iTunes, Google Play, Stitcher, and via RSS for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.

\n

Brian and Joe discuss many of the factors that are a part of maintaining a website for the long term. They discuss it both in the sense of when you own the site (like Brian with Post Status), and when you are doing long-term client work (like Human Made with retainers).

\n

There are several things to consider, whether it’s in your own code, or the decisions you make on which third party developer’s tools to use.

\n

\nhttps://audio.simplecast.com/68341.mp3
\nDirect Download

\n

Links

\n\n

Sponsor: SearchWP

\n

SearchWP makes WordPress search better. Instantly improve your site search without writing a line of code! SearchWP enables custom algorithms, searching custom fields, product data, and much more. Improve your site’s search today with our newest partner, SearchWP.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Apr 2017 14:31: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:11:\"\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a: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:46:\"HeroPress: HeroPress Geography: Eastern Europe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://heropress.com/heropress-geography-eastern-europe/\";s: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:3924:\"\"Google

I don’t have nearly as many countries from Eastern Europe as I’d like.  The ones I do have are along the western edge. Several of the countries represented have more than one essay from them.

\n

Also of note, the first HeroPress essay ever came from Ukraine, and is listed here.

\n

Finding Your Place

\n

\n

The WordPress Mantra Is Mine Too

\n

\n

You Really Have No Excuse

\n

\n

Taking A Chance With WordPress

\n

\n

Rebirth

\n

\n

Growing a Business in Europe with WordPress

\n

\n

Even Crisis Has Options

\n

\n

Blogging, Solopreneurship, & Terrorism

\n

\n

The post HeroPress Geography: Eastern Europe appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 Apr 2017 22: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:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: Shopify Discontinues Its Official Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/shopify-discontinues-its-official-plugin-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2735:\"

\n

Shopify’s official plugin for WordPress was removed from the plugin directory this week. The plugin allowed users to create “Buy Buttons” for products from their Shopify stores and insert them into WordPress posts and pages using a shortcode. It was built by WebDevStudios and had approximately 9,000 active installations before it was removed.

\n

Shopify’s documentation says the plugin has been discontinued and will not be supported after June 30, 2017. WordPress users who want to display Shopify products on their sites are now instructed to create a Buy Button for a product or collection and paste the embed code into WordPress instead.

\n

The WordPress plugin team would not comment on why the plugin was removed, but a support representative from Shopify said it was outdated and difficult to maintain.

\n

“The reason it was removed is that it was being replaced by Buy Button, which is a better way of selling in WordPress,” Shopify customer support representative Jacquelyn Failano said. “The WordPress plugin was built by a third party and even if we support it, it could break at any time as we make future updates to the Buy Button channel.”

\n

Failano said that by switching from using the plugin to creating Buy Buttons with Shopify, users will have access to updated features, including fonts, colors, layouts, buttons, and multiple images on variants. Merchants will also be in a better position to take advantage of future updates.

\n

“The plugin uses older code and methods that will no longer be updated or supported,” Failano said. “There is no longer a dedicated development team for it. This means that there are no resources to maintain or rebuild the plugin.”

\n

Failano would not confirm whether or not the plugin was removed from the directory by Shopify at the company’s discretion or whether it was forcibly removed by WordPress for a violation of the guidelines.

\n

“I’m afraid I cannot confirm on that part – the main reason why it was discontinued was because the plugin uses older code and methods that will no longer be updated or supported,” Failano said.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 Apr 2017 02:02:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: How the San Francisco WordPress Meetup is Using Open Collective to Fund Activities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=69286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/how-the-san-francisco-wordpress-meetup-is-using-open-collective-to-fund-activities\";s: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:5065:\"

In 2016, WordPress meetups had the fastest growth the community has seen in five or six years with more than 62,566 people attending in 58 different countries. Meetups are the seeds of future WordCamps. These local gatherings help users further their WordPress skills and underpin the community’s growth across the globe.

\n

Funding a local meetup can be a challenge, as organizers often have to seek out sponsors just like a WordCamp but at a smaller scale. The San Francisco WordPress meetup (WPSFO) is trying something new by publicly managing its budget and expenses with Open Collective. Last week we featured the service in an article and WPSFO lead organizer Shannon Dunn commented on his meetup’s experience with it so far.

\n

“It creates a level of transparency for the whole community and lets current and prospective customers understand where the money goes,” Dunn said. “I’d say we’re pretty happy with it and it’s an integral part of managing our meetup.”

\n

\n

Dunn started attending and helping out with WPSFO in 2011 and stepped up to be lead organizer at the beginning of 2016. Former lead organizer Zach Berke, who started in 2007, was the one who initially suggested the idea of using Open Collective.

\n

“Before we started with Open Collective, sponsors paid for things directly,” Dunn said. “We’ve had various host sponsors (Automattic, Exygy, Pantheon) that have provided meeting space, food, and drinks. These hosts have always paid for the food directly. We also had a relationship with WPEngine at one point. They paid a videographer to film the meetups. All other expenses, usually for minor things, were paid for by the organizers.”

\n

Dunn said that Open Collective has helped to reduce the out-of-pocket expenses for meetup organizers, as it provides a straightforward process for posting expenses and getting reimbursed.

\n

“Funding a meetup can be pretty tough,” Dunn said. “It’s great that we have hosts to cover the big items, but various other expenses come up. Those small things are usually paid for by the organizers. Also, there are times when one of our primary hosts can’t provide a space to meet. We have several alternative meeting spaces but not all of them provide food and drinks. On those occasions, organizers have paid for the food and drink out of pocket. We could have gone without, but we try to keep each meetup a consistent experience.”

\n

Dunn said the team wanted to cover these costs without digging into the pockets of the organizers, who already volunteer a lot of time and energy to the meetup. They do not charge for the events and don’t plan on doing it in the future, so having additional funds on hand became a priority.

\n

“Pia from Open Collective reached out to Zach about a year ago,” Dunn said. “Zach had a prior relationship with another OC founder, Xavier, from his early Storify days. Zach agreed to sign up for OC because it seemed to address a pain point. Zach handed the reins of OC to Michelle and I, who have brought sponsors onto the platform.”

\n

Dunn said using Open Collective has had many positive advantages over the previous system WPSFO had for managing funds. Receiving donations and submitting expenses is now streamlined into a transparent pipeline. The meetup has an estimated annual budget of $6,658, based on current donations.

\n

“Being able to provide recognition to our sponsors is a big plus,” Dunn said. “It’s worth noting that this is a young and ever-evolving platform so with that you’re provided direct access to Open Collective’s front line, which is beneficial in addressing any questions or concerns that arise.”

\n

Dunn said using Open Collective has opened up additional possibilities, like making WPSFO t-shirts to sell to members and the general public. Having money in the meetup account means the organizers can do it without having to pre-sell the shirts.

\n

“It’s not like we’re floating in cash now, but we have little bit of money to work with,” Dunn said. “It feels great to have that and we’re deeply appreciative of our sponsors for making it possible.”

\n

WPSFO is one of 23 meetups that have started managing their budgets and funds through Open Collective. Other early adopters of the service include multiple WWCode meetups, Women Who Code Atlanta, and SF Data Science Meetup, with budgets ranging from a few hundred dollars to more than $25,000.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Apr 2017 18:55:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:37;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: WordCamp US 2017 Ramps Up Ticket Sales, Organizers Plan for 2,500 Attendees\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=69357\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/wordcamp-us-2017-ramps-up-ticket-sales-organizers-plan-for-2500-attendees\";s: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:2418:\"

\n

Promotion for WordCamp US 2017 in Nashville, December 1-3, is now in full swing, as organizers have ramped up social media efforts to stimulate ticket sales. Instead of releasing batches of tickets in stages, all WordCamp US tickets are on sale at once.

\n

“Our goal is to sell between 2,000 and 2,500, but we could accommodate more,” marketing lead Laura Byrne-Cristiano said. “We will also again have a livestream that is fully closed captioned as it was the last two years. Folks who can’t make it to Nashville from around the globe can see what’s happening in real time.”

\n

Music City Center was selected as the official venue. It is within walking distance to several of the city’s attractions and museums. Last week organizers announced The Renaissance Nashville Hotel as the official hotel for the event, which is also within walking distance of the venue and will offer a special discounted rate for attendees.

\n

“At this stage of the game, ticket sales are light which is to be expected with an event is that is eight months out,” Byrne-Cristiano said. The team plans to release more specific numbers in the fall once the full slate of speakers has been announced. Byrne-Cristiano said speaker submissions will be open within the next few days.

\n

“While we would like to see every seat filled, our focus is on putting together a high quality camp for the community,” Byrne-Cristiano said.

\n

You can sign up on the WordCamp US website to subscribe to the latest news for the event or follow @WordCampUS on Twitter. If you have an Android device, check out the WordCamp Android app to add the event to your calendar and follow updates on speakers and the schedule.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Apr 2017 03:26:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: Watsonfinds WordPress Plugin Uses IBM’s Watson to Determine Most Likely Emotional Response From Readers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=69392\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/watsonfinds-wordpress-plugin-uses-ibms-watson-to-determine-most-likely-emotional-response-from-readers\";s: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:3557:\"

One of the most difficult things about writing online is expressing tone and emotion. Emoticons and Emoji help, but what if there was a tool that uses artificial intelligence to determine the emotional response readers are most likely to have after consuming your content?

\n

That’s the idea behind Watsonfinds, a free WordPress plugin created by Alfredo Gutiérrez and Max Ortu. Using a complex algorithm, Watsonfinds uses IBM’s Watson to understand content like a human by reading and interpreting complete sentences, the reader’s language, and its context.

\n

Once activated, a new button is added to the editor toolbar. Clicking the button will send the content through an API to IBM’s Watson for analysis.

\n

Watsonfinds Toolbar ButtonWhen an analysis is completed, the results are displayed in a modal window. The report is broken down into five emotions: joy, sadness, anger, disgust, and fear.

\n

Watsonfinds AnalysisI submitted five posts of various length and each report was generated quickly. Here are the posts I submitted along with the most likely emotional response from readers.

\n\n

Within the report is a timeline where you can compare results as you add or remove words to the post.

\n

During testing, I found the timeline confusing to use as I thought I had to save the post as a draft after each edit to generate a revision on the timeline. To use the timeline, you need to make changes to a post without saving it and then click the Watsonfinds button to generate a new report.

\n

Being able to see which words are generating the emotions depicted in the report would be a nice feature to have. Gutiérrez says that this feature is in the works and will be in the commercial version of the plugin. The More Insights tab in the report is an advertisement for the premium version which is not yet available.

\n

I tested the plugin on WordPress 4.7.4 and didn’t encounter any issues. While Watsonfinds isn’t going to change how I write, I can see the potential benefits of using such a plugin to try to illicit a certain emotional response from readers and customers whether it’s a renewal email, blog post, or other copy.

\n

You can try out Watsonfinds for free by downloading it from the WordPress plugin directory. To learn more about how it works, check out the plugin’s official site.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Apr 2017 23:48:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: 2017 Open Source Security and Risk Analysis Report Shows Widespread GPL License Conflicts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=69137\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/2017-open-source-security-and-risk-analysis-report-shows-widespread-gpl-license-conflicts\";s: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:8963:\"photo credit: 16th st(license)\n

Open source software usage is growing across all industries, but this year’s Open Source Security and Risk Analysis (OSSRA) report from Black Duck shows the pervasiveness of security vulnerabilities and license compliance risks. Black Duck conducted audits on more than 1,000 commercial applications in 2016 and analyzed the anonymized data. The audits were primarily related to merger and acquisition transactions but span a wide array of industries, such as healthcare, manufacturing, financial services, aerospace, aviation, and retail.

\n

Open source security and license compliance issues can both pose serious financial threats to a company. Black Duck’s findings show 96% of applications scanned include open source software and the average app included 147 unique open source components. The majority of these applications (67%) contained security issues which have been publicly known for an average of four years. These included high-risk and well-known vulnerabilities such as Poodle, Freak, Drown, and Heartbleed.

\n

License compliance issues were even more widespread than the security issues. Black Duck’s audits found 85% of the applications had components with license conflicts. Although 75% of the audited applications included GPL-licensed components, only 45% of them were fully in compliance with the license. The audits also revealed that 53% of the scanned applications had components with “unknown” licenses, which generally means the components were used without permission from their creators.

\n

How GPL Compliance Efforts Affect the Future of the Copyleft Ecosystem

\n

Stephen O’Grady’s recent article on Redmonk.com hails the decline of GPL, referencing repositories surveyed by Black Duck that demonstrate the once-dominant GPL license is “steadily eroding, giving way to licenses at the opposite, permissive end of the spectrum.” Although developers and companies are readily embracing open source software, the trend is towards more permissive licenses.

\n

“In Black Duck’s sample, the most popular variant of the GPL – version 2 – is less than half as popular as it was (46% to 19%),” O’Grady said. “Over the same span, the permissive MIT has gone from 8% share to 29%, while its permissive cousin the Apache License 2.0 jumped from 5% to 15%.”

\n

In a reaction article on Opensource.com, Jono Bacon said he has witnessed this same trend with the GPL falling out of favor in terms of practicality for business owners who are uncomfortable with meeting its black and white demands.

\n

“In recent years though we have seen a newer generation of developers form for whom there is a less critical, and if I dare say it, less religious focus on freedom,” Bacon said. “For them, open source is a pragmatic and practical component in building software as opposed to an ethical choice, and I suspect this is why we have seen such a growth in the use of MIT and Apache licenses.”

\n

The complexity of compliance is one of the chief drawbacks for those who feel uncomfortable using GPL-licensed code. If Black Duck’s open source application audits are any indication, commercial adoption of the GPL has not come with adequate education on license compliance.

\n

However, GPL enforcement rarely leads to litigation. In an article that outlines the Free Software Foundation’s (FSF) stance on the role of lawsuits in GPL compliance, Donald Robertson said compliance is almost always an educational matter.

\n

“Most violators are unaware of their obligations under the license and simply need additional help to come into compliance,” Robertson said. “Almost all GPL compliance cases end quietly with the violator correcting their mistakes, with only a minimal notification of past recipients of the then-violating distribution that anything has happened.”

\n

Robertson emphasized that lawsuits should be a last resort but must remain a legitimate option. FSF’s compliance efforts focus on educating violators, but the organization reserves the right to take action on those who knowingly choose to violate.

\n

“The threat of litigation provides leverage that we need with the rare violators whose GPL compliance problems are not merely mistakes, but are intentional attempts to limit their users’ freedom,” Robertson said. “While compliance work is primarily educational, we need a tool that can work with the rare few who are already educated but chose to violate anyway. Copyleft was designed from the start to serve as that tool.”

\n

Software Freedom Law Center president and executive director Eben Moglen spoke at the SFLC’s conference last October about open source license compliance. He urged listeners to consider the perception of the GPL in the industry at large when weighing the costs of litigating compliance.

\n

“We are not and we never were copyright maximalists,” Moglen said. “We did not do what we have been doing for the past 30 years to build free software on the basis of the assumption that freedom required us to chase down and punish everybody who ever made a mistake or who even deliberately misused copyrighted software made for sharing.”

\n

Moglen said that in situations where it is appropriate to make an example, it is important to declare that you are in a last-resort situation with no other options besides litigation. Securing compliance by force can damage companies’ trust in using the GPL.

\n

“If Richard Stallman and I had gone to court and sued a major global public company on a claim of copyright infringement that was weak enough to be thrown out of court on a motion to dismiss, we would have destroyed the GPL straightaway,” Moglen said. “If we had shown that we were prepared to risk large on coercion, even against a bad actor in our own judgement — if we had done that without adequate preparation to be sure that we won – we would have lost an example of coercion and nobody would have trusted us again.”

\n

Moglen cautioned listeners not to be too quick to take action that might cause people to question whether there is something wrong with copyleft. He advocated spontaneous compliance, as opposed to constantly policing violations, as the most effective way to ensure the future of the GPL.

\n

“We have an opportunity to put this free software where we want it, which is everywhere, and to make it do what we want, which is to spread freedom,” Moglen said. “We’re not in a place where the difficulty is how do we get enough ammunition to force everybody to comply. We don’t need ammunition. We need diplomacy. We need skill. We need to work together better. We need to understand how that working together purposively brings us to the point where everyone is not afraid of FOSS anymore and we are not worried about their complying anymore. We are just all engaging and leading the task of making free software.”

\n

Moglen encouraged diplomacy and discretion when it comes to compliance because the long-term credibility of the free software community is at stake.

\n

“I agree with the people who have suggested that if a campaign of coercive compliance is carried just a moment too far, willingness to use copyleft among the rational businesses of the world will decline to a point which is dangerous to freedom,” Moglen said. “Because I do believe that copyleft is important to freedom.”

\n

While Black Duck’s recent audits show that companies struggle with open source risk management and license conflicts are rampant, the good news is that the world is embracing open source software in every industry. Engineers and product managers may not have a full grasp of the requirements of the GPL, but a compliance approach that focuses on education will go a long way towards building a future that includes copyleft software at the core of innovation.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Apr 2017 21:43:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: Hire More Women 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:56:\"https://heropress.com/?post_type=heropress-essays&p=1739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://heropress.com/essays/hire-women-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:10706:\"\"Pull

The journey of a Developer that has the pleasure and gratitude of having WordPress as a resource.

\n

Who am I and am I good?

\n

We define ourselves in order to navigate life. Like we brand our business or our clients’ websites, we brand ourselves. Remember to define yourself, because others are always going to define you. Be true to yourself.

\n

I recall the scene in the movie starring Audrey Hepburn and Rex Herrington where he’s improving her social standing. At the end his manners are called into question. He says,

\n

“You see, the great secret, Eliza, is not a question of good manners or bad manners, or any particular sort of manners, but having the same manner for all human souls. The question is not whether I treat you rudely, but whether you’ve ever heard me treat anyone else better.”

\n

We are all the same, yet different. We all hurt and desire, yet what we are motivated by may be different. Be true to yourself to follow what you know is meant for you. Trust in the journey. For it is the journey, not the destination, that not only makes up one’s day, but ultimately defines us once we have arrived!

\n

Embrace Your Uniqueness

\n

When I was in sixth grade, the yearbook asked us what we would like to accomplish. While most of the girls wrote modeling or acting (we are in Southern California after all), I wanted to discover a new animal.

\n

Discovery has always been one of my passions. WordPress has been a way to discover new ways to combine code to ‘make things happen’ by creating plugins. WordPress has provided a place to practice the developer’s craft. I’m a working dev and I have a lot of gratitude to give the WordPress community.

\n

I have been given time, support, and much patience. The Meetups have provided a place to gain the ground work, providing an awareness of current tech issues and best practices to put in place, to ensure site performance.

\n

“It takes courage to try and fail and fail again. Practice the art of asking lots of questions.” Remember, “sometimes it is the people who no one imagines anything of, that do the things that no one could imagine.” So even if someone questions your work, whether you could ever possibly have done that or do that, keep going.

\n

Stereotypes

\n

Imagine an engineer writing a program, a developer creating an application, and a social media specialist crafting creative content. Do you see them at their desks? What does the engineer look like? What does the developer look like? Did you picture them as a female? Typically not. Perhaps the one crafting creative content was pictured as female.

\n

Rarely is a developer or engineer pictured as being female or looking anything like me. We need to change that.

\n

It’s been proven that when given identical resumes with name either David or Maria, the hiring committee will determine David to be identified as more qualified every time. Maria’s accomplishments had to be two times better before she is seen as equally qualified as David.

\n

We, both men and women, hold ‘implicit biases.’ It is a cultural thing. Men are seen as a more qualified developer. Acknowledging this is the first step.

\n

What can we do to help turn this around? First, let’s visit why we should turn this around.

\n

Reason for Diversity (Focusing on Women in Engineering)

\n

We are facing real, large complex problems as a community that requires developers to figure out. Specifically, in the WordPress world, we need a platform, as well as themes and plugins, that appeals to a large audience. True innovation requires a diverse team. It will ensure that different viewpoints, ideas, and solutions are discovered.

\n

Women are an asset to the team, especially in the role of developer. Consider the fact that many women are making the buying decisions. A woman developer helps create a product that appeals to a larger audience, which ultimately affects sales. Female developers bring insight to the possibilities of products that are currently missing and overlooked.

\n

How do we change this? Hire more women developers. Make it a point to include, describe, and depict developers as women in marketing materials. Encourage women to apply for developer positions.

\n

If you’re female reading this and you like to problem solve and build things, give development a try.

\n

Just because things are the way they are doesn’t mean they have to stay that way. Typically, women aren’t developers but that can change. WordPress is a community where women developers thrive. WordPress is stronger as a community because of its diversity of users and creators. We all benefit from diversity. By having diversity within our community, we grow. We build. Ultimately, we create more opportunity for all.

\n

Some Obstacles Facing Women In STEM

\n

Woman as developers are viewed as being different. Many are questioned why they are doing this. Women will even be treated at as if they shouldn’t be there. Women are conditioned from a young age to be princesses, not engineers.

\n

Developers are competitive, like great writers. Competitiveness for the best projects is part of the game. This game is not something that females are ‘taught’ or necessarily have experience in. Men joke with each other differently than women do. Entering the environment from a female perspective, it may seem aggressive and uninviting.

\n

It helps to have experience in team sports to help to manage and navigate the competitive male dominated culture of the field.

\n

Another way to ensure success is to join a group that supports women in tech. It will help to deal with issues that arise and gain confidence in an industry that is dominantly male. Typically, women and men communicate differently. Also, I find it a way to relax and relate without needing to worry about so many other unrelated issues. It provides a platform to discuss issues like family, which many times a big impact on a woman’s career — especially when she has children.

\n

Feminine Aspect

\n

Balancing being feminine in a male dominated field can be difficult. According to Marilyn vos Savant, the person with the highest IQ at 200 and famous advice writer, women who play up their sexual attractiveness make themselves appear ‘lightweight’ and lose ‘parity’ with men. This is not okay since a woman faces pressure in society to look attractive and be nurturing. This is similar to how men are valued by being a provider. This is a real dichotomy. Women are not allowed to be seen as sexually-attractive and competent. It is as if there’s a choice to be made. That is a real problem.

\n

What the WordPress Community has Done for Me

\n

WordPress community was a discovery of people who are curious and solve technical questions. Over the years, it has grown more and more an emphasis on marketing and business element driving the community culture. As WordPress grows and continues to grow in popularity, more and more opportunities emerge for all.

\n

I found the community to be a place to bring questions. It has been a place to find inspiration and to inspire others in my professional journey as a developer. The community has helped me to develop the courage and determination to secure a position as a developer. The WordPress community has been a resource of a network of individuals to turn to for help. It is an open source and sharing community with many talented people.

\n

 

\n

Resources drawn from:

\n

Good Night Stories For Rebel Girls

\n

Ted Talks | Inspiring the next generation of female engineers | Debbie Sterling

\n
\n

Elizabeth Shilling, a developer with a degree in psychology with a social, developmental emphasis from UC Santa Barbara, specialized in biological sciences, computer science, business, and teaching. Looking at differences between men and women in math and sciences bloomed during research as an undergrad. It was determined to be cultural, not biological. Social expectations dominate the direction of female students away from engineering sciences rather than intellectual capabilities. She loves coffee and the ocean.

\n

The post Hire More Women Developers appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Apr 2017 14:30:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Elizabeth Shilling\";s: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: WordCamp Europe 2017 Introduces Small Business Sponsorships\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=69351\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-europe-2017-introduces-small-business-sponsorships\";s: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:3032:\"

WordCamp Europe 2017 organizers are counting down 50 days until the largest planned WordPress event to date. Speaker announcements continue to roll out and the recommended hotels are getting booked up at the height of tourist season. As of yesterday, more than 300 of the 500 tickets for Contributor Day have been claimed.

\n

This year organizers are experimenting with sponsor workshops, a perk targeted at the highest levels of sponsorship, which includes Administrator (€ 38,000) and Super Admin (€ 75,000) tiers. This new item in the sponsor’s package is described as a “sponsor “track” in the sponsorship kit brochure and allows sponsors to hold a talk or a workshop in a dedicated space that accommodates approximately 200 people.

\n

In an effort to prevent the event from disproportionately focusing on mega sponsors, the organizing team has created a new sponsorship package exclusively for small businesses.

\n

“We recognized that our sponsorship tiers were more geared towards larger WordPress businesses and felt we were not giving small businesses enough opportunity to showcase their products and services and allow them to connect to attendees,” WCEU Sponsorship co-organizer Remkus de Vries said. “This is why we created the SMB tier and we hope many see this as a wonderful chance to show off their products and services for what’s shaping up to be more than 3,000 attendees.”

\n

The Small Business sponsorship level is priced at € 2,500 and is available to companies that generate the majority of their revenue from WordPress and made less than 1 million euro in revenue in 2016. It qualifies the sponsor for a booth in the middle of the event. The table, banner printing, and setup are all handled by the WCEU Sponsor Team.

\n

“Similar to TechCrunch’s Startup Alley, we want to help highlight smaller companies or ones that have just started out,” WCEU Sponsorship co-organizer Noel Tock said. “Simply seeking out sponsorship funds the fastest way possible would not be fair to attendees. This helps makes the conversations and experiences a lot more diverse and balanced.”

\n

There are 10 remaining Small Business sponsorship slots, along with 288 micro-sponsorships (€ 150.00). Potential sponsors can apply on the WCEU website.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Apr 2017 18:33:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: WordPress 4.8 Will End Support for Internet Explorer Versions 8, 9, and 10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69314\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/wordpress-4-8-will-end-support-for-internet-explorer-versions-8-9-and-10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4371:\"

\n

Over the weekend, Matt Mullenweg announced that the upcoming WordPress 4.8 release will drop support for IE versions 8, 9, and 10. Core contributors have been discussing browser support for the past two months in relationship to setting technical requirements for the new editor.

\n

Microsoft discontinued support for IE 8, 9, and 10 in January 2016, which means these versions no longer receive security updates. Mullenweg said that attempting to continue supporting these browsers is holding back WordPress development.

\n

“I realize that folks still running these browsers are probably stuck with them because of something out of their control, like being at a library or something,” Mullenweg said. “Depending on how you count it, those browsers combined are either around 3% or under 1% of total users, but either way they’ve fallen below the threshold where it’s helpful for WordPress to continue testing and developing against.”

\n

In an effort to determine how many people are still using these insecure and obsolete browsers, Jonathan Desrosiers collected data from three different sources. The following are numbers for global IE usage published by StatCounter’s GlobalStats, which Desrosiers said are nearly identical to WordPress.com’s numbers:

\n
    \n
  • IE8: 0.41%
  • \n
  • IE9: 0.26%
  • \n
  • IE10: 0.26%
  • \n
  • IE11: 3.79%
  • \n
\n

WordPress will not stop working entirely in these browsers, but after the 4.8 release contributors will no longer test new features against older versions of IE. Some capabilities in wp-admin may be more limited. Mullenweg confirmed that the next versions of TinyMCE will no support older IE versions.

\n

Global IE usage has declined from 7.44% in March 2016 to 4.18% in March 2017. IE marketshare has been shrinking as mobile device usage has gone up. October 2016 marked the first month in history that mobile and tablet traffic exceeded desktop usage worldwide. As this trend of declining desktop usage continues, IE will likely be buried within a couple of years.

\n

“I have been hard pressed to find a U.S. government agency running a version of IE less than 11,” WordPress lead developer Andrew Nacin commented on the announcement. “Government agency websites similarly see negligible traffic from IE < 11.”

\n

The decision to drop support for IE 8, 9, and 10 was met with celebration from the WordPress developer community. Focusing on browsers that still receive security updates is a better use of open source contributors’ time and resources. Developers who do client work can also refer to WordPress’ IE support policy when pressured by clients to support insecure browsers.

\n

Naturally, the topic of raising minimum browser requirements resulted in developers lobbying to drop support for PHP 5.2, which reached end of life more than six years ago. In March 2015, WordPress stats estimated PHP 5.2 usage at 16.6%, but that number has dropped steadily to 5.1% today. The task of updating a browser to the latest version was designed to be easy for users, but upgrading PHP versions is still somewhat complicated for those who are not receiving help from their hosting companies. The 5.1% on PHP 5.2 represents millions of users who would need to cross a significant hurdle into order to stay current with the latest version of WordPress.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Apr 2017 21:18:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Post Status: Breaking into and building community, with WordPress and beyond — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=36524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/breaking-building-community-wordpress-beyond-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1913:\"

Welcome to the Post Status Draft podcast, which you can find on iTunes, Google Play, Stitcher, and via RSS for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard.

\n

Brian is joined by guest-host Matt Medeiros — host of the Matt Report podcast, and many other ventures in the WordPress ecosystem. They discuss community building, their experiences building community in the WordPress world, and the challenges of getting involved in a new community.

\n

https://audio.simplecast.com/67536.mp3
\n Direct Download

\n

Links

\n\n

Sponsor: Prospress

\n

Prospress makes the WooCommerce Subscriptions plugin, that enables you to turn your online business into a recurring revenue business. Whether you want to ship a box or setup digital subscriptions like I have on Post Status, Prospress has you covered. Check out Prospress.com for more, and thanks to Prospress for being a Post Status partner.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Apr 2017 19:13: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: New Plugin Offers Better Plugin Recommendations in the WordPress Admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69226\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/new-plugin-offers-better-plugin-recommendations-in-the-wordpress-admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4958:\"

If you work with WordPress every day you may have learned to tune out the recommended plugins in the admin by now, but the “Add Plugins” screen is an important part of the new user experience. WordPress developers Joey Kudish and Nick Hamze have released a plugin that brings better recommendations to the admin.

\n

Hamze contends that the first plugins that appear in the featured section have a smaller, niche audience, and are unlikely to be useful to the majority of new users.

\n

\n

The recommended plugins are slightly better, as they are based on plugins that the user and other users have installed. However, Hamze believes they could be tweaked even further to display plugins that specifically benefit new users. The Recommended tab was introduced two years ago to display results based on plugins that are commonly used together. It excludes plugins that users already have installed.

\n

\n

“I really want to help WordPress but I think what is most needed isn’t a new editor or more guidelines but rather someone to take all the stuff in this fractured ecosystem and bring it together,” Hamze said. “Get rid of all the crap and only show people the stuff worth using.”

\n

Hamze said he doesn’t know if WordPress can solve this problem diplomatically with code. He believes manual curation is required to deliver the best new user experience. A ticket for re-thinking the default ‘Add Plugins’ tabs/filters was is open on WordPress trac, as the plugins that appear in these screens have remained unchanged for some time. The ticket hasn’t received much discussion yet.

\n

The Better Plugin Recommendations plugin removes the default and featured recommendations tabs and includes a new recommendations tab curated by Hamze to appeal to new users. Below is an example of the first 10 recommendations the plugin includes:

\n

\n

Hamze uses the following criteria to select the recommended plugins:

\n
    \n
  • Price (Free)
  • \n
  • Numbers of users
  • \n
  • Average Rating
  • \n
  • Last Updated
  • \n
  • Support Given
  • \n
\n

When asked why the recommendations don’t include Jetpack, Hamze said it didn’t seem necessary, given its high position in the popular tab and the fact that it already comes pre-installed with many hosts.

\n
\n

@jeherve @jkudish @jetpack Haha, I actually like jetpack but since it\'s already at the top of the popular tab and preinstalled almost everywhere, didn\'t seem necessary

\n

— Nick Hamze (@NickHamze) April 21, 2017

\n

\n

Hamze and Kudish created a web service that delivers the recommendations to sites where the plugin is installed. The node server is powered by hapi.js and is open source on GitHub

\n

“If the idea is well received in the community, I’d love to expand on it further and include some plugins from outside the WordPress.org plugin repository in our recommendations, as I think there’s some great third-party plugins that new users should definitely know about,” collaborator Joey Kudish said.

\n

Hamze said he doesn’t expect there to be many regular users who will find and install the plugin but hopes that hosting companies will integrate it by default for their WordPress customers.

\n

“What I’m hoping is that I can convince the hosting companies to preinstall this (maybe in the MU folder) for their customers,” Hamze said. “The app blends in seamlessly with WordPress. There are no ads or branding. The plugin is designed solely to help new users find great plugins to help them on their WordPress journey.”

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Apr 2017 14:11: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:45;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: Songs for My Father\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=47222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2017/04/songs-for-my-father/\";s: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:4027:\"

One of the things that surprised me most about when my Dad was sick last year was that while he was in the hospital over about 5 weeks he lost any interest in music, TV, movies, anything on a screen. Music was particularly surprising given that he had music on at his desk pretty much all the time, and really enjoyed loading a new CD or record into the media library he had set up at home. One of the songs I remember playing for him was from a band, Manhattan Transfer, that we used to listen to a lot when I was younger and just learning about jazz, I chose Tuxedo Junction because it might cheer him up.

\n

I remember him smiling faintly. (I wish I had played him more music. I wish I had recorded more of his stories, ideally before he got sick. I wish I had figured out how to navigate the hospital and health care system better.)

\n

What I didn’t anticipate was how after his death there would be aftershocks of grief that would hit me over and over again, especially while driving or in a plane. I went from crying maybe three times in the past decade to breaking down at the end of a company town hall, when talking to family, when my Mom found out about the anniversary present my Dad had been looking at, and with any number of songs that unexpectedly took on a new meaning.

\n

Wiz Khalifa & Charlie Puth’s See You Again, is obvious, and was in heavy rotation every public place I went; Lukas Graham’s 7 Years completely broke me down when it talked about children — if I ever have any my father will never meet them; Kayne & Paul McCartney’s Only One, the tribute to Kanye’s daughter and passed mother and I think perhaps his best song; Ed Sheeran’s Thinking Out Loud, about growing old together, turning 70 as he was so close to doing; Kanye’s Ultralight Beam snuck up on me, I didn’t expect it, but the questioning and gospel and anger and hope in it captured something I didn’t even realize I was feeling. Even jazz wasn’t safe, Horace Silver’s lyric-less Song for My Father had the same effect.

\n

\n

John Mayer’s Stop This Train is a song I’ve probably heard a hundred times since it came out in 2006, but all of sudden these words meant something completely different:

\n

So scared of getting older
\nI’m only good at being young
\nSo I play the numbers game
\nTo find a way to say that life has just begun

\n

Had a talk with my old man
\nSaid, “Help me understand”
\nHe said, “Turn sixty-eight
\nYou’ll renegotiate”

\n

I almost had to pull the car over: he was sixty-eight. What I would give for just one more conversation with him like the one the day before he passed. I wish I had written more down, recorded more of his stories, learned more about his journey.

\n

As the year has passed, the surprise crying is much less common even when one of these songs comes on the radio. Usually when I think of my father it’s with a smile. I’ve even had a few treasured dreams where we’ve been able to talk, nothing that made much sense (it was a dream) but I remember waking up with an overwhelming feeling of enveloping love. While the “new normal” is different, I can’t say it’s better — he’s still gone.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Apr 2017 05:12:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: Embed Mastodon Statuses 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:29:\"https://wptavern.com/?p=68788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/embed-mastodon-statuses-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4387:\"

\n

After the controversial changes to Twitter’s @reply feature, which no longer counts usernames towards the 140-character limit, Mastodon registrations rose sharply. Mastodon is a free, open source, decentralized network that has many similarities to Twitter. The software, named in honor of its creator’s favorite metal band, was launched in October and registered 24,000 users in the first six months. A strong negative reaction to Twitter’s changes has fueled a spike in Mastodon registrations. In the last week alone, the software’s user base has grown from 237,000 users on April 15 to more than 414,000 users today.

\n

Mastodon is different from Twitter in that it is broken up into different independently-hosted instances. Whereas Twitter has struggled to combat trolls and abuse on its platform, Mastodon instances can each declare and enforce their own rules. For example, the flagship Mastodon.social instance bans content that is illegal in Germany or France, such as Nazi symbolism and Holocaust denial, excessive advertising, racism, sexism, and other undesirable posts.

\n

Mastodon’s Tweetdeck-style interface allows users to post “toots” with a 500-word character limit. Toots can also be published with a content warning so that users can choose whether to view it.

\n

\n

With all the increased activity around Mastodon this week, there was bound to be someone with the desire to display toots on their website. The first plugin for bringing Mastodon content into WordPress has landed in the plugin directory. Embed Mastodon was created by David Libeau, a French developer and Mastodon enthusiast. It allows users to embed toots using a shortcode.

\n

\n

“I created this plugin because Numerama, a french tech website, was saying that it could be cool to embed Mastodon statuses, like with Twitter, in WordPress,” Libeau said. “I was thinking the same when I wrote a small article on my personal blog. I am using both Twitter and Mastodon but want to progressively leave Twitter.”

\n

Libeau said he is not a WordPress developer and Mastodon Embed is his first plugin. He does not know if it’s coded well but said users may be interested in an alternative plugin on GitHub that is a complete rewrite of his effort. The rewrite includes multiple embeds, caching, proper shortcode initialization, and fallback to “direct” embeds if embed via iframe is forbidden.

\n

Libeau said he doesn’t know what will happen to his plugin in light of the rewrite, but he is continuing to develop small tools for Mastodon users. Mastodon has an open API for apps and services, which makes it easy for developers to build things that integrate with it.

\n

After testing the Mastodon Embed plugin I found that it works but may have a couple of styling issues with the link display. If you find that it’s not working, it’s possible that your particular Mastodon instance configuration does not allow embedding via iFrame. To resolve this you may need to contact the admin of the instance or use the fork of the plugin that has a fallback for this scenario. If you find a bug with the Mastodon Embed plugin hosted on WordPress.org, you can log an issue on Libeau’s Mastodon Tools repository.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Apr 2017 03:18: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:47;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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: Headway Themes Appears to be Dying a Slow Death\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=68837\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/headway-themes-appears-to-be-dying-a-slow-death\";s: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:9405:\"

It’s been seven months since Grant and Clay Griffiths, founders of Headway Themes, apologized to customers for failing to communicate on a regular basis and provide adequate customer support. In the apology, the founders admit that the company was experiencing financial difficulties and noted that competition in the WordPress drag-and-drop page-builder space was tough. The duo vowed to communicate more, provide better customer support, and continue to develop Headway 4.0. Has anything changed since the apology was published?

\n

Headway Themes Migrates to FlyWheel Hosting

\n

In December of 2016, Flywheel hosting acquired Pressmatic, created by Clay Griffiths. Soon after, Headway Themes migrated to Flywheel hosting which caused a few hiccups such as site downtime due to DNS propagation, login issues, and an issue with the Headway Dashboard. The acquisition raised questions on how it would affect Clay’s ability to work on Headway.

\n

“This acquisition and employment will provide myself and my family much more stability than we’ve had in a long time, and will allow me to better focus on Headway in my spare time,” Griffiths said. “This includes rolling out the upcoming 4.1 release, and working hard to make sure the support and other outstanding issues are resolved for all our customers.”

\n

Influx Confirms Communication Issues With Founders

\n

Soon after the apology, Headway Themes began to use Influx to provide first-tier customer support. Influx provides customer support for companies, including those in the WordPress ecosystem such as Advanced Custom Fields. Any issues that Influx couldn’t solve are escalated to Clay and Grant. In February, Gary Bairéad, a former Headway Themes employee, contacted Headway Themes support about the status of Headway 4.0 and received the following response.

\n

\n

Influx couldn’t answer the question because Headway developers had not informed them of its progress despite inquiring about it. Influx notes that there may be a beta released in the near future but not to be quoted on it because a similar promise was made five months prior. In January, the official Headway Themes Twitter account confirmed that Headway was being supported and that 4.0 would be released soon.

\n
\n

@3BugMedia we are fully supporting Headway. 4.0 update coming soon. ^gg

\n

— Headway Themes (@headwaythemes) January 4, 2017

\n

\n

Around the same time period, another Headway Themes customer submitted a support request asking about the status of a longstanding issue they were having. Influx explained that there was a lull because the main developers were failing to communicate. The support representative also pointed out that it seemed the only way for customers to get information about Headway Themes was by emailing support.

\n

\n

Influx says it tried multiple times to contact Headway Themes developers about the issue and said it was lobbying hard to get it rectified.

\n

Payments Stop for Third-Party Block Developers

\n

In February, Bairéad published a request to third-party block customers to not renew through Headway Themes.com and to instead, purchase and renew directly from the developer’s sites. Chris Howard, founder of Pizazz WP, and Chris Rault, co-founder of HeadwayRocket, confirmed they are owed money from customers who purchased and renewed blocks through Headway Themes.com.

\n

I reached out to both developers to see if they’ve been paid since February.

\n

“I’ve sent Clay a bunch of messages, but he’s completely ignoring me and hasn’t paid over another cent since the last long delay,” Rault said.

\n

“It’s down to only 2 or 3 renewals a month, but I’m not receiving anything still. I’d estimate they still owe me around $2,000,” Howard said.

\n

For Howard, the issue of not receiving payments has been going on for months.

\n

Former Support Staff Still Owed Money

\n

Headway Themes’ apology does not mention the former support team who the company failed to pay on time for months. Since the apology, members of the team have received small payments but are still owed thousands of dollars. Receiving payments from Headway Themes is often a difficult process.

\n

After not receiving a payment in February, a former team member sent a flurry of emails to Grant and Clay Griffiths inquiring about the payment. Clay eventually responded that they would send out payments when they’re able too. After a week of questioning when that would be with no response, the team member received a payment.

\n

Influx Says Headway Themes is Restructuring

\n

A Headway Themes customer recently contacted support to ask about the status of Headway and published Influx’s response to the company’s support forums. Here’s their response:

\n

Hi [Redacted],

\n

Thanks for reaching out.

\n

Currently, Headway is going through a restructuring phase to resolve the challenges being faced at this time. We do not have the full details here at support but the main stakeholders are working to return Headway to its rightful mode of operations.

\n

Please let me know if there are any more questions that I can answer for you. Kind Regards.

\n

To learn more about the restructuring process and what’s going on with Headway development, I reached out to Grant and Clay Griffiths. Both have not responded to my request for comment.

\n

Blox Picks Up Where Headway Left Off

\n

Last year, when it appeared the future of Headway Themes was in jeopardy, Maarten Schraven forked the Headway 3.8.8 codebase and named it Blox Builder. Blox Builder is 100% GPL Licensed and is a direct replacement for Headway. Schraven recently answered a number of questions related to the project, one of which is how easy is it to transfer from Headway to Blox.

\n

There are different ways to convert your Headway Theme to Blox Theme. The best way is to export your template, you get an .json file. In this file you have to change hw to bt and headway to blox. If you have a large website you also can change the database tables. Some of our users have Blox Theme and Headway Themes side by side and switch between them. The last way (not yet available) is our conversion script. This script can do two things, change the database or do the same search and replace. This script will work automatic or as standalone.

\n

Or, if you think this is to difficult, you always can ask us for the conversion, we can discuss this on e-mail or skype

\n

There’s no time frame on when the conversion script will be available. If you’re a fan of the way Headway Themes works and are looking for a similar replacement, check out Blox Builder.

\n

Many in the Headway Themes Community Have Moved On

\n

A number of devoted fans and customers of Headway have switched to other page builders like Divi, Elementor, and Beaver Builder. What was once a vibrant community-run Slack channel for Headway Themes enthusiasts has turned into a ghost town. There is little hope among them that the company will be able to rebound.

\n

Not Much Has Changed

\n

Unfortunately, the issues that prompted Headway Themes’ founders to issue an apology are still present. There is a lack of communication on the company’s blog, social media accounts, and to Influx, the company it has outsourced customer support to. The apology dated Sept 13, 2016, was the last post published to the company’s blog. Former employees and third-party developers are still owed considerable amounts of money and there has been little if any development on the Headway code base.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Apr 2017 02:00:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: HeroPress Partners With WPShout to Offer WordPress Education Scholarships\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=69027\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/heropress-partners-with-wpshout-to-offer-wordpress-education-scholarships\";s: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:3468:\"

HeroPress has teamed up with Alex Denning, Fred Meyer, and David Hayes of WPShout to offer 10 copies of Up and Running Second Edition at the deluxe tier. The deluxe tier is valued at $249 and includes everything the course has to offer including video tutorials, creating a theme and child theme, screencast series, creating a WordPress plugin, and more.

\n

The scholarship applications are geared towards three groups of people:

\n
    \n
  • Those in financial hardship (unemployment, jobseeking, students or underemployment).
  • \n
  • Those in low-income countries without the means to purchase the course.
  • \n
  • Under-represented groups in tech and the WordPress community, including but not limited to:\n
      \n
    • Women
    • \n
    • Transgender applicants
    • \n
    • BAME applicants
    • \n
    \n
  • \n
\n

Those who qualify have until May 9th to fill out the application. Five members of the WordPress community make up a panel that will review the applications and choose 10 recipients who they feel are deserving of the award. HeroPress will then tally the selections and those with the most votes will be awarded a scholarship. In case of a tie, HeroPress will be the deciding vote. The five panelists are:

\n\n

Pippin Williamson, founder of Easy Digital Downloads, says he accepted the panelist role because it’s an opportunity to make a significant difference in someone’s life.

\n

HeroPress, founded by Topher DeRosia in 2015, publishes an essay every Wednesday from members of the community on how WordPress has positively impacted their lives. HeroPress has published essays from people in the Middle East, Oceania, Central and South America, and other parts of the world.

\n

To learn the HeroPress story, listen to our interview with DeRosia. In it, he explains his motivation for creating the site and shares a personal story of someone who couldn’t write an essay because they were spending all of their time trying to stay alive.

\n

To learn more about Up and Running Second Edition, listen to our interview with the founders where they explain how and why they created the course.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 Apr 2017 19:05:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n\t\n\t\n\t\n\t\n\t\n\t\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Checathlon: A Free WordPress Business Theme with Support for Easy Digital Downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69228\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/checathlon-a-free-wordpress-business-theme-with-support-for-easy-digital-downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3892:\"

Checathlon is new business theme on WordPress.org that was designed to seamlessly integrate with Easy Digital Downloads. The name is a combination of the words checkout and decathlon, according to its creator Sami Keijonen.

\n

Checathlon combines elegant typography with a bold, pink accent color to showcase products and services on a business or e-commerce website. The theme was designed by Finnish designer Toni Suni and is Keijonen’s 13th theme to be listed in the directory.

\n

\n

“I had some kind of vision of what I wanted and Toni created a pixel perfect design based on our discussion,” Keijonen said. “I’m super happy about the end result. Unfortunately, the design and the theme was not good enough for WordPress.com and the theme was rejected from there.” Keijonen opted to create a Checathlon Plus plugin as an alternative way to monetize the theme.

\n

Checathlon has an intuitive way of organizing the content featured on the front page. Unlike many other themes, the front page is not controlled by a custom page template. Once you set the front page as a static page, the Customizer will give access to the service/pricing, products, testimonial, and blog sections.

\n

The theme includes support for a Pricing page template and a Team Page template. These features make Checathlon more flexible for use on a business, agency, non-profit, or e-commerce website.

\n

\n

The pricing template has a “Service and Pricing widget” area where users can drop in the custom widgets available in the Checathlon Plus plugin. The widgets make it easy for users to set an icon, title, content, price, and a link for each pricing tier, as well as the ability to highlight one tier as featured.

\n

\n

Checathlon was built to support several plugins, including Easy Digital Downloads, Custom Content Portfolio, and Jetpack (testimonials and portfolio). The theme includes styles for the Jetpack email subscription widget and EDD downloads and account pages. It’s also tagged as accessibility-ready, which means that it has successfully passed an accessibility audit. Check out the live demo to see Checathlon in action.

\n

Keijonen is taking a unique approach by creating a Checathlon Plus plugin as an alternative to offering a “pro version” of the theme. It extends the theme to include more customizer capabilities, additional widgets, cart customization features for EDD, and two child themes. The free theme is available on WordPress.org and documentation can be found on the theme’s website.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 Apr 2017 16:25: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: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, 15 May 2017 22:36:12 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 15 May 2017 22:15:09 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:\"20130911040210\";}","no"); INSERT INTO `wp_options` VALUES("136","_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9","1494930972","no"); INSERT INTO `wp_options` VALUES("137","_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9","1494887772","no"); INSERT INTO `wp_options` VALUES("138","_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109","1494930972","no"); INSERT INTO `wp_options` VALUES("139","_transient_feed_b9388c83948825c1edaef0d856b7b109","a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\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\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Popular — WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wordpress.org/plugins\";s: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:57:\"Plugins extend and expand the functionality of 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 May 2017 22:10:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.8-beta1-40668\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/contact-form-7/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:43:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins-wp/contact-form-7/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:5831:\"

\n

Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.

\n

Docs & Support

\n

You can find docs, FAQ and more detailed information about Contact Form 7 on contactform7.com. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the support forum on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.

\n

Contact Form 7 Needs Your Support

\n

It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider making a donation. Your donation will help encourage and support the plugin’s continued development and better user support.

\n

Recommended Plugins

\n

The following plugins are recommended for Contact Form 7 users:

\n
    \n
  • Flamingo by Takayuki Miyoshi – With Flamingo, you can save submitted messages via contact forms in the database.
  • \n
  • Postman by
    \nJason Hendriks – Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site.
  • \n
  • Bogo by Takayuki Miyoshi – Bogo is a straight-forward multilingual plugin that doesn’t cause headaches.
  • \n
\n

Translations

\n

You can translate Contact Form 7 on translate.wordpress.org.

\n

\n
    \n
  1. Upload the entire contact-form-7 folder to the /wp-content/plugins/ directory.
  2. \n
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. \n
\n

You will find ‘Contact’ menu in your WordPress admin panel.

\n

For basic usage, you can also have a look at the plugin web site.

\n

\n

Do you have questions or issues with Contact Form 7? Use these support channels appropriately.

\n
    \n
  1. Docs
  2. \n
  3. FAQ
  4. \n
  5. Support Forum
  6. \n
\n

Support

\n
\n
Installation Instructions
\n
\n
    \n
  1. Upload the entire contact-form-7 folder to the /wp-content/plugins/ directory.
  2. \n
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. \n
\n

You will find ‘Contact’ menu in your WordPress admin panel.

\n

For basic usage, you can also have a look at the plugin web site.

\n
\n
\n

\n

For more information, see Releases.

\n

4.7

\n
    \n
  • Added REST API custom endpoints to manipulate contact form data.
  • \n
  • Config Validator: Added test items for field names and attachment file paths.
  • \n
  • Added custom DOM events: wpcf7invalid, wpcf7spam, wpcf7mailsent, wpcf7mailfailed and wpcf7submit.
  • \n
  • New action hook: wpcf7_after_flamingo.
  • \n
  • Added size option to select and select* form-tag types.
  • \n
  • Made it possible to use the 3rd parameter of wpcf7_add_form_tag() to specify “features” of the form-tag type.
  • \n
\n

4.6.1

\n
    \n
  • Fixed: “0” input could pass the minlength validation.
  • \n
  • Fixed: exclude_blank option was applied to all mail fields, not only to the message body.
  • \n
  • Fixed: wpcf7_autop() incorrectly inserted <br /> around hidden and block-type form-tags.
  • \n
  • Fixed: Applying strtolower() to uploaded file names was unnecessary and could cause troubles in a non-English environment.
  • \n
\n

4.6

\n
    \n
  • Ajax loader: HTML markup changed to <span> to be easily customizable with CSS.
  • \n
  • Appends a proper header and footer to HTML mail content automatically.
  • \n
  • [_serial_number] special mail-tag.
  • \n
  • New form-tag type for hidden fields.
  • \n
  • default:shortcode_attr form-tag option.
  • \n
  • WPCF7_Shortcode, WPCF7_ShortcodeManager, wpcf7_add_shortcode(), wpcf7_scan_shortcode(), and some other classes and functions have become deprecated.
  • \n
  • Removed all language files from the languages folder. Translations have moved to translate.wordpress.org.
  • \n
\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/contact-form-7/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/akismet/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Oct 2005 08:57:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/akismet/\";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:103:\"Akismet checks your comments and contact form submissions against our global database of spam 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:10:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:18320:\"

\n

Akismet checks your comments and contact form submissions against our global database of spam to prevent your site from publishing malicious content. You can review the comment spam it catches on your blog’s “Comments” admin screen.

\n

Major features in Akismet include:

\n
    \n
  • Automatically checks all comments and filters out the ones that look like spam.
  • \n
  • Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator.
  • \n
  • URLs are shown in the comment body to reveal hidden or misleading links.
  • \n
  • Moderators can see the number of approved comments for each user.
  • \n
  • A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.
  • \n
\n

PS: You’ll need an Akismet.com API key to use it. Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites.

\n

\n

Upload the Akismet plugin to your blog, Activate it, then enter your Akismet.com API key.

\n

1, 2, 3: You’re done!

\n

\n

3.3.2

\n

Release Date – 10 May 2017

\n
    \n
  • Fixed a bug causing JavaScript errors in some browsers.
  • \n
\n

3.3.1

\n

Release Date – 2 May 2017

\n
    \n
  • Improve performance by only requesting the akismet_comment_nonce option when absolutely necessary.
  • \n
  • Fixed two bugs that could cause PHP warnings.
  • \n
  • Fixed a bug that was preventing the “Remove author URL” feature from working after a comment was edited using “Quick Edit.”
  • \n
  • Fixed a bug that was preventing the URL preview feature from working after a comment was edited using “Quick Edit.”
  • \n
\n

3.3

\n

Release Date – 23 February 2017

\n
    \n
  • Updated the Akismet admin pages with a new clean design.
  • \n
  • Fixed bugs preventing the akismet_add_comment_nonce and akismet_update_alert wrapper functions from working properly.
  • \n
  • Fixed bug preventing the loading indicator from appearing when re-checking all comments for spam.
  • \n
  • Added a progress indicator to the “Check for Spam” button.
  • \n
  • Added a success message after manually rechecking the Pending queue for spam.
  • \n
\n

3.2

\n

Release Date – 6 September 2016

\n
    \n
  • Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.
  • \n
  • Stopped using the deprecated jQuery function .live().
  • \n
  • Fixed a bug in remove_comment_author_url() and add_comment_author_url() that could generate PHP notices.
  • \n
  • Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.
  • \n
  • Fixed a bug that could cause the Akismet widget title to be blank.
  • \n
\n

3.1.11

\n

Release Date – 12 May 2016

\n
    \n
  • Fixed a bug that could cause the “Check for Spam” button to skip some comments.
  • \n
  • Fixed a bug that could prevent some spam submissions from being sent to Akismet.
  • \n
  • Updated all links to use https:// when possible.
  • \n
  • Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled.
  • \n
\n

3.1.10

\n

Release Date – 1 April 2016

\n
    \n
  • Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.
  • \n
  • Fixed a bug that could have resulted in comments that were caught by the core WordPress comment blacklist not to have a corresponding History entry.
  • \n
  • Fixed a bug that could have caused avoidable PHP warnings in the error log.
  • \n
\n

3.1.9

\n

Release Date – 28 March 2016

\n
    \n
  • Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate.
  • \n
  • Fixed a bug preventing some comment data from being sent to Akismet.
  • \n
\n

3.1.8

\n

Release Date – 4 March 2016

\n
    \n
  • Fixed a bug preventing Akismet from being used with some plugins that rewrite admin URLs.
  • \n
  • Reduced the amount of bandwidth used on Akismet API calls
  • \n
  • Reduced the amount of space Akismet uses in the database
  • \n
  • Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.
  • \n
\n

3.1.7

\n

Release Date – 4 January 2016

\n
    \n
  • Added documentation for the ‘akismet_comment_nonce’ filter.
  • \n
  • The post-install activation button is now accessible to screen readers and keyboard-only users.
  • \n
  • Fixed a bug that was preventing the “Remove author URL” feature from working in WordPress 4.4
  • \n
\n

3.1.6

\n

Release Date – 14 December 2015

\n
    \n
  • Improve the notices shown after activating Akismet.
  • \n
  • Update some strings to allow for the proper plural forms in all languages.
  • \n
\n

3.1.5

\n

Release Date – 13 October 2015

\n
    \n
  • Closes a potential XSS vulnerability.
  • \n
\n

3.1.4

\n

Release Date – 24 September 2015

\n
    \n
  • Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn’t have a current Akismet subscription.
  • \n
  • Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.
  • \n
  • Error messages and instructions have been simplified to be more understandable.
  • \n
  • Link previews are enabled for all links inside comments, not just the author’s website link.
  • \n
\n

3.1.3

\n

Release Date – 6 July 2015

\n
    \n
  • Notify users when their account status changes after previously being successfully set up. This should help any users who are seeing blank Akismet settings screens.
  • \n
\n

3.1.2

\n

Release Date – 7 June 2015

\n
    \n
  • Reduced the amount of space Akismet uses in the commentmeta table.
  • \n
  • Fixed a bug where some comments with quotes in the author name weren’t getting history entries
  • \n
  • Pre-emptive security improvements to ensure that the Akismet plugin can’t be used by attackers to compromise a WordPress installation.
  • \n
  • Better UI for the key entry field: allow whitespace to be included at the beginning or end of the key and strip it out automatically when the form is submitted.
  • \n
  • When deactivating the plugin, notify the Akismet API so the site can be marked as inactive.
  • \n
  • Clearer error messages.
  • \n
\n

3.1.1

\n

Release Date – 17th March, 2015

\n
    \n
  • Improvements to the “Remove comment author URL” JavaScript
  • \n
  • Include the pingback pre-check from the 2.6 branch.
  • \n
\n

3.1

\n

Release Date – 11th March, 2015

\n
    \n
  • Use HTTPS by default for all requests to Akismet.
  • \n
  • Fix for a situation where Akismet might strip HTML from a comment.
  • \n
\n

3.0.4

\n

Release Date – 11th December, 2014

\n
    \n
  • Fix to make .htaccess compatible with Apache 2.4.
  • \n
  • Fix to allow removal of https author URLs.
  • \n
  • Fix to avoid stripping part of the author URL when removing and re-adding.
  • \n
  • Removed the “Check for Spam” button from the “Trash” and “Approved” queues, where it would have no effect.
  • \n
  • Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account
  • \n
\n

3.0.3

\n

Release Date – 3rd November, 2014

\n
    \n
  • Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted.
  • \n
  • Added a filter to disable logging of Akismet debugging information.
  • \n
  • Added a filter for the maximum comment age when deleting old spam comments.
  • \n
  • Added a filter for the number per batch when deleting old spam comments.
  • \n
  • Removed the “Check for Spam” button from the Spam folder.
  • \n
\n

3.0.2

\n

Release Date – 18th August, 2014

\n
    \n
  • Performance improvements.
  • \n
  • Fixed a bug that could truncate the comment data being sent to Akismet for checking.
  • \n
\n

3.0.1

\n

Release Date – 9th July, 2014

\n
    \n
  • Removed dependency on PHP’s fsockopen function
  • \n
  • Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app
  • \n
  • Remove jQuery dependency for comment form JavaScript
  • \n
  • Remove unnecessary data from some Akismet comment meta
  • \n
  • Suspended keys will now result in all comments being put in moderation, not spam.
  • \n
\n

3.0.0

\n

Release Date – 15th April, 2014

\n
    \n
  • Move Akismet to Settings menu
  • \n
  • Drop Akismet Stats menu
  • \n
  • Add stats snapshot to Akismet settings
  • \n
  • Add Akismet subscription details and status to Akismet settings
  • \n
  • Add contextual help for each page
  • \n
  • Improve Akismet setup to use Jetpack to automate plugin setup
  • \n
  • Fix “Check for Spam” to use AJAX to avoid page timing out
  • \n
  • Fix Akismet settings page to be responsive
  • \n
  • Drop legacy code
  • \n
  • Tidy up CSS and Javascript
  • \n
  • Replace the old discard setting with a new “discard pervasive spam” feature.
  • \n
\n

2.6.0

\n

Release Date – 18th March, 2014

\n
    \n
  • Add ajax paging to the check for spam button to handle large volumes of comments
  • \n
  • Optimize javascript and add localization support
  • \n
  • Fix bug in link to spam comments from right now dashboard widget
  • \n
  • Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments
  • \n
  • Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications
  • \n
  • Add pre-check for pingbacks, to stop spam before an outbound verification request is made
  • \n
\n

2.5.9

\n

Release Date – 1st August, 2013

\n
    \n
  • Update ‘Already have a key’ link to redirect page rather than depend on javascript
  • \n
  • Fix some non-translatable strings to be translatable
  • \n
  • Update Activation banner in plugins page to redirect user to Akismet config page
  • \n
\n

2.5.8

\n

Release Date – 20th January, 2013

\n
    \n
  • Simplify the activation process for new users
  • \n
  • Remove the reporter_ip parameter
  • \n
  • Minor preventative security improvements
  • \n
\n

2.5.7

\n

Release Date – 13th December, 2012

\n
    \n
  • FireFox Stats iframe preview bug
  • \n
  • Fix mshots preview when using https
  • \n
  • Add .htaccess to block direct access to files
  • \n
  • Prevent some PHP notices
  • \n
  • Fix Check For Spam return location when referrer is empty
  • \n
  • Fix Settings links for network admins
  • \n
  • Fix prepare() warnings in WP 3.5
  • \n
\n

2.5.6

\n

Release Date – 26th April, 2012

\n
    \n
  • Prevent retry scheduling problems on sites where wp_cron is misbehaving
  • \n
  • Preload mshot previews
  • \n
  • Modernize the widget code
  • \n
  • Fix a bug where comments were not held for moderation during an error condition
  • \n
  • Improve the UX and display when comments are temporarily held due to an error
  • \n
  • Make the Check For Spam button force a retry when comments are held due to an error
  • \n
  • Handle errors caused by an invalid key
  • \n
  • Don’t retry comments that are too old
  • \n
  • Improve error messages when verifying an API key
  • \n
\n

2.5.5

\n

Release Date – 11th January, 2012

\n
    \n
  • Add nonce check for comment author URL remove action
  • \n
  • Fix the settings link
  • \n
\n

2.5.4

\n

Release Date – 5th January, 2012

\n
    \n
  • Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it
  • \n
  • Added author URL quick removal functionality
  • \n
  • Added mShot preview on Author URL hover
  • \n
  • Added empty index.php to prevent directory listing
  • \n
  • Move wp-admin menu items under Jetpack, if it is installed
  • \n
  • Purge old Akismet comment meta data, default of 15 days
  • \n
\n

2.5.3

\n

Release Date – 8th Febuary, 2011

\n
    \n
  • Specify the license is GPL v2 or later
  • \n
  • Fix a bug that could result in orphaned commentmeta entries
  • \n
  • Include hotfix for WordPress 3.0.5 filter issue
  • \n
\n

2.5.2

\n

Release Date – 14th January, 2011

\n
    \n
  • Properly format the comment count for author counts
  • \n
  • Look for super admins on multisite installs when looking up user roles
  • \n
  • Increase the HTTP request timeout
  • \n
  • Removed padding for author approved count
  • \n
  • Fix typo in function name
  • \n
  • Set Akismet stats iframe height to fixed 2500px. Better to have one tall scroll bar than two side by side.
  • \n
\n

2.5.1

\n

Release Date – 17th December, 2010

\n
    \n
  • Fix a bug that caused the “Auto delete” option to fail to discard comments correctly
  • \n
  • Remove the comment nonce form field from the ‘Akismet Configuration’ page in favor of using a filter, akismet_comment_nonce
  • \n
  • Fixed padding bug in “author” column of posts screen
  • \n
  • Added margin-top to “cleared by …” badges on dashboard
  • \n
  • Fix possible error when calling akismet_cron_recheck()
  • \n
  • Fix more PHP warnings
  • \n
  • Clean up XHTML warnings for comment nonce
  • \n
  • Fix for possible condition where scheduled comment re-checks could get stuck
  • \n
  • Clean up the comment meta details after deleting a comment
  • \n
  • Only show the status badge if the comment status has been changed by someone/something other than Akismet
  • \n
  • Show a ‘History’ link in the row-actions
  • \n
  • Translation fixes
  • \n
  • Reduced font-size on author name
  • \n
  • Moved “flagged by…” notification to top right corner of comment container and removed heavy styling
  • \n
  • Hid “flagged by…” notification while on dashboard
  • \n
\n

2.5.0

\n

Release Date – 7th December, 2010

\n
    \n
  • Track comment actions under ‘Akismet Status’ on the edit comment screen
  • \n
  • Fix a few remaining deprecated function calls ( props Mike Glendinning )
  • \n
  • Use HTTPS for the stats IFRAME when wp-admin is using HTTPS
  • \n
  • Use the WordPress HTTP class if available
  • \n
  • Move the admin UI code to a separate file, only loaded when needed
  • \n
  • Add cron retry feature, to replace the old connectivity check
  • \n
  • Display Akismet status badge beside each comment
  • \n
  • Record history for each comment, and display it on the edit page
  • \n
  • Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham
  • \n
  • Highlight links in comment content
  • \n
  • New option, “Show the number of comments you’ve approved beside each comment author.”
  • \n
  • New option, “Use a nonce on the comment form.”
  • \n
\n

2.4.0

\n

Release Date – 23rd August, 2010

\n
    \n
  • Spell out that the license is GPLv2
  • \n
  • Fix PHP warnings
  • \n
  • Fix WordPress deprecated function calls
  • \n
  • Fire the delete_comment action when deleting comments
  • \n
  • Move code specific for older WP versions to legacy.php
  • \n
  • General code clean up
  • \n
\n

2.3.0

\n

Release Date – 5th June, 2010

\n
    \n
  • Fix “Are you sure” nonce message on config screen in WPMU
  • \n
  • Fix XHTML compliance issue in sidebar widget
  • \n
  • Change author link; remove some old references to WordPress.com accounts
  • \n
  • Localize the widget title (core ticket #13879)
  • \n
\n

2.2.9

\n

Release Date – 2nd June, 2010

\n
    \n
  • Eliminate a potential conflict with some plugins that may cause spurious reports
  • \n
\n

2.2.8

\n

Release Date – 27th May, 2010

\n
    \n
  • Fix bug in initial comment check for ipv6 addresses
  • \n
  • Report comments as ham when they are moved from spam to moderation
  • \n
  • Report comments as ham when clicking undo after spam
  • \n
  • Use transition_comment_status action when available instead of older actions for spam/ham submissions
  • \n
  • Better diagnostic messages when PHP network functions are unavailable
  • \n
  • Better handling of comments by logged-in users
  • \n
\n

2.2.7

\n

Release Date – 17th December, 2009

\n
    \n
  • Add a new AKISMET_VERSION constant
  • \n
  • Reduce the possibility of over-counting spam when another spam filter plugin is in use
  • \n
  • Disable the connectivity check when the API key is hard-coded for WPMU
  • \n
\n

2.2.6

\n

Release Date – 20th July, 2009

\n
    \n
  • Fix a global warning introduced in 2.2.5
  • \n
  • Add changelog and additional readme.txt tags
  • \n
  • Fix an array conversion warning in some versions of PHP
  • \n
  • Support a new WPCOM_API_KEY constant for easier use with WordPress MU
  • \n
\n

2.2.5

\n

Release Date – 13th July, 2009

\n
    \n
  • Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls
  • \n
\n

2.2.4

\n

Release Date – 3rd June, 2009

\n
    \n
  • Fixed a key problem affecting the stats feature in WordPress MU
  • \n
  • Provide additional blog information in Akismet API calls
  • \n
\n

\n
\n
Installation Instructions
\n
\n

Upload the Akismet plugin to your blog, Activate it, then enter your Akismet.com API key.

\n

1, 2, 3: You’re done!

\n
\n
\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/plugins/akismet/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Oct 2010 20:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins-wp/wordpress-seo/\";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:90:\"WordPress out of the box is already technically quite a good platform for SEO. This…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:12921:\"

\n

WordPress out of the box is already technically quite a good platform for SEO. This was true when Joost wrote his original WordPress SEO article in 2008 (updated every few months) and it’s still true today, but that doesn’t mean you can’t improve it further! This plugin is written from the ground up by Joost de Valk and his team at Yoast to improve your site’s SEO on all needed aspects. While this Yoast SEO plugin goes the extra mile to take care of all the technical optimization, more on that below, it first and foremost helps you write better content. Yoast SEO forces you to choose a focus keyword when you’re writing your articles, and then makes sure you use that focus keyword everywhere.

\n
\n

Premium Support
\n The Yoast team does not always provide active support for the Yoast SEO plugin on the WordPress.org forums. One-on-one email support is available to people who bought the Premium Yoast SEO plugin only.
\n Note that the Premium SEO plugin has several extra features too, including the option to have multiple focus keywords and a redirect manager, so it might be well worth your investment!

\n

You should also check out the Yoast Local SEO, Yoast News SEO and Yoast Video SEO extensions to Yoast SEO. These of course come with support too.

\n

Bug Reports
\n Bug reports for Yoast SEO are welcomed on GitHub. Please note GitHub is not a support forum, and issues that aren’t properly qualified as bugs will be closed.

\n
\n

Write better content with Yoast SEO

\n

Using the snippet preview, you can see a rendering of what your post or page will look like in the search results, whether your title is too long or too short, and whether your meta description makes sense in the context of a search result. This way the plugin will help you not only increase rankings but also increase the click through rate for organic search results.

\n

Page Analysis

\n

The Yoast SEO plugins Page Analysis functionality checks simple things you’re bound to forget. It checks, for instance, if you have images in your post and whether they have an alt tag containing the focus keyword for that post. It also checks whether your posts are long enough, whether you’ve written a meta description and if that meta description contains your focus keyword, if you’ve used any subheadings within your post, etc. etc.

\n

The plugin alsgruo allows you to write meta titles and descriptions for all your category, tag and custom taxonomy archives, giving you the option to further optimize those pages.

\n

Combined, this plugin makes sure that your content is the type of content search engines will love!

\n

Technical WordPress Search Engine Optimization

\n

While out of the box WordPress is pretty good for SEO, it needs some tweaks here and there. This Yoast SEO plugin guides you through some of the settings needed, for instance by reminding you to enable pretty permalinks. But it also goes beyond that, by automatically optimizing and inserting the meta tags and link elements that Google and other search engines like so much:

\n

Meta & Link Elements

\n

With the Yoast SEO plugin you can control which pages Google shows in its search results and which pages it doesn’t show. By default, it will tell search engines to index all of your pages, including category and tag archives, but to only show the first pages in the search results. It’s not very useful for a user to end up on the third page of your “personal” category, right?

\n

WordPress itself only shows canonical link elements on single pages, but Yoast SEO makes it output canonical link elements everywhere. Google has recently announced they would also use rel=\"next\" and rel=\"prev\" link elements in the head section of your paginated archives. This plugin adds those automatically. See this post for more info.

\n

XML Sitemaps

\n

The Yoast SEO plugin has the most advanced XML Sitemaps functionality in any WordPress plugin. Once you check the box, it automatically creates XML sitemaps and notifies Google & Bing of the sitemaps’ existence. These XML sitemaps include the images in your posts & pages too, so that your images may be found better in the search engines too.

\n

These XML Sitemaps will even work on large sites, because of how they’re created, using one index sitemap that links to sub-sitemaps for each 1,000 posts. They will also work with custom post types and custom taxonomies automatically, while giving you the option to remove those from the XML sitemap should you wish to.

\n

Because of using XSL stylesheets for these XML Sitemaps, the XML sitemaps are easily readable for the human eye too, so you can spot things that shouldn’t be in there.

\n

RSS Optimization

\n

Are you being outranked by scrapers? Instead of cursing at them, use them to your advantage! By automatically adding a link to your RSS feed pointing back to the original article, you’re telling the search engine where they should be looking for the original. This way, the Yoast SEO plugin increases your own chance of ranking for your chosen keywords and gets rid of scrapers in one go!

\n

Breadcrumbs

\n

If your theme is compatible, and themes based on for instance Genesis or by WooThemes often are, you can use the built-in Breadcrumbs functionality. This allows you to create an easy navigation that is great for both users and search engines, and will support the search engines in understanding the structure of your site.

\n

Making your theme compatible isn’t hard either, check these instructions.

\n

Edit your .htaccess and robots.txt file

\n

Using the built-in file editor, you can edit your WordPress blog’s .htaccess and robots.txt file, giving you direct access to the two most powerful files, from an SEO perspective, in your WordPress install.

\n

Social Integration

\n

SEO and Social Media are heavily intertwined. That’s why this plugin also comes with a Facebook OpenGraph implementation and will soon also support Google+ sharing tags.

\n

Multi-Site Compatible

\n

The Yoast SEO plugin, unlike some others, is fully Multi-Site compatible. The XML Sitemaps work fine in all setups and you even have the option, in the Network settings, to copy the settings from one blog to another, or make blogs default to the settings for a specific blog.

\n

Import & Export functionality

\n

If you have multiple blogs, setting up plugins like this one on all of them might seem like a daunting task. Except that it’s not, because what you can do is simple: you set up the plugin once. You then export your settings and simply import them on all your other sites. It’s that simple!

\n

Import functionality for other WordPress SEO plugins

\n

If you’ve used All In One SEO Pack or HeadSpace2 before using this plugin, you might want to import all your old titles and descriptions. You can do that easily using the built-in import functionality. There’s also import functionality for some of the older Yoast plugins, like Robots Meta and RSS footer.

\n

Should you have a need to import from another SEO plugin to Yoast SEO, or from a theme like Genesis or Thesis, you can use the SEO Data Transporter plugin, which will easily convert your SEO meta data from and to a whole set of plugins like Platinum SEO, SEO Ultimate, Greg’s High Performance SEO, and themes like Headway, Hybrid, WooFramework, Catalyst etc.

\n

Read this migration guide if you still have questions about migrating from another SEO plugin to Yoast SEO.

\n

Yoast SEO Plugin in your Language!

\n

Currently a huge translation project is underway, translating Yoast SEO in as much as 24 languages. So far, the translations for French and Dutch are complete, but we still need help on a lot of other languages, so if you’re good at translating, please join us at translate.yoast.com.

\n

News SEO

\n

Be sure to also check out the premium News SEO module if you need Google News Sitemaps. It tightly integrates with Yoast SEO to give you the combined power of News Sitemaps and full Search Engine Optimization.

\n

Further Reading

\n

For more info, check out the following articles:

\n\n

From within WordPress

\n
    \n
  1. Visit ‘Plugins > Add New’
  2. \n
  3. Search for ‘Yoast SEO’
  4. \n
  5. Activate Yoast SEO from your Plugins page.
  6. \n
  7. Go to “after activation” below.
  8. \n
\n

Manually

\n
    \n
  1. Upload the wordpress-seo folder to the /wp-content/plugins/ directory
  2. \n
  3. Activate the Yoast SEO plugin through the ‘Plugins’ menu in WordPress
  4. \n
  5. Go to “after activation” below.
  6. \n
\n

After activation

\n
    \n
  1. You should see (a notice to start) the Yoast SEO configuration wizard.
  2. \n
  3. Go through the configuration wizard and set up the plugin for your site.
  4. \n
  5. You’re done!
  6. \n
\n

\n

You’ll find answers to many of your questions on kb.yoast.com.

\n

\n

4.7.1

\n

Release Date: May 9th, 2017

\n
    \n
  • Bugfixes\n
      \n
    • Fixes a bug where the analysis wouldn’t work on Internet Explorer.
    • \n
    \n
  • \n
\n

4.7.0

\n

Release Date: May 2nd, 2017

\n
    \n
  • \n

    Enhancements

    \n
      \n
    • Adds transition words for Italian.
    • \n
    • Adds a new check in the analysis for the presence of at least one internal link.
    • \n
    \n
  • \n
  • \n

    Bugfixes

    \n
      \n
    • Fixes a bug where the _yst_is_cornerstone meta value was not prefixed, causing some themes/plugins to output this meta value.
    • \n
    • Fixes a bug where style and script elements were parsed for the prominent words.
    • \n
    • Fixes a bug where the cursor pointer was in front of the metabox.
    • \n
    \n
  • \n
\n

4.6.0

\n

Release Date: April 11th, 2017

\n
    \n
  • \n

    Enhancements

    \n
      \n
    • Improves a language string, props Sören Wrede.
    • \n
    • Improves the configuration wizard with clear information about the configuration.
    • \n
    • Adds the ability to mark posts as cornerstone content.
    • \n
    \n
  • \n
  • \n

    Bugfixes

    \n
      \n
    • Fixes an issue in combination with WooCommerce 3.0 where the plugins would load incompatible select2 versions.
    • \n
    \n
  • \n
\n

Earlier versions

\n

For the changelog of earlier versions, please refer to the separate changelog.txt file.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/jetpack/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/jetpack/\";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:112:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection,…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:38101:\"

\n

Keep any WordPress site secure, increase traffic, and engage your readers.

\n

Traffic and SEO Tools

\n

Traffic is the lifeblood of any website. Jetpack includes:

\n
    \n
  • [free] Site stats and analytics
  • \n
  • [free] Automatic sharing on Facebook, Twitter, LinkedIn, Tumblr, Reddit, and WhatsApp
  • \n
  • [free] Related posts
  • \n
  • [paid] Search engine optimization tools for Google, Bing, Twitter, Facebook, and WordPress.com
  • \n
  • [paid] Advertising program that includes the best of AdSense, Facebook Ads, AOL, Amazon, Google AdX, and Yahoo
  • \n
\n

Security and Backup Services

\n

Stop worrying about data loss, downtime, and hacking. Jetpack provides:

\n
    \n
  • [free] Brute force attack protection
  • \n
  • [free] Downtime and uptime monitoring
  • \n
  • [free] Secured logins and two-factor authentication
  • \n
  • [paid] Malware scanning, code scanning, and threat resolution
  • \n
  • [paid] Site backups, restores, and migrations
  • \n
\n

Content Creation

\n

Add rich, beautifully-presented media — no graphic design expertise necessary:

\n
    \n
  • [free] A high-speed CDN for your images
  • \n
  • [free] Carousels, slideshows, and tiled galleries
  • \n
  • [free] Simple embeds from YouTube, Google Documents, Spotify and more
  • \n
  • [free] Sidebar customization including Facebook, Twitter, and RSS feeds
  • \n
  • [free] Extra sidebar widgets including blog stats, calendar, and author widgets
  • \n
  • [paid] High-speed, ad-free, and high-definition video hosting
  • \n
\n

Discussion and Community

\n

Create a connection with your readers and keep them coming back to your site with:

\n
    \n
  • [free] Email subscriptions
  • \n
  • [free] Comment login with Facebook, Twitter, and Google
  • \n
  • [free] Fully-customizable contact forms
  • \n
  • [free] Infinite scroll for your posts
  • \n
\n

Expert Support

\n

We have an entire team of Happiness Engineers ready to help you. Ask your questions in the support forum, or contact us directly.

\n

Paid Services

\n

Most of Jetpack’s features and services are free. Jetpack also provides advanced security and backup services, video hosting, site monetization, priority support, and more SEO tools in three simple and affordable plans.

\n

Get Started

\n

Installation is free, quick, and easy. Set up the free plan in minutes.

\n

\n

Automated Installation

\n

Installation is free, quick, and easy. Install Jetpack from our site in minutes.

\n

Manual Alternatives

\n

Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help read our detailed instructions.

\n

\n
\n
Installation Instructions
\n
\n

Automated Installation

\n

Installation is free, quick, and easy. Install Jetpack from our site in minutes.

\n

Manual Alternatives

\n

Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help read our detailed instructions.

\n
\n
Is Jetpack Free?
\n
\n

Yes! Jetpack’s core features are and always will be free.

\n

These include: site stats, a high-speed CDN for images, related posts, downtime monitoring, brute force attack protection, automated sharing to social networks, sidebar customization, and many more.

\n
\n
Should I purchase a paid plan?
\n
\n

Jetpack’s paid services include automated backups, security scanning, spam filtering, video hosting, site monetization, SEO tools, and priority support.

\n

If you’re interested in learning more about the extra layers of protection and advanced tools available, learn more about our paid plans.

\n
\n
Why do I need a WordPress.com account?
\n
\n

Since Jetpack and its services are provided and hosted by WordPress.com, a WordPress.com account is required for Jetpack to function.

\n
\n
I already have a WordPress account, but Jetpack isn’t working. What’s going on?
\n
\n

A WordPress.com account is different from the account you use to log into your self-hosted WordPress. If you can log into WordPress.com, then you already have a WordPress.com account. If you can’t, you can easily create one during installation.

\n
\n
How do I view my stats?
\n
\n

Once you’ve installed Jetpack your stats will be available on WordPress.com/Stats, on the official WordPress mobile apps, and on your Jetpack dashboard.

\n
\n
How do I contribute to Jetpack?
\n
\n

There are opportunities for developers at all levels to contribute. Learn more about contributing to Jetpack or consider joining our beta program.

\n
\n
\n

\n

4.9

\n
    \n
  • Release date: May 2nd, 2017
  • \n
  • Release post: http://wp.me/p1moTy-4Rl
  • \n
\n

Major Enhancements

\n
    \n
  • New “EU Cookie Law Banner”, Flickr, and “Internet Defense League” widgets.
  • \n
\n

Slightly Less Exciting Enhancements

\n
    \n
  • Success notices are automatically dismissed after a short period.
  • \n
  • Removed unused code from “My Jetpack” interface and deprecated an XML-RPC method.
  • \n
  • Contact Form now adds display names to email addresses in the To header.
  • \n
  • Added an updated multiple unit tests increasing code coverage.
  • \n
  • Development mode now also shows module list.
  • \n
  • Updated the list of locales available in Jetpack.
  • \n
  • Plugin auto-updates only triggered from WordPress.com and now trigger WordPress’ maintenance mode.
  • \n
\n

Performance Improvements

\n
    \n
  • Record comment content modifications and moderation events to make sure comments are always up to date on WordPress.com.
  • \n
  • Sync post deletions, changes to sidebar, user events (addition, removal, and update) and theme installation.
  • \n
  • We now distinguish between a new and an updated attachment.
  • \n
  • Sync plugin and theme names when a related event is triggered including theme updates.
  • \n
\n

Compatibility Improvements

\n
    \n
  • Protect avoid conflicts with other plugins hooking into the log in form.
  • \n
  • Contact Form not auto-activated when Ninja Forms is active.
  • \n
  • WordPess.com REST API now allows HTTP PUT requests.
  • \n
\n

Bug Fixes

\n
    \n
  • Fixed wording in Post By Email button when no email address has been generated.
  • \n
  • Fixed a notice in the subscription widget in PHP 7.1
  • \n
  • Properly display VaultPress notices in the Jetpack dashboard.
  • \n
  • VideoPress now included in search results for “video” and fixed positioning of search icon on mobile screens.
  • \n
  • Protect supports IPv6 addresses properly.
  • \n
  • Dashboard avoids API requests being cached on some hosts and avoids errors when Spellchecker is inactive.
  • \n
  • Contact Form message content type is now set properly to restore compatibility with email plugins.
  • \n
  • Ads not displayed in the portfolio projects custom content type.
  • \n
  • Display all sites available in a network, even on large multisite installations.
  • \n
  • Featured Image is always used in tweets posted via Publicize.
  • \n
  • Avoid fatal errors when the exclusion parameter in Related Posts is not a string.
  • \n
  • Allow the removal of all custom title settings in the SEO feature.
  • \n
  • Make sure images are not distorted when Tiled Galleries uses Photon.
  • \n
  • Avoid PHP warnings and errors in the Stats dashboard on Multisite.
  • \n
  • Avoid errors when the Jetpack plugin is deleted.
  • \n
\n

4.8.2

\n
    \n
  • Release date: April 7th, 2017
  • \n
  • Release post: http://wp.me/p1moTy-4P0
  • \n
\n

Bug Fixes

\n
    \n
  • Fixed a bug that prevented activating/deactivating of some features in PHP versions below 5.4.
  • \n
  • Removed an unused function that was also incompatible with PHP versions below 5.4.
  • \n
  • Fixed a bug that was causing a blank Jetpack admin area.
  • \n
\n

4.8.1

\n
    \n
  • Release date: April 5th, 2017
  • \n
  • Release post: http://wp.me/p1moTy-4N5
  • \n
\n

Bug Fixes

\n
    \n
  • An incompatibility with PHP versions lower than 5.4 was introduced in the last release, causing a fatal error and we’ve immediately fixed this.
  • \n
  • Sitemaps: Some plugins were relying on a function that was removed in the last release, which has been fixed.
  • \n
  • General: Clicking on the info icon in the settings area will no longer jump to the top of the page.
  • \n
  • General: The Anti-spam card will always display the correct status in the Jetpack dashboard.
  • \n
\n

4.8

\n
    \n
  • Release date: April 4th, 2017
  • \n
  • Release post: http://wp.me/p1moTy-4gA
  • \n
\n

Major Enhancements

\n
    \n
  • Easier to navigate Jetpack’s feature settings in your dashboard and WordPress.com.
  • \n
  • New WordPress.com Toolbar provides quick access to site management, stats, and other services.
  • \n
  • New MailChimp Subscribe Popup widget.
  • \n
  • Sitemaps are faster and now support sites with a very large amount of posts.
  • \n
  • Contact Form now has a plain-text alternative and better avoids spam filters.
  • \n
  • Debug form includes extra information to better prioritize your support requests.
  • \n
  • Photon can now be used within the dashboard, and supports bbPress topics and replies.
  • \n
\n

Slightly Less Exciting Enhancements

\n
    \n
  • Improved previously confusing wording in Stats dashboard, and Featured Content options.
  • \n
  • You can now embed Apple Keynotes straight from icloud.com in your posts and pages.
  • \n
  • Changed Infinite Scroll button text on taxonomy page and added a new filter to short-circuit the is_last_batch() method.
  • \n
  • Open Graph now uses transients to save image IDs.
  • \n
  • You can now use full URLs in the Social Media Icons widget.
  • \n
  • Milestone widget now allows custom links to open in a new window.
  • \n
  • VideoPress videos can be used as headers in themes that support it, like Twenty Seventeen.
  • \n
  • Extracted the timezone offset method from the Upcoming Events widget so it can be used by other features.
  • \n
\n

Performance Improvements

\n
    \n
  • Database load is reduced during updates on large sites with multiple servers by retaining hashes for current and current-1 versions.
  • \n
  • Disk storage is reduced on large multisite networks by storing the jetpack_file_data option in the wp_sitemeta table.
  • \n
  • Jetpack plan data now uses the WordPress.com REST API.
  • \n
  • Slovakian language files now rely on WordPress.org’s language packs.
  • \n
\n

Accessibility Improvements

\n
    \n
  • Improved post details clipping for better screen reader support.
  • \n
  • Updated custom language packs for multiple languages.
  • \n
\n

Security Improvements

\n
    \n
  • We now avoid path disclosure via cookies in PHP error messages.
  • \n
\n

Compatibility Improvements

\n
    \n
  • Removed deprecated functions get_theme and get_current_theme.
  • \n
  • Publicize now works with third-party plugins like WP Recipe Maker.
  • \n
  • Open Graph Meta Tags are now enabled when you use the “Head, Footer and Post Injections” plugin.
  • \n
  • Better support for WooCommerce data sync and backup.
  • \n
  • We now also sync the sync_via_cron setting, the user’s chosen language, and WP Super Cache’s globals and constants.
  • \n
  • We no longer sync post types from the WordPress Automatic Plugin and RSS AutoPilot to avoid synchronization issues.
  • \n
  • Sync settings can now be edited from the WordPress.com REST API to better troubleshoot sync issues.
  • \n
\n

Bug Fixes

\n
    \n
  • Gravatar is always displayed in Settings.
  • \n
  • Submenu items always use relative links.
  • \n
  • Contact Form avoids PHP notices when using the form in a Text widget.
  • \n
  • Content Options now correctly displays single characters word count on sites with multibyte languages.
  • \n
  • Administrator area translations fixed for several languages.
  • \n
  • Added proper support for Formal/Informal translation versions for languages that support them.
  • \n
  • Site Icons are always used as fallback Open Graph Image tags.
  • \n
  • Protect removes port number when server returns a port alongside a stored IP address.
  • \n
  • Filters ensure that more than 1,024 posts can be excluded from Related Posts.
  • \n
  • When the email is already subscribed we now show the correct notification in the subscription form.
  • \n
  • When using the Email sharing button, we now avoid syntax errors due to unexpected characters in the from name.
  • \n
  • Remove deprecated jetpack_publicize_post action.
  • \n
  • VideoPress now avoids PHP Notices when fetching video information.
  • \n
  • Instagram base URL now uses www in the Social Media Icons widget.
  • \n
  • All values entered in Facebook Page Plugin widget settings are now escaped.
  • \n
  • Widget Visibility now avoids memory issues on sites with a lot of registered users.
  • \n
\n

4.7.1

\n
    \n
  • Release date: March 14th, 2017
  • \n
  • Release post: http://wp.me/p1moTy-48Y
  • \n
\n

Bug Fixes

\n
    \n
  • Carousel: avoid javascript errors that may cause issues with Slideshows or Tiled Galleries.
  • \n
  • Markdown: always enable Markdown for posts whenever the module is active.
  • \n
  • Sharing: make sure that sharing buttons open in a small pop-up instead of a separate window.
  • \n
  • SSO: Avoid token or nonce errors when trying to log in to your site via the Secure Sign On option.
  • \n
  • VideoPress: add in the ability to get video thumbnails from the WordPress.com REST API.
  • \n
  • Widgets: improve rendering of the Image Widget via Photon.
  • \n
  • Widget Visibility: avoid empty widget visibility rules after updating to Jetpack 4.7.
  • \n
  • Widget Visibility: restore the option to make widgets appear on archive pages of different Custom Post Types.
  • \n
  • Widget Visibility: migrate widget visibility settings to the new major Page rule for Custom Post Types.
  • \n
  • Widget Visibility: add missing CSS for widget visibility settings on sites using an RTL language.
  • \n
\n

4.7

\n
    \n
  • Release date: March 7th, 2017
  • \n
  • Release post: http://wp.me/p1moTy-46L
  • \n
\n

Enhancements

\n
    \n
  • Quickly jump to post specific stats on WordPress.com with a new link.
  • \n
  • We’ve added more information to our debug tools to improve your support experience.
  • \n
  • New HTML5 versions of our house ads are out.
  • \n
  • Display custom copyright EXIF information in the Carousel with this new filter.
  • \n
  • We’ve highlighted the ability to export Contact Form feedback as it was being overlooked.
  • \n
  • If you have images on WordPress.com we’re going to skip using Photon when the images include resize parameters.
  • \n
  • It is now possible to use the Sharing filter to customize the emails sent from the Email Sharing button.
  • \n
  • We’ve updated the library powering the Print link in the Recipe shortcode.
  • \n
  • Customize the speed and display of your slideshows with new Slideshow shortcode filters.
  • \n
  • The Twitch.tv shortcode now uses Twitch’s new embedded player.
  • \n
  • Social Menus now come with the option to use SVG icons.
  • \n
  • Customize the content of the Display Posts Widget with a new filter.
  • \n
  • We’ve added a new email field to the Contact Info Widget.
  • \n
  • The Image and the Text widgets now use Photon if it is enabled.
  • \n
  • The WordPress.com REST API got several updates including using register_rest_route() consistently for registering, new date and time format settings, a filter for theme info results, new links and endpoints, and more.
  • \n
  • We cleaned up the Google+ Shortcode JS library and added a way to filter the SlideShare shortcode.
  • \n
\n

Performance Improvements

\n
    \n
  • Experience better performance with single page load caching of the media summary.
  • \n
  • We made some improvements to avoid slow queries on sites with thousands of images.
  • \n
  • The Top Posts widget now utilizes an endpoint from the WP.com REST API improving performance.
  • \n
  • Improve development mode performance by only calling site_url() once.
  • \n
  • We rewrote the way major/minor rules lists are generated to save bandwidth, and memory for sites using Widget Visibility.
  • \n
  • We’ve removed sync options that weren’t needed to save memory during the sync process.
  • \n
\n

Accessibility

\n
    \n
  • We’ve improved the highlight of the stats range for a better visual experience and to make it consistent with other areas of the dashboard.
  • \n
  • Added a missing label to one of the fields in the Email sharing dialog.
  • \n
  • We’ve enabled keyboard focus styling in the new admin interface.
  • \n
  • Increased padding to sharing buttons on mobile to avoid usability issues.
  • \n
  • We’ve replaced Widget Visibility text labels with icons to improve usability on smaller devices.
  • \n
\n

Slightly Less Exciting Enhancements:

\n
    \n
  • We’ve added a filter to allow you to remove the Comment Form title.
  • \n
  • The Development Mode notice got an update to include all possible options to activate Development mode.
  • \n
  • Jetpack registration function got an update and cleanup.
  • \n
  • A notice displayed to WooCommerce store owners now detects when WooCommerce Services is installed, but not active.
  • \n
  • We’ve removed the Holiday Snow settings until you need them.
  • \n
  • Improved Infinite Scroll settings to reduce confusion.
  • \n
  • The HTML classes infinite-scroll and neverending are now applied using JS instead of PHP.
  • \n
  • We’ve updated the support link appearing when you’re locked out of your site.
  • \n
  • New Unit Tests were added to make sure Publicize doesn’t break when making changes to the Publicize process.
  • \n
  • We’ve added a sync filter to allow customizing timeout.
  • \n
  • The Top Posts widget now supports non-square image sizes.
  • \n
  • Added the Video GUID to the media API endpoint.
  • \n
\n

Improved Compatibility

\n
    \n
  • Fixed some W3C validation errors in Comments.
  • \n
  • Infinite Scroll now works beautifully with the Twenty Seventeen Theme.
  • \n
  • Translate new terms easier with an improvement to the translator comments.
  • \n
  • We switched to use Core functions to retrieve the list of sites in a multisite network for more accurate results.
  • \n
  • We added Product visibility to post meta whitelist, for better control of products displayed in Related Posts.
  • \n
  • We no longer sync specific post meta data added by Postman or WP RSS Mutli Importer to avoid performance issues during the sync process.
  • \n
  • We’re now avoiding conflicts with plugins adding the core Video upload library to the post editor.
  • \n
  • Removed deprecated compatibility code for older versions of WordPress.
  • \n
  • We had some Shortcode conflicts with WordPress Post embeds, but that’s been fixed.
  • \n
\n

Bug Fixes

\n
    \n
  • The Carousel jp_carousel_load_for_images_linked_to_file filter wasn’t working well with Photon, this has been fixed.
  • \n
  • Carousel is now working well when loaded from infinite scroll.
  • \n
  • We removed double slashes from file paths in the Contact Form to avoid errors in specific server environments.
  • \n
  • Fixed a problem where CSS was being stripped when migrating from Jetpack’s Custom CSS to Core’s CSS editor.
  • \n
  • Our Debug Tool is now reporting the correct URL when WordPress lives in a subdirectory.
  • \n
  • Found and fixed a PHP error when uninstalling Jetpack.
  • \n
  • Infinite Scroll is no longer buggy when displaying the last page, and is more compatible with certain themes that were returning posts when there were none left to show.
  • \n
  • We’re now skipping Photon for .ashx files.
  • \n
  • The Twitter character counter in Publicize got a fix to display info correctly.
  • \n
  • Related Posts are now displaying correctly for everyone, and we brought back the jetpack_sharing_headline_html filter.
  • \n
  • We’ve improved Sharing to render custom sharing services correctly, include Open Graph Meta Tags, and avoid JavaScript errors when jQuery is enqueued in the footer.
  • \n
  • Synchronization scheduling issues have been resolved.
  • \n
  • We’re now trimming spaces in URLs for Image and Display Posts Widgets.
  • \n
  • Widget Visibility wasn’t playing nice on taxonomy pages, this is no longer the case.
  • \n
  • The WordPress.com REST API received a couple of fixes to remove PHP errors when editing via the WordPress.com interface, authentication errors when using third-party apps, and permission errors when trying to preview edited posts in the WordPress.com editor.
  • \n
\n

4.6

\n
    \n
  • Release date: February 7, 2017
  • \n
  • Release post: http://wp.me/p1moTy-40g
  • \n
\n

New Features and Improvements

\n
    \n
  • Enable Google Analytics without touching a line of code with this new Jetpack feature.
  • \n
\n

Performance Improvements

\n
    \n
  • We’ve updated all outbound links to use HTTPS to improve performance and security.
  • \n
  • Photon now leverages a new WordPress core function to improve performance a bit.
  • \n
\n

Enhancements

\n
    \n
  • Keep an eye out for a note from WooCommerce on how your e-commerce store may benefit from our new USPS and CanadaPost shipping functionality.
  • \n
  • We’ve added an error message if Publicize isn’t functioning as it should be.
  • \n
  • The Twitter Widget timeline now displays the tweet limit count as 20, prior to this it appeared to have no limit.
  • \n
\n

Slightly Less Exciting Enhancements:

\n
    \n
  • In an effort to help us better understand features that are being used, Twitter’s timeline widget and Twitter’s shortcodes now pass Jetpack’s partner ID.
  • \n
  • We’ve added new API endpoints allowing us to enable translation auto-updates and pull post rows and metadata for backups.
  • \n
  • We’re now retrieving all feature settings in the readable /settings endpoint.
  • \n
\n

Improved Compatibility

\n
    \n
  • We’ve eliminated some notices and warnings when using Jetpack on a server running PHP 7.1 or on servers where print_r() is disabled.
  • \n
  • Photon now avoids PHP notices when your site is using plugins that do srcset CDN replacement.
  • \n
  • When the sharing options appear to be incorrect due to site configuration issues we force it to retrieve the right options avoiding potential fatal errors.
  • \n
  • We’ve added some shortcode CSS and widget class names prefixes to avoid conflicts with other plugins.
  • \n
\n

Bug Fixes

\n
    \n
  • Some sites were using illegal multibyte characters and failing to sync posts, this has been fixed.
  • \n
  • IE11 was giving our admin layout a bit of a problem but we rectified that.
  • \n
  • There were some PHP notices popping up when a site has no posts so we got rid of them.
  • \n
  • The new Jetpack Ads feature will auto disable itself if your Jetpack plan doesn’t support the feature.
  • \n
  • We fixed a few PHP notices and warnings related to the Custom CSS feature.
  • \n
  • The connection banner’s “dismiss” icon was giving us a little trouble, but we got it fixed right up.
  • \n
  • The Likes feature was showing a PHP notice when there was no $post object, this has been fixed.
  • \n
  • We’ve brought back the Twitter Widget “noscrollbar” option.
  • \n
  • We’re now forcing only Photon URLs to HTTPS as your custom CDN URLs may use a different protocol.
  • \n
  • If a Publicize connection is not shared with all users on the site, do not trigger Publicize for the other users.
  • \n
  • Publicize was having trouble working with scheduled posts, this should be fixed now.
  • \n
  • SSO may not have been displaying the login form when using JSON API authorization. Sorry about that, we’ve fixed it.
  • \n
  • We’ve eliminated some PHP notices that were showing with some Shortcodes.
  • \n
  • There was a Top Posts Widget image size issue when using list layouts, but is no longer causing issues.
  • \n
  • We fixed some notices and warnings when updating data from the WordPress.com central interface.
  • \n
\n

4.5

\n
    \n
  • Release date: January 17, 2017
  • \n
  • Release post: http://wp.me/p1moTy-3Kc
  • \n
\n

This release introduces a brand-new module, Jetpack Ads, a brand-new VideoPress feature, and a lot of new shortcodes and widgets.

\n

Exciting New Features and Improvements:

\n
    \n
  • Generate revenue from your site with an all-new WordAds feature, which when enabled displays high-quality ads for your visitors.
  • \n
  • Today we are proud to release a fully redesigned VideoPress interface for easy uploading, management, and add-free playback of your fantastic videos now fully integrated with your Jetpack Premium or Professional plans.
  • \n
  • Spice up your sidebar with new widgets that display blog stats, author info, “Follow my blog” buttons, and even an event countdown.
  • \n
  • Embed your amazing 360° photos with the VR shortcode
  • \n
  • Link your visitors to your Tumblr or Twitch pages using the new icons in the Social Media Icons Widget.
  • \n
\n

Enhancements

\n
    \n
  • Use the beautiful Jetpack carousel feature to display single images.
  • \n
  • Turn on and update Related Posts right from the Customizer.
  • \n
  • Customize the output of the Related Posts headline using a new filter.
  • \n
\n

Performance and Security Improvements:

\n
    \n
  • Your Custom CSS will now be served in a separate stylesheet when it is more than 2,000 characters.
  • \n
  • Your Stats queries are now always being made over HTTPS.
  • \n
  • Holiday Snow files now load in the footer, but rest assured the snow still falls from above.
  • \n
  • We have improved Jetpack’s synchronization process to support more plugins and use less resources.
  • \n
  • The jQuery Cycle script used by slideshow galleries is now minified, resulting in faster loading times.
  • \n
\n

Slightly Less Exciting Enhancements:

\n
    \n
  • The JSON API now allows updating translations and alternative theme installation methods.
  • \n
  • Public Custom Post Types are now automatically available via the WordPress.com REST API.
  • \n
  • We’ve added a token-based authentication mechanism to the REST API in order for the site to be able to receive authenticated requests from WordPress.com.
  • \n
  • Use sync commands in Jetpack’s WP CLI.
  • \n
  • You can now set the value for options directly in the Contact Form shortcode.
  • \n
  • Updated some verbiage around IP Whitelisting on the Protect settings screen.
  • \n
  • Custom sharing buttons got some new variables.
  • \n
  • RIP blip.tv — we’ve removed your shortcode.
  • \n
  • Improved Image and Display Posts Widget settings to provide more explanation and better error messages.
  • \n
  • We’ve added a few new Content Options to the Customizer for supported themes.
  • \n
  • Improved the Facebook Widget to avoid confusion when editing width and height settings.
  • \n
  • Added and improved a few shortcodes.
  • \n
\n

Improved Compatibility:

\n
    \n
  • If your server is misconfigured and we can’t get an IP address we’re going to deactivate Protect and send you a notice so you’re in the loop.
  • \n
  • The WPML compatibility file wasn’t loading at the right time, but we’ve fixed that.
  • \n
  • We’ve improved compatibility with tools like Cavalcade to avoid stuck Cron jobs.
  • \n
  • Some selected WooCommerce data (order items and order item meta) are now syncing to WordPress.com.
  • \n
\n

Bug Fixes

\n
    \n
  • You’ll notice numerous design improvements to the Jetpack UI.
  • \n
  • Accessibility is important to us so we’ve made some improvements there.
  • \n
  • Missing attachments in the Carousel were causing an infinite loop, but we’ve corrected that.
  • \n
  • Eliminated a PHP Notice when running the CLI wp jetpack command.
  • \n
  • PHP warnings in the Restaurant Menu Post type have seen their last day with us.
  • \n
  • Fixed a bug that displayed the wrong connected user for up to 24 hours after they disconnected.
  • \n
  • Removed a deprecated function to prevent notices when using Infinite Scroll in the Customizer.
  • \n
  • Long titles in Jetpack widgets weren’t looking so great, so we cleaned them up.
  • \n
  • Before now you weren’t able to create a child category from WordPress.com. Now you can!
  • \n
  • Rogue colons were showing up in the related posts area on sites with the Twenty Fourteen and Twenty Sixteen themes.
  • \n
  • Fixed a ReCaptcha error on the Email sharing button.
  • \n
  • Confirmed Instagram embeds actually load when using Infinite Scroll.
  • \n
  • Site Icons now display on the WordPress.com site management interface.
  • \n
  • Set a default time limit of 30 seconds when sending sync requests via Cron.
  • \n
  • Synchronized supported shortcodes on a site.
  • \n
  • Fixed an issue where empty categories weren’t showing with the Widget Visibility feature dropdown.
  • \n
  • Fixed various little bugs when working with multiple widgets in the Customizer and in the Widgets admin screen.
  • \n
  • Added a Translate Widget default title in case you haven’t defined one.
  • \n
  • The Top Posts Widget now avoids layout issues when using the Grid layout while displaying a post without an image.
  • \n
\n

4.4.2

\n
    \n
  • Release date: December 6, 2016
  • \n
  • Release post: http://wp.me/p1moTy-3JR
  • \n
\n

This release improves Jetpack compatibility with WordPress 4.7.

\n

Compatibility changes

\n
    \n
  • Custom CSS: Made the Custom CSS feature of Jetpack compatible with the CSS Customizer editor in WordPress 4.7.
  • \n
  • Sync: improved compatibility with the wp-missed-schedule plugin.
  • \n
\n

Bug Fixes

\n
    \n
  • Featured Content: made sure there is no infinite loop when removing the featured tag from the tag list.
  • \n
  • Admin: made sure help tabs are not being hidden.
  • \n
  • Admin: made At a Glance page work nicely when there is no backup data yet.
  • \n
  • Sync: now making sure that needed classes are loaded, preventing errors.
  • \n
  • Sync: cleared out unneeded scheduled jobs.
  • \n
\n

4.4.1

\n
    \n
  • Release date: November 22, 2016
  • \n
  • Release post: http://wp.me/p1moTy-3JR
  • \n
\n

Bug Fixes

\n
    \n
  • Fixed an issue where some users with slower servers would get an error on the Jetpack dashboard when WP_DEBUG was enabled.
  • \n
  • Fixed an issue where users on a Jetpack Professional plan who were paying monthly (as opposed to annually) wouldn’t be able to enable SEO Tools.
  • \n
\n

4.4

\n
    \n
  • Release date: November 21, 2016
  • \n
  • Release post: http://wp.me/p1moTy-3FE
  • \n
\n

Enhancements

\n
    \n
  • Additional unit tests have been added to improve Jetpack’s development process and stability.
  • \n
  • Custom post types have been added to the WP REST API output.
  • \n
  • Many of the screenshots throughout the plugin have been replaced by SVGs in order to make Jetpack smaller.
  • \n
  • New endpoints have been added to allow the installation of plugin and theme zip files via the API.
  • \n
  • Twelve new filters to make Jetpack more extensible! See: http://wp.me/p1moTy-3FE.
  • \n
  • New widget: “Google Translate” to allow users to translate your site into their own language.
  • \n
  • New widget: “My Community” where you can see who recently interacted with your site.
  • \n
  • One of the biggest issues facing Jetpack users for years now has been difficulties in moving sites from one domain name to another. This update makes strides towards improving that process.
  • \n
  • Photon now uses HTTPS by default. Secure all the things!
  • \n
  • There are now helpful hints throughout the admin interface to make Jetpack easier to use.
  • \n
  • We now allow you to embed pins, boards and profiles from Pinterest.
  • \n
  • We’ve added a new feature: SEO Tools, available to Jetpack Professional subscribers. You can read more about our plans here: https://jetpack.com/features/
  • \n
  • We’ve made numerous improvements to the data sync process.
  • \n
\n

Bug Fixes:

\n
    \n
  • Fixed link to Akismet settings.
  • \n
  • Improved compatibility between Infinite Scroll and WPML.
  • \n
  • Move email notification settings back with the other email settings in the Discussion Settings.
  • \n
  • Various minor performance/compatibility fixes.
  • \n
\n

4.3.2

\n
    \n
  • Release date: October 13, 2016
  • \n
\n

Enhancements

\n
    \n
  • Unsaved changes were getting lost when users were navigating away from settings so we put in a confirmation message to prevent this from happening.
  • \n
  • We’ve stopped counting carousel views in stats by default, you can use the jetpack_enable_carousel_stats filter to enable counting them again.
  • \n
  • Stats are now responding faster.
  • \n
  • There were several improvements and repairs made to sync including additional endpoints, performance enhancements, whitelisted data, better decision making around when to sync information, and more.
  • \n
  • Markdown now has a CSS class on footnotes.
  • \n
\n

Improved Compatibility:

\n
    \n
  • We’ve improved compatibility with Kinsta by automatically turning on Staging Mode for Jetpack when in a staging environment.
  • \n
\n

Bug Fixes:

\n
    \n
  • Several fixes have been made to sync to repair issues with Publicize, Notifications, and Subscriptions.
  • \n
  • We removed PHP warnings by checking to make sure json language files like jetpack-en_US.json are readable before we load them.
  • \n
  • We found an unused option in Gravatar Hovercard settings and removed it.
  • \n
  • The correct support link is now being used to make it easier for you to connect with the Jetpack team if you need us.
  • \n
  • The permissions check for plugin information retrieval was fixed as well.
  • \n
  • Some plugins were adding content on outbound http requests causing an infinite loop we fixed this right up.
  • \n
  • We removed some warnings that were occurring when translations didn’t exist by adding a fallback.
  • \n
  • We’ve added Moroccan Arabic translations, and switched to language packs for Croatian, Spanish (Chile) and Greek.
  • \n
  • Sync was running into issues so we’ve limited dequeue time to 1/3 of PHP’s max execution time, which has unclogged the problem.
  • \n
  • We’re now sending full and incremental queues separately so that a failure in one doesn’t block the other.
  • \n
  • There was a JavaScript enqueuing error with our Sharing feature that has been repaired.
  • \n
  • The Top Posts widget now includes the ability to list attachment (media) pages.
  • \n
  • We weren’t building CPT links correctly resulting in bad navigation, which is now fixed.
  • \n
  • We removed the form legend for default Tiled Gallery settings as it doesn’t relate.
  • \n
  • With shortcodes we now return early from processing them if no string is passed, as they are required.
  • \n
\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/plugins/jetpack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 18:48: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:8:\"category\";a:1:{i:0;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:52:\"https://wordpress.org/plugins-wp/wordpress-importer/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:4618:\"

\n

The WordPress Importer will import the following content from a WordPress export file:

\n
    \n
  • Posts, pages and other custom post types
  • \n
  • Comments
  • \n
  • Custom fields and post meta
  • \n
  • Categories, tags and terms from custom taxonomies
  • \n
  • Authors
  • \n
\n

For further information and instructions please see the Codex page on Importing Content

\n

Filters

\n

The importer has a couple of filters to allow you to completely enable/block certain features:

\n
    \n
  • import_allow_create_users: return false if you only want to allow mapping to existing users
  • \n
  • import_allow_fetch_attachments: return false if you do not wish to allow importing and downloading of attachments
  • \n
  • import_attachment_size_limit: return an integer value for the maximum file size in bytes to save (default is 0, which is unlimited)
  • \n
\n

There are also a few actions available to hook into:

\n
    \n
  • import_start: occurs after the export file has been uploaded and author import settings have been chosen
  • \n
  • import_end: called after the last output from the importer
  • \n
\n

\n
\n
Installation Instructions
\n
\n

The quickest method for installing the importer is:

\n
    \n
  1. Visit Tools -> Import in the WordPress dashboard
  2. \n
  3. Click on the WordPress link in the list of importers
  4. \n
  5. Click “Install Now”
  6. \n
  7. Finally click “Activate Plugin & Run Importer”
  8. \n
\n

If you would prefer to do things manually then follow these instructions:

\n
    \n
  1. Upload the wordpress-importer folder to the /wp-content/plugins/ directory
  2. \n
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. \n
  5. Go to the Tools -> Import screen, click on WordPress
  6. \n
\n
\n
Help! I’m getting out of memory errors or a blank screen.
\n
\n

If your exported file is very large, the import script may run into your host’s configured memory limit for PHP.

\n

A message like “Fatal error: Allowed memory size of 8388608 bytes exhausted” indicates that the script can’t successfully import your XML file under the current PHP memory limit. If you have access to the php.ini file, you can manually increase the limit; if you do not (your WordPress installation is hosted on a shared server, for instance), you might have to break your exported XML file into several smaller pieces and run the import script one at a time.

\n

For those with shared hosting, the best alternative may be to consult hosting support to determine the safest approach for running the import. A host may be willing to temporarily lift the memory limit and/or run the process directly from their end.

\n

WordPress Codex: Importing Content

\n
\n
\n

\n

0.6.3

\n
    \n
  • Add support for import term metadata.
  • \n
  • Fix bug that caused slashes to be stripped from imported content.
  • \n
  • Fix bug that caused characters to be stripped inside of CDATA in some cases.
  • \n
  • Fix PHP notices.
  • \n
\n

0.6.2

\n
    \n
  • Add wp_import_existing_post filter. See: https://core.trac.wordpress.org/ticket/33721
  • \n
\n

0.6

\n
    \n
  • Support for WXR 1.2 and multiple CDATA sections
  • \n
  • Post aren’t duplicates if their post_type’s are different
  • \n
\n

0.5.2

\n
    \n
  • Double check that the uploaded export file exists before processing it. This prevents incorrect error messages when
    \nan export file is uploaded to a server with bad permissions and WordPress 3.3 or 3.3.1 is being used.
  • \n
\n

0.5

\n
    \n
  • Import comment meta (requires export from WordPress 3.2)
  • \n
  • Minor bugfixes and enhancements
  • \n
\n

0.4

\n
    \n
  • Map comment user_id where possible
  • \n
  • Import attachments from wp:attachment_url
  • \n
  • Upload attachments to correct directory
  • \n
  • Remap resized image URLs correctly
  • \n
\n

0.3

\n
    \n
  • Use an XML Parser if possible
  • \n
  • Proper import support for nav menus
  • \n
  • … and much more, see Trac ticket #15197
  • \n
\n

0.1

\n
    \n
  • Initial release
  • \n
\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/all-in-one-seo-pack/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 19:30:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins-wp/all-in-one-seo-pack/\";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:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:4934:\"

\n

Use All in One SEO Pack to optimize your WordPress site for SEO. It’s easy and works out of the box for beginners, and has advanced features and an API for developers.

\n

Upgrade to Pro Version

\n

Premium Support

\n

First created in 2007, see why AIOSEO is one of the all time most downloaded plugins for WordPress.

\n
    \n
  • XML Sitemap support – submit your sitemap to Google and Bing and improve your SEO
  • \n
  • Google AMP support (Accelerated Mobile Pages)
  • \n
  • Google Analytics support
  • \n
  • Support for SEO on Custom Post Types
  • \n
  • Advanced Canonical URLs
  • \n
  • Redirect attachment pages to parent post
  • \n
  • Automatically notifies search engines like Google and Bing about changes to your site
  • \n
  • Built-in API so other plugins/themes can access and extend functionality
  • \n
  • ONLY free plugin to provide SEO Integration for e-Commerce sites, including WooCommerce
  • \n
  • Nonce Security built into All in One SEO Pack
  • \n
  • Automatically optimizes your titles for Google and other search engines
  • \n
  • Generates META tags automatically
  • \n
  • Avoids the typical duplicate content found on WordPress blogs
  • \n
  • For beginners, you don’t even have to look at the options, it works out-of-the-box. Just install.
  • \n
  • For advanced users, you can fine-tune everything to optimize your SEO
  • \n
  • You can override any title and set any META description and any META keywords you want.
  • \n
  • Compatibility with many other plugins
  • \n
  • Translated into 57 languages
  • \n
  • PHP 7 100% Compatible
  • \n
\n

Follow me on Twitter to keep up with the latest updates Michael
\nTorbert

\n

\n

Tags

\n

seo, SEO, All in One, google, meta, meta description, search engine optimization, xml sitemap, xml sitemaps, google sitemap, sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, widget, Post, plugin, admin, posts, shortcode, sidebar, twitter, page, images, comments, image, news sitemaps, XML News Sitemaps, WordPress SEO, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, seo pack, schema.org, search engines, custom post types, custom taxonomies, canonical

\n

\n

Please visit our complete Documentation before requesting support for SEO from the
\nAll in One SEO Pack Support Forum

\n

Translations

\n
\n
General Settings
\n
\n

\n
\n
XML Sitemaps
\n
\n

\n
\n
Social Meta
\n
\n

\n
\n
Performance
\n
\n

\n
\n
\n

\n

All in One SEO Pack Changelog

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/all-in-one-seo-pack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/woocommerce/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 Sep 2011 15:32: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins-wp/woocommerce/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:36950:\"

\n

WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control.

\n

With endless flexibility and access to hundreds of free and premium WordPress extensions, WooCommerce now powers 30% of all online stores — more than any other platform.

\n\n

Sell anything, anywhere

\n

With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, multiple configurations, and instant downloads to shoppers, and even sell affiliate goods from online marketplaces.

\n

With premium extensions, you can offer bookings, memberships, and recurring subscriptions. Perhaps you’d like to sell monthly subscriptions for physical goods, or offer your members a discount on digital downloads? It’s all possible.

\n

Ship wherever you like

\n

Offer free shipping, flat rate shipping, or make real-time calculations. Limit your shipments to specific countries, or open your store up to the world. Shipping is highly configurable, and WooCommerce even supports drop shipping.

\n

Extensive payment options

\n

WooCommerce comes bundled with the ability to accept major credit cards, PayPal, BACS (bank transfers), and cash on delivery. Need additional options? More than 140 region-specific gateways integrate with WooCommerce, including popular choices like Stripe, Authorize.Net, and Amazon Payments.

\n

You control it all — forever

\n

WooCommerce gives you complete control of your store, from taxes to stock levels to customer accounts. Add and remove extensions, change your design, and switch settings as you please. It’s all under your control.

\n

One of the biggest risks of using a hosted eCommerce platform is what happens to your store if the provider closes up shop. With WooCommerce, you have complete control, so there’s never any reason to worry. Your data belongs to you — and it’s kept secure, thanks to regular audits by industry leaders.

\n

Define your style with Storefront

\n

Storefront is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.

\n

Define your style even further by customizing Storefront to your liking or choosing from one of our several Storefront child themes. It’s all up to you, and all open source.

\n

Built with developers in mind

\n

Extendable, adaptable, and open source — WooCommerce was created with developers in mind. With its strong, robust framework, you can scale your client’s store all the way from basic to high-end (infinity and beyond).

\n

Built with a REST API, WooCommerce can integrate with virtually any service. Your store’s data can be accessed anywhere, anytime, 100% securely. WooCommerce allows developers to easily create, modify, and grow a store that meets their specifications.

\n

No matter the size of the store you want to build, WooCommerce will scale to meet your requirements. With a growing collection of more than 300 extensions, you can enhance each store’s features to meet your client’s unique needs — or even create your own solution.

\n

If security is a concern, rest easy. WooCommerce is audited by a dedicated team of developers working around the clock to identify and patch any and all discovered bugs.

\n

We also support WooCommerce and all its extensions with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to create the exact site your client needs.

\n

Extensions galore

\n

WordPress.org is home to some amazing extensions for WooCommerce, including:

\n\n

Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in.

\n

If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include:

\n\n

And there’s plenty more where they came from. Visit our extensions page to find out everything you’re capable of and all that’s possible with premium WooCommerce extensions.

\n

Join our growing community

\n

When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We’re one of the fastest-growing open source communities online, and whether you’re a n00b or a Ninja, we’d love to have you!

\n

If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head over to the WooCommerce GitHub Repository to find out how you can pitch in.

\n

Want to add a new language to WooCommerce? Swell! You can contribute via translate.wordpress.org.

\n

And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those here.

\n

\n

Minimum Requirements

\n
    \n
  • PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)
  • \n
  • MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)
  • \n
  • Some payment gateways require fsockopen support (for IPN access)
  • \n
  • WooCommerce 2.5 requires WordPress 4.1+
  • \n
  • WooCommerce 2.6 requires WordPress 4.4+
  • \n
\n

Visit the WooCommerce server requirements documentation for a detailed list of server requirements.

\n

Automatic installation

\n

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

\n

In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.

\n

Manual installation

\n

The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains instructions on how to do this here.

\n

Updating

\n

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

\n

If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.

\n

Dummy data

\n

WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the WordPress importer or use our CSV Import Suite plugin to import dummy_data.csv and dummy_data_variations.csv.

\n

\n
\n
Installation Instructions
\n
\n

Minimum Requirements

\n
    \n
  • PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)
  • \n
  • MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)
  • \n
  • Some payment gateways require fsockopen support (for IPN access)
  • \n
  • WooCommerce 2.5 requires WordPress 4.1+
  • \n
  • WooCommerce 2.6 requires WordPress 4.4+
  • \n
\n

Visit the WooCommerce server requirements documentation for a detailed list of server requirements.

\n

Automatic installation

\n

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

\n

In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.

\n

Manual installation

\n

The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains instructions on how to do this here.

\n

Updating

\n

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

\n

If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.

\n

Dummy data

\n

WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the WordPress importer or use our CSV Import Suite plugin to import dummy_data.csv and dummy_data_variations.csv.

\n
\n
Where can I find WooCommerce documentation and user guides?
\n
\n

For help setting up and configuring WooCommerce please refer to our user guide

\n

For extending or theming WooCommerce, see our codex.

\n
\n
Where can I get support or talk to other users?
\n
\n

If you get stuck, you can ask for help in the WooCommerce Plugin Forum.

\n

For help with premium extensions from WooThemes, use our helpdesk.

\n
\n
Will WooCommerce work with my theme?
\n
\n

Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our codex for help. If you’re looking for a theme with built in WooCommerce integration we recommend Storefront.

\n
\n
Where can I request new features, eCommerce themes and extensions?
\n
\n

You can vote on and request new features and extensions in our WooIdeas board

\n
\n
Where can I report bugs or contribute to the project?
\n
\n

Bugs can be reported either in our support forum or preferably on the WooCommerce GitHub repository.

\n
\n
Where can I find the REST API documentation?
\n
\n

You can find the documentation of our REST API on the WooCommerce REST API Docs.

\n
\n
WooCommerce is awesome! Can I contribute?
\n
\n

Yes you can! Join in on our GitHub repository \"?\"

\n
\n
\n

\n

3.0.6 – 2017-05-09

\n
    \n
  • Fix – Fixed conflict between global attributes and custom attributes with the same names.
  • \n
  • Fix – Added missing “id” to API for shipping zone methods to support the CLI.
  • \n
  • Fix – Incorrect use of wc_format_price_range in get_price_html_from_to.
  • \n
  • Fix – Clone each meta object when cloning WC_Data object to avoid modifying original meta stdClass objects.
  • \n
  • Fix – Fix non numeric warning for some order data.
  • \n
  • Fix – Fixed a warning when no customer country is defined for state input.
  • \n
  • Fix – Use term name when reordering so correct data is passed to the new order.
  • \n
  • Fix – Formatting issues in wc_display_item_meta.
  • \n
  • Fix – Check if IP address is valid in IP address detection code.
  • \n
  • Fix – wc_attribute_taxonomy_id_by_name should use wc_sanitize_taxonomy_name to prevent breaking special chars.
  • \n
  • Fix – Correct variable name in order structured data.
  • \n
  • Fix – Prepend new item keys with $items_key to make them unique.
  • \n
  • Fix – Hide offers from structured markup when blank.
  • \n
  • Fix – Fixed “Process to checkout” button color in Twenty seventeen dark theme.
  • \n
  • Fix – Only set reply-to if the email + name is set.
  • \n
  • Fix – Correctly exclude terms in wc_get_related_products.
  • \n
  • Fix – Reset post data prevents grouped products working in shortcodes.
  • \n
  • Fix – Fix min price range comparisons.
  • \n
  • Fix – Properly save order items in legacy REST API.
  • \n
  • Fix – Use correct full size for variation images.
  • \n
  • Fix – Add noscript style for gallery.
  • \n
  • Fix – Fix/duplicate potential stock reduction with paypal.
  • \n
  • Tweak – Improve _wc_term_recount performance.
  • \n
  • Tweak – Improve plugin update detection in system status report to reduce timeouts.
  • \n
  • Tweak – Improve “Save Order” button to reproduce WordPress post/page behavior.
  • \n
  • Tweak – Added zipcode validation for France.
  • \n
  • Dev – Added woocommerce_shop_order_search_results filter.
  • \n
\n

3.0.5 – 2017-04-28

\n
    \n
  • Fix – Tooltip display within shipping zone modals.
  • \n
  • Fix – Fix missing title for actions column on mobile.
  • \n
  • Fix – Allow forward slash in telephone field.
  • \n
  • Fix – Sort grouped products by menu order when displaying.
  • \n
  • Fix – Fix term exclusion in term count queries.
  • \n
  • Fix – Filter invalid products before returning them for wc_get_products.
  • \n
  • Fix – Prevent orders being their own parent (causes errors).
  • \n
  • Fix – Correctly migrate legacy shipping taxes data.
  • \n
  • Fix – Make sure the meta data cache is not shared among instances.
  • \n
  • Fix – Correct the stock display notice when a variable product manages stock for it’s children.
  • \n
  • Fix – On multisite, add user to blog during checkout if not a user to prevent errors.
  • \n
  • Fix – Correct sale price date handling with some timezone setups.
  • \n
  • Fix – wc_attribute_taxonomy_id_by_name needs to use lowercase attribute slug to work.
  • \n
  • Fix – Make changes to the buyer’s company name in the shipping section of checkout persist.
  • \n
  • Tweak – Add required placeholder for meta fields in backend.
  • \n
  • Tweak – Don’t strtolower address strings on checkout validation messages.
  • \n
  • REST API – Prevent password change notification when creating a customer.
  • \n
  • REST API – Removed duplicated items returned in shipping and checkout endpoints.
  • \n
  • CLI – Fixed missing shipping zones route.
  • \n
  • Dev – Make get_price_html handling match 2.6 and pass all values through woocommerce_get_price_html filter.
  • \n
  • Dev – Legacy customer class missing get_address / get_address_2 functions.
  • \n
  • Dev – Restored filter woocommerce_checkout_customer_id during checkout validation.
  • \n
  • Dev – Adds missing $this argument for all woocommerce_payment_complete_order_status filters.
  • \n
\n

3.0.4 – 2017-04-20

\n
    \n
  • Fix – Variations were not inheriting the product image and shipping class ID.
  • \n
  • Fix – Prevent rating/review counts being duplicated when duplicating products.
  • \n
  • Fix – Fixed gallery navigation between images with long captions.
  • \n
  • Fix – Support transparent PNG in the gallery by setting a background color.
  • \n
  • Fix – Removed name/company from the shipping address Google map links.
  • \n
  • Fix – Fixed the address field sorting script on the checkout.
  • \n
  • Fix – Fixed the upgrade routine for grouped products so that parents are unset.
  • \n
  • Fix – Fixed support for WordPress 4.7 user locale settings.
  • \n
  • Fix – Fixed default option filter for product types in the product meta box.
  • \n
  • Fix – Improved the css in Twenty Seventeen for dark color schemes.
  • \n
  • Fix – Fixed display of refunds in sales report.
  • \n
  • Fix – Updated single-product/add-to-cart/variable.php template version to 3.0.0 since it had changes since 2.6.
  • \n
  • Fix – Fixed warnings when product attribute do not exists.
  • \n
  • Fix – Used a div for comment-form-rating to prevent invalid nested markup.
  • \n
  • Fix – Fixed some logic that checks if order taxes are compound.
  • \n
  • Fix – Fixed SKU checks to only exclude products that are trashed.
  • \n
  • Fix – Fixed display of download permissions in first email sent after checkout.
  • \n
  • Fix – Hidden the backorder notification stock text when notification is disabled.
  • \n
  • Fix – Fixed incorrect stock numbers in low stock emails.
  • \n
  • Tweak – Removed the non-functional order total input box, and combined the recalculation buttons into one working button.
  • \n
  • Tweak – Updated Guided Tour videos.
  • \n
  • Tweak – Updated js-cookie.js to 2.1.4.
  • \n
  • Tweak – Updated schema.org URLs to use HTTPS.
  • \n
  • Tweak – Status report request timeouts.
  • \n
  • REST API – Fixed an issue that prevented deleting a term if errors were thrown during creation.
  • \n
  • REST API – Fixed reports endpoint when querying by date.
  • \n
  • REST API – Fixed ignored order parameters when changing order status.
  • \n
  • Dev – Support guest orders in wc_get_orders function.
  • \n
  • Dev – Fixed downloadable variation filters for download URLs.
  • \n
  • Dev – Added safeguards to prevent infinite loops while saving coupons, products and orders in admin.
  • \n
  • Dev – Added a fallback for queue_transactional_email if background sending is disabled.
  • \n
  • Dev – Added has_shipping_address helper method.
  • \n
  • Dev – Introduced woocommerce_order_item_get_formatted_meta_data filter.
  • \n
  • Dev – Made wc_add_order_item pass correct values to woocommerce_new_order_item.
  • \n
  • Dev – Fixed legacy_posted_data access in checkout class.
  • \n
  • Dev – Fixed undefined property notice in WC_Order_Item::offsetGet.
  • \n
  • Dev – Fixed PHP 7.1 warnings when using non-float values to wc_get_weight().
  • \n
  • Dev – Fixed incorrect variable name in wc_add_order_item().
  • \n
\n

3.0.3 – 2017-04-13

\n
    \n
  • Fix – Fixed an issue with variation tax-classes when set to ‘parent’. This made taxes apply on top of the tax inclusive price in certain setups.
  • \n
  • Fix – Escaped attribute translations in the cart.php template and bumped the template version to match.
  • \n
  • Fix – Corrected the display of refund dates on the order screen.
  • \n
  • Fix – Fixed the grouped product visibility check in the grouped.php template and bumped the template version to match.
  • \n
  • Fix – Fixed the sale badge display for grouped products.
  • \n
  • Fix – Added the itemReviewed structured data for product reviews to make it validate.
  • \n
  • Fix – Made the get_attribute method work on variation objects.
  • \n
  • Tweak – Turned off the deferred email sending by default which was added in 3.0. Whilst it does improve performance, there were compatibility problems on some servers. It can be enabled with a filter if desired.
  • \n
  • Dev – Added backtrace information to the deprecation messages to help find problem plugins.
  • \n
\n

3.0.2 – 2017-04-12

\n
    \n
  • Fix – Removed required states for GP, GF, KW, LB, MQ, RE and YT countries.
  • \n
  • Fix – Made cache in the [products] shortcode respect filters from plugins.
  • \n
  • Fix – Added missing woocommerce_cross_sells_columns filter.
  • \n
  • Fix – Fixed shortcode rendering on the shop page.
  • \n
  • Fix – Fixed incorrect sale dates when bulk editing variations.
  • \n
  • Fix – Fixed calls to wc_reduce_stock_levels in PayPal and Simplify gateways.
  • \n
  • Fix – Exclude “location” meta when reading customer meta data.
  • \n
  • Fix – Updated emails/email-addresses.php, emails/email-order-details.php, content-single-product.php, checkout/form-shipping.php, myaccount/form-add-payment-method.php, myaccount/form-edit-address.php, myaccount/form-lost-password.php, myaccount/form-reset-password.php, myaccount/orders.php and myaccount/view-order.php template version to 3.0.0 since they had changes since 2.6.
  • \n
  • Fix – Fixed default behavior of variation tax classes when originally set to “parent”.
  • \n
  • Fix – When duplicating products, do not copy slug, append “(Copy)” to the product name, correctly copy all meta data, and prevent children of grouped products being duplicated too.
  • \n
  • Fix – Removed duplicated items when outputting cross sells on the cart page.
  • \n
  • Fix – Fixed output of default “add to cart” text of external products in loops.
  • \n
  • Fix – Fixed backwards compatibility of guest checkout rules when being altered by plugins directly.
  • \n
  • Fix – Use correct thumbnail sizes for variation images in the new gallery.
  • \n
  • Fix – Fixed captions on thumbnails and main image in the new gallery.
  • \n
  • Fix – Trigger wc_fragments_loaded after add to cart fragment refresh.
  • \n
  • Fix – Download permissions; Convert dates to timestamp on read so UTC is preserved.
  • \n
  • Fix – Fixed notices under PHP 7.1 when sorting products by name (numeric).
  • \n
  • Fix – Added additional checks to ensure objects are read before using class methods to avoid errors.
  • \n
  • Fix – Removed legacy suggest.js code which was causing JS error on bulk edit.
  • \n
  • Fix – Fixed warnings on the “Lost password” page and when loading a product with invalid attributes.
  • \n
  • Fix – Made background emailer update the queue after a successful send so duplicate mails are less likely.
  • \n
  • Fix – Typo in flexslider_enabled option in new gallery script.
  • \n
  • Fix – woocommerce_notify_low_stock and woocommerce_notify_no_stock options had no effect.
  • \n
  • Tweak – For downloadable files, only validate file type when dealing with relative paths.
  • \n
  • Tweak – Improved automatic variation name generation.
  • \n
  • Dev – Added product visibility terms to system status report to help debug.
  • \n
  • Dev – Introduced woocommerce_admin_order_date_format filter to replace missing post_date_column_time.
  • \n
  • Dev – Introduced woocommerce_update_customer_args filter to prevent updates to user objects if needed.
  • \n
  • REST API – Fixed saving of variations in legacy REST API v3.
  • \n
  • REST API – Fixed backwards compatibility of line_items meta in legacy REST API.
  • \n
\n

3.0.1 – 2017-04-06

\n
    \n
  • Fix – Show catalog hidden products within grouped products.
  • \n
  • Fix – Fade in the gallery in if no images are set or it’s custom.
  • \n
  • Fix – Use wc_deprecated_function in WC_Deprecated_Hooks so notices aren’t output in ajax requests.
  • \n
  • Fix – Added back the ability to include extra items to the System Status using the woocommerce_system_status_environment_rows filter.
  • \n
  • Fix – Coupon category restrictions and limits for variations.
  • \n
  • Fix – Allow shortcodes and HTML in variation descriptions like in 2.6.
  • \n
  • Fix – Unset post date when duplicating products.
  • \n
  • Fix – Show a sale price on variable products if on sale and all prices are the same.
  • \n
  • Fix – Corrected download links when a product has multiple downloads.
  • \n
  • Fix – Prevented potential errors if the product type was not posted for any reason on save.
  • \n
  • Fix – Updated single-product/up-sells.php, loop/add-to-cart.php, loop/rating.php, checkout/form-billing.php, and content-product.php template version to 3.0.0.
  • \n
  • Fix – Included clearfixes on billing and shipping field wrappers,
  • \n
  • Fix – Fixed styling of logs table in some languages.
  • \n
  • Fix – Fixed display of variation attributes on old orders.
  • \n
  • Fix – Use placeholder text for external products add to cart button text if left blank.
  • \n
  • Fix – Fallback to home URL if no shop page is set for system status security check for HTTPS.
  • \n
  • Fix – For variations, pull tax status and sold individually from the parent since there is no UI to set this at variation level.
  • \n
  • Fix – Moved cron emails to background processing to avoid multiple sends.
  • \n
  • Fix – Wrapped structured data in a hidden element when added to emails.
  • \n
  • Fix – Missing gateway information in queued emails.
  • \n
  • Fix – Fixed a bug that caused pages to permanently reload if “Default customer location” was set to “Geolocate (with page caching support)”.
  • \n
  • Fix – When forcing shipping to billing, set the shipping fields in the order itself.
  • \n
  • Fix – Check for invalid objects in WC_Register_WP_Admin_Settings.
  • \n
  • Fix – Check for error object in wc_get_object_terms.
  • \n
  • Fix – Removed slashes in shipping meta data on the order edit screen.
  • \n
  • Fix – Prevented permalink rewrites for attributes with missing names.
  • \n
  • Fix – Fixed saving of meta data when multiple extensions use the save_post action.
  • \n
  • Fix – Allow search customers by ID in edit order screen.
  • \n
  • Fix – Prevents session data overwriting customer data on login.
  • \n
  • Fix – Fixed cross-sell column display and variation support.
  • \n
  • Fix – Fixed variable product stock syncing on save.
  • \n
  • Fix – Included try/catch wrapper to prevent issues with Select2.
  • \n
  • Fix – Prevented a bug that deleted all variations when the product type was change from variable to simple.
  • \n
  • Fix – Switched to WPDB to quicker update when syncing titles for variations.
  • \n
  • Fix – Exclude deprecated properties when loading a customer object.
  • \n
  • Fix – Fixed notices while trying to order again.
  • \n
  • Fix – Fixed notices when $wpdb->prefix is empty.
  • \n
  • Fix – Prevent errors when loading a product with an invalid download file types.
  • \n
  • REST API – Fixed missing array declaration in CRUD controller.
  • \n
  • REST API – Removed extra exclude, include and search parameters from taxes endpoint.
  • \n
  • REST API – Fixed variation description formatting.
  • \n
  • REST API – Fixed incorrect attribute check in products endpoint in Legacy REST API.
  • \n
  • REST API – Allow variation image to be unset.
  • \n
\n

3.0.0 – 2017-04-04

\n
    \n
  • New gallery on single product pages with better mobile support, using PhotoSwipe and Zoom. Declare support with add_theme_support() – wc-product-gallery-zoom, wc-product-gallery-lightbox, wc-product-gallery-slider
  • \n
  • Made the store notice dismissible on the frontend.
  • \n
  • Variable products no longer show striked out prices in combination with ranges for clarity when on sale.
  • \n
  • Prices no longer display as ‘free’ instead of 0, to fix issues with ranges and localization and for consistency.
  • \n
  • Improved structured product data by using JSON-LD instead of inline Microdata.
  • \n
  • Improved downloads list layout (template file).
  • \n
  • Respect stock status and prevent the “out of stock threshold” setting affecting existing in-stock products.
  • \n
  • Improved handling of shop page rewrite rules to allow subpages.
  • \n
  • Redirect to login after password reset.
  • \n
  • When using authorizations in PayPal Standard, automatically capture funds when the order goes processing/completed.
  • \n
  • On multisite, when a user logs into a store with an account on a site, but not the current site, rather than error, add the user to the current site as a customer.
  • \n
  • Show variable weights/dimensions even when parent values are not set.
  • \n
  • Automatically sort tax rates rather than allow clunky manual sorting.
  • \n
  • When deleting a tax rate class, remove it’s tax rates.
  • \n
  • Made WC_Logger pluggable via wc_get_logger function.
  • \n
  • Use ‘average rating’ post meta for ‘rating’ product sorting option.
  • \n
  • Show better labels in nav menus metabox.
  • \n
  • Sort “Recently Viewed” products by the view order.
  • \n
  • Removed internal scroll from log viewer.
  • \n
  • Add reply-to to admin emails.
  • \n
  • Improved the zone setup flow.
  • \n
  • Made wc_get_wildcard_postcodes return the orignal postcode plus * since wildcards should match empty strings too.
  • \n
  • Use all paid statuses in $customer->get_total_spent().
  • \n
  • Move location of billing email field to work with password managers.
  • \n
  • Option to restrict selling locations by country.
  • \n
  • Added tool to clear orphaned variations in system status.
  • \n
  • Remove checkbox options in system status tools and replace with constants.
  • \n
  • Added security section in system status report.
  • \n
  • Add image_url setting to PayPal Standard.
  • \n
  • Fixed attribute registration. Attributes are non-hierarchical by default (parent is not supported).
  • \n
  • Add sort parameter to checkout fields to aid with sorting per locale.
  • \n
  • Merged percent and percent product coupon types (they provide the same discount).
  • \n
  • Prevent payment details being cleared after update_checkout events.
  • \n
  • Performance – Converted _featured and _visibility meta data to terms for faster catalog queries. Upgrade routine handles migration. Developers may need to update queries to reflect this change.
  • \n
  • Includes product attributes archives links in “Additional Information” tab.
  • \n
  • Select2 has been upgraded to v4.
  • \n
  • Improved logging system for extensions.
  • \n
  • Tax suffix is now hidden on non-taxable products.
  • \n
  • Grouped products are linked from the parent rather than the children. Children can be in more than one group.
  • \n
  • Removed coupon usage link in coupons admin screen.
  • \n
  • Performance – Converted rating filters to visibility terms.
  • \n
  • Performance – Added visibility term for outofstock products to speed those queries up also.
  • \n
  • Performance – Introduced a new CRUD (create, read, update, delete) system for Products, Orders, Customers and Shipping Zones.
  • \n
  • Performance – Optimised variable product sync. Upper/lower price meta is no longer stored, just the main prices, if a child has weight, and if a child has dimensions.
  • \n
  • Performance – Removed WP_Query from up-sells.php and related.php and replaced with PHP foreach loop (since we already have the product IDs).
  • \n
  • Performance – Removed the feature where old orders get access to new downloads on product edit. Looping potentially thousands of orders to do this is too much of a performance burden for stores and this can sometimes be unexpected behavior too. This does however updates edited downloads.
  • \n
  • Performance – Removed ‘items’ column on orders screen due to loading excessive data.
  • \n
  • Performance – Deferred email sending for faster checkouts. Now uses CRON.
  • \n
  • API – New Rest API v2 with support for meta_data amongst other things.
  • \n
  • API – Removed last order from customers part of the API due to performance concerns – use orders endpoint instead. Other order data on the endpoint is now transient cached.
  • \n
  • API – Allow oAuth1.0a authentication using headers.
  • \n
  • API – New Shipping Zones endpoints.
  • \n
  • API – New variations endpoints.
  • \n
  • API – New settings endpoints.
  • \n
  • API – Payment gateways and shipping methods endpoints.
  • \n
  • API – Prevented the (broken) ability to manipulate variations directly on the products endpoints.
  • \n
  • CLI – New CLI which uses the REST API endpoints rather than it’s own functions.
  • \n
  • Localization – Improved RTL support.
  • \n
  • Localization – Added a language independent permalink setting function.
  • \n
  • Localization – Added inline comments for placeholder strings.
  • \n
  • Localization – Added Nigerian and Pakistan Provinces to i18n/state.
  • \n
  • Localization – US and Poland postcode validation.
  • \n
  • To read more about this release, see our dev blog announcement here: http://wp.me/p6wtcw-Uo
  • \n
\n

See changelog for all versions.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/woocommerce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/plugins/google-sitemap-generator/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jun 2005 09:33:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins-wp/google-sitemap-generator/\";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:95:\"This plugin will generate a special XML sitemap which will help search engines to better…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:7643:\"

\n

This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it’s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.

\n

Supported since over 9 years and rated as the best WordPress plugin, it will do exactly what it’s supposed to do – providing a complete XML sitemap for search engines. It will not break your site, slow it down or annoy you. Guaranteed!

\n
\n

If you like the plugin, feel free to rate it (on the right side of this page) or donate via PayPal. I’m gladly supporting this plugin since over 9 years! Thanks a lot! \"?\"

\n
\n

Related Links:

\n\n

License

\n

Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a small donation for the time I’ve spent writing and supporting this plugin. And I really don’t want to know how many hours of my life this plugin has already eaten \"?\"

\n

Translations

\n

The plugin comes with various translations, please refer to the WordPress Codex for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a gettext editor like Poedit (Windows).

\n

\n
    \n
  1. Install the plugin like you always install plugins, either by uploading it via FTP or by using the “Add Plugin” function of WordPress.
  2. \n
  3. Activate the plugin at the plugin administration page
  4. \n
  5. If you want: Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies.
  6. \n
  7. The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do \"?\"
  8. \n
\n

\n
\n
Where can I find the options page of the plugin?
\n
\n

It is under Settings > XML Sitemap. I know nowadays many plugins add top-level menu items, but in most of the cases it is just not necessary. I’ve seen WP installations which looked like an Internet Explorer ten years ago with 20 toolbars installed. \"?\"

\n
\n
Do I have to create a sitemap.xml and sitemap.xml.gz by myself?
\n
\n

Not anymore. Since version 4, these files are dynamically generated. There must be no sitemap.xml or sitemap.xml.gz in your blog directory anymore! The plugin will try to rename them to sitemap.xml.bak if they still exists.

\n
\n
Does this plugin use static files or “I can’t find the sitemap.xml file!”
\n
\n

Not anymore. Since version 4, these files are dynamically generated just like any other WordPress content.

\n
\n
There are no comments yet (or I’ve disabled them) and all my postings have a priority of zero!
\n
\n

Please disable automatic priority calculation and define a static priority for posts.

\n
\n
So many configuration options… Do I need to change them?
\n
\n

No, only if you want to. Default values are ok for most sites.

\n
\n
Does this plugin work with all WordPress versions?
\n
\n

This version works with WordPress 3.3 and better. If you’re using an older version, please check the Google Sitemaps Plugin Homepage for the legacy releases. There is a working release for every WordPress version since 1.5, but you really should consider updating your WordPress installation!

\n
\n
My question isn’t answered here
\n
\n

Most of the plugin options are described at the plugin homepage as well as the dedicated Google Sitemaps FAQ.

\n
\n
My question isn’t even answered there
\n
\n

Please post your question at the WordPress support forum and tag your post with “google-sitemap-generator”.

\n
\n
What’s new in the latest version?
\n
\n

The changelog is maintained here

\n
\n
Why is the changelog on a separate page and not here?
\n
\n

The WordPress.org repository is just another place to download this plugin. I don’t want to maintain too many pages with the same content. Thank you for your understanding!

\n
\n
\n

\n

You can always find the changelog on the plugin website, since I don’t like to maintain the same content on different pages. Thank you for your understanding!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/google-sitemap-generator/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Limit Login Attempts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/limit-login-attempts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/limit-login-attempts/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 15 Jan 2009 14:20:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins-wp/limit-login-attempts/\";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:91:\"Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11761:\"

\n

Limit the number of login attempts possible both through normal login as well as using auth cookies.

\n

By default WordPress allows unlimited login attempts either through the login page or by sending special cookies. This allows passwords (or hashes) to be brute-force cracked with relative ease.

\n

Limit Login Attempts blocks an Internet address from making further attempts after a specified limit on retries is reached, making a brute-force attack difficult or impossible.

\n

Features

\n
    \n
  • Limit the number of retry attempts when logging in (for each IP). Fully customizable
  • \n
  • Limit the number of attempts to log in using auth cookies in same way
  • \n
  • Informs user about remaining retries or lockout time on login page
  • \n
  • Optional logging, optional email notification
  • \n
  • Handles server behind reverse proxy
  • \n
  • It is possible to whitelist IPs using a filter. But you probably shouldn’t. \"?\"
  • \n
\n

Translations: Bulgarian, Brazilian Portuguese, Catalan, Chinese (Traditional), Czech, Dutch, Finnish, French, German, Hungarian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish

\n

Plugin uses standard actions and filters only.

\n

\n
    \n
  1. Download and extract plugin files to a wp-content/plugin directory.
  2. \n
  3. Activate the plugin through the WordPress admin interface.
  4. \n
  5. Customize the settings on the options page, if desired. If your server is located behind a reverse proxy make sure to change this setting.
  6. \n
\n

If you have any questions or problems please make a post here: https://wordpress.org/tags/limit-login-attempts

\n

\n
\n
Why not reset failed attempts on a successful login?
\n
\n

This is very much by design. Otherwise you could brute force the “admin” password by logging in as your own user every 4th attempt.

\n
\n
What is this option about site connection and reverse proxy?
\n
\n

A reverse proxy is a server in between the site and the Internet (perhaps handling caching or load-balancing). This makes getting the correct client IP to block slightly more complicated.

\n

The option default to NOT being behind a proxy — which should be by far the common case.

\n
\n
How do I know if my site is behind a reverse proxy?
\n
\n

You probably are not or you would know. We show a pretty good guess on the option page. Set the option using this unless you are sure you know better.

\n
\n
Can I whitelist my IP so I don’t get locked out?
\n
\n

First please consider if you really need this. Generally speaking it is not a good idea to have exceptions to your security policies.

\n

That said, there is now a filter which allows you to do it: “limit_login_whitelist_ip”.

\n

Example:
\nfunction my_ip_whitelist($allow, $ip) {
\n return ($ip == ‘my-ip’) ? true : $allow;
\n}
\nadd_filter(‘limit_login_whitelist_ip’, ‘my_ip_whitelist’, 10, 2);

\n

Note that we still do notification and logging as usual. This is meant to allow you to be aware of any suspicious activity from whitelisted IPs.

\n
\n
I locked myself out testing this thing, what do I do?
\n
\n

Either wait, or:

\n

If you know how to edit / add to PHP files you can use the IP whitelist functionality described above. You should then use the “Restore Lockouts” button on the plugin settings page and remove the whitelist function again.

\n

If you have ftp / ssh access to the site rename the file “wp-content/plugins/limit-login-attempts/limit-login-attempts.php” to deactivate the plugin.

\n

If you have access to the database (for example through phpMyAdmin) you can clear the limit_login_lockouts option in the wordpress options table. In a default setup this would work: “UPDATE wp_options SET option_value = ” WHERE option_name = ‘limit_login_lockouts\'”

\n
\n
\n

\n

1.7.1

\n

This version fixes a security bug in version 1.6.2 and 1.7.0. Please upgrade immediately.

\n

“Auth cookies” are special cookies set at login that authenticating you to the system. It is how WordPress “remembers” that you are logged in between page loads.

\n

During lockout these are supposed to be cleared, but a change in 1.6.2 broke this. It allowed an attacker to keep trying to break these cookies during a lockout.

\n

Lockout of normal password login attempts still worked as it should, and it appears that all “auth cookie” attempts would keep getting logged.

\n

In theory the “auth cookie” is quite resistant to brute force attack. It contains a cryptographic hash of the user password, and the difficulty to break it is not based on the password strength but instead on the cryptographic operations used and the length of the hash value. In theory it should take many many years to break this hash. As theory and practice does not always agree it is still a good idea to have working lockouts of any such attempts.

\n

1.7.0

\n
    \n
  • Added filter that allows whitelisting IP. Please use with care!!
  • \n
  • Update to Spanish translation, thanks to Marcelo Pedra
  • \n
  • Updated Swedish translation
  • \n
  • Tested against WordPress 3.3.2
  • \n
\n

1.6.2

\n
    \n
  • Fix bug where log would not get updated after it had been cleared
  • \n
  • Do plugin setup in ‘init’ action
  • \n
  • Small update to Spanish translation file, thanks to Marcelo Pedra
  • \n
  • Tested against WordPress 3.2.1
  • \n
\n

1.6.1

\n
    \n
  • (WordPress 3.0+) An invalid cookie can sometimes get sent multiple times before it gets cleared, resulting in multiple failed attempts or even a lockout from a single invalid cookie. Store the latest failed cookie to make sure we only count it as one failed attempt
  • \n
  • Define “Text Domain” correctly
  • \n
  • Include correct Dutch tranlation file. Thanks to Martin1 for noticing. Thanks again to Bjorn Wijers for the translation
  • \n
  • Updated POT file for this version
  • \n
  • Tested against WordPress 3.1-RC4
  • \n
\n

1.6.0

\n
    \n
  • Happy New Year
  • \n
  • Tested against WordPress 3.1-RC1
  • \n
  • Plugin now requires WordPress version 2.8+. Of course you should never ever use anything but the latest version
  • \n
  • Fixed deprecation warnings that had been piling up with the old version requirement. Thanks to Johannes Ruthenberg for the report that prompted this
  • \n
  • Removed auth cookie admin check for version 2.7.
  • \n
  • Make sure relevant values in $_COOKIE get cleared right away on auth cookie validation failure. There are still some problems with cookie auth handling. The lockout can trigger prematurely in rare cases, but fixing it is plugin version 2 stuff unfortunately.
  • \n
  • Changed default time for retries to reset from 24 hours to 12 hours. The security impact is very minor and it means the warning will disappear “overnight”
  • \n
  • Added question to FAQ (“Why not reset failed attempts on a successful login?”)
  • \n
  • Updated screenshots
  • \n
\n

1.5.2

\n
    \n
  • Reverted minor cookie-handling cleanup which might somehow be responsible for recently reported cookie related lockouts
  • \n
  • Added version 1.x Brazilian Portuguese translation, thanks to Luciano Passuello
  • \n
  • Added Finnish translation, thanks to Ari Kontiainen
  • \n
\n

1.5.1

\n\n

1.5

\n\n

1.4.1

\n
    \n
  • Added Turkish translation, thanks to Yazan Canarkadas
  • \n
\n

1.4

\n
    \n
  • Protect admin page update using wp_nonce
  • \n
  • Added Czech translation, thanks to Jakub Jedelsky
  • \n
\n

1.3.2

\n
    \n
  • Added Bulgarian translation, thanks to Hristo Chakarov
  • \n
  • Added Norwegian translation, thanks to Rune Gulbrands?y
  • \n
  • Added Spanish translation, thanks to Marcelo Pedra
  • \n
  • Added Persian translation, thanks to Mostafa Soufi
  • \n
  • Added Russian translation, thanks to Jack Leonid (http://studio-xl.com)
  • \n
\n

1.3.1

\n
    \n
  • Added Catalan translation, thanks to Robert Buj
  • \n
  • Added Romanian translation, thanks to Robert Tudor
  • \n
\n

1.3

\n
    \n
  • Support for getting the correct IP for clients while server is behind reverse proxy, thanks to Michael Skerwiderski
  • \n
  • Added German translation, thanks to Michael Skerwiderski
  • \n
\n

1.2

\n
    \n
  • No longer replaces pluggable function when cookie handling active. Re-implemented using available actions and filters
  • \n
  • Filter error messages during login to avoid information leak regarding available usernames
  • \n
  • Do not show retries or lockout messages except for login (registration, lost password pages). No change in actual enforcement
  • \n
  • Slightly more aggressive in trimming old retries data
  • \n
\n

1.1

\n
    \n
  • Added translation support
  • \n
  • Added Swedish translation
  • \n
  • During lockout, filter out all other login errors
  • \n
  • Minor cleanups
  • \n
\n

1.0

\n
    \n
  • Initial version
  • \n
\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/limit-login-attempts/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/tinymce-advanced/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jun 2007 06:02:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins-wp/tinymce-advanced/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Extends and enhances TinyMCE, the WordPress Visual Editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:10621:\"

\n

This plugin will let you add, remove and arrange the buttons that are shown on the Visual Editor toolbar. You can configure up to four rows of buttons including Font Sizes, Font Family, text and background colors, tables, etc. It will also let you enable the editor menu, see the screenshots.

\n

It includes 15 plugins for TinyMCE that are automatically enabled or disabled depending on the buttons you have chosen. In addition this plugin adds some commonly used options as keeping the paragraph tags in the Text editor and importing the CSS classes from the theme’s editor-style.css.

\n

Some of the features added by this plugin

\n
    \n
  • Support for creating and editing tables.
  • \n
  • More options when inserting lists.
  • \n
  • Search and Replace in the editor.
  • \n
  • Ability to set Font Family and Font Sizes.
  • \n
  • And many others.
  • \n
\n

With this plugin you can also enable the TinyMCE menu above the toolbars. This will make the editor even more powerful and convenient.

\n

\n

Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.

\n

\n
\n
Installation Instructions
\n
\n

Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.

\n
\n
No styles are imported in the Formats sub-menu.
\n
\n

These styles are imported from your current theme editor-style.css file. However some themes do not have this functionality. For these themes TinyMCE Advanced has the option to let you add a customized editor-style.css and import it into the editor.

\n
\n
I have just installed this plugin, but it does not do anything.
\n
\n

Change some buttons on one of the toolbars, save your changes, clear your browser cache, and try again. If that does not work try reloding the Edit page several times while holding down Shift or Ctrl. There may also be a network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.

\n
\n
When I add “Smilies”, they do not show in the editor.
\n
\n

The “Emoticons” button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post. Make sure the checkbox “Convert emoticons to graphics on display” in “Options – Writing” is checked.

\n
\n
The plugin does not add any buttons.
\n
\n

Make sure the “Disable the visual editor when writing” checkbox under “Users – Your Profile” is not checked.

\n
\n
I still see the “old” buttons in the editor
\n
\n

Click the “Restore Default Settings” button on the plugin settings page and then set the buttons again and save.

\n
\n
Other questions? More screenshots?
\n
\n

Please post on the support forum or visit the homepage for TinyMCE Advanced.

\n
\n
\n

\n

4.5.6

\n
    \n
  • Updated for WordPress 4.7.4 and TinyMCE 4.5.6.
  • \n
  • Fixed PHP notice after importing settings.
  • \n
\n

4.4.3

\n
    \n
  • Updated for WordPress 4.7 and TinyMCE 4.4.3.
  • \n
  • Fixed missing “Source code” button bug.
  • \n
\n

4.4.1

\n
    \n
  • Updated for WordPress 4.6 and TinyMCE 4.4.1.
  • \n
  • Fixed multisite saving bug.
  • \n
  • Added new button in the Text editor to add or reset the line breaks. Adds line breaks only between tags. Works only when it detects that line breaks are missing so it doesn’t reformat posts with removed paragraphs.
  • \n
\n

4.3.10.1

\n
    \n
  • Fixed adding paragraph tags when loading posts that were saved before turning autop off.
  • \n
  • Disabled the (new) inline toolbar for tables as it was overlapping the table in some cases.
  • \n
\n

4.3.10

\n
    \n
  • Updated for WordPress 4.5.1 and TinyMCE 4.3.10.
  • \n
  • Fixed support for adding editor-style.css to themes that don’t have it.
  • \n
\n

4.3.8

\n
    \n
  • Updated for WordPress 4.5 and TinyMCE 4.3.8.
  • \n
  • Separated standard options and admin options.
  • \n
  • Added settings that can disable the plugin for the main editor, other editors in wp-admin or editors on the front-end.
  • \n
  • Korean translation by Josh Kim and Greek translation by Stathis Mellios.
  • \n
\n

4.2.8

\n
    \n
  • Updated for WordPress 4.4 and TinyMCE 4.2.8.
  • \n
  • Japanese translation by Manabu Miwa.
  • \n
\n

4.2.5

\n
    \n
  • Updated for WordPress 4.3.1 and TinyMCE 4.2.5.
  • \n
  • Fixed text domain and plugin headers.
  • \n
\n

4.2.3.1

\n
    \n
  • Fix error with removing the ‘textpattern’ plugin.
  • \n
\n

4.2.3

\n
    \n
  • Updated for WordPress 4.3 and TinyMCE 4.2.3.
  • \n
  • Removed the ‘textpattern’ plugin as WordPress 4.3 includes similar functionality by default.
  • \n
  • French translation by Nicolas Schneider.
  • \n
\n

4.1.9

\n
    \n
  • Updated for WordPress 4.2 and TinyMCE 4.1.9.
  • \n
  • Fixed bugs with showing oEmbed previews when pasting an URL.
  • \n
  • Fixed bugs with getting the content from TinyMCE with line breaks.
  • \n
\n

4.1.7

\n
    \n
  • Updated for WordPress 4.1 and TinyMCE 4.1.7.
  • \n
  • Fixed bug where consecutive caption shortcodes may be split with an empty paragraph tag.
  • \n
\n

4.1.1

\n
    \n
  • Fix bug with image captions when wpautop is disabled.
  • \n
  • Add translation support to the settings page. Button names/descriptions are translated from JS using the existing WordPress translation, so this part of the settings page will be translated by default. The other text still needs separate translation.
  • \n
\n

4.1

\n
    \n
  • Updated for WordPress 4.0 and TinyMCE 4.1.
  • \n
  • Add the ‘textpattern’ plugin that supports some of the markdown syntax while typing, (more info).
  • \n
  • Add the updated ‘table’ plugin that supports background and border color.
  • \n
\n

4.0.2

\n
    \n
  • Fix showing of the second, third and forth button rows when the Toolbar Toggle button is not used.
  • \n
  • Fix adding the ”directionality” plugin when RTL or LTR button is selected.
  • \n
  • Show the ”Advanced Options” to super admins on multisite installs.
  • \n
  • Add the ”link” plugin including link rel setting. Replaces the Insert/Edit Link dialog when enabled.
  • \n
  • Include updated ”table” plugin that has support for vertical align for cells.
  • \n
\n

4.0.1

\n

Fix warnings on pages other than Edit Post. Update the description.

\n

4.0

\n

Updated for WordPress 3.9 and TinyMCE 4.0. Refreshed the settings screen. Added support for exporting and importing of the settings.

\n

3.5.9.1

\n

Updated for WordPress 3.8, fixed auto-embedding of single line URLs when not removing paragraph tags.

\n

3.5.9

\n

Updated for WordPress 3.7 and TinyMCE 3.5.9.

\n

3.5.8

\n

Updated for WordPress 3.5 and TinyMCE 3.5.8.

\n

3.4.9

\n

Updated for WordPress 3.4 and TinyMCE 3.4.9.

\n

3.4.5.1

\n

Fixed a bug preventing TinyMCE from importing CSS classes from editor-style.css.

\n

3.4.5

\n

Updated for WordPress 3.3 or later and TinyMCE 3.4.5.

\n

3.4.2.1

\n

Fix the removal of the media plugin so it does not require re-saving the settings.

\n

3.4.2

\n

Compatibility with WordPress 3.2 and TinyMCE 3.4.2, removed the options for support for iframe and HTML 5.0 elements as they are supported by default in WordPress 3.2, removed the media plugin as it is included by default.

\n

3.3.9.1

\n

Added advanced options: stop removing iframes, stop removing HTML 5.0 elements, moved the support for custom editor styles to editor-style.css in the current theme.

\n

Attention: if you have a customized tadv-mce.css file and your theme doesn’t have editor-style.css, please download tadv-mce.css, rename it to editor-style.css and upload it to your current theme directory. Alternatively you can add there the editor-style.css from the Twenty Ten theme. If your theme has editor-style.css you can add any custom styles there.

\n

3.3.9

\n

Compatibility with WordPress 3.1 and TinyMCE 3.3.9, improved P and BR tags option.

\n

3.2.7

\n

Compatibility with WordPress 2.9 and TinyMCE 3.2.7, several minor bug fixes.

\n

3.2.4

\n

Compatibility with WordPress 2.8 and TinyMCE 3.2.4, minor bug fixes.

\n

3.2

\n

Compatibility with WordPress 2.7 and TinyMCE 3.2, minor bug fixes.

\n

3.1

\n

Compatibility with WordPress 2.6 and TinyMCE 3.1, keeps empty paragraphs when disabling the removal of P and BR tags, the buttons for MCImageManager and MCFileManager can be arranged (if installed).

\n

3.0.1

\n

Compatibility with WordPress 2.5.1 and TinyMCE 3.0.7, added option to disable the removal of P and BR tags when saving and in the HTML editor (autop), added two more buttons to the HTML editor: autop and undo, fixed the removal of non-default TinyMCE buttons.

\n

3.0

\n

Support for WordPress 2.5 and TinyMCE 3.0.

\n

2.2

\n

Deactivate/Uninstall option page, font size drop-down menu and other small changes.

\n

2.1

\n

Improved language selection, improved compatibility with WordPress 2.3 and TinyMCE 2.1.1.1, option to override some of the imported css classes and other small improvements and bugfixes.

\n

2.0

\n

Includes an admin page for arranging the TinyMCE toolbar buttons, easy installation, a lot of bugfixes, customized “Smilies” plugin that uses the built-in WordPress smilies, etc. The admin page uses jQuery and jQuery UI that lets you “drag and drop” the TinyMCE buttons to arrange your own toolbars and enables/disables the corresponding plugins depending on the used buttons.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/tinymce-advanced/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:50:\"https://wordpress.org/plugins/browse/popular/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 15 May 2017 22:36:12 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:\"Mon, 15 May 2017 22:10:59 GMT\";s:4:\"link\";s:66:\"; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20130911040210\";}","no"); INSERT INTO `wp_options` VALUES("140","_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109","1494930972","no"); INSERT INTO `wp_options` VALUES("141","_transient_feed_mod_b9388c83948825c1edaef0d856b7b109","1494887772","no"); INSERT INTO `wp_options` VALUES("142","_transient_timeout_plugin_slugs","1494980870","no"); INSERT INTO `wp_options` VALUES("143","_transient_plugin_slugs","a:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:9:\"hello.php\";i:3;s:51:\"lsvr-toolkit-beautyspot/lsvr-toolkit-beautyspot.php\";i:4;s:35:\"redux-framework/redux-framework.php\";i:5;s:41:\"wordpress-importer/wordpress-importer.php\";i:6;s:27:\"js_composer/js_composer.php\";}","no"); INSERT INTO `wp_options` VALUES("144","_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b","1494930972","no"); INSERT INTO `wp_options` VALUES("145","_transient_dash_88ae138922fe95674369b1cb3d215a2b","
  • WordPress Now on HackerOne May 15, 2017
    WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that WordPress is now officially […]
  • Popular Plugin: Jetpack by WordPress.com (Install)
","no"); INSERT INTO `wp_options` VALUES("146","_site_transient_timeout_wporg_theme_feature_list","1494903470","no"); INSERT INTO `wp_options` VALUES("147","_site_transient_wporg_theme_feature_list","a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}","no"); INSERT INTO `wp_options` VALUES("150","current_theme","BeautySpot Child","yes"); INSERT INTO `wp_options` VALUES("151","theme_mods_beautyspot","a:4:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1494892724;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"primary-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:14:\"bottom-sidebar\";a:0:{}}}}","yes"); INSERT INTO `wp_options` VALUES("152","theme_switched","","yes"); INSERT INTO `wp_options` VALUES("153","shop_catalog_image_size","a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("154","shop_single_image_size","a:3:{s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:4:\"crop\";i:0;}","yes"); INSERT INTO `wp_options` VALUES("155","shop_thumbnail_image_size","a:3:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("158","theme_mods_beautyspot-child","a:2:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;}","yes"); INSERT INTO `wp_options` VALUES("173","theme_options","a:79:{s:8:\"last_tab\";s:2:\"18\";s:12:\"default_logo\";s:0:\"\";s:15:\"default_logo_2x\";s:0:\"\";s:18:\"default_logo_width\";s:3:\"291\";s:7:\"favicon\";s:0:\"\";s:12:\"social_links\";a:27:{s:7:\"behance\";s:7:\"Behance\";s:7:\"blogger\";s:7:\"Blogger\";s:10:\"deviantart\";s:10:\"DeviantArt\";s:4:\"digg\";s:4:\"Digg\";s:8:\"dribbble\";s:8:\"Dribbble\";s:4:\"ebay\";s:4:\"Ebay\";s:5:\"email\";s:5:\"Email\";s:8:\"facebook\";s:8:\"Facebook\";s:6:\"flickr\";s:6:\"Flickr\";s:6:\"forrst\";s:6:\"Forrst\";s:6:\"github\";s:6:\"GitHub\";s:5:\"gplus\";s:7:\"Google+\";s:9:\"instagram\";s:9:\"Instagram\";s:6:\"lastfm\";s:7:\"last.fm\";s:8:\"linkedin\";s:8:\"LinkedIn\";s:7:\"myspace\";s:7:\"MySpace\";s:9:\"pinterest\";s:9:\"Pinterest\";s:3:\"rss\";s:3:\"RSS\";s:10:\"soundcloud\";s:10:\"SoundCloud\";s:5:\"skype\";s:5:\"Skype\";s:6:\"tumblr\";s:6:\"Tumblr\";s:7:\"twitter\";s:7:\"Twitter\";s:5:\"vimeo\";s:5:\"Vimeo\";s:2:\"vk\";s:2:\"VK\";s:9:\"wordpress\";s:9:\"WordPress\";s:4:\"yelp\";s:4:\"Yelp\";s:7:\"youtube\";s:7:\"YouTube\";}s:19:\"social_links_target\";i:0;s:12:\"gmap_api_key\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:25:\"enable_animated_header_bg\";s:1:\"0\";s:20:\"enable_header_search\";s:1:\"1\";s:19:\"enable_header_panel\";s:1:\"1\";s:19:\"header_panel_closed\";s:1:\"0\";s:27:\"enable_reservation_form_btn\";s:1:\"1\";s:28:\"header_reservation_btn_label\";s:19:\"Make An Appointment\";s:21:\"enable_header_contact\";s:1:\"1\";s:20:\"header_contact_1_ico\";s:8:\"fa-phone\";s:21:\"header_contact_1_text\";s:28:\"321 654 987\";s:20:\"header_contact_2_ico\";s:13:\"fa-envelope-o\";s:21:\"header_contact_2_text\";s:36:\"hello@beautyspot.com\";s:20:\"header_contact_3_ico\";s:13:\"fa-map-marker\";s:21:\"header_contact_3_text\";s:60:\"BEAUTYSPOT\r\n9015 Sunset Boulevard\r\nCa 90069\";s:20:\"header_contact_4_ico\";s:10:\"fa-clock-o\";s:21:\"header_contact_4_text\";s:139:\"
\r\n \t
Mo. - Fr.:
\r\n \t
10:00 - 16:00
\r\n \t
Sa.:
\r\n \t
10:00 - 14:00
\r\n \t
Su.:
\r\n \t
Closed
\r\n
\";s:19:\"enable_bottom_panel\";s:1:\"1\";s:21:\"bottom_panel_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"enable_footer\";s:1:\"1\";s:11:\"footer_text\";s:139:\"BeautySpot - WordPress Theme for Beauty Salons (purchase)\";s:10:\"theme_skin\";s:7:\"default\";s:24:\"enable_custom_theme_skin\";s:1:\"0\";s:22:\"custom_theme_skin_name\";s:0:\"\";s:19:\"enable_google_fonts\";s:1:\"1\";s:12:\"primary_font\";a:7:{s:11:\"font-family\";s:15:\"Source Sans Pro\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";}s:14:\"secondary_font\";a:6:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";}s:23:\"blog_list_enable_author\";s:1:\"0\";s:29:\"blog_detail_enable_author_bio\";s:1:\"0\";s:23:\"breadcrumbs_home_enable\";s:1:\"1\";s:22:\"breadcrumbs_home_label\";s:4:\"Home\";s:16:\"enable_sidebar_1\";s:1:\"1\";s:14:\"sidebar_1_name\";s:4:\"Shop\";s:16:\"enable_sidebar_2\";s:1:\"0\";s:14:\"sidebar_2_name\";s:16:\"Custom Sidebar 2\";s:16:\"enable_sidebar_3\";s:1:\"0\";s:14:\"sidebar_3_name\";s:16:\"Custom Sidebar 3\";s:16:\"enable_sidebar_4\";s:1:\"0\";s:14:\"sidebar_4_name\";s:16:\"Custom Sidebar 4\";s:16:\"enable_sidebar_5\";s:1:\"0\";s:14:\"sidebar_5_name\";s:16:\"Custom Sidebar 5\";s:16:\"enable_sidebar_6\";s:1:\"0\";s:14:\"sidebar_6_name\";s:16:\"Custom Sidebar 6\";s:16:\"enable_sidebar_7\";s:1:\"0\";s:14:\"sidebar_7_name\";s:16:\"Custom Sidebar 7\";s:16:\"enable_sidebar_8\";s:1:\"0\";s:14:\"sidebar_8_name\";s:16:\"Custom Sidebar 8\";s:16:\"enable_sidebar_9\";s:1:\"0\";s:14:\"sidebar_9_name\";s:16:\"Custom Sidebar 9\";s:17:\"enable_sidebar_10\";s:1:\"0\";s:15:\"sidebar_10_name\";s:17:\"Custom Sidebar 10\";s:13:\"page404_title\";s:39:\"404 Sorry, page not found.\";s:16:\"page404_subtitle\";s:70:\"The page you are looking for is no longer available or has been moved.\";s:16:\"page404_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:21:\"page404_enable_search\";s:1:\"1\";s:17:\"resform_shortcode\";s:50:\"[contact-form-7 id=\"219\" title=\"Reservation Form\"]\";s:19:\"enable_twitter_feed\";s:1:\"1\";s:20:\"twitter_consumer_key\";s:0:\"\";s:23:\"twitter_consumer_secret\";s:0:\"\";s:20:\"twitter_access_token\";s:0:\"\";s:27:\"twitter_access_token_secret\";s:0:\"\";s:18:\"twitter_feed_title\";s:12:\"Twitter Feed\";s:21:\"twitter_feed_username\";s:12:\"YourUsername\";s:18:\"twitter_feed_count\";s:1:\"3\";s:22:\"twitter_feed_paginated\";s:1:\"1\";s:27:\"twitter_feed_autoplay_speed\";s:2:\"20\";s:18:\"enable_header_cart\";s:1:\"1\";s:27:\"woo_index_products_per_page\";s:1:\"9\";s:15:\"custom_css_code\";s:0:\"\";s:14:\"custom_js_code\";s:0:\"\";s:15:\"custom_any_code\";s:0:\"\";s:16:\"defaults-section\";s:13:\"Reset Section\";}","yes"); INSERT INTO `wp_options` VALUES("165","recently_activated","a:0:{}","yes"); INSERT INTO `wp_options` VALUES("166","redux_version_upgraded_from","3.6.4","yes"); INSERT INTO `wp_options` VALUES("167","_transient_timeout__redux_activation_redirect","1494924536","no"); INSERT INTO `wp_options` VALUES("168","_transient__redux_activation_redirect","1","no"); INSERT INTO `wp_options` VALUES("169","widget_mailchimp_subscribe","a:1:{s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("170","widget_flickr_feed","a:1:{s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO `wp_options` VALUES("171","vc_version","5.1.1","yes"); INSERT INTO `wp_options` VALUES("161","wpcf7","a:2:{s:7:\"version\";s:3:\"4.7\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1494888329;s:7:\"version\";s:3:\"4.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}","yes"); INSERT INTO `wp_options` VALUES("174","theme_options-transients","a:4:{s:14:\"changed_values\";a:5:{s:8:\"last_tab\";s:0:\"\";s:12:\"default_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"default_logo_2x\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:12:\"social_links\";a:27:{s:8:\"facebook\";s:9:\"#facebook\";s:7:\"twitter\";s:8:\"#twitter\";s:4:\"yelp\";s:5:\"#yelp\";s:2:\"vk\";s:3:\"#vk\";s:5:\"email\";s:6:\"#email\";s:7:\"behance\";s:0:\"\";s:7:\"blogger\";s:0:\"\";s:10:\"deviantart\";s:0:\"\";s:4:\"digg\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:4:\"ebay\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:6:\"forrst\";s:0:\"\";s:6:\"github\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:6:\"lastfm\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:9:\"wordpress\";s:0:\"\";s:7:\"youtube\";s:0:\"\";}}s:9:\"last_save\";i:1494892268;s:13:\"last_compiler\";i:1494889371;s:11:\"last_import\";i:1494889371;}","yes"); INSERT INTO `wp_options` VALUES("175","wpb_js_composer_license_activation_notified","yes","yes"); INSERT INTO `wp_options` VALUES("176","_transient_timeout_select2-css_style_cdn_is_up","1494974900","no"); INSERT INTO `wp_options` VALUES("177","_transient_select2-css_style_cdn_is_up","1","no"); INSERT INTO `wp_options` VALUES("178","_transient_timeout_select2-js_script_cdn_is_up","1494974900","no"); INSERT INTO `wp_options` VALUES("179","_transient_select2-js_script_cdn_is_up","1","no"); INSERT INTO `wp_options` VALUES("180","_transient_timeout_ace-editor-js_script_cdn_is_up","1494974900","no"); INSERT INTO `wp_options` VALUES("181","_transient_ace-editor-js_script_cdn_is_up","1","no"); INSERT INTO `wp_options` VALUES("238","category_children","a:0:{}","yes"); INSERT INTO `wp_options` VALUES("239","lsvrslider_children","a:0:{}","yes"); INSERT INTO `wp_options` VALUES("222","_site_transient_update_plugins","O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1494894416;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:3:\"3.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:3:\"4.7\";s:9:\"hello.php\";s:3:\"1.6\";s:51:\"lsvr-toolkit-beautyspot/lsvr-toolkit-beautyspot.php\";s:5:\"2.1.3\";s:35:\"redux-framework/redux-framework.php\";s:5:\"3.6.4\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.3\";s:27:\"js_composer/js_composer.php\";s:5:\"5.1.1\";}s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.3.2.zip\";s:6:\"tested\";s:5:\"4.7.4\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"45018\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:5:\"3.6.5\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/redux-framework.3.6.5.zip\";s:6:\"tested\";s:3:\"4.8\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"4.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.7.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"14975\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.3.zip\";}}}","no"); INSERT INTO `wp_options` VALUES("183","_site_transient_timeout_popular_importers_d0b64e0d1f214eb0ee8dcaf2d89e9b7b","1495061606","no"); INSERT INTO `wp_options` VALUES("184","_site_transient_popular_importers_d0b64e0d1f214eb0ee8dcaf2d89e9b7b","a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:54:\"Import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:71:\"Convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:10:\"wp-cat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:46:\"Import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:62:\"Import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:28:\"Import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:30:\"Import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:53:\"Import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:96:\"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}","no"); INSERT INTO `wp_options` VALUES("223","_site_transient_timeout_available_translations","1494904805","no"); INSERT INTO `wp_options` VALUES("224","_site_transient_available_translations","a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-27 04:32:49\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:49:08\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.4/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-09 11:39:31\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.4/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-06 09:18:57\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-12 09:29:39\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština‎\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:49:29\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-05 09:50:06\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:39:59\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.7.4/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-28 14:35:15\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.4/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:40:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-18 13:57:42\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-11 20:10:39\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:49:34\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-27 00:40:28\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-28 03:10:25\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:54:30\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-04 18:08:49\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-10 16:26:52\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:42:28\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:41:31\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-23 23:02:31\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-12 06:40:28\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-02-02 15:21:03\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:42:25\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-02-03 21:08:25\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:40:32\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-05 12:10:24\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:27\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-21 14:17:42\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-29 21:21:10\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-01 10:53:22\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-28 13:34:22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-02 14:01:52\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-08 04:57:54\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-02 05:13:51\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-05 06:17:00\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:13\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-18 05:09:08\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-30 09:46:13\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-24 06:52:11\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.17\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.17/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:42:31\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:31\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-11 15:57:29\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-15 08:29:44\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-02-16 13:24:21\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.4/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:40:57\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-23 09:31:28\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.17\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.17/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-15 10:57:32\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-17 15:02:48\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-15 14:53:36\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-20 10:13:53\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-10 13:48:29\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-02-08 17:57:45\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:41:03\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-03 00:34:10\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-15 09:03:35\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-28 21:21:58\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-27 07:08:07\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-10 15:33:37\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.4/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-26 15:54:45\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-28 12:03:30\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版\t\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-08 04:16:08\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.4/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}","no"); INSERT INTO `wp_options` VALUES("191","_transient_timeout_settings_errors","1494894056","no"); INSERT INTO `wp_options` VALUES("192","_transient_settings_errors","a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}","no"); INSERT INTO `wp_options` VALUES("195","nav_menu_options","a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}","yes"); INSERT INTO `wp_options` VALUES("199","_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a","1494901370","no"); INSERT INTO `wp_options` VALUES("200","_site_transient_poptags_40cd750bba9870f18aada2478b24840a","O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4333;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2477;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2344;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2071;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1820;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1579;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1548;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1429;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1330;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1321;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1310;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1266;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1258;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1098;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1038;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1036;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:981;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:921;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:811;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:791;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:783;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:761;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:757;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:665;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:652;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:650;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:645;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:640;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:634;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:618;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:599;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:588;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:587;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:571;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:570;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:566;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:566;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:553;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:545;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:534;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:526;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:517;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:516;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:500;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:494;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:490;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:485;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:476;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:464;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:462;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:459;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:455;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:439;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:434;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:431;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:431;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:424;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:417;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:409;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:406;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:403;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:400;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:398;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:393;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:393;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:393;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:374;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:372;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:364;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:360;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:348;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:330;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:330;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:330;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:328;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:321;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:320;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:320;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:317;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:314;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:312;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:307;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:293;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:293;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:291;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:289;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:285;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:284;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:283;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:280;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:279;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:272;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:270;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:270;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:268;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:265;}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";i:261;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:261;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:260;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:260;}}","no"); INSERT INTO `wp_options` VALUES("225","WPLANG","","yes"); INSERT INTO `wp_options` VALUES("235","license_key_token","1494894575|Th6C8eFxHAjOcj9EaM41","yes"); DROP TABLE IF EXISTS `wp_postmeta`; 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=MyISAM AUTO_INCREMENT=5720 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; INSERT INTO `wp_postmeta` VALUES("1","2","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("6","6","_form","\n\n\n\n\n\n\n\n[submit \"Send\"]"); INSERT INTO `wp_postmeta` VALUES("7","6","_mail","a:8:{s:7:\"subject\";s:29:\"Beauty Salon \"[your-subject]\"\";s:6:\"sender\";s:44:\"[your-name] \";s:4:\"body\";s:185:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Beauty Salon (http://pharmawebhosting.com/beauty)\";s:9:\"recipient\";s:23:\"eng.sheshtawy@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}"); INSERT INTO `wp_postmeta` VALUES("8","6","_mail_2","a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:29:\"Beauty Salon \"[your-subject]\"\";s:6:\"sender\";s:45:\"Beauty Salon \";s:4:\"body\";s:127:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Beauty Salon (http://pharmawebhosting.com/beauty)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:33:\"Reply-To: eng.sheshtawy@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}"); INSERT INTO `wp_postmeta` VALUES("9","6","_messages","a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}"); INSERT INTO `wp_postmeta` VALUES("10","6","_additional_settings",NULL); INSERT INTO `wp_postmeta` VALUES("11","6","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("1078","344","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1079","344","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("14","9","_wp_attached_file","2015/02/dummy.jpg"); INSERT INTO `wp_postmeta` VALUES("15","9","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:17:\"2015/02/dummy.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"dummy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:17:\"dummy-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:17:\"dummy-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("16","10","_wp_attached_file","2015/02/dummy-1.jpg"); INSERT INTO `wp_postmeta` VALUES("17","10","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/02/dummy-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-1-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-1-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("18","11","_wp_attached_file","2015/02/dummy-2.jpg"); INSERT INTO `wp_postmeta` VALUES("19","11","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/02/dummy-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-2-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-2-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("20","12","_wp_attached_file","2015/02/dummy-3.jpg"); INSERT INTO `wp_postmeta` VALUES("21","12","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/02/dummy-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-3-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-3-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("22","13","_wp_attached_file","2015/02/dummy-4.jpg"); INSERT INTO `wp_postmeta` VALUES("23","13","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/02/dummy-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-4-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-4-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("24","33","_wp_attached_file","2015/02/dummy-5.jpg"); INSERT INTO `wp_postmeta` VALUES("25","33","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/02/dummy-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-5-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-5-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("26","36","_wp_attached_file","2015/02/dummy-6.jpg"); INSERT INTO `wp_postmeta` VALUES("27","36","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/02/dummy-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-6-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-6-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("28","37","_wp_attached_file","2015/02/dummy-7.jpg"); INSERT INTO `wp_postmeta` VALUES("29","37","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/02/dummy-7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-7-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-7-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("30","38","_wp_attached_file","2015/02/dummy-8.jpg"); INSERT INTO `wp_postmeta` VALUES("31","38","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/02/dummy-8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-8-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-8-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("32","39","_wp_attached_file","2015/02/dummy-9.jpg"); INSERT INTO `wp_postmeta` VALUES("33","39","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/02/dummy-9.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-9-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-9-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("34","73","_wp_attached_file","2015/02/dummy-10.jpg"); INSERT INTO `wp_postmeta` VALUES("35","73","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-10.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-10-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-10-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("36","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("37","74","_wp_attached_file","2015/02/dummy-11.jpg"); INSERT INTO `wp_postmeta` VALUES("38","74","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-11-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-11-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("39","75","_wp_attached_file","2015/02/dummy-12.jpg"); INSERT INTO `wp_postmeta` VALUES("40","75","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-12.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-12-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-12-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("41","76","_wp_attached_file","2015/02/dummy-13.jpg"); INSERT INTO `wp_postmeta` VALUES("42","76","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-13.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-13-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-13-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("43","77","_wp_attached_file","2015/02/dummy-14.jpg"); INSERT INTO `wp_postmeta` VALUES("44","77","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-14.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-14-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-14-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("45","78","_wp_attached_file","2015/02/dummy-15.jpg"); INSERT INTO `wp_postmeta` VALUES("46","78","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-15.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-15-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-15-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("47","79","_wp_attached_file","2015/02/dummy-16.jpg"); INSERT INTO `wp_postmeta` VALUES("48","79","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-16.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-16-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-16-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("49","80","_wp_attached_file","2015/02/dummy-17.jpg"); INSERT INTO `wp_postmeta` VALUES("50","80","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-17.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-17-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-17-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("51","81","_wp_attached_file","2015/02/dummy-18.jpg"); INSERT INTO `wp_postmeta` VALUES("52","81","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-18.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-18-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-18-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("53","82","_wp_attached_file","2015/02/dummy-19.jpg"); INSERT INTO `wp_postmeta` VALUES("54","82","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-19.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-19-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-19-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("55","83","_wp_attached_file","2015/02/dummy-20.jpg"); INSERT INTO `wp_postmeta` VALUES("56","83","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-20.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-20-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-20-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("57","84","_wp_attached_file","2015/02/dummy-21.jpg"); INSERT INTO `wp_postmeta` VALUES("58","84","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-21.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-21-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-21-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("59","85","_wp_attached_file","2015/02/dummy-22.jpg"); INSERT INTO `wp_postmeta` VALUES("60","85","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-22.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-22-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-22-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("61","86","_wp_attached_file","2015/02/dummy-23.jpg"); INSERT INTO `wp_postmeta` VALUES("62","86","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-23.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-23-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-23-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("63","87","_wp_attached_file","2015/02/dummy-24.jpg"); INSERT INTO `wp_postmeta` VALUES("64","87","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-24.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-24-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-24-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-24-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("65","88","_wp_attached_file","2015/02/dummy-25.jpg"); INSERT INTO `wp_postmeta` VALUES("66","88","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-25.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-25-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-25-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-25-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("67","106","_wp_attached_file","2015/02/dummy-26.jpg"); INSERT INTO `wp_postmeta` VALUES("68","106","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-26.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-26-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-26-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-26-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("69","110","_wp_attached_file","2015/02/dummy-27.jpg"); INSERT INTO `wp_postmeta` VALUES("70","110","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-27.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-27-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-27-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-27-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("71","111","_wp_attached_file","2015/02/dummy-28.jpg"); INSERT INTO `wp_postmeta` VALUES("72","111","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-28.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-28-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-28-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-28-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("73","112","_wp_attached_file","2015/02/dummy-29.jpg"); INSERT INTO `wp_postmeta` VALUES("74","112","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-29.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-29-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-29-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("75","113","_wp_attached_file","2015/02/dummy-30.jpg"); INSERT INTO `wp_postmeta` VALUES("76","113","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-30.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-30-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-30-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-30-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("77","114","_wp_attached_file","2015/02/dummy-31.jpg"); INSERT INTO `wp_postmeta` VALUES("78","114","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-31.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-31-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-31-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("79","135","_wp_attached_file","2015/02/dummy-32.jpg"); INSERT INTO `wp_postmeta` VALUES("80","135","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-32.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-32-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-32-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("81","138","_wp_attached_file","2015/02/dummy-33.jpg"); INSERT INTO `wp_postmeta` VALUES("82","138","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-33.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-33-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-33-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-33-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("83","139","_wp_attached_file","2015/02/dummy-34.jpg"); INSERT INTO `wp_postmeta` VALUES("84","139","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-34.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-34-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-34-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-34-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("85","140","_wp_attached_file","2015/02/dummy-35.jpg"); INSERT INTO `wp_postmeta` VALUES("86","140","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-35.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-35-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-35-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-35-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("87","159","_wp_attached_file","2015/02/dummy-36.jpg"); INSERT INTO `wp_postmeta` VALUES("88","159","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-36.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-36-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-36-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-36-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("89","167","_wp_attached_file","2015/02/dummy-37.jpg"); INSERT INTO `wp_postmeta` VALUES("90","167","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-37.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-37-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-37-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-37-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("91","168","_wp_attached_file","2015/02/dummy-38.jpg"); INSERT INTO `wp_postmeta` VALUES("92","168","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-38.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-38-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-38-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-38-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("93","169","_wp_attached_file","2015/02/dummy-39.jpg"); INSERT INTO `wp_postmeta` VALUES("94","169","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-39.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-39-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-39-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-39-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("95","204","_wp_attached_file","2015/02/dummy-40.jpg"); INSERT INTO `wp_postmeta` VALUES("96","204","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-40.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-40-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-40-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-40-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("97","205","_wp_attached_file","2015/02/dummy-41.jpg"); INSERT INTO `wp_postmeta` VALUES("98","205","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-41.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-41-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-41-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-41-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("99","206","_wp_attached_file","2015/02/dummy-42.jpg"); INSERT INTO `wp_postmeta` VALUES("100","206","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-42.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-42-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-42-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-42-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("101","210","_wp_attached_file","2015/02/dummy-43.jpg"); INSERT INTO `wp_postmeta` VALUES("102","210","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-43.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-43-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-43-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-43-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("103","214","_wp_attached_file","2015/02/dummy-44.jpg"); INSERT INTO `wp_postmeta` VALUES("104","214","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-44.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-44-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-44-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-44-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("105","215","_wp_attached_file","2015/02/dummy-45.jpg"); INSERT INTO `wp_postmeta` VALUES("106","215","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-45.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-45-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-45-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-45-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("107","216","_wp_attached_file","2015/02/dummy-46.jpg"); INSERT INTO `wp_postmeta` VALUES("108","216","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-46.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-46-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-46-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-46-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("109","238","_wp_attached_file","2015/02/dummy-47.jpg"); INSERT INTO `wp_postmeta` VALUES("110","238","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-47.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-47-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-47-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-47-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("111","239","_wp_attached_file","2015/02/dummy-48.jpg"); INSERT INTO `wp_postmeta` VALUES("112","239","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-48.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-48-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-48-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-48-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("113","240","_wp_attached_file","2015/02/dummy-49.jpg"); INSERT INTO `wp_postmeta` VALUES("114","240","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/02/dummy-49.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-49-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-49-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-49-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("115","245","_wp_attached_file","2015/03/dummy.jpg"); INSERT INTO `wp_postmeta` VALUES("116","245","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:17:\"2015/03/dummy.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"dummy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:17:\"dummy-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:17:\"dummy-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("117","246","_wp_attached_file","2015/03/dummy-1.jpg"); INSERT INTO `wp_postmeta` VALUES("118","246","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/03/dummy-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-1-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-1-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("119","247","_wp_attached_file","2015/03/dummy-2.jpg"); INSERT INTO `wp_postmeta` VALUES("120","247","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/03/dummy-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-2-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-2-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("121","250","_wp_attached_file","2015/03/dummy-3.jpg"); INSERT INTO `wp_postmeta` VALUES("122","250","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/03/dummy-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-3-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-3-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("123","251","_wp_attached_file","2015/03/dummy-4.jpg"); INSERT INTO `wp_postmeta` VALUES("124","251","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/03/dummy-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-4-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-4-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("125","252","_wp_attached_file","2015/03/dummy-5.jpg"); INSERT INTO `wp_postmeta` VALUES("126","252","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/03/dummy-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-5-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-5-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("127","254","_wp_attached_file","2015/03/dummy-6.jpg"); INSERT INTO `wp_postmeta` VALUES("128","254","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/03/dummy-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-6-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-6-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("129","256","_wp_attached_file","2015/03/dummy-7.jpg"); INSERT INTO `wp_postmeta` VALUES("130","256","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/03/dummy-7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-7-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-7-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("131","257","_wp_attached_file","2015/03/dummy-8.jpg"); INSERT INTO `wp_postmeta` VALUES("132","257","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/03/dummy-8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-8-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-8-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("133","258","_wp_attached_file","2015/03/dummy-9.jpg"); INSERT INTO `wp_postmeta` VALUES("134","258","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/03/dummy-9.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:19:\"dummy-9-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:19:\"dummy-9-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("135","259","_wp_attached_file","2015/03/dummy-10.jpg"); INSERT INTO `wp_postmeta` VALUES("136","259","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-10.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-10-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-10-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("137","262","_wp_attached_file","2015/03/dummy-11.jpg"); INSERT INTO `wp_postmeta` VALUES("138","262","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-11-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-11-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("139","263","_wp_attached_file","2015/03/dummy-12.jpg"); INSERT INTO `wp_postmeta` VALUES("140","263","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-12.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-12-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-12-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("141","265","_wp_attached_file","2015/03/dummy-13.jpg"); INSERT INTO `wp_postmeta` VALUES("142","265","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-13.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-13-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-13-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("143","266","_wp_attached_file","2015/03/dummy-14.jpg"); INSERT INTO `wp_postmeta` VALUES("144","266","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-14.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-14-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-14-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("145","267","_wp_attached_file","2015/03/dummy-15.jpg"); INSERT INTO `wp_postmeta` VALUES("146","267","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-15.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-15-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-15-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("147","268","_wp_attached_file","2015/03/dummy-16.jpg"); INSERT INTO `wp_postmeta` VALUES("148","268","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-16.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-16-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-16-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("149","270","_wp_attached_file","2015/03/dummy-17.jpg"); INSERT INTO `wp_postmeta` VALUES("150","270","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-17.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-17-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-17-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("151","271","_wp_attached_file","2015/03/dummy-18.jpg"); INSERT INTO `wp_postmeta` VALUES("152","271","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-18.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-18-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-18-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("153","272","_wp_attached_file","2015/03/dummy-19.jpg"); INSERT INTO `wp_postmeta` VALUES("154","272","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-19.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-19-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-19-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("155","275","_wp_attached_file","2015/03/dummy-20.jpg"); INSERT INTO `wp_postmeta` VALUES("156","275","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-20.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-20-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-20-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("157","276","_wp_attached_file","2015/03/dummy-21.jpg"); INSERT INTO `wp_postmeta` VALUES("158","276","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-21.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-21-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-21-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("159","278","_wp_attached_file","2015/03/dummy-22.jpg"); INSERT INTO `wp_postmeta` VALUES("160","278","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-22.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-22-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-22-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("161","279","_wp_attached_file","2015/03/dummy-23.jpg"); INSERT INTO `wp_postmeta` VALUES("162","279","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-23.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-23-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-23-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("163","281","_wp_attached_file","2015/03/dummy-24.jpg"); INSERT INTO `wp_postmeta` VALUES("164","281","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-24.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-24-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-24-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-24-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("165","282","_wp_attached_file","2015/03/dummy-25.jpg"); INSERT INTO `wp_postmeta` VALUES("166","282","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-25.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-25-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-25-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-25-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("167","283","_wp_attached_file","2015/03/dummy-26.jpg"); INSERT INTO `wp_postmeta` VALUES("168","283","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-26.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-26-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-26-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-26-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("169","284","_wp_attached_file","2015/03/dummy-27.jpg"); INSERT INTO `wp_postmeta` VALUES("170","284","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-27.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-27-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-27-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-27-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("171","286","_wp_attached_file","2015/03/dummy-28.jpg"); INSERT INTO `wp_postmeta` VALUES("172","286","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-28.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-28-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-28-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-28-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("173","287","_wp_attached_file","2015/03/dummy-29.jpg"); INSERT INTO `wp_postmeta` VALUES("174","287","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-29.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-29-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-29-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("175","288","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("176","288","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("177","288","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("178","288","_menu_item_object_id","288"); INSERT INTO `wp_postmeta` VALUES("179","288","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("180","288","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("181","288","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("182","288","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("183","288","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("184","166","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("185","166","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("186","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("187","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("188","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("189","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("190","171","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("191","171","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("192","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("193","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("194","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("195","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("196","173","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("197","173","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("198","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("199","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("200","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("201","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("202","289","_wp_attached_file","2015/03/dummy-30.jpg"); INSERT INTO `wp_postmeta` VALUES("203","289","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-30.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-30-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-30-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-30-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("204","290","_wp_attached_file","2015/03/dummy-31.jpg"); INSERT INTO `wp_postmeta` VALUES("205","290","_wp_attachment_metadata","a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/03/dummy-31.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dummy-31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:20:\"dummy-31-430x323.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-cropped\";a:4:{s:4:\"file\";s:20:\"dummy-31-430x330.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}"); INSERT INTO `wp_postmeta` VALUES("206","291","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("207","291","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("208","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("209","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("210","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("211","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("212","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("213","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("214","25","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("215","25","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("216","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("217","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("218","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("219","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("220","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("221","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("222","32","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("223","32","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("224","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("225","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("226","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("227","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("228","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("229","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("230","47","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("231","47","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("232","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("233","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("234","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("235","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("236","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("237","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("238","55","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("239","55","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("240","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("241","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("242","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("243","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("244","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("245","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("246","72","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("247","72","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("248","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("249","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("250","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("251","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("252","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("253","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("254","104","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("255","104","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("256","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("257","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("258","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("259","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("260","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("261","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("262","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("263","126","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("264","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("265","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("266","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("267","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("268","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("269","126","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("270","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("271","133","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("272","133","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("273","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("274","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("275","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("276","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("277","137","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("278","137","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("279","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("280","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("281","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("282","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("283","144","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("284","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("285","144","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("286","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("287","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("288","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("289","146","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("290","146","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("291","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("292","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("293","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("294","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("295","148","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("296","148","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("297","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("298","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("299","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("300","150","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("301","150","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("302","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("303","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("304","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("305","292","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("306","292","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("307","292","_menu_item_menu_item_parent","302"); INSERT INTO `wp_postmeta` VALUES("308","292","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("309","292","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("310","292","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("311","292","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("312","292","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("313","292","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("314","220","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("315","220","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("316","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("317","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("318","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("319","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("320","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("321","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("322","221","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("323","222","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("324","223","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("325","293","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("326","293","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("327","293","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("328","293","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("329","293","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("330","293","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("331","293","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("332","293","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("333","293","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("334","5","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("335","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("336","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("337","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("338","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("339","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("340","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("341","153","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("342","153","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("343","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("344","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("345","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("346","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("347","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("348","155","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("349","155","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("350","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("351","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("352","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("353","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("354","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("355","158","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("356","158","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("357","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("358","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("359","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("360","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("361","219","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("362","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("363","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("364","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("365","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("366","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("367","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("368","294","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("369","294","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("370","294","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("371","294","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("372","294","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("373","294","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("374","294","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("375","294","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("376","294","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("377","295","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("378","295","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("379","295","_menu_item_menu_item_parent","300"); INSERT INTO `wp_postmeta` VALUES("380","295","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("381","295","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("382","295","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("383","295","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("384","295","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("385","295","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("386","296","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("387","296","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("388","296","_menu_item_menu_item_parent","300"); INSERT INTO `wp_postmeta` VALUES("389","296","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("390","296","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("391","296","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("392","296","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("393","296","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("394","296","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("395","297","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("396","297","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("397","297","_menu_item_menu_item_parent","300"); INSERT INTO `wp_postmeta` VALUES("398","297","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("399","297","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("400","297","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("401","297","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("402","297","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("403","297","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("404","298","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("405","298","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("406","298","_menu_item_menu_item_parent","300"); INSERT INTO `wp_postmeta` VALUES("407","298","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("408","298","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("409","298","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("410","298","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("411","298","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("412","298","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("413","299","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("414","299","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("415","299","_menu_item_menu_item_parent","300"); INSERT INTO `wp_postmeta` VALUES("416","299","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("417","299","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("418","299","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("419","299","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("420","299","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("421","299","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("422","300","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("423","300","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("424","300","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("425","300","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("426","300","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("427","300","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("428","300","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("429","300","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("430","300","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("431","301","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("432","301","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("433","301","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("434","301","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("435","301","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("436","301","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("437","301","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("438","301","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("439","301","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("440","302","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("441","302","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("442","302","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("443","302","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("444","302","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("445","302","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("446","302","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("447","302","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("448","302","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("449","303","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("450","303","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("451","303","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("452","303","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("453","303","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("454","303","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("455","303","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("456","303","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("457","303","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("458","304","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("459","304","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("460","304","_menu_item_menu_item_parent","302"); INSERT INTO `wp_postmeta` VALUES("461","304","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("462","304","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("463","304","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("464","304","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("465","304","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("466","304","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("467","305","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("468","305","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("469","305","_menu_item_menu_item_parent","302"); INSERT INTO `wp_postmeta` VALUES("470","305","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("471","305","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("472","305","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("473","305","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("474","305","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("475","305","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("476","306","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("477","306","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("478","306","_menu_item_menu_item_parent","302"); INSERT INTO `wp_postmeta` VALUES("479","306","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("480","306","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("481","306","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("482","306","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("483","306","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("484","306","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("485","307","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("486","307","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("487","307","_menu_item_menu_item_parent","302"); INSERT INTO `wp_postmeta` VALUES("488","307","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("489","307","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("490","307","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("491","307","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("492","307","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("493","307","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("496","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("497","309","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("498","309","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("499","309","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("500","309","_menu_item_object_id","309"); INSERT INTO `wp_postmeta` VALUES("501","309","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("502","309","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("503","309","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("504","309","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("505","309","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("506","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("507","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("508","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("509","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("510","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("511","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("512","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("513","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("514","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("515","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("516","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("517","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("518","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("519","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("520","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("521","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("522","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("523","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("524","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("525","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("526","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("527","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("528","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("529","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("530","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("531","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("532","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("533","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("534","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("535","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("536","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("537","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("538","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("539","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("540","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("541","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("542","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("543","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("544","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("545","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("546","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("547","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("548","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("549","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("550","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("551","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("552","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("553","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("554","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("555","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("556","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("557","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("558","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("559","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("560","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("561","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("562","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("563","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("564","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("565","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("566","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("567","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("568","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("569","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("570","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("571","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("572","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("573","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("574","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("575","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("576","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("577","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("578","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("579","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("580","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("581","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("582","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("583","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("584","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("585","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("586","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("587","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("588","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("589","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("590","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("591","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("592","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("593","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("594","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("595","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("596","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("597","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("598","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("599","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("600","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("601","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("602","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("603","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("604","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("605","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("606","310","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("607","310","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("608","310","_menu_item_menu_item_parent","320"); INSERT INTO `wp_postmeta` VALUES("609","310","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("610","310","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("611","310","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("612","310","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("613","310","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("614","310","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("615","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("616","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("617","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("618","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("619","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("620","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("621","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("622","311","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("623","311","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("624","311","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("625","311","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("626","311","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("627","311","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("628","311","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("629","311","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("630","311","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("631","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("632","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("633","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("634","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("635","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("636","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("637","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("638","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("639","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("640","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("641","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("642","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("643","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("644","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("645","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("646","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("647","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("648","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("649","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("650","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("651","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("652","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("653","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("654","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("655","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("656","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("657","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("658","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("659","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("660","312","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("661","312","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("662","312","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("663","312","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("664","312","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("665","312","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("666","312","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("667","312","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("668","312","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("669","313","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("670","313","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("671","313","_menu_item_menu_item_parent","318"); INSERT INTO `wp_postmeta` VALUES("672","313","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("673","313","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("674","313","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("675","313","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("676","313","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("677","313","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("678","314","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("679","314","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("680","314","_menu_item_menu_item_parent","318"); INSERT INTO `wp_postmeta` VALUES("681","314","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("682","314","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("683","314","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("684","314","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("685","314","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("686","314","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("687","315","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("688","315","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("689","315","_menu_item_menu_item_parent","318"); INSERT INTO `wp_postmeta` VALUES("690","315","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("691","315","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("692","315","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("693","315","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("694","315","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("695","315","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("696","316","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("697","316","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("698","316","_menu_item_menu_item_parent","318"); INSERT INTO `wp_postmeta` VALUES("699","316","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("700","316","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("701","316","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("702","316","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("703","316","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("704","316","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("705","317","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("706","317","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("707","317","_menu_item_menu_item_parent","318"); INSERT INTO `wp_postmeta` VALUES("708","317","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("709","317","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("710","317","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("711","317","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("712","317","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("713","317","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("714","318","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("715","318","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("716","318","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("717","318","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("718","318","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("719","318","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("720","318","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("721","318","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("722","318","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("723","319","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("724","319","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("725","319","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("726","319","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("727","319","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("728","319","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("729","319","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("730","319","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("731","319","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("732","320","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("733","320","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("734","320","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("735","320","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("736","320","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("737","320","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("738","320","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("739","320","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("740","320","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("741","321","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("742","321","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("743","321","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("744","321","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("745","321","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("746","321","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("747","321","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("748","321","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("749","321","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("750","322","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("751","322","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("752","322","_menu_item_menu_item_parent","320"); INSERT INTO `wp_postmeta` VALUES("753","322","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("754","322","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("755","322","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("756","322","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("757","322","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("758","322","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("759","323","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("760","323","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("761","323","_menu_item_menu_item_parent","320"); INSERT INTO `wp_postmeta` VALUES("762","323","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("763","323","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("764","323","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("765","323","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("766","323","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("767","323","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("768","324","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("769","324","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("770","324","_menu_item_menu_item_parent","320"); INSERT INTO `wp_postmeta` VALUES("771","324","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("772","324","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("773","324","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("774","324","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("775","324","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("776","324","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("777","325","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("778","325","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("779","325","_menu_item_menu_item_parent","320"); INSERT INTO `wp_postmeta` VALUES("780","325","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("781","325","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("782","325","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("783","325","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("784","325","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("785","325","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("788","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("789","327","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("790","327","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("791","327","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("792","327","_menu_item_object_id","327"); INSERT INTO `wp_postmeta` VALUES("793","327","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("794","327","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("795","327","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("796","327","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("797","327","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("798","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("799","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("800","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("801","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("802","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("803","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("804","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("805","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("806","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("807","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("808","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("809","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("810","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("811","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("812","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("813","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("814","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("815","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("816","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("817","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("818","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("819","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("820","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("821","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("822","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("823","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("824","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("825","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("826","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("827","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("828","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("829","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("830","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("831","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("832","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("833","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("834","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("835","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("836","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("837","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("838","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("839","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("840","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("841","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("842","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("843","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("844","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("845","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("846","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("847","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("848","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("849","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("850","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("851","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("852","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("853","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("854","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("855","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("856","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("857","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("858","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("859","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("860","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("861","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("862","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("863","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("864","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("865","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("866","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("867","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("868","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("869","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("870","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("871","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("872","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("873","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("874","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("875","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("876","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("877","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("878","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("879","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("880","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("881","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("882","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("883","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("884","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("885","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("886","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("887","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("888","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("889","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("890","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("891","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("892","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("893","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("894","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("895","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("896","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("897","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("898","328","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("899","328","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("900","328","_menu_item_menu_item_parent","338"); INSERT INTO `wp_postmeta` VALUES("901","328","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("902","328","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("903","328","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("904","328","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("905","328","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("906","328","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("907","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("908","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("909","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("910","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("911","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("912","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("913","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("914","329","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("915","329","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("916","329","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("917","329","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("918","329","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("919","329","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("920","329","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("921","329","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("922","329","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("923","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("924","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("925","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("926","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("927","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("928","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("929","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("930","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("931","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("932","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("933","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("934","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("935","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("936","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("937","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("938","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("939","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("940","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("941","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("942","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("943","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("944","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("945","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("946","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("947","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("948","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("949","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("950","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("951","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("952","330","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("953","330","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("954","330","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("955","330","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("956","330","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("957","330","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("958","330","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("959","330","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("960","330","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("961","331","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("962","331","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("963","331","_menu_item_menu_item_parent","336"); INSERT INTO `wp_postmeta` VALUES("964","331","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("965","331","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("966","331","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("967","331","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("968","331","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("969","331","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("970","332","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("971","332","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("972","332","_menu_item_menu_item_parent","336"); INSERT INTO `wp_postmeta` VALUES("973","332","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("974","332","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("975","332","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("976","332","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("977","332","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("978","332","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("979","333","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("980","333","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("981","333","_menu_item_menu_item_parent","336"); INSERT INTO `wp_postmeta` VALUES("982","333","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("983","333","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("984","333","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("985","333","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("986","333","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("987","333","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("988","334","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("989","334","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("990","334","_menu_item_menu_item_parent","336"); INSERT INTO `wp_postmeta` VALUES("991","334","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("992","334","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("993","334","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("994","334","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("995","334","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("996","334","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("997","335","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("998","335","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("999","335","_menu_item_menu_item_parent","336"); INSERT INTO `wp_postmeta` VALUES("1000","335","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("1001","335","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1002","335","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1003","335","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1004","335","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1005","335","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1006","336","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1007","336","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1008","336","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1009","336","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("1010","336","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1011","336","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1012","336","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1013","336","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1014","336","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1015","337","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1016","337","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1017","337","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1018","337","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("1019","337","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1020","337","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1021","337","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1022","337","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1023","337","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1024","338","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1025","338","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1026","338","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1027","338","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("1028","338","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1029","338","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1030","338","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1031","338","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1032","338","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1033","339","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1034","339","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1035","339","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1036","339","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("1037","339","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1038","339","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1039","339","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1040","339","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1041","339","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1042","340","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1043","340","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1044","340","_menu_item_menu_item_parent","338"); INSERT INTO `wp_postmeta` VALUES("1045","340","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("1046","340","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1047","340","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1048","340","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1049","340","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1050","340","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1051","341","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1052","341","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1053","341","_menu_item_menu_item_parent","338"); INSERT INTO `wp_postmeta` VALUES("1054","341","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("1055","341","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1056","341","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1057","341","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1058","341","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1059","341","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1060","342","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1061","342","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1062","342","_menu_item_menu_item_parent","338"); INSERT INTO `wp_postmeta` VALUES("1063","342","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("1064","342","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1065","342","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1066","342","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1067","342","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1068","342","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1069","343","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1070","343","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1071","343","_menu_item_menu_item_parent","338"); INSERT INTO `wp_postmeta` VALUES("1072","343","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("1073","343","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1074","343","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1075","343","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1076","343","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1077","343","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1080","344","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1081","344","_menu_item_object_id","344"); INSERT INTO `wp_postmeta` VALUES("1082","344","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("1083","344","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1084","344","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1085","344","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1086","344","_menu_item_url","http://pharmawebhosting.com/beauty/"); INSERT INTO `wp_postmeta` VALUES("1088","345","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1089","345","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1090","345","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1091","345","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("1092","345","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1093","345","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1094","345","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1095","345","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1096","345","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1228","359","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1098","346","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1099","346","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1100","346","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1101","346","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("1102","346","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1103","346","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1104","346","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1105","346","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1106","346","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1357","372","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1108","347","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1109","347","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1110","347","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1111","347","_menu_item_object_id","221"); INSERT INTO `wp_postmeta` VALUES("1112","347","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1113","347","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1114","347","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1115","347","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1116","347","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1226","358","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1118","348","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1119","348","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1120","348","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1121","348","_menu_item_object_id","222"); INSERT INTO `wp_postmeta` VALUES("1122","348","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1123","348","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1124","348","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1125","348","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1126","348","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1225","358","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1128","349","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1129","349","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1130","349","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1131","349","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("1132","349","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1133","349","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1134","349","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1135","349","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1136","349","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1138","350","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1139","350","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1140","350","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1141","350","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("1142","350","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1143","350","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1144","350","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1145","350","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1146","350","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1224","358","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1148","351","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1149","351","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1150","351","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1151","351","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("1152","351","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1153","351","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1154","351","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1155","351","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1156","351","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1223","358","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1158","352","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1159","352","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1160","352","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1161","352","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("1162","352","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1163","352","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1164","352","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1165","352","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1166","352","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1222","358","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1168","353","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1169","353","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1170","353","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1171","353","_menu_item_object_id","223"); INSERT INTO `wp_postmeta` VALUES("1172","353","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1173","353","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1174","353","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1175","353","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1176","353","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1221","358","_menu_item_object_id","2"); INSERT INTO `wp_postmeta` VALUES("1178","354","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1179","354","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1180","354","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1181","354","_menu_item_object_id","2"); INSERT INTO `wp_postmeta` VALUES("1182","354","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1183","354","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1184","354","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1185","354","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1186","354","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1220","358","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1188","355","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1189","355","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1190","355","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1191","355","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("1192","355","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1193","355","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1194","355","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1195","355","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1196","355","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1219","358","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1198","356","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1199","356","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1200","356","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1201","356","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("1202","356","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1203","356","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1204","356","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1205","356","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1206","356","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1208","357","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1209","357","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1210","357","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1211","357","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("1212","357","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1213","357","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1214","357","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1215","357","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1216","357","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1218","358","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1229","359","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1230","359","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1231","359","_menu_item_object_id","223"); INSERT INTO `wp_postmeta` VALUES("1232","359","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1233","359","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1234","359","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1235","359","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1236","359","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1356","372","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1238","360","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1239","360","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1240","360","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1241","360","_menu_item_object_id","222"); INSERT INTO `wp_postmeta` VALUES("1242","360","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1243","360","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1244","360","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1245","360","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1246","360","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1355","372","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("1248","361","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1249","361","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1250","361","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1251","361","_menu_item_object_id","221"); INSERT INTO `wp_postmeta` VALUES("1252","361","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1253","361","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1254","361","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1255","361","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1256","361","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1354","372","_menu_item_object_id","372"); INSERT INTO `wp_postmeta` VALUES("1258","362","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1259","362","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1260","362","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1261","362","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("1262","362","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1263","362","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1264","362","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1265","362","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1266","362","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1353","372","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1268","363","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1269","363","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1270","363","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1271","363","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("1272","363","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1273","363","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1274","363","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1275","363","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1276","363","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1352","372","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("1278","364","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1279","364","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1280","364","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1281","364","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("1282","364","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1283","364","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1284","364","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1285","364","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1286","364","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1288","365","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1289","365","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1290","365","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1291","365","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("1292","365","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1293","365","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1294","365","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1295","365","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1296","365","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1351","372","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1298","366","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1299","366","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1300","366","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1301","366","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("1302","366","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1303","366","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1304","366","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1305","366","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1306","366","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1308","367","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1309","367","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1310","367","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1311","367","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("1312","367","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1313","367","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1314","367","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1315","367","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1316","367","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1350","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("1318","368","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1319","368","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1320","368","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1321","368","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("1322","368","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1323","368","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1324","368","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1325","368","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1326","368","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2809","155","_oembed_383831306ae6cd9b67b37c89785be11f",""); INSERT INTO `wp_postmeta` VALUES("1328","369","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1329","369","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1330","369","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1331","369","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("1332","369","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1333","369","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1334","369","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1335","369","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1336","369","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2224","25","_edit_lock","1494891598:1"); INSERT INTO `wp_postmeta` VALUES("1338","370","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1339","370","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1340","370","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1341","370","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("1342","370","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1343","370","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1344","370","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1345","370","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1346","370","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1358","372","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1359","372","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("1360","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1361","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("1362","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1363","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("1364","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1365","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1366","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("1367","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1368","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("1369","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1370","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1371","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("1372","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1373","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("1374","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1375","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1376","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1377","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1378","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1379","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1380","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1381","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1382","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1383","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("1384","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1385","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1386","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1387","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1388","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1389","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1390","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1391","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1392","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1393","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1394","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1395","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1396","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1397","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1398","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1399","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1400","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1401","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1402","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1403","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1404","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1405","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1406","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1407","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1408","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1409","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1410","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1411","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("1412","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1413","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1414","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1415","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1416","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1417","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1418","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1419","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1420","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1421","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1422","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1423","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1424","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("1425","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1426","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1427","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1428","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("1429","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1430","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1431","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1432","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1433","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1434","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1435","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1436","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("1437","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1438","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("1439","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1440","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1441","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1442","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("1443","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1444","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1445","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1446","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1447","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1448","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("1449","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1450","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1451","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1452","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1453","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1454","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1455","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1456","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1457","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1458","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1459","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1460","373","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1461","373","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1462","373","_menu_item_menu_item_parent","383"); INSERT INTO `wp_postmeta` VALUES("1463","373","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("1464","373","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1465","373","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1466","373","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1467","373","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1468","373","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1469","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1470","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1471","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("1472","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1473","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1474","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1475","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1476","374","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1477","374","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1478","374","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1479","374","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("1480","374","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1481","374","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1482","374","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1483","374","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1484","374","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1485","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("1486","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("1487","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("1488","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("1489","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("1490","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1491","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1492","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("1493","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("1494","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1495","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1496","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1497","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1498","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("1499","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("1500","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1501","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1502","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1503","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1504","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("1505","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1506","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1507","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1508","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("1509","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("1510","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("1511","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("1512","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("1513","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1514","375","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1515","375","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1516","375","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1517","375","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("1518","375","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1519","375","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1520","375","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1521","375","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1522","375","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1523","376","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1524","376","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1525","376","_menu_item_menu_item_parent","381"); INSERT INTO `wp_postmeta` VALUES("1526","376","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("1527","376","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1528","376","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1529","376","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1530","376","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1531","376","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1532","377","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1533","377","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1534","377","_menu_item_menu_item_parent","381"); INSERT INTO `wp_postmeta` VALUES("1535","377","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("1536","377","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1537","377","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1538","377","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1539","377","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1540","377","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1541","378","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1542","378","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1543","378","_menu_item_menu_item_parent","381"); INSERT INTO `wp_postmeta` VALUES("1544","378","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("1545","378","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1546","378","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1547","378","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1548","378","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1549","378","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1550","379","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1551","379","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1552","379","_menu_item_menu_item_parent","381"); INSERT INTO `wp_postmeta` VALUES("1553","379","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("1554","379","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1555","379","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1556","379","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1557","379","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1558","379","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1559","380","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1560","380","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1561","380","_menu_item_menu_item_parent","381"); INSERT INTO `wp_postmeta` VALUES("1562","380","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("1563","380","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1564","380","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1565","380","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1566","380","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1567","380","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1568","381","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1569","381","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1570","381","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1571","381","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("1572","381","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1573","381","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1574","381","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1575","381","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1576","381","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1577","382","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1578","382","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1579","382","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1580","382","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("1581","382","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1582","382","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1583","382","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1584","382","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1585","382","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1586","383","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1587","383","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1588","383","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1589","383","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("1590","383","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1591","383","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1592","383","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1593","383","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1594","383","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1595","384","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1596","384","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1597","384","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1598","384","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("1599","384","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1600","384","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1601","384","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1602","384","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1603","384","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1604","385","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1605","385","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1606","385","_menu_item_menu_item_parent","383"); INSERT INTO `wp_postmeta` VALUES("1607","385","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("1608","385","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1609","385","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1610","385","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1611","385","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1612","385","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1613","386","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1614","386","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1615","386","_menu_item_menu_item_parent","383"); INSERT INTO `wp_postmeta` VALUES("1616","386","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("1617","386","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1618","386","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1619","386","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1620","386","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1621","386","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1622","387","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1623","387","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1624","387","_menu_item_menu_item_parent","383"); INSERT INTO `wp_postmeta` VALUES("1625","387","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("1626","387","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1627","387","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1628","387","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1629","387","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1630","387","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1631","388","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1632","388","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1633","388","_menu_item_menu_item_parent","383"); INSERT INTO `wp_postmeta` VALUES("1634","388","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("1635","388","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1636","388","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1637","388","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1638","388","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1639","388","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1642","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("1643","390","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1644","390","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("1645","390","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1646","390","_menu_item_object_id","390"); INSERT INTO `wp_postmeta` VALUES("1647","390","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("1648","390","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1649","390","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1650","390","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1651","390","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("1652","166","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1653","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("1654","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1655","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("1656","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1657","171","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1658","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("1659","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1660","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("1661","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1662","173","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1663","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("1664","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1665","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("1666","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1667","291","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1668","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1669","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1670","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1671","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1672","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1673","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1674","25","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1675","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("1676","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1677","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1678","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1679","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1680","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1681","32","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1682","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1683","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1684","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1685","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1686","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1687","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1688","47","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1689","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1690","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1691","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1692","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1693","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1694","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1695","55","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1696","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1697","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1698","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1699","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1700","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1701","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1702","72","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1703","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("1704","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1705","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1706","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1707","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1708","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1709","104","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1710","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1711","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1712","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1713","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1714","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1715","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1716","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("1717","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1718","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1719","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1720","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("1721","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1722","126","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1723","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1724","133","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1725","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1726","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1727","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1728","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("1729","137","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1730","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("1731","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1732","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1733","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1734","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("1735","144","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1736","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1737","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1738","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1739","146","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1740","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("1741","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1742","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1743","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1744","148","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1745","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1746","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1747","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1748","150","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1749","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1750","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1751","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1752","391","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1753","391","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1754","391","_menu_item_menu_item_parent","401"); INSERT INTO `wp_postmeta` VALUES("1755","391","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("1756","391","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1757","391","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1758","391","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1759","391","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1760","391","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1761","220","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1762","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1763","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("1764","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1765","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1766","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1767","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1768","392","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1769","392","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1770","392","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1771","392","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("1772","392","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1773","392","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1774","392","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1775","392","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1776","392","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1777","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("1778","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("1779","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("1780","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("1781","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("1782","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1783","153","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1784","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("1785","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("1786","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1787","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1788","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1789","155","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1790","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("1791","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("1792","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1793","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1794","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1795","158","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("1796","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("1797","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1798","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1799","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1800","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("1801","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("1802","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("1803","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("1804","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("1805","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1806","393","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1807","393","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1808","393","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1809","393","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("1810","393","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1811","393","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1812","393","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1813","393","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1814","393","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1815","394","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1816","394","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1817","394","_menu_item_menu_item_parent","399"); INSERT INTO `wp_postmeta` VALUES("1818","394","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("1819","394","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1820","394","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1821","394","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1822","394","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1823","394","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1824","395","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1825","395","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1826","395","_menu_item_menu_item_parent","399"); INSERT INTO `wp_postmeta` VALUES("1827","395","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("1828","395","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1829","395","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1830","395","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1831","395","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1832","395","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1833","396","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1834","396","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1835","396","_menu_item_menu_item_parent","399"); INSERT INTO `wp_postmeta` VALUES("1836","396","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("1837","396","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1838","396","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1839","396","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1840","396","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1841","396","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1842","397","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1843","397","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1844","397","_menu_item_menu_item_parent","399"); INSERT INTO `wp_postmeta` VALUES("1845","397","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("1846","397","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1847","397","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1848","397","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1849","397","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1850","397","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1851","398","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1852","398","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1853","398","_menu_item_menu_item_parent","399"); INSERT INTO `wp_postmeta` VALUES("1854","398","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("1855","398","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1856","398","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1857","398","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1858","398","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1859","398","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1860","399","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1861","399","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1862","399","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1863","399","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("1864","399","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1865","399","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1866","399","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1867","399","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1868","399","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1869","400","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1870","400","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1871","400","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1872","400","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("1873","400","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1874","400","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1875","400","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1876","400","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1877","400","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1878","401","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1879","401","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1880","401","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1881","401","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("1882","401","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1883","401","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1884","401","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1885","401","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1886","401","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1887","402","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1888","402","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1889","402","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1890","402","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("1891","402","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("1892","402","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1893","402","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1894","402","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1895","402","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1896","403","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1897","403","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1898","403","_menu_item_menu_item_parent","401"); INSERT INTO `wp_postmeta` VALUES("1899","403","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("1900","403","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1901","403","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1902","403","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1903","403","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1904","403","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1905","404","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1906","404","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1907","404","_menu_item_menu_item_parent","401"); INSERT INTO `wp_postmeta` VALUES("1908","404","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("1909","404","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1910","404","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1911","404","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1912","404","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1913","404","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1914","405","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1915","405","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1916","405","_menu_item_menu_item_parent","401"); INSERT INTO `wp_postmeta` VALUES("1917","405","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("1918","405","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1919","405","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1920","405","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1921","405","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1922","405","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1923","406","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1924","406","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("1925","406","_menu_item_menu_item_parent","401"); INSERT INTO `wp_postmeta` VALUES("1926","406","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("1927","406","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("1928","406","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1929","406","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1930","406","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1931","406","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("1934","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("1935","408","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1936","408","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("1937","408","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("1938","408","_menu_item_object_id","408"); INSERT INTO `wp_postmeta` VALUES("1939","408","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("1940","408","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("1941","408","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1942","408","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("1943","408","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("1944","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1945","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("1946","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1947","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("1948","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1949","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1950","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("1951","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1952","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("1953","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1954","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1955","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("1956","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1957","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("1958","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1959","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1960","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1961","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1962","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1963","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1964","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1965","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1966","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1967","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("1968","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1969","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1970","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1971","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1972","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1973","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1974","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1975","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1976","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1977","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1978","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1979","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1980","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1981","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1982","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1983","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1984","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1985","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1986","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1987","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1988","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("1989","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1990","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1991","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1992","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("1993","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("1994","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("1995","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("1996","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("1997","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("1998","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("1999","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2000","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2001","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2002","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2003","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2004","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2005","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2006","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2007","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2008","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("2009","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2010","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2011","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2012","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("2013","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2014","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2015","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2016","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2017","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2018","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2019","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2020","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("2021","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2022","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("2023","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2024","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2025","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2026","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("2027","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2028","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2029","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2030","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2031","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2032","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("2033","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2034","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2035","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2036","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2037","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2038","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2039","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2040","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2041","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2042","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2043","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2044","409","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2045","409","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2046","409","_menu_item_menu_item_parent","419"); INSERT INTO `wp_postmeta` VALUES("2047","409","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("2048","409","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2049","409","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2050","409","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2051","409","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2052","409","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2053","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2054","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2055","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("2056","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2057","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2058","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2059","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2060","410","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2061","410","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2062","410","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2063","410","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("2064","410","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2065","410","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2066","410","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2067","410","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2068","410","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2069","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("2070","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("2071","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("2072","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("2073","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("2074","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2075","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2076","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("2077","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("2078","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2079","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2080","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2081","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2082","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("2083","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("2084","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2085","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2086","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2087","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2088","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("2089","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2090","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2091","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2092","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("2093","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("2094","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("2095","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("2096","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("2097","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2098","411","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2099","411","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2100","411","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2101","411","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("2102","411","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2103","411","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2104","411","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2105","411","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2106","411","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2107","412","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2108","412","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2109","412","_menu_item_menu_item_parent","417"); INSERT INTO `wp_postmeta` VALUES("2110","412","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("2111","412","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2112","412","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2113","412","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2114","412","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2115","412","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2116","413","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2117","413","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2118","413","_menu_item_menu_item_parent","417"); INSERT INTO `wp_postmeta` VALUES("2119","413","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("2120","413","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2121","413","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2122","413","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2123","413","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2124","413","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2125","414","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2126","414","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2127","414","_menu_item_menu_item_parent","417"); INSERT INTO `wp_postmeta` VALUES("2128","414","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("2129","414","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2130","414","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2131","414","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2132","414","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2133","414","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2134","415","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2135","415","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2136","415","_menu_item_menu_item_parent","417"); INSERT INTO `wp_postmeta` VALUES("2137","415","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("2138","415","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2139","415","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2140","415","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2141","415","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2142","415","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2143","416","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2144","416","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2145","416","_menu_item_menu_item_parent","417"); INSERT INTO `wp_postmeta` VALUES("2146","416","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("2147","416","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2148","416","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2149","416","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2150","416","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2151","416","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2152","417","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2153","417","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2154","417","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2155","417","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("2156","417","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2157","417","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2158","417","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2159","417","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2160","417","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2161","418","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2162","418","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2163","418","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2164","418","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("2165","418","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2166","418","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2167","418","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2168","418","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2169","418","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2170","419","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2171","419","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2172","419","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2173","419","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("2174","419","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2175","419","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2176","419","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2177","419","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2178","419","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2179","420","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2180","420","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2181","420","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2182","420","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("2183","420","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2184","420","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2185","420","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2186","420","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2187","420","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2188","421","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2189","421","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2190","421","_menu_item_menu_item_parent","419"); INSERT INTO `wp_postmeta` VALUES("2191","421","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("2192","421","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2193","421","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2194","421","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2195","421","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2196","421","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2197","422","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2198","422","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2199","422","_menu_item_menu_item_parent","419"); INSERT INTO `wp_postmeta` VALUES("2200","422","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("2201","422","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2202","422","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2203","422","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2204","422","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2205","422","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2206","423","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2207","423","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2208","423","_menu_item_menu_item_parent","419"); INSERT INTO `wp_postmeta` VALUES("2209","423","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("2210","423","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2211","423","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2212","423","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2213","423","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2214","423","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2215","424","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2216","424","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2217","424","_menu_item_menu_item_parent","419"); INSERT INTO `wp_postmeta` VALUES("2218","424","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("2219","424","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2220","424","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2221","424","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2222","424","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2223","424","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2227","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("2228","426","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2229","426","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("2230","426","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2231","426","_menu_item_object_id","426"); INSERT INTO `wp_postmeta` VALUES("2232","426","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("2233","426","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2234","426","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2235","426","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2236","426","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("2237","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2238","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("2239","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2240","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("2241","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2242","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2243","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("2244","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2245","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("2246","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2247","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2248","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("2249","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2250","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("2251","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2252","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2253","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2254","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2255","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2256","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2257","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2258","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2259","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2260","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("2261","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2262","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2263","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2264","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2265","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2266","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2267","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2268","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2269","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2270","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2271","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2272","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2273","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2274","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2275","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2276","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2277","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2278","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2279","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2280","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2281","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2282","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2283","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2284","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2285","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2286","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2287","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2288","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("2289","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2290","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2291","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2292","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2293","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2294","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2295","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2296","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2297","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2298","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2299","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2300","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2301","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("2302","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2303","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2304","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2305","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("2306","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2307","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2308","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2309","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2310","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2311","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2312","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2313","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("2314","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2315","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("2316","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2317","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2318","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2319","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("2320","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2321","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2322","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2323","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2324","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2325","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("2326","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2327","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2328","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2329","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2330","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2331","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2332","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2333","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2334","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2335","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2336","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2337","427","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2338","427","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2339","427","_menu_item_menu_item_parent","437"); INSERT INTO `wp_postmeta` VALUES("2340","427","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("2341","427","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2342","427","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2343","427","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2344","427","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2345","427","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2346","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2347","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2348","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("2349","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2350","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2351","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2352","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2353","428","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2354","428","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2355","428","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2356","428","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("2357","428","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2358","428","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2359","428","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2360","428","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2361","428","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2362","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("2363","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("2364","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("2365","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("2366","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("2367","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2368","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2369","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("2370","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("2371","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2372","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2373","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2374","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2375","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("2376","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("2377","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2378","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2379","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2380","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2381","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("2382","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2383","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2384","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2385","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("2386","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("2387","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("2388","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("2389","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("2390","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2391","429","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2392","429","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2393","429","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2394","429","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("2395","429","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2396","429","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2397","429","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2398","429","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2399","429","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2400","430","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2401","430","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2402","430","_menu_item_menu_item_parent","435"); INSERT INTO `wp_postmeta` VALUES("2403","430","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("2404","430","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2405","430","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2406","430","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2407","430","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2408","430","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2409","431","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2410","431","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2411","431","_menu_item_menu_item_parent","435"); INSERT INTO `wp_postmeta` VALUES("2412","431","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("2413","431","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2414","431","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2415","431","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2416","431","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2417","431","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2418","432","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2419","432","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2420","432","_menu_item_menu_item_parent","435"); INSERT INTO `wp_postmeta` VALUES("2421","432","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("2422","432","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2423","432","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2424","432","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2425","432","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2426","432","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2427","433","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2428","433","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2429","433","_menu_item_menu_item_parent","435"); INSERT INTO `wp_postmeta` VALUES("2430","433","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("2431","433","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2432","433","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2433","433","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2434","433","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2435","433","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2436","434","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2437","434","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2438","434","_menu_item_menu_item_parent","435"); INSERT INTO `wp_postmeta` VALUES("2439","434","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("2440","434","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2441","434","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2442","434","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2443","434","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2444","434","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2445","435","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2446","435","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2447","435","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2448","435","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("2449","435","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2450","435","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2451","435","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2452","435","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2453","435","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2454","436","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2455","436","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2456","436","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2457","436","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("2458","436","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2459","436","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2460","436","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2461","436","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2462","436","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2463","437","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2464","437","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2465","437","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2466","437","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("2467","437","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2468","437","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2469","437","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2470","437","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2471","437","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2472","438","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2473","438","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2474","438","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2475","438","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("2476","438","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2477","438","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2478","438","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2479","438","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2480","438","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2481","439","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2482","439","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2483","439","_menu_item_menu_item_parent","437"); INSERT INTO `wp_postmeta` VALUES("2484","439","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("2485","439","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2486","439","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2487","439","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2488","439","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2489","439","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2490","440","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2491","440","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2492","440","_menu_item_menu_item_parent","437"); INSERT INTO `wp_postmeta` VALUES("2493","440","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("2494","440","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2495","440","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2496","440","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2497","440","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2498","440","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2499","441","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2500","441","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2501","441","_menu_item_menu_item_parent","437"); INSERT INTO `wp_postmeta` VALUES("2502","441","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("2503","441","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2504","441","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2505","441","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2506","441","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2507","441","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2508","442","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2509","442","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2510","442","_menu_item_menu_item_parent","437"); INSERT INTO `wp_postmeta` VALUES("2511","442","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("2512","442","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2513","442","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2514","442","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2515","442","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2516","442","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2519","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("2520","445","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2521","445","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("2522","445","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2523","445","_menu_item_object_id","445"); INSERT INTO `wp_postmeta` VALUES("2524","445","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("2525","445","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2526","445","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2527","445","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2528","445","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("2529","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2530","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("2531","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2532","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("2533","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2534","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2535","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("2536","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2537","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("2538","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2539","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2540","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("2541","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2542","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("2543","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2544","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2545","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2546","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2547","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2548","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2549","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2550","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2551","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2552","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("2553","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2554","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2555","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2556","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2557","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2558","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2559","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2560","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2561","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2562","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2563","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2564","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2565","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2566","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2567","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2568","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2569","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2570","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2571","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2572","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2573","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2574","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2575","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2576","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2577","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2578","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2579","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2580","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("2581","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2582","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2583","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2584","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2585","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2586","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2587","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2588","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2589","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2590","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2591","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2592","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2593","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("2594","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2595","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2596","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2597","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("2598","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2599","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2600","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2601","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2602","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2603","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2604","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2605","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("2606","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2607","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("2608","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2609","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2610","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2611","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("2612","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2613","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2614","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2615","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2616","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2617","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("2618","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2619","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2620","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2621","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2622","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2623","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2624","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2625","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2626","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2627","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2628","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2629","446","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2630","446","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2631","446","_menu_item_menu_item_parent","456"); INSERT INTO `wp_postmeta` VALUES("2632","446","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("2633","446","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2634","446","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2635","446","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2636","446","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2637","446","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2638","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2639","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2640","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("2641","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2642","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2643","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2644","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2645","447","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2646","447","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2647","447","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2648","447","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("2649","447","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2650","447","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2651","447","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2652","447","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2653","447","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2654","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("2655","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("2656","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("2657","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("2658","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("2659","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2660","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2661","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("2662","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("2663","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2664","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2665","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2666","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2667","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("2668","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("2669","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2670","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2671","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2672","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("2673","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("2674","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2675","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2676","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2677","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("2678","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("2679","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("2680","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("2681","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("2682","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2683","448","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2684","448","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2685","448","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2686","448","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("2687","448","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2688","448","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2689","448","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2690","448","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2691","448","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2692","449","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2693","449","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2694","449","_menu_item_menu_item_parent","454"); INSERT INTO `wp_postmeta` VALUES("2695","449","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("2696","449","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2697","449","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2698","449","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2699","449","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2700","449","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2701","450","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2702","450","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2703","450","_menu_item_menu_item_parent","454"); INSERT INTO `wp_postmeta` VALUES("2704","450","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("2705","450","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2706","450","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2707","450","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2708","450","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2709","450","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2710","451","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2711","451","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2712","451","_menu_item_menu_item_parent","454"); INSERT INTO `wp_postmeta` VALUES("2713","451","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("2714","451","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2715","451","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2716","451","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2717","451","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2718","451","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2719","452","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2720","452","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2721","452","_menu_item_menu_item_parent","454"); INSERT INTO `wp_postmeta` VALUES("2722","452","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("2723","452","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2724","452","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2725","452","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2726","452","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2727","452","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2728","453","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2729","453","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2730","453","_menu_item_menu_item_parent","454"); INSERT INTO `wp_postmeta` VALUES("2731","453","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("2732","453","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2733","453","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2734","453","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2735","453","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2736","453","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2737","454","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2738","454","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2739","454","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2740","454","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("2741","454","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2742","454","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2743","454","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2744","454","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2745","454","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2746","455","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2747","455","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2748","455","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2749","455","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("2750","455","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2751","455","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2752","455","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2753","455","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2754","455","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2755","456","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2756","456","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2757","456","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2758","456","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("2759","456","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2760","456","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2761","456","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2762","456","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2763","456","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2764","457","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2765","457","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2766","457","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2767","457","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("2768","457","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2769","457","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2770","457","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2771","457","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2772","457","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2773","458","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2774","458","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2775","458","_menu_item_menu_item_parent","456"); INSERT INTO `wp_postmeta` VALUES("2776","458","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("2777","458","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2778","458","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2779","458","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2780","458","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2781","458","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2782","459","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2783","459","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2784","459","_menu_item_menu_item_parent","456"); INSERT INTO `wp_postmeta` VALUES("2785","459","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("2786","459","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2787","459","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2788","459","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2789","459","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2790","459","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2791","460","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2792","460","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2793","460","_menu_item_menu_item_parent","456"); INSERT INTO `wp_postmeta` VALUES("2794","460","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("2795","460","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2796","460","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2797","460","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2798","460","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2799","460","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2800","461","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2801","461","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2802","461","_menu_item_menu_item_parent","456"); INSERT INTO `wp_postmeta` VALUES("2803","461","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("2804","461","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2805","461","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2806","461","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2807","461","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2808","461","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2810","155","_oembed_time_383831306ae6cd9b67b37c89785be11f","1494891713"); INSERT INTO `wp_postmeta` VALUES("2811","153","_oembed_ad3f1de3ffd288beebc20830a0b1a989",""); INSERT INTO `wp_postmeta` VALUES("2812","153","_oembed_time_ad3f1de3ffd288beebc20830a0b1a989","1494891714"); INSERT INTO `wp_postmeta` VALUES("2815","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("2816","463","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2817","463","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("2818","463","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2819","463","_menu_item_object_id","463"); INSERT INTO `wp_postmeta` VALUES("2820","463","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("2821","463","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2822","463","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2823","463","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2824","463","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("2825","166","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2826","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("2827","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2828","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("2829","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2830","171","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2831","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("2832","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2833","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("2834","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2835","173","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2836","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("2837","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2838","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("2839","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2840","291","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2841","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2842","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2843","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2844","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2845","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2846","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2847","25","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2848","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("2849","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2850","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2851","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2852","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2853","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2854","32","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2855","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2856","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2857","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2858","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2859","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2860","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2861","47","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2862","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2863","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2864","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2865","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2866","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2867","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2868","55","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2869","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2870","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2871","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2872","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2873","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2874","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2875","72","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2876","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("2877","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2878","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2879","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2880","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2881","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2882","104","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2883","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2884","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("2885","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2886","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2887","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2888","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2889","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("2890","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2891","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2892","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2893","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("2894","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2895","126","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2896","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2897","133","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2898","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2899","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2900","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2901","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("2902","137","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2903","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("2904","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2905","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2906","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2907","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("2908","144","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2909","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2910","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2911","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2912","146","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2913","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("2914","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2915","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2916","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2917","148","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2918","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2919","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2920","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2921","150","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2922","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2923","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2924","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2925","464","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2926","464","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2927","464","_menu_item_menu_item_parent","474"); INSERT INTO `wp_postmeta` VALUES("2928","464","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("2929","464","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("2930","464","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2931","464","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2932","464","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2933","464","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2934","220","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2935","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("2936","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("2937","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2938","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2939","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("2940","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2941","465","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2942","465","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2943","465","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2944","465","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("2945","465","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2946","465","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2947","465","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2948","465","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2949","465","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2950","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("2951","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("2952","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("2953","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("2954","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("2955","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2956","153","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2957","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("2958","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("2959","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2960","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2961","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2962","155","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2963","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("2964","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("2965","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2966","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2967","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2968","158","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("2969","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("2970","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2971","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2972","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("2973","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("2974","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("2975","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("2976","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("2977","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("2978","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2979","466","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2980","466","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2981","466","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("2982","466","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("2983","466","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2984","466","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2985","466","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2986","466","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2987","466","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2988","467","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2989","467","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2990","467","_menu_item_menu_item_parent","472"); INSERT INTO `wp_postmeta` VALUES("2991","467","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("2992","467","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("2993","467","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("2994","467","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("2995","467","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("2996","467","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("2997","468","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("2998","468","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("2999","468","_menu_item_menu_item_parent","472"); INSERT INTO `wp_postmeta` VALUES("3000","468","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("3001","468","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3002","468","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3003","468","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3004","468","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3005","468","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3006","469","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3007","469","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3008","469","_menu_item_menu_item_parent","472"); INSERT INTO `wp_postmeta` VALUES("3009","469","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("3010","469","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3011","469","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3012","469","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3013","469","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3014","469","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3015","470","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3016","470","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3017","470","_menu_item_menu_item_parent","472"); INSERT INTO `wp_postmeta` VALUES("3018","470","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("3019","470","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3020","470","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3021","470","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3022","470","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3023","470","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3024","471","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3025","471","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3026","471","_menu_item_menu_item_parent","472"); INSERT INTO `wp_postmeta` VALUES("3027","471","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("3028","471","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3029","471","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3030","471","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3031","471","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3032","471","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3033","472","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3034","472","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3035","472","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3036","472","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("3037","472","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3038","472","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3039","472","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3040","472","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3041","472","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3042","473","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3043","473","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3044","473","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3045","473","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("3046","473","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3047","473","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3048","473","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3049","473","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3050","473","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3051","474","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3052","474","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3053","474","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3054","474","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("3055","474","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3056","474","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3057","474","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3058","474","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3059","474","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3060","475","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3061","475","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3062","475","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3063","475","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("3064","475","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3065","475","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3066","475","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3067","475","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3068","475","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3069","476","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3070","476","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3071","476","_menu_item_menu_item_parent","474"); INSERT INTO `wp_postmeta` VALUES("3072","476","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("3073","476","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3074","476","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3075","476","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3076","476","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3077","476","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3078","477","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3079","477","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3080","477","_menu_item_menu_item_parent","474"); INSERT INTO `wp_postmeta` VALUES("3081","477","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("3082","477","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3083","477","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3084","477","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3085","477","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3086","477","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3087","478","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3088","478","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3089","478","_menu_item_menu_item_parent","474"); INSERT INTO `wp_postmeta` VALUES("3090","478","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("3091","478","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3092","478","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3093","478","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3094","478","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3095","478","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3096","479","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3097","479","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3098","479","_menu_item_menu_item_parent","474"); INSERT INTO `wp_postmeta` VALUES("3099","479","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("3100","479","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3101","479","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3102","479","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3103","479","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3104","479","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3107","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("3108","481","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3109","481","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("3110","481","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3111","481","_menu_item_object_id","481"); INSERT INTO `wp_postmeta` VALUES("3112","481","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("3113","481","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3114","481","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3115","481","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3116","481","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("3117","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3118","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("3119","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3120","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("3121","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3122","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3123","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("3124","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3125","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("3126","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3127","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3128","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("3129","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3130","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("3131","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3132","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3133","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3134","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3135","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3136","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3137","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3138","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3139","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3140","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("3141","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3142","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3143","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3144","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3145","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3146","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3147","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3148","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3149","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3150","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3151","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3152","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3153","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3154","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3155","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3156","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3157","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3158","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3159","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3160","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3161","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3162","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3163","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3164","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3165","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3166","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3167","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3168","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("3169","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3170","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3171","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3172","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3173","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3174","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3175","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3176","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3177","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3178","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3179","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3180","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3181","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("3182","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3183","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3184","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3185","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("3186","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3187","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3188","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3189","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3190","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3191","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3192","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3193","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("3194","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3195","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("3196","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3197","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3198","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3199","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("3200","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3201","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3202","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3203","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3204","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3205","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("3206","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3207","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3208","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3209","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3210","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3211","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3212","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3213","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3214","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3215","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3216","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3217","482","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3218","482","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3219","482","_menu_item_menu_item_parent","492"); INSERT INTO `wp_postmeta` VALUES("3220","482","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("3221","482","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3222","482","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3223","482","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3224","482","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3225","482","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3226","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3227","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3228","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("3229","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3230","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3231","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3232","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3233","483","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3234","483","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3235","483","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3236","483","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("3237","483","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3238","483","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3239","483","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3240","483","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3241","483","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3242","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("3243","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("3244","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("3245","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("3246","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("3247","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3248","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3249","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("3250","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("3251","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3252","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3253","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3254","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3255","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("3256","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("3257","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3258","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3259","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3260","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3261","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("3262","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3263","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3264","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3265","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("3266","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("3267","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("3268","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("3269","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("3270","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3271","484","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3272","484","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3273","484","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3274","484","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("3275","484","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3276","484","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3277","484","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3278","484","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3279","484","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3280","485","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3281","485","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3282","485","_menu_item_menu_item_parent","490"); INSERT INTO `wp_postmeta` VALUES("3283","485","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("3284","485","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3285","485","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3286","485","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3287","485","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3288","485","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3289","486","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3290","486","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3291","486","_menu_item_menu_item_parent","490"); INSERT INTO `wp_postmeta` VALUES("3292","486","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("3293","486","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3294","486","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3295","486","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3296","486","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3297","486","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3298","487","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3299","487","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3300","487","_menu_item_menu_item_parent","490"); INSERT INTO `wp_postmeta` VALUES("3301","487","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("3302","487","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3303","487","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3304","487","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3305","487","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3306","487","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3307","488","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3308","488","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3309","488","_menu_item_menu_item_parent","490"); INSERT INTO `wp_postmeta` VALUES("3310","488","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("3311","488","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3312","488","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3313","488","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3314","488","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3315","488","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3316","489","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3317","489","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3318","489","_menu_item_menu_item_parent","490"); INSERT INTO `wp_postmeta` VALUES("3319","489","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("3320","489","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3321","489","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3322","489","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3323","489","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3324","489","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3325","490","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3326","490","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3327","490","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3328","490","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("3329","490","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3330","490","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3331","490","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3332","490","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3333","490","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3334","491","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3335","491","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3336","491","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3337","491","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("3338","491","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3339","491","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3340","491","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3341","491","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3342","491","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3343","492","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3344","492","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3345","492","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3346","492","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("3347","492","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3348","492","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3349","492","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3350","492","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3351","492","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3352","493","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3353","493","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3354","493","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3355","493","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("3356","493","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3357","493","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3358","493","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3359","493","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3360","493","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3361","494","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3362","494","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3363","494","_menu_item_menu_item_parent","492"); INSERT INTO `wp_postmeta` VALUES("3364","494","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("3365","494","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3366","494","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3367","494","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3368","494","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3369","494","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3370","495","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3371","495","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3372","495","_menu_item_menu_item_parent","492"); INSERT INTO `wp_postmeta` VALUES("3373","495","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("3374","495","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3375","495","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3376","495","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3377","495","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3378","495","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3379","496","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3380","496","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3381","496","_menu_item_menu_item_parent","492"); INSERT INTO `wp_postmeta` VALUES("3382","496","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("3383","496","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3384","496","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3385","496","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3386","496","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3387","496","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3388","497","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3389","497","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3390","497","_menu_item_menu_item_parent","492"); INSERT INTO `wp_postmeta` VALUES("3391","497","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("3392","497","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3393","497","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3394","497","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3395","497","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3396","497","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3399","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("3400","499","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3401","499","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("3402","499","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3403","499","_menu_item_object_id","499"); INSERT INTO `wp_postmeta` VALUES("3404","499","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("3405","499","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3406","499","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3407","499","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3408","499","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("3409","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3410","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("3411","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3412","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("3413","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3414","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3415","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("3416","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3417","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("3418","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3419","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3420","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("3421","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3422","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("3423","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3424","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3425","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3426","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3427","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3428","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3429","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3430","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3431","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3432","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("3433","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3434","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3435","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3436","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3437","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3438","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3439","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3440","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3441","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3442","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3443","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3444","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3445","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3446","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3447","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3448","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3449","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3450","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3451","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3452","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3453","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3454","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3455","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3456","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3457","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3458","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3459","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3460","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("3461","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3462","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3463","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3464","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3465","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3466","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3467","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3468","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3469","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3470","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3471","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3472","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3473","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("3474","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3475","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3476","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3477","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("3478","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3479","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3480","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3481","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3482","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3483","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3484","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3485","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("3486","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3487","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("3488","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3489","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3490","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3491","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("3492","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3493","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3494","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3495","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3496","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3497","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("3498","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3499","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3500","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3501","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3502","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3503","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3504","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3505","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3506","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3507","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3508","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3509","500","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3510","500","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3511","500","_menu_item_menu_item_parent","510"); INSERT INTO `wp_postmeta` VALUES("3512","500","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("3513","500","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3514","500","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3515","500","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3516","500","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3517","500","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3518","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3519","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3520","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("3521","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3522","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3523","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3524","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3525","501","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3526","501","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3527","501","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3528","501","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("3529","501","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3530","501","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3531","501","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3532","501","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3533","501","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3534","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("3535","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("3536","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("3537","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("3538","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("3539","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3540","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3541","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("3542","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("3543","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3544","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3545","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3546","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3547","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("3548","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("3549","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3550","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3551","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3552","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3553","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("3554","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3555","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3556","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3557","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("3558","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("3559","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("3560","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("3561","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("3562","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3563","502","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3564","502","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3565","502","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3566","502","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("3567","502","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3568","502","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3569","502","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3570","502","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3571","502","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3572","503","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3573","503","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3574","503","_menu_item_menu_item_parent","508"); INSERT INTO `wp_postmeta` VALUES("3575","503","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("3576","503","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3577","503","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3578","503","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3579","503","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3580","503","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3581","504","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3582","504","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3583","504","_menu_item_menu_item_parent","508"); INSERT INTO `wp_postmeta` VALUES("3584","504","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("3585","504","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3586","504","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3587","504","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3588","504","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3589","504","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3590","505","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3591","505","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3592","505","_menu_item_menu_item_parent","508"); INSERT INTO `wp_postmeta` VALUES("3593","505","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("3594","505","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3595","505","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3596","505","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3597","505","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3598","505","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3599","506","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3600","506","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3601","506","_menu_item_menu_item_parent","508"); INSERT INTO `wp_postmeta` VALUES("3602","506","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("3603","506","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3604","506","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3605","506","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3606","506","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3607","506","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3608","507","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3609","507","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3610","507","_menu_item_menu_item_parent","508"); INSERT INTO `wp_postmeta` VALUES("3611","507","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("3612","507","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3613","507","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3614","507","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3615","507","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3616","507","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3617","508","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3618","508","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3619","508","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3620","508","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("3621","508","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3622","508","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3623","508","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3624","508","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3625","508","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3626","509","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3627","509","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3628","509","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3629","509","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("3630","509","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3631","509","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3632","509","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3633","509","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3634","509","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3635","510","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3636","510","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3637","510","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3638","510","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("3639","510","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3640","510","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3641","510","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3642","510","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3643","510","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3644","511","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3645","511","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3646","511","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3647","511","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("3648","511","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3649","511","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3650","511","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3651","511","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3652","511","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3653","512","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3654","512","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3655","512","_menu_item_menu_item_parent","510"); INSERT INTO `wp_postmeta` VALUES("3656","512","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("3657","512","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3658","512","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3659","512","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3660","512","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3661","512","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3662","513","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3663","513","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3664","513","_menu_item_menu_item_parent","510"); INSERT INTO `wp_postmeta` VALUES("3665","513","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("3666","513","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3667","513","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3668","513","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3669","513","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3670","513","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3671","514","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3672","514","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3673","514","_menu_item_menu_item_parent","510"); INSERT INTO `wp_postmeta` VALUES("3674","514","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("3675","514","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3676","514","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3677","514","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3678","514","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3679","514","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3680","515","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3681","515","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3682","515","_menu_item_menu_item_parent","510"); INSERT INTO `wp_postmeta` VALUES("3683","515","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("3684","515","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3685","515","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3686","515","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3687","515","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3688","515","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3693","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("3694","519","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3695","519","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("3696","519","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3697","519","_menu_item_object_id","519"); INSERT INTO `wp_postmeta` VALUES("3698","519","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("3699","519","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3700","519","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3701","519","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3702","519","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("3703","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3704","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("3705","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3706","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("3707","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3708","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3709","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("3710","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3711","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("3712","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3713","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3714","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("3715","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3716","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("3717","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3718","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3719","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3720","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3721","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3722","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3723","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3724","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3725","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3726","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("3727","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3728","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3729","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3730","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3731","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3732","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3733","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3734","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3735","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3736","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3737","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3738","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3739","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3740","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3741","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3742","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3743","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3744","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3745","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3746","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3747","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3748","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3749","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3750","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3751","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3752","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3753","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3754","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("3755","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3756","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3757","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3758","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3759","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3760","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3761","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3762","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("3763","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3764","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3765","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3766","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3767","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("3768","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3769","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3770","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3771","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("3772","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3773","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3774","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3775","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3776","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3777","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3778","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3779","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("3780","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3781","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("3782","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3783","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3784","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3785","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("3786","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3787","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3788","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3789","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3790","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3791","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("3792","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3793","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3794","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3795","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3796","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3797","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3798","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3799","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3800","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3801","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3802","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3803","520","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3804","520","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3805","520","_menu_item_menu_item_parent","530"); INSERT INTO `wp_postmeta` VALUES("3806","520","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("3807","520","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3808","520","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3809","520","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3810","520","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3811","520","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3812","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3813","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("3814","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("3815","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3816","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3817","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("3818","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3819","521","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3820","521","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3821","521","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3822","521","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("3823","521","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3824","521","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3825","521","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3826","521","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3827","521","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3828","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("3829","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("3830","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("3831","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("3832","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("3833","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3834","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3835","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("3836","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("3837","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3838","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3839","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3840","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3841","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("3842","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("3843","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3844","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3845","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3846","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("3847","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("3848","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3849","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3850","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("3851","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("3852","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("3853","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("3854","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("3855","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("3856","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3857","522","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3858","522","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3859","522","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3860","522","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("3861","522","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3862","522","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3863","522","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3864","522","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3865","522","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3866","523","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3867","523","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3868","523","_menu_item_menu_item_parent","528"); INSERT INTO `wp_postmeta` VALUES("3869","523","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("3870","523","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3871","523","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3872","523","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3873","523","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3874","523","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3875","524","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3876","524","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3877","524","_menu_item_menu_item_parent","528"); INSERT INTO `wp_postmeta` VALUES("3878","524","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("3879","524","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3880","524","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3881","524","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3882","524","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3883","524","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3884","525","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3885","525","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3886","525","_menu_item_menu_item_parent","528"); INSERT INTO `wp_postmeta` VALUES("3887","525","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("3888","525","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3889","525","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3890","525","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3891","525","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3892","525","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3893","526","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3894","526","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3895","526","_menu_item_menu_item_parent","528"); INSERT INTO `wp_postmeta` VALUES("3896","526","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("3897","526","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3898","526","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3899","526","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3900","526","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3901","526","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3902","527","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3903","527","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3904","527","_menu_item_menu_item_parent","528"); INSERT INTO `wp_postmeta` VALUES("3905","527","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("3906","527","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3907","527","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3908","527","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3909","527","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3910","527","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3911","528","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3912","528","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3913","528","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3914","528","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("3915","528","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3916","528","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3917","528","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3918","528","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3919","528","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3920","529","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3921","529","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3922","529","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3923","529","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("3924","529","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3925","529","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3926","529","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3927","529","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3928","529","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3929","530","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3930","530","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3931","530","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3932","530","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("3933","530","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3934","530","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3935","530","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3936","530","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3937","530","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3938","531","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3939","531","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3940","531","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3941","531","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("3942","531","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("3943","531","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3944","531","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3945","531","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3946","531","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3947","532","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3948","532","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3949","532","_menu_item_menu_item_parent","530"); INSERT INTO `wp_postmeta` VALUES("3950","532","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("3951","532","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3952","532","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3953","532","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3954","532","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3955","532","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3956","533","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3957","533","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3958","533","_menu_item_menu_item_parent","530"); INSERT INTO `wp_postmeta` VALUES("3959","533","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("3960","533","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3961","533","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3962","533","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3963","533","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3964","533","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3965","534","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3966","534","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3967","534","_menu_item_menu_item_parent","530"); INSERT INTO `wp_postmeta` VALUES("3968","534","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("3969","534","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3970","534","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3971","534","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3972","534","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3973","534","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3974","535","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3975","535","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("3976","535","_menu_item_menu_item_parent","530"); INSERT INTO `wp_postmeta` VALUES("3977","535","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("3978","535","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("3979","535","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3980","535","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3981","535","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3982","535","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("3985","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("3986","537","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3987","537","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("3988","537","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("3989","537","_menu_item_object_id","537"); INSERT INTO `wp_postmeta` VALUES("3990","537","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("3991","537","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("3992","537","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("3993","537","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("3994","537","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("3995","166","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("3996","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("3997","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("3998","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("3999","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4000","171","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4001","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("4002","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4003","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("4004","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4005","173","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4006","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("4007","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4008","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("4009","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4010","291","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4011","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4012","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4013","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4014","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4015","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4016","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4017","25","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4018","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("4019","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4020","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4021","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4022","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4023","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4024","32","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4025","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4026","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4027","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4028","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4029","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4030","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4031","47","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4032","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4033","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4034","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4035","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4036","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4037","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4038","55","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4039","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4040","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4041","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4042","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4043","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4044","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4045","72","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4046","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("4047","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4048","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4049","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4050","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4051","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4052","104","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4053","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4054","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4055","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4056","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4057","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4058","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4059","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("4060","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4061","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4062","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4063","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("4064","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4065","126","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4066","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4067","133","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4068","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4069","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4070","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4071","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("4072","137","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4073","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("4074","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4075","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4076","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4077","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("4078","144","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4079","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4080","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4081","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4082","146","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4083","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("4084","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4085","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4086","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4087","148","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4088","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4089","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4090","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4091","150","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4092","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4093","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4094","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4095","538","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4096","538","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4097","538","_menu_item_menu_item_parent","548"); INSERT INTO `wp_postmeta` VALUES("4098","538","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("4099","538","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4100","538","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4101","538","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4102","538","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4103","538","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4104","220","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4105","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4106","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("4107","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4108","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4109","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4110","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4111","539","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4112","539","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4113","539","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4114","539","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("4115","539","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4116","539","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4117","539","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4118","539","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4119","539","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4120","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("4121","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("4122","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("4123","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("4124","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("4125","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4126","153","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4127","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("4128","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("4129","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4130","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4131","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4132","155","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4133","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("4134","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("4135","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4136","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4137","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4138","158","_edit_last","2"); INSERT INTO `wp_postmeta` VALUES("4139","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("4140","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4141","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4142","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4143","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("4144","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("4145","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("4146","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("4147","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("4148","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4149","540","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4150","540","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4151","540","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4152","540","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("4153","540","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4154","540","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4155","540","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4156","540","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4157","540","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4158","541","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4159","541","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4160","541","_menu_item_menu_item_parent","546"); INSERT INTO `wp_postmeta` VALUES("4161","541","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("4162","541","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4163","541","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4164","541","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4165","541","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4166","541","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4167","542","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4168","542","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4169","542","_menu_item_menu_item_parent","546"); INSERT INTO `wp_postmeta` VALUES("4170","542","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("4171","542","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4172","542","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4173","542","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4174","542","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4175","542","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4176","543","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4177","543","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4178","543","_menu_item_menu_item_parent","546"); INSERT INTO `wp_postmeta` VALUES("4179","543","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("4180","543","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4181","543","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4182","543","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4183","543","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4184","543","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4185","544","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4186","544","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4187","544","_menu_item_menu_item_parent","546"); INSERT INTO `wp_postmeta` VALUES("4188","544","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("4189","544","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4190","544","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4191","544","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4192","544","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4193","544","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4194","545","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4195","545","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4196","545","_menu_item_menu_item_parent","546"); INSERT INTO `wp_postmeta` VALUES("4197","545","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("4198","545","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4199","545","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4200","545","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4201","545","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4202","545","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4203","546","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4204","546","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4205","546","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4206","546","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("4207","546","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4208","546","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4209","546","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4210","546","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4211","546","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4212","547","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4213","547","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4214","547","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4215","547","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("4216","547","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4217","547","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4218","547","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4219","547","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4220","547","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4221","548","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4222","548","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4223","548","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4224","548","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("4225","548","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4226","548","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4227","548","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4228","548","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4229","548","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4230","549","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4231","549","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4232","549","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4233","549","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("4234","549","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4235","549","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4236","549","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4237","549","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4238","549","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4239","550","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4240","550","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4241","550","_menu_item_menu_item_parent","548"); INSERT INTO `wp_postmeta` VALUES("4242","550","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("4243","550","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4244","550","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4245","550","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4246","550","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4247","550","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4248","551","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4249","551","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4250","551","_menu_item_menu_item_parent","548"); INSERT INTO `wp_postmeta` VALUES("4251","551","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("4252","551","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4253","551","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4254","551","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4255","551","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4256","551","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4257","552","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4258","552","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4259","552","_menu_item_menu_item_parent","548"); INSERT INTO `wp_postmeta` VALUES("4260","552","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("4261","552","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4262","552","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4263","552","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4264","552","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4265","552","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4266","553","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4267","553","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4268","553","_menu_item_menu_item_parent","548"); INSERT INTO `wp_postmeta` VALUES("4269","553","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("4270","553","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4271","553","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4272","553","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4273","553","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4274","553","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4277","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("4278","555","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4279","555","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("4280","555","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4281","555","_menu_item_object_id","555"); INSERT INTO `wp_postmeta` VALUES("4282","555","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("4283","555","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4284","555","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4285","555","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4286","555","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("4287","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4288","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4289","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4290","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4291","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4292","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4293","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4294","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4295","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("4296","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4297","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4298","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4299","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4300","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4301","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4302","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4303","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4304","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4305","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4306","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4307","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4308","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4309","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4310","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4311","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4312","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4313","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4314","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4315","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4316","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4317","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4318","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4319","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4320","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4321","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4322","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4323","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("4324","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4325","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4326","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4327","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4328","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4329","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4330","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4331","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4332","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4333","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4334","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4335","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4336","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("4337","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4338","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4339","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4340","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("4341","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4342","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4343","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4344","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4345","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4346","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4347","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4348","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("4349","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4350","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("4351","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4352","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4353","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4354","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("4355","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4356","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4357","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4358","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4359","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4360","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("4361","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4362","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4363","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4364","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4365","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4366","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4367","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4368","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4369","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4370","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4371","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4372","556","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4373","556","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4374","556","_menu_item_menu_item_parent","566"); INSERT INTO `wp_postmeta` VALUES("4375","556","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("4376","556","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4377","556","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4378","556","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4379","556","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4380","556","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4381","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4382","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4383","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("4384","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4385","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4386","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4387","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4388","557","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4389","557","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4390","557","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4391","557","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("4392","557","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4393","557","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4394","557","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4395","557","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4396","557","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4397","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("4398","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("4399","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("4400","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("4401","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("4402","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4403","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4404","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("4405","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("4406","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4407","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4408","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4409","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4410","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("4411","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("4412","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4413","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4414","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4415","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4416","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("4417","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4418","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4419","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4420","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("4421","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("4422","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("4423","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("4424","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("4425","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4426","558","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4427","558","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4428","558","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4429","558","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("4430","558","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4431","558","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4432","558","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4433","558","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4434","558","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4435","559","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4436","559","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4437","559","_menu_item_menu_item_parent","564"); INSERT INTO `wp_postmeta` VALUES("4438","559","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("4439","559","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4440","559","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4441","559","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4442","559","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4443","559","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4444","560","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4445","560","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4446","560","_menu_item_menu_item_parent","564"); INSERT INTO `wp_postmeta` VALUES("4447","560","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("4448","560","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4449","560","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4450","560","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4451","560","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4452","560","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4453","561","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4454","561","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4455","561","_menu_item_menu_item_parent","564"); INSERT INTO `wp_postmeta` VALUES("4456","561","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("4457","561","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4458","561","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4459","561","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4460","561","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4461","561","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4462","562","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4463","562","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4464","562","_menu_item_menu_item_parent","564"); INSERT INTO `wp_postmeta` VALUES("4465","562","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("4466","562","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4467","562","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4468","562","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4469","562","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4470","562","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4471","563","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4472","563","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4473","563","_menu_item_menu_item_parent","564"); INSERT INTO `wp_postmeta` VALUES("4474","563","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("4475","563","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4476","563","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4477","563","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4478","563","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4479","563","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4480","564","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4481","564","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4482","564","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4483","564","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("4484","564","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4485","564","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4486","564","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4487","564","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4488","564","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4489","565","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4490","565","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4491","565","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4492","565","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("4493","565","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4494","565","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4495","565","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4496","565","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4497","565","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4498","566","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4499","566","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4500","566","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4501","566","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("4502","566","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4503","566","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4504","566","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4505","566","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4506","566","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4507","567","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4508","567","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4509","567","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4510","567","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("4511","567","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4512","567","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4513","567","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4514","567","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4515","567","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4516","568","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4517","568","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4518","568","_menu_item_menu_item_parent","566"); INSERT INTO `wp_postmeta` VALUES("4519","568","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("4520","568","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4521","568","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4522","568","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4523","568","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4524","568","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4525","569","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4526","569","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4527","569","_menu_item_menu_item_parent","566"); INSERT INTO `wp_postmeta` VALUES("4528","569","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("4529","569","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4530","569","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4531","569","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4532","569","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4533","569","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4534","570","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4535","570","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4536","570","_menu_item_menu_item_parent","566"); INSERT INTO `wp_postmeta` VALUES("4537","570","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("4538","570","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4539","570","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4540","570","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4541","570","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4542","570","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4543","571","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4544","571","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4545","571","_menu_item_menu_item_parent","566"); INSERT INTO `wp_postmeta` VALUES("4546","571","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("4547","571","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4548","571","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4549","571","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4550","571","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4551","571","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4554","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("4555","573","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4556","573","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("4557","573","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4558","573","_menu_item_object_id","573"); INSERT INTO `wp_postmeta` VALUES("4559","573","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("4560","573","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4561","573","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4562","573","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4563","573","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("4564","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4565","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("4566","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4567","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("4568","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4569","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4570","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("4571","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4572","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("4573","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4574","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4575","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("4576","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4577","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("4578","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4579","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4580","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4581","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4582","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4583","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4584","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4585","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4586","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4587","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("4588","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4589","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4590","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4591","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4592","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4593","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4594","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4595","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4596","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4597","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4598","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4599","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4600","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4601","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4602","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4603","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4604","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4605","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4606","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4607","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4608","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4609","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4610","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4611","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4612","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4613","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4614","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4615","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("4616","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4617","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4618","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4619","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4620","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4621","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4622","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4623","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4624","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4625","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4626","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4627","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4628","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("4629","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4630","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4631","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4632","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("4633","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4634","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4635","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4636","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4637","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4638","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4639","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4640","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("4641","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4642","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("4643","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4644","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4645","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4646","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("4647","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4648","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4649","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4650","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4651","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4652","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("4653","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4654","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4655","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4656","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4657","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4658","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4659","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4660","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4661","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4662","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4663","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4664","574","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4665","574","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4666","574","_menu_item_menu_item_parent","584"); INSERT INTO `wp_postmeta` VALUES("4667","574","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("4668","574","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4669","574","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4670","574","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4671","574","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4672","574","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4673","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4674","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4675","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("4676","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4677","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4678","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4679","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4680","575","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4681","575","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4682","575","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4683","575","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("4684","575","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4685","575","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4686","575","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4687","575","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4688","575","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4689","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("4690","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("4691","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("4692","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("4693","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("4694","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4695","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4696","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("4697","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("4698","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4699","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4700","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4701","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4702","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("4703","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("4704","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4705","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4706","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4707","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4708","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("4709","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4710","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4711","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4712","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("4713","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("4714","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("4715","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("4716","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("4717","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4718","576","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4719","576","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4720","576","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4721","576","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("4722","576","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4723","576","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4724","576","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4725","576","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4726","576","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4727","577","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4728","577","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4729","577","_menu_item_menu_item_parent","582"); INSERT INTO `wp_postmeta` VALUES("4730","577","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("4731","577","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4732","577","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4733","577","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4734","577","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4735","577","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4736","578","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4737","578","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4738","578","_menu_item_menu_item_parent","582"); INSERT INTO `wp_postmeta` VALUES("4739","578","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("4740","578","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4741","578","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4742","578","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4743","578","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4744","578","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4745","579","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4746","579","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4747","579","_menu_item_menu_item_parent","582"); INSERT INTO `wp_postmeta` VALUES("4748","579","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("4749","579","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4750","579","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4751","579","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4752","579","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4753","579","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4754","580","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4755","580","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4756","580","_menu_item_menu_item_parent","582"); INSERT INTO `wp_postmeta` VALUES("4757","580","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("4758","580","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4759","580","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4760","580","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4761","580","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4762","580","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4763","581","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4764","581","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4765","581","_menu_item_menu_item_parent","582"); INSERT INTO `wp_postmeta` VALUES("4766","581","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("4767","581","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4768","581","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4769","581","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4770","581","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4771","581","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4772","582","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4773","582","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4774","582","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4775","582","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("4776","582","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4777","582","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4778","582","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4779","582","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4780","582","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4781","583","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4782","583","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4783","583","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4784","583","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("4785","583","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4786","583","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4787","583","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4788","583","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4789","583","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4790","584","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4791","584","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4792","584","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4793","584","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("4794","584","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4795","584","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4796","584","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4797","584","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4798","584","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4799","585","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4800","585","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4801","585","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4802","585","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("4803","585","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4804","585","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4805","585","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4806","585","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4807","585","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4808","586","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4809","586","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4810","586","_menu_item_menu_item_parent","584"); INSERT INTO `wp_postmeta` VALUES("4811","586","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("4812","586","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4813","586","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4814","586","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4815","586","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4816","586","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4817","587","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4818","587","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4819","587","_menu_item_menu_item_parent","584"); INSERT INTO `wp_postmeta` VALUES("4820","587","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("4821","587","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4822","587","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4823","587","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4824","587","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4825","587","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4826","588","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4827","588","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4828","588","_menu_item_menu_item_parent","584"); INSERT INTO `wp_postmeta` VALUES("4829","588","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("4830","588","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4831","588","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4832","588","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4833","588","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4834","588","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4835","589","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4836","589","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4837","589","_menu_item_menu_item_parent","584"); INSERT INTO `wp_postmeta` VALUES("4838","589","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("4839","589","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4840","589","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4841","589","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4842","589","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4843","589","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4846","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("4847","591","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4848","591","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("4849","591","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4850","591","_menu_item_object_id","591"); INSERT INTO `wp_postmeta` VALUES("4851","591","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("4852","591","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4853","591","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4854","591","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4855","591","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("4856","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4857","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("4858","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4859","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("4860","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4861","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4862","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("4863","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4864","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("4865","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4866","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4867","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("4868","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4869","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("4870","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4871","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4872","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4873","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4874","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4875","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4876","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4877","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4878","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4879","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("4880","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4881","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4882","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4883","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4884","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4885","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4886","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4887","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4888","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4889","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4890","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4891","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4892","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4893","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4894","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4895","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4896","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4897","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4898","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4899","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4900","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4901","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4902","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4903","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4904","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4905","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4906","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4907","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("4908","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4909","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4910","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4911","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4912","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4913","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4914","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4915","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("4916","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4917","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4918","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4919","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4920","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("4921","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4922","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4923","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4924","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("4925","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4926","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4927","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4928","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4929","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4930","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4931","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4932","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("4933","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4934","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("4935","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4936","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4937","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4938","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("4939","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4940","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4941","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4942","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4943","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4944","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("4945","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4946","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4947","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4948","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4949","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4950","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4951","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4952","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4953","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4954","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4955","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4956","592","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4957","592","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4958","592","_menu_item_menu_item_parent","602"); INSERT INTO `wp_postmeta` VALUES("4959","592","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("4960","592","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("4961","592","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4962","592","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4963","592","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4964","592","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4965","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4966","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("4967","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("4968","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4969","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4970","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("4971","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4972","593","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4973","593","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("4974","593","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("4975","593","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("4976","593","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("4977","593","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("4978","593","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("4979","593","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("4980","593","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("4981","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("4982","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("4983","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("4984","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("4985","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("4986","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4987","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4988","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("4989","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("4990","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4991","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4992","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4993","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("4994","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("4995","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("4996","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("4997","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4998","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("4999","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5000","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("5001","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5002","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5003","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5004","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("5005","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("5006","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("5007","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("5008","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("5009","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5010","594","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5011","594","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5012","594","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5013","594","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("5014","594","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5015","594","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5016","594","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5017","594","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5018","594","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5019","595","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5020","595","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5021","595","_menu_item_menu_item_parent","600"); INSERT INTO `wp_postmeta` VALUES("5022","595","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("5023","595","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5024","595","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5025","595","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5026","595","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5027","595","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5028","596","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5029","596","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5030","596","_menu_item_menu_item_parent","600"); INSERT INTO `wp_postmeta` VALUES("5031","596","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("5032","596","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5033","596","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5034","596","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5035","596","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5036","596","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5037","597","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5038","597","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5039","597","_menu_item_menu_item_parent","600"); INSERT INTO `wp_postmeta` VALUES("5040","597","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("5041","597","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5042","597","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5043","597","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5044","597","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5045","597","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5046","598","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5047","598","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5048","598","_menu_item_menu_item_parent","600"); INSERT INTO `wp_postmeta` VALUES("5049","598","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("5050","598","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5051","598","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5052","598","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5053","598","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5054","598","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5055","599","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5056","599","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5057","599","_menu_item_menu_item_parent","600"); INSERT INTO `wp_postmeta` VALUES("5058","599","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("5059","599","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5060","599","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5061","599","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5062","599","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5063","599","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5064","600","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5065","600","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5066","600","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5067","600","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("5068","600","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5069","600","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5070","600","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5071","600","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5072","600","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5073","601","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5074","601","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5075","601","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5076","601","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("5077","601","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5078","601","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5079","601","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5080","601","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5081","601","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5082","602","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5083","602","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5084","602","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5085","602","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("5086","602","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5087","602","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5088","602","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5089","602","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5090","602","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5091","603","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5092","603","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5093","603","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5094","603","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("5095","603","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5096","603","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5097","603","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5098","603","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5099","603","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5100","604","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5101","604","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5102","604","_menu_item_menu_item_parent","602"); INSERT INTO `wp_postmeta` VALUES("5103","604","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("5104","604","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5105","604","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5106","604","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5107","604","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5108","604","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5109","605","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5110","605","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5111","605","_menu_item_menu_item_parent","602"); INSERT INTO `wp_postmeta` VALUES("5112","605","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("5113","605","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5114","605","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5115","605","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5116","605","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5117","605","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5118","606","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5119","606","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5120","606","_menu_item_menu_item_parent","602"); INSERT INTO `wp_postmeta` VALUES("5121","606","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("5122","606","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5123","606","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5124","606","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5125","606","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5126","606","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5127","607","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5128","607","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5129","607","_menu_item_menu_item_parent","602"); INSERT INTO `wp_postmeta` VALUES("5130","607","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("5131","607","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5132","607","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5133","607","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5134","607","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5135","607","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5138","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("5139","609","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5140","609","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("5141","609","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5142","609","_menu_item_object_id","609"); INSERT INTO `wp_postmeta` VALUES("5143","609","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("5144","609","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5145","609","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5146","609","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5147","609","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("5148","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5149","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("5150","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5151","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("5152","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5153","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5154","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("5155","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5156","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("5157","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5158","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5159","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("5160","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5161","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("5162","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5163","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5164","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5165","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5166","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5167","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5168","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5169","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5170","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5171","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("5172","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5173","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5174","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5175","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5176","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5177","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5178","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5179","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5180","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5181","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5182","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5183","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5184","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5185","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5186","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5187","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5188","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5189","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5190","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5191","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5192","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5193","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5194","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5195","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5196","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5197","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5198","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5199","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("5200","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5201","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5202","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5203","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5204","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5205","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5206","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5207","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5208","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5209","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5210","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5211","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5212","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("5213","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5214","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5215","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5216","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("5217","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5218","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5219","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5220","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5221","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5222","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5223","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5224","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("5225","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5226","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("5227","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5228","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5229","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5230","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("5231","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5232","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5233","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5234","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5235","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5236","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("5237","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5238","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5239","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5240","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5241","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5242","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5243","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5244","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5245","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5246","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5247","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5248","610","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5249","610","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5250","610","_menu_item_menu_item_parent","620"); INSERT INTO `wp_postmeta` VALUES("5251","610","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("5252","610","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5253","610","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5254","610","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5255","610","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5256","610","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5257","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5258","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5259","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("5260","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5261","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5262","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5263","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5264","611","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5265","611","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5266","611","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5267","611","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("5268","611","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5269","611","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5270","611","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5271","611","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5272","611","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5273","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("5274","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("5275","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("5276","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("5277","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("5278","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5279","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5280","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("5281","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("5282","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5283","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5284","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5285","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5286","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("5287","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("5288","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5289","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5290","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5291","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5292","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("5293","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5294","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5295","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5296","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("5297","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("5298","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("5299","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("5300","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("5301","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5302","612","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5303","612","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5304","612","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5305","612","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("5306","612","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5307","612","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5308","612","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5309","612","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5310","612","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5311","613","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5312","613","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5313","613","_menu_item_menu_item_parent","618"); INSERT INTO `wp_postmeta` VALUES("5314","613","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("5315","613","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5316","613","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5317","613","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5318","613","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5319","613","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5320","614","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5321","614","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5322","614","_menu_item_menu_item_parent","618"); INSERT INTO `wp_postmeta` VALUES("5323","614","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("5324","614","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5325","614","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5326","614","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5327","614","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5328","614","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5329","615","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5330","615","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5331","615","_menu_item_menu_item_parent","618"); INSERT INTO `wp_postmeta` VALUES("5332","615","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("5333","615","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5334","615","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5335","615","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5336","615","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5337","615","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5338","616","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5339","616","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5340","616","_menu_item_menu_item_parent","618"); INSERT INTO `wp_postmeta` VALUES("5341","616","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("5342","616","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5343","616","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5344","616","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5345","616","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5346","616","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5347","617","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5348","617","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5349","617","_menu_item_menu_item_parent","618"); INSERT INTO `wp_postmeta` VALUES("5350","617","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("5351","617","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5352","617","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5353","617","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5354","617","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5355","617","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5356","618","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5357","618","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5358","618","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5359","618","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("5360","618","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5361","618","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5362","618","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5363","618","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5364","618","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5365","619","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5366","619","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5367","619","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5368","619","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("5369","619","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5370","619","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5371","619","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5372","619","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5373","619","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5374","620","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5375","620","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5376","620","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5377","620","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("5378","620","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5379","620","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5380","620","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5381","620","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5382","620","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5383","621","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5384","621","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5385","621","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5386","621","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("5387","621","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5388","621","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5389","621","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5390","621","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5391","621","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5392","622","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5393","622","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5394","622","_menu_item_menu_item_parent","620"); INSERT INTO `wp_postmeta` VALUES("5395","622","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("5396","622","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5397","622","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5398","622","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5399","622","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5400","622","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5401","623","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5402","623","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5403","623","_menu_item_menu_item_parent","620"); INSERT INTO `wp_postmeta` VALUES("5404","623","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("5405","623","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5406","623","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5407","623","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5408","623","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5409","623","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5410","624","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5411","624","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5412","624","_menu_item_menu_item_parent","620"); INSERT INTO `wp_postmeta` VALUES("5413","624","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("5414","624","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5415","624","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5416","624","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5417","624","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5418","624","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5419","625","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5420","625","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5421","625","_menu_item_menu_item_parent","620"); INSERT INTO `wp_postmeta` VALUES("5422","625","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("5423","625","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5424","625","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5425","625","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5426","625","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5427","625","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5430","73","_wp_attachment_image_alt","Caption Example"); INSERT INTO `wp_postmeta` VALUES("5431","627","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5432","627","_menu_item_type","custom"); INSERT INTO `wp_postmeta` VALUES("5433","627","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5434","627","_menu_item_object_id","627"); INSERT INTO `wp_postmeta` VALUES("5435","627","_menu_item_object","custom"); INSERT INTO `wp_postmeta` VALUES("5436","627","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5437","627","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5438","627","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5439","627","_menu_item_url","http://demos.volovar.net/beautyspot.wp/documentation"); INSERT INTO `wp_postmeta` VALUES("5440","166","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5441","166","_thumbnail_id","167"); INSERT INTO `wp_postmeta` VALUES("5442","166","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5443","166","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("5444","166","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5445","171","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5446","171","_thumbnail_id","168"); INSERT INTO `wp_postmeta` VALUES("5447","171","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5448","171","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("5449","171","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5450","173","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5451","173","_thumbnail_id","169"); INSERT INTO `wp_postmeta` VALUES("5452","173","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5453","173","_lsvr_slide_settings_meta","a:1:{s:6:\"valign\";s:6:\"middle\";}"); INSERT INTO `wp_postmeta` VALUES("5454","173","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5455","291","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5456","291","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5457","291","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5458","291","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5459","291","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5460","291","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5461","291","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5462","25","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5463","25","_wp_page_template","template-fullsize-wo-title.php"); INSERT INTO `wp_postmeta` VALUES("5464","25","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5465","25","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5466","25","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5467","25","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5468","25","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5469","32","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5470","32","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5471","32","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5472","32","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5473","32","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5474","32","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5475","32","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5476","47","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5477","47","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5478","47","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5479","47","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5480","47","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5481","47","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5482","47","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5483","55","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5484","55","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5485","55","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5486","55","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5487","55","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5488","55","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5489","55","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5490","72","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5491","72","_wp_page_template","template-fullsize.php"); INSERT INTO `wp_postmeta` VALUES("5492","72","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5493","72","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5494","72","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5495","72","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5496","72","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5497","104","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5498","104","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5499","104","_wpb_vc_js_status","true"); INSERT INTO `wp_postmeta` VALUES("5500","104","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5501","104","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5502","104","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5503","104","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5504","104","_thumbnail_id","106"); INSERT INTO `wp_postmeta` VALUES("5505","126","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:15:\"primary-sidebar\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5506","126","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5507","126","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5508","126","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("5509","126","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5510","126","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5511","126","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5512","133","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5513","133","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5514","133","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5515","133","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5516","133","_thumbnail_id","135"); INSERT INTO `wp_postmeta` VALUES("5517","137","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5518","137","_thumbnail_id","138"); INSERT INTO `wp_postmeta` VALUES("5519","137","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5520","137","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5521","137","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5522","144","_thumbnail_id","139"); INSERT INTO `wp_postmeta` VALUES("5523","144","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5524","144","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5525","144","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5526","144","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5527","146","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5528","146","_thumbnail_id","140"); INSERT INTO `wp_postmeta` VALUES("5529","146","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5530","146","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5531","146","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5532","148","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5533","148","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5534","148","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5535","148","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5536","150","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5537","150","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5538","150","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5539","150","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5540","628","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5541","628","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5542","628","_menu_item_menu_item_parent","638"); INSERT INTO `wp_postmeta` VALUES("5543","628","_menu_item_object_id","148"); INSERT INTO `wp_postmeta` VALUES("5544","628","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5545","628","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5546","628","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5547","628","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5548","628","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5549","220","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5550","220","_wp_page_template","default"); INSERT INTO `wp_postmeta` VALUES("5551","220","_wpb_vc_js_status","false"); INSERT INTO `wp_postmeta` VALUES("5552","220","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5553","220","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5554","220","_lsvr_sidebar_settings_meta","a:3:{s:2:\"id\";s:16:\"custom-sidebar-1\";s:3:\"pos\";s:5:\"right\";s:9:\"mobilepos\";s:6:\"bottom\";}"); INSERT INTO `wp_postmeta` VALUES("5555","220","vc_teaser","a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5556","629","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5557","629","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5558","629","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5559","629","_menu_item_object_id","220"); INSERT INTO `wp_postmeta` VALUES("5560","629","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5561","629","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5562","629","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5563","629","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5564","629","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5565","5","_form","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("5566","5","_mail",""); INSERT INTO `wp_postmeta` VALUES("5567","5","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("5568","5","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("5569","5","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("5570","5","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5571","153","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5572","153","_oembed_8c3943e31333702fb069a54cc6ad5667",""); INSERT INTO `wp_postmeta` VALUES("5573","153","_oembed_time_8c3943e31333702fb069a54cc6ad5667","1424805250"); INSERT INTO `wp_postmeta` VALUES("5574","153","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5575","153","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5576","153","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5577","155","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5578","155","_oembed_8ca057eab1067bd7de6c7681fc4449c3",""); INSERT INTO `wp_postmeta` VALUES("5579","155","_oembed_time_8ca057eab1067bd7de6c7681fc4449c3","1424805491"); INSERT INTO `wp_postmeta` VALUES("5580","155","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5581","155","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5582","155","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5583","158","_edit_last","1"); INSERT INTO `wp_postmeta` VALUES("5584","158","_thumbnail_id","159"); INSERT INTO `wp_postmeta` VALUES("5585","158","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5586","158","_lsvr_slide_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5587","158","_lsvr_sidebar_settings_meta","a:0:{}"); INSERT INTO `wp_postmeta` VALUES("5588","219","_form","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
"); INSERT INTO `wp_postmeta` VALUES("5589","219","_mail",""); INSERT INTO `wp_postmeta` VALUES("5590","219","_mail_2",""); INSERT INTO `wp_postmeta` VALUES("5591","219","_additional_settings",""); INSERT INTO `wp_postmeta` VALUES("5592","219","_locale","en_US"); INSERT INTO `wp_postmeta` VALUES("5593","219","_vc_post_settings","a:1:{s:7:\"vc_grid\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5594","630","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5595","630","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5596","630","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5597","630","_menu_item_object_id","291"); INSERT INTO `wp_postmeta` VALUES("5598","630","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5599","630","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5600","630","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5601","630","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5602","630","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5603","631","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5604","631","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5605","631","_menu_item_menu_item_parent","636"); INSERT INTO `wp_postmeta` VALUES("5606","631","_menu_item_object_id","47"); INSERT INTO `wp_postmeta` VALUES("5607","631","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5608","631","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5609","631","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5610","631","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5611","631","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5612","632","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5613","632","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5614","632","_menu_item_menu_item_parent","636"); INSERT INTO `wp_postmeta` VALUES("5615","632","_menu_item_object_id","32"); INSERT INTO `wp_postmeta` VALUES("5616","632","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5617","632","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5618","632","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5619","632","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5620","632","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5621","633","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5622","633","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5623","633","_menu_item_menu_item_parent","636"); INSERT INTO `wp_postmeta` VALUES("5624","633","_menu_item_object_id","55"); INSERT INTO `wp_postmeta` VALUES("5625","633","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5626","633","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5627","633","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5628","633","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5629","633","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5630","634","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5631","634","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5632","634","_menu_item_menu_item_parent","636"); INSERT INTO `wp_postmeta` VALUES("5633","634","_menu_item_object_id","72"); INSERT INTO `wp_postmeta` VALUES("5634","634","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5635","634","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5636","634","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5637","634","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5638","634","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5639","635","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5640","635","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5641","635","_menu_item_menu_item_parent","636"); INSERT INTO `wp_postmeta` VALUES("5642","635","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("5643","635","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5644","635","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5645","635","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5646","635","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5647","635","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5648","636","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5649","636","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5650","636","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5651","636","_menu_item_object_id","104"); INSERT INTO `wp_postmeta` VALUES("5652","636","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5653","636","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5654","636","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5655","636","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5656","636","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5657","637","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5658","637","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5659","637","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5660","637","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("5661","637","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5662","637","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5663","637","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5664","637","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5665","637","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5666","638","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5667","638","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5668","638","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5669","638","_menu_item_object_id","126"); INSERT INTO `wp_postmeta` VALUES("5670","638","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5671","638","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5672","638","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5673","638","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5674","638","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5675","639","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5676","639","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5677","639","_menu_item_menu_item_parent","0"); INSERT INTO `wp_postmeta` VALUES("5678","639","_menu_item_object_id","25"); INSERT INTO `wp_postmeta` VALUES("5679","639","_menu_item_object","page"); INSERT INTO `wp_postmeta` VALUES("5680","639","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5681","639","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5682","639","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5683","639","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5684","640","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5685","640","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5686","640","_menu_item_menu_item_parent","638"); INSERT INTO `wp_postmeta` VALUES("5687","640","_menu_item_object_id","158"); INSERT INTO `wp_postmeta` VALUES("5688","640","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5689","640","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5690","640","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5691","640","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5692","640","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5693","641","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5694","641","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5695","641","_menu_item_menu_item_parent","638"); INSERT INTO `wp_postmeta` VALUES("5696","641","_menu_item_object_id","155"); INSERT INTO `wp_postmeta` VALUES("5697","641","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5698","641","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5699","641","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5700","641","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5701","641","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5702","642","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5703","642","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5704","642","_menu_item_menu_item_parent","638"); INSERT INTO `wp_postmeta` VALUES("5705","642","_menu_item_object_id","153"); INSERT INTO `wp_postmeta` VALUES("5706","642","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5707","642","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5708","642","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5709","642","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5710","642","_menu_item_url",""); INSERT INTO `wp_postmeta` VALUES("5711","643","_vc_post_settings","a:1:{s:10:\"vc_grid_id\";a:0:{}}"); INSERT INTO `wp_postmeta` VALUES("5712","643","_menu_item_type","post_type"); INSERT INTO `wp_postmeta` VALUES("5713","643","_menu_item_menu_item_parent","638"); INSERT INTO `wp_postmeta` VALUES("5714","643","_menu_item_object_id","150"); INSERT INTO `wp_postmeta` VALUES("5715","643","_menu_item_object","post"); INSERT INTO `wp_postmeta` VALUES("5716","643","_menu_item_target",""); INSERT INTO `wp_postmeta` VALUES("5717","643","_menu_item_classes","a:1:{i:0;s:0:\"\";}"); INSERT INTO `wp_postmeta` VALUES("5718","643","_menu_item_xfn",""); INSERT INTO `wp_postmeta` VALUES("5719","643","_menu_item_url",""); DROP TABLE IF EXISTS `wp_posts`; 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=MyISAM AUTO_INCREMENT=644 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; INSERT INTO `wp_posts` VALUES("1","1","2017-05-15 22:35:59","2017-05-15 22:35:59","Welcome to WordPress. This is your first post. Edit or delete it, then start writing!","Hello world!","","publish","open","open","","hello-world","","","2017-05-15 22:35:59","2017-05-15 22:35:59","","0","http://pharmawebhosting.com/beauty/?p=1","0","post","","1"); INSERT INTO `wp_posts` VALUES("2","1","2017-05-15 22:35:59","2017-05-15 22:35:59","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
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.)
\n\n...or something like this:\n\n
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.
\n\nAs a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!","Sample Page","","publish","closed","open","","sample-page","","","2017-05-15 22:35:59","2017-05-15 22:35:59","","0","http://pharmawebhosting.com/beauty/?page_id=2","0","page","","0"); INSERT INTO `wp_posts` VALUES("3","1","2017-05-15 22:36:09","0000-00-00 00:00:00","","Auto Draft","","auto-draft","open","open","","","","","2017-05-15 22:36:09","0000-00-00 00:00:00","","0","http://pharmawebhosting.com/beauty/?p=3","0","post","","0"); INSERT INTO `wp_posts` VALUES("6","1","2017-05-15 22:45:29","2017-05-15 22:45:29","\n\n\n\n\n\n\n\n[submit \"Send\"]\nBeauty Salon \"[your-subject]\"\n[your-name] \nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Beauty Salon (http://pharmawebhosting.com/beauty)\neng.sheshtawy@gmail.com\nReply-To: [your-email]\n\n0\n0\n\nBeauty Salon \"[your-subject]\"\nBeauty Salon \nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Beauty Salon (http://pharmawebhosting.com/beauty)\n[your-email]\nReply-To: eng.sheshtawy@gmail.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.","Contact form 1","","publish","closed","closed","","contact-form-1","","","2017-05-15 22:45:29","2017-05-15 22:45:29","","0","http://pharmawebhosting.com/beauty/?post_type=wpcf7_contact_form&p=6","0","wpcf7_contact_form","","0"); INSERT INTO `wp_posts` VALUES("7","1","2017-05-15 22:51:00","0000-00-00 00:00:00","{\n \"old_sidebars_widgets_data\": {\n \"value\": {\n \"wp_inactive_widgets\": [],\n \"primary-sidebar\": [\n \"search-2\",\n \"recent-posts-2\",\n \"recent-comments-2\",\n \"archives-2\",\n \"categories-2\",\n \"meta-2\"\n ],\n \"bottom-sidebar\": []\n },\n \"type\": \"global_variable\",\n \"user_id\": 1\n }\n}","","","auto-draft","closed","closed","","053e52b9-27de-432e-bfee-2989da0a0416","","","2017-05-15 22:51:00","0000-00-00 00:00:00","","0","http://pharmawebhosting.com/beauty/?p=7","0","customize_changeset","","0"); INSERT INTO `wp_posts` VALUES("344","1","2017-05-15 23:06:21","2017-05-15 23:06:21","","Home","","publish","closed","closed","","home","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=344","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("345","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","345","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=345","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("9","2","2015-02-24 15:08:41","2015-02-24 15:08:41","","header_bg","","inherit","open","open","","header_bg","","","2015-02-24 15:08:41","2015-02-24 15:08:41","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("10","2","2015-02-24 15:12:43","2015-02-24 15:12:43","","favicon","","inherit","open","open","","favicon","","","2015-02-24 15:12:43","2015-02-24 15:12:43","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-1.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("11","2","2015-02-24 15:12:44","2015-02-24 15:12:44","","logo.2x","","inherit","open","open","","logo-2x","","","2015-02-24 15:12:44","2015-02-24 15:12:44","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-2.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("12","2","2015-02-24 15:12:45","2015-02-24 15:12:45","","logo","","inherit","open","open","","logo","","","2015-02-24 15:12:45","2015-02-24 15:12:45","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-3.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("13","2","2015-02-24 15:19:33","2015-02-24 15:19:33","","bottom_bg","","inherit","open","open","","bottom_bg","","","2015-02-24 15:19:33","2015-02-24 15:19:33","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-4.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("33","2","2015-02-24 16:11:34","2015-02-24 16:11:34","","about_us","","inherit","open","open","","about_us","","","2015-02-24 16:11:34","2015-02-24 16:11:34","","32","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-5.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("36","2","2015-02-24 16:13:45","2015-02-24 16:13:45","","team_member_01","","inherit","open","open","","team_member_01","","","2015-02-24 16:13:45","2015-02-24 16:13:45","","32","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-6.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("37","2","2015-02-24 16:13:47","2015-02-24 16:13:47","","team_member_02","","inherit","open","open","","team_member_02","","","2015-02-24 16:13:47","2015-02-24 16:13:47","","32","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-7.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("38","2","2015-02-24 16:13:49","2015-02-24 16:13:49","","team_member_03","","inherit","open","open","","team_member_03","","","2015-02-24 16:13:49","2015-02-24 16:13:49","","32","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-8.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("39","2","2015-02-24 16:13:50","2015-02-24 16:13:50","","team_member_04","","inherit","open","open","","team_member_04","","","2015-02-24 16:13:50","2015-02-24 16:13:50","","32","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-9.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("73","2","2015-02-24 17:42:23","2015-02-24 17:42:23","","gallery_01","Caption Example","inherit","open","open","","gallery_01","","","2015-02-24 17:42:23","2015-02-24 17:42:23","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-10.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("74","2","2015-02-24 17:42:25","2015-02-24 17:42:25","","gallery_02","","inherit","open","open","","gallery_02","","","2015-02-24 17:42:25","2015-02-24 17:42:25","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-11.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("75","2","2015-02-24 17:42:27","2015-02-24 17:42:27","","gallery_03","","inherit","open","open","","gallery_03","","","2015-02-24 17:42:27","2015-02-24 17:42:27","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-12.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("76","2","2015-02-24 17:42:29","2015-02-24 17:42:29","","gallery_04","","inherit","open","open","","gallery_04","","","2015-02-24 17:42:29","2015-02-24 17:42:29","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-13.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("77","2","2015-02-24 17:42:31","2015-02-24 17:42:31","","gallery_05","","inherit","open","open","","gallery_05","","","2015-02-24 17:42:31","2015-02-24 17:42:31","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-14.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("78","2","2015-02-24 17:42:33","2015-02-24 17:42:33","","gallery_06","","inherit","open","open","","gallery_06","","","2015-02-24 17:42:33","2015-02-24 17:42:33","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-15.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("79","2","2015-02-24 17:42:35","2015-02-24 17:42:35","","gallery_07","","inherit","open","open","","gallery_07","","","2015-02-24 17:42:35","2015-02-24 17:42:35","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-16.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("80","2","2015-02-24 17:42:37","2015-02-24 17:42:37","","gallery_08","","inherit","open","open","","gallery_08","","","2015-02-24 17:42:37","2015-02-24 17:42:37","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-17.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("81","2","2015-02-24 17:42:39","2015-02-24 17:42:39","","gallery_09","","inherit","open","open","","gallery_09","","","2015-02-24 17:42:39","2015-02-24 17:42:39","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-18.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("82","2","2015-02-24 17:42:42","2015-02-24 17:42:42","","gallery_10","","inherit","open","open","","gallery_10","","","2015-02-24 17:42:42","2015-02-24 17:42:42","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-19.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("83","2","2015-02-24 17:42:44","2015-02-24 17:42:44","","gallery_11","","inherit","open","open","","gallery_11","","","2015-02-24 17:42:44","2015-02-24 17:42:44","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-20.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("84","2","2015-02-24 17:42:47","2015-02-24 17:42:47","","gallery_12","","inherit","open","open","","gallery_12","","","2015-02-24 17:42:47","2015-02-24 17:42:47","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-21.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("85","2","2015-02-24 17:42:50","2015-02-24 17:42:50","","gallery_13","","inherit","open","open","","gallery_13","","","2015-02-24 17:42:50","2015-02-24 17:42:50","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-22.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("86","2","2015-02-24 17:42:52","2015-02-24 17:42:52","","gallery_14","","inherit","open","open","","gallery_14","","","2015-02-24 17:42:52","2015-02-24 17:42:52","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-23.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("87","2","2015-02-24 17:42:55","2015-02-24 17:42:55","","gallery_15","","inherit","open","open","","gallery_15","","","2015-02-24 17:42:55","2015-02-24 17:42:55","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-24.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("88","2","2015-02-24 17:42:58","2015-02-24 17:42:58","","gallery_16","","inherit","open","open","","gallery_16","","","2015-02-24 17:42:58","2015-02-24 17:42:58","","72","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-25.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("106","2","2015-02-24 18:09:08","2015-02-24 18:09:08","","core_bg_01","","inherit","open","open","","core_bg_01","","","2015-02-24 18:09:08","2015-02-24 18:09:08","","104","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-26.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("110","2","2015-02-24 18:16:04","2015-02-24 18:16:04","","service_01","","inherit","open","open","","service_01","","","2015-02-24 18:16:04","2015-02-24 18:16:04","","104","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-27.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("111","2","2015-02-24 18:16:08","2015-02-24 18:16:08","","service_02","","inherit","open","open","","service_02","","","2015-02-24 18:16:08","2015-02-24 18:16:08","","104","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-28.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("112","2","2015-02-24 18:16:12","2015-02-24 18:16:12","","service_03","","inherit","open","open","","service_03","","","2015-02-24 18:16:12","2015-02-24 18:16:12","","104","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-29.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("113","2","2015-02-24 18:16:17","2015-02-24 18:16:17","","service_04","","inherit","open","open","","service_04","","","2015-02-24 18:16:17","2015-02-24 18:16:17","","104","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-30.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("114","2","2015-02-24 18:16:21","2015-02-24 18:16:21","","service_05","","inherit","open","open","","service_05","","","2015-02-24 18:16:21","2015-02-24 18:16:21","","104","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-31.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("135","2","2015-02-24 18:57:51","2015-02-24 18:57:51","","article_thumb_01","","inherit","open","open","","article_thumb_01","","","2015-02-24 18:57:51","2015-02-24 18:57:51","","133","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-32.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("138","2","2015-02-24 19:02:10","2015-02-24 19:02:10","","article_thumb_02","","inherit","closed","closed","","article_thumb_02","","","2015-02-24 19:02:10","2015-02-24 19:02:10","","137","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-33.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("139","2","2015-02-24 19:02:13","2015-02-24 19:02:13","","article_thumb_03","","inherit","closed","closed","","article_thumb_03","","","2015-02-24 19:02:13","2015-02-24 19:02:13","","137","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-34.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("140","2","2015-02-24 19:02:17","2015-02-24 19:02:17","","article_thumb_04","","inherit","closed","closed","","article_thumb_04","","","2015-02-24 19:02:17","2015-02-24 19:02:17","","137","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-35.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("159","2","2015-02-24 19:21:13","2015-02-24 19:21:13","","article_image","","inherit","closed","closed","","article_image","","","2015-02-24 19:21:13","2015-02-24 19:21:13","","158","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-36.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("167","2","2015-02-24 19:33:40","2015-02-24 19:33:40","","slide_01","","inherit","closed","closed","","slide_01","","","2015-02-24 19:33:40","2015-02-24 19:33:40","","166","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-37.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("168","2","2015-02-24 19:33:47","2015-02-24 19:33:47","","slide_02","","inherit","closed","closed","","slide_02","","","2015-02-24 19:33:47","2015-02-24 19:33:47","","166","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-38.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("169","2","2015-02-24 19:33:52","2015-02-24 19:33:52","","slide_03","","inherit","closed","closed","","slide_03","","","2015-02-24 19:33:52","2015-02-24 19:33:52","","166","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-39.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("204","2","2015-02-24 20:46:10","2015-02-24 20:46:10","","client_01","","inherit","closed","closed","","client_01","","","2015-02-24 20:46:10","2015-02-24 20:46:10","","25","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-40.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("205","2","2015-02-24 20:46:12","2015-02-24 20:46:12","","client_02","","inherit","closed","closed","","client_02","","","2015-02-24 20:46:12","2015-02-24 20:46:12","","25","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-41.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("206","2","2015-02-24 20:46:13","2015-02-24 20:46:13","","client_03","","inherit","closed","closed","","client_03","","","2015-02-24 20:46:13","2015-02-24 20:46:13","","25","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-42.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("210","2","2015-02-24 21:01:50","2015-02-24 21:01:50","","brand_01","","inherit","closed","closed","","brand_01","","","2015-02-24 21:01:50","2015-02-24 21:01:50","","25","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-43.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("214","2","2015-02-24 21:14:11","2015-02-24 21:14:11","","brand_02","","inherit","closed","closed","","brand_02","","","2015-02-24 21:14:11","2015-02-24 21:14:11","","25","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-44.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("215","2","2015-02-24 21:14:12","2015-02-24 21:14:12","","brand_03","","inherit","closed","closed","","brand_03","","","2015-02-24 21:14:12","2015-02-24 21:14:12","","25","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-45.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("216","2","2015-02-24 21:14:14","2015-02-24 21:14:14","","brand_04","","inherit","closed","closed","","brand_04","","","2015-02-24 21:14:14","2015-02-24 21:14:14","","25","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-46.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("238","2","2015-02-27 11:34:59","2015-02-27 11:34:59","","Shea Ultra Moisturizer","","inherit","closed","closed","","32394_a1-psd","","","2015-02-27 11:34:59","2015-02-27 11:34:59","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-47.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("239","2","2015-02-27 11:35:03","2015-02-27 11:35:03","","Shea Ultra Moisturizer","","inherit","closed","closed","","32395_a1-psd","","","2015-02-27 11:35:03","2015-02-27 11:35:03","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-48.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("240","2","2015-02-27 11:35:08","2015-02-27 11:35:08","","Shea Ultra Moisturizer","","inherit","closed","closed","","32239_a1-tif","","","2015-02-27 11:35:08","2015-02-27 11:35:08","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/02/dummy-49.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("245","2","2015-03-01 08:32:45","2015-03-01 08:32:45","","Shea Ultra Rich Face Cream","","inherit","closed","closed","","32391_a1-tif","","","2015-03-01 08:32:45","2015-03-01 08:32:45","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("246","2","2015-03-01 08:32:46","2015-03-01 08:32:46","","Shea Ultra Rich Face Cream","","inherit","closed","closed","","32392_a1-psd","","","2015-03-01 08:32:46","2015-03-01 08:32:46","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-1.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("247","2","2015-03-01 08:32:48","2015-03-01 08:32:48","","Shea Ultra Rich Face Cream","","inherit","closed","closed","","32393_a1-tif","","","2015-03-01 08:32:48","2015-03-01 08:32:48","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-2.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("250","2","2015-03-01 08:40:15","2015-03-01 08:40:15","","Precious Night Cream","","inherit","closed","closed","","precious-night-cream-1","","","2015-03-01 08:40:15","2015-03-01 08:40:15","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-3.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("251","2","2015-03-01 08:40:17","2015-03-01 08:40:17","","Precious Night Cream","","inherit","closed","closed","","precious-night-cream-2","","","2015-03-01 08:40:17","2015-03-01 08:40:17","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-4.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("252","2","2015-03-01 08:40:18","2015-03-01 08:40:18","","Precious Night Cream","","inherit","closed","closed","","precious-night-cream-3","","","2015-03-01 08:40:18","2015-03-01 08:40:18","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-5.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("254","2","2015-03-01 08:43:43","2015-03-01 08:43:43","","Precious Day Cream","","inherit","closed","closed","","precious-cream","","","2015-03-01 08:43:43","2015-03-01 08:43:43","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-6.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("256","2","2015-03-01 10:06:47","2015-03-01 10:06:47","","Immortelle Divine Eye","","inherit","closed","closed","","immortelle-divine-eye-1","","","2015-03-01 10:06:47","2015-03-01 10:06:47","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-7.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("257","2","2015-03-01 10:06:48","2015-03-01 10:06:48","","Immortelle Divine Eye","","inherit","closed","closed","","immortelle-divine-eye-2","","","2015-03-01 10:06:48","2015-03-01 10:06:48","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-8.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("258","2","2015-03-01 10:06:50","2015-03-01 10:06:50","","Immortelle Divine Eye","","inherit","closed","closed","","immortelle-divine-eye-3","","","2015-03-01 10:06:50","2015-03-01 10:06:50","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-9.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("259","2","2015-03-01 10:06:51","2015-03-01 10:06:51","","Immortelle Divine Eye","","inherit","closed","closed","","immortelle-divine-eye-4","","","2015-03-01 10:06:51","2015-03-01 10:06:51","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-10.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("262","2","2015-03-01 10:10:19","2015-03-01 10:10:19","","Immortelle Divine Lotion","","inherit","closed","closed","","immortelle-divine-lotion-1","","","2015-03-01 10:10:19","2015-03-01 10:10:19","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-11.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("263","2","2015-03-01 10:10:21","2015-03-01 10:10:21","","Immortelle Divine Lotion","","inherit","closed","closed","","immortelle-divine-lotion-2","","","2015-03-01 10:10:21","2015-03-01 10:10:21","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-12.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("265","2","2015-03-01 10:12:36","2015-03-01 10:12:36","","Immortelle Divine Extract","","inherit","closed","closed","","immortelle-divine-extract-1","","","2015-03-01 10:12:36","2015-03-01 10:12:36","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-13.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("266","2","2015-03-01 10:12:37","2015-03-01 10:12:37","","Immortelle Divine Extract","","inherit","closed","closed","","immortelle-divine-extract-2","","","2015-03-01 10:12:37","2015-03-01 10:12:37","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-14.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("267","2","2015-03-01 10:12:39","2015-03-01 10:12:39","","Immortelle Divine Extract","","inherit","closed","closed","","immortelle-divine-extract-3","","","2015-03-01 10:12:39","2015-03-01 10:12:39","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-15.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("268","2","2015-03-01 10:12:41","2015-03-01 10:12:41","","Immortelle Divine Extract","","inherit","closed","closed","","immortelle-divine-extract-4","","","2015-03-01 10:12:41","2015-03-01 10:12:41","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-16.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("270","2","2015-03-01 10:28:36","2015-03-01 10:28:36","","Brightening Moisture Mask","","inherit","closed","closed","","brightening-moisture-mask-1","","","2015-03-01 10:28:36","2015-03-01 10:28:36","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-17.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("271","2","2015-03-01 10:28:39","2015-03-01 10:28:39","","Brightening Moisture Mask","","inherit","closed","closed","","brightening-moisture-mask-2","","","2015-03-01 10:28:39","2015-03-01 10:28:39","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-18.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("272","2","2015-03-01 10:28:41","2015-03-01 10:28:41","","Brightening Moisture Mask","","inherit","closed","closed","","brightening-moisture-mask-3","","","2015-03-01 10:28:41","2015-03-01 10:28:41","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-19.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("275","2","2015-03-01 10:33:45","2015-03-01 10:33:45","","Aroma Volumizing Mask","","inherit","closed","closed","","32532_a1-tif","","","2015-03-01 10:33:45","2015-03-01 10:33:45","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-20.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("276","2","2015-03-01 10:33:47","2015-03-01 10:33:47","","Aroma Volumizing Mask","","inherit","closed","closed","","aroma-volumizing-mask-2","","","2015-03-01 10:33:47","2015-03-01 10:33:47","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-21.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("278","2","2015-03-01 10:35:55","2015-03-01 10:35:55","","Aroma Repairing Mask","","inherit","closed","closed","","32526_a1-tif","","","2015-03-01 10:35:55","2015-03-01 10:35:55","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-22.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("279","2","2015-03-01 10:35:57","2015-03-01 10:35:57","","Aroma Repairing Mask","","inherit","closed","closed","","aromachology-repairing-mask-2","","","2015-03-01 10:35:57","2015-03-01 10:35:57","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-23.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("281","2","2015-03-01 10:37:45","2015-03-01 10:37:45","","Almond Tonic Body Oil","","inherit","closed","closed","","40648_a1-psd","","","2015-03-01 10:37:45","2015-03-01 10:37:45","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-24.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("282","2","2015-03-01 10:37:47","2015-03-01 10:37:47","","Almond Tonic Body Oil","","inherit","closed","closed","","40649_a1-psd","","","2015-03-01 10:37:47","2015-03-01 10:37:47","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-25.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("283","2","2015-03-01 10:37:51","2015-03-01 10:37:51","","Almond Tonic Body Oil","","inherit","closed","closed","","40653_a1-psd","","","2015-03-01 10:37:51","2015-03-01 10:37:51","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-26.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("284","2","2015-03-01 10:37:53","2015-03-01 10:37:53","","Almond Tonic Body Oil","","inherit","closed","closed","","almond-tonic-body-oil-4","","","2015-03-01 10:37:53","2015-03-01 10:37:53","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-27.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("286","2","2015-03-01 10:39:46","2015-03-01 10:39:46","","Almond Supple Skin Oil","","inherit","closed","closed","","40749_a1-psd","","","2015-03-01 10:39:46","2015-03-01 10:39:46","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-28.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("287","2","2015-03-01 10:39:49","2015-03-01 10:39:49","","Almond Supple Skin Oil","","inherit","closed","closed","","40750_a1-psd","","","2015-03-01 10:39:49","2015-03-01 10:39:49","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-29.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("288","1","2017-05-15 22:57:09","2017-05-15 22:57:09","","Documentation","","publish","closed","closed","","documentation","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/2017/05/15/documentation/","19","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("166","2","2015-02-24 19:34:11","2015-02-24 19:34:11","

Welcome\nto BEAUTYSPOT!

\n

HTML Template for Beauty Salons,\nHairdressers, Wellness or Spa

","Welcome to BEAUTYSPOT","","publish","closed","closed","","welcome-to-beautyspot","","","2015-02-24 19:34:11","2015-02-24 19:34:11","","0","http://demos.volovar.net/beautyspot.wp/demo2/?post_type=lsvrslide&p=166","0","lsvrslide","","0"); INSERT INTO `wp_posts` VALUES("171","2","2015-02-24 19:34:41","2015-02-24 19:34:41","

20% Off\nAll Massages

\n

This Friday Only!\nMake a Reservation

","20% off All Massages","","publish","closed","closed","","20-off-all-massages","","","2015-02-24 19:34:41","2015-02-24 19:34:41","","0","http://demos.volovar.net/beautyspot.wp/demo2/?post_type=lsvrslide&p=171","0","lsvrslide","","0"); INSERT INTO `wp_posts` VALUES("173","2","2015-02-24 19:35:10","2015-02-24 19:35:10","

Eshop\nLaunched

\n

Take a Look at Our Products

","Eshop Launched","","publish","closed","closed","","eshop-launched","","","2015-02-24 19:35:10","2015-02-24 19:35:10","","0","http://demos.volovar.net/beautyspot.wp/demo2/?post_type=lsvrslide&p=173","0","lsvrslide","","0"); INSERT INTO `wp_posts` VALUES("289","2","2015-03-01 10:39:50","2015-03-01 10:39:50","","Almond Supple Skin Oil","","inherit","closed","closed","","40751_a1-psd","","","2015-03-01 10:39:50","2015-03-01 10:39:50","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-30.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("290","2","2015-03-01 10:39:52","2015-03-01 10:39:52","","Almond Supple Skin Oil","","inherit","closed","closed","","40752_a1-psd","","","2015-03-01 10:39:52","2015-03-01 10:39:52","","0","http://pharmawebhosting.com/beauty/wp-content/uploads/2015/03/dummy-31.jpg","0","attachment","image/jpeg","0"); INSERT INTO `wp_posts` VALUES("291","2","2015-02-24 15:38:46","2015-02-24 15:38:46","[vc_row][vc_column width=\"1/1\"][vc_column_text]\n

Where you can find us

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"2/3\"][lsvr_gmap type=\"satellite\" zoom=\"19\" address=\"8833 Sunset Blvd, West Hollywood, CA 90069, USA\" height=\"300\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.Aliquam lorem ante, dapibus in.[/vc_column_text][lsvr_icon_block inview_anim=\"none\" icon=\"fa fa-map-marker\"]BEAUTYSPOT\n9015 Sunset Boulevard\nCa 90069[/lsvr_icon_block][lsvr_icon_block inview_anim=\"none\" icon=\"fa fa-clock-o\"]\n\n
Mo. – Fr.:
10:00 – 16:00
Sa.:
10:00 – 14:00
Su.:
Closed
[/lsvr_icon_block][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_column_text]\n

Send us a message

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"2/3\"][contact-form-7 id=\"5\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.[/vc_column_text][lsvr_button_vc target=\"default\" size=\"m-default\" color=\"m-color-1\" style=\"m-type-2\" inview_anim=\"none\" text=\"Reservation Form\" link=\"#reservation-form\" section_button=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]","Contact","","publish","open","open","","contact","","","2015-02-24 15:38:46","2015-02-24 15:38:46","","0","http://demos.volovar.net/beautyspot.wp/demo2/?page_id=12","0","page","","0"); INSERT INTO `wp_posts` VALUES("25","2","2015-02-24 16:02:38","2015-02-24 16:02:38","[vc_row wrap_in_section=\"\" wrap_in_container=\"\"][vc_column width=\"1/1\"][lsvr_slider fullsize=\"yes\" interval=\"20\"][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][/vc_column][/vc_row][vc_row wrap_in_section=\"\" wrap_in_container=\"yes\"][vc_column width=\"1/1\"][vc_column_text]\n

Our Service\nWe offer a wide range of beauty services

\n[/vc_column_text][lsvr_button_vc target=\"default\" size=\"m-default\" color=\"m-color-1\" style=\"m-type-2\" inview_anim=\"none\" text=\"See All Services\" link=\"services\" section_button=\"yes\"][lsvr_carousel wrap_in_container=\"\" transparent_bg=\"yes\" items_per_slide=\"4\" items_per_slide_desktop=\"4\" items_per_slide_smalldesktop=\"3\" items_per_slide_tablet=\"2\" items_per_slide_mobile=\"1\" inview_anim=\"none\"][lsvr_service image_rounded=\"yes\" inview_anim=\"none\" image=\"110\" title=\"Cosmetics\" link=\"services#cosmetics\" image_size=\"medium\"]Facials, Eyebrow & Eyelashes, Microdermabrasion, Acne Treatments, Anti-Aging[/lsvr_service][lsvr_service image_rounded=\"yes\" inview_anim=\"none\" image=\"111\" image_size=\"medium\" title=\"Hairdressing\" link=\"services#hairdressing\"]Wash, Cut & Finish, Blow Dries, Hair Colouring & Highlights, Evening Hairdressing[/lsvr_service][lsvr_service image_rounded=\"yes\" inview_anim=\"none\" image=\"113\" image_size=\"medium\" title=\"Massages\" link=\"services#massages\"]Exotic Massages, Swedish Massage, Hot Stone Massage, Aromatherapy Massage[/lsvr_service][lsvr_service image_rounded=\"yes\" inview_anim=\"none\" image=\"112\" image_size=\"medium\" title=\"Body Treatments\" link=\"services#body-treatments\"]Body Wraps, Body Exfoliation Treatments, Cellulite Treatments, Lipo Laser, Depilation[/lsvr_service][lsvr_service image_rounded=\"yes\" inview_anim=\"none\" image=\"114\" image_size=\"medium\" title=\"Nails\" link=\"services\"]Nail Art, Paraffin Wax Treatment, Shellac Manicure, Gel Nails, French Manicure[/lsvr_service][/lsvr_carousel][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][/vc_column][/vc_row][vc_row wrap_in_section=\"\" wrap_in_container=\"yes\"][vc_column width=\"1/1\"][vc_column_text]\n

Gallery\nSee how it looks inside our studio

\n[/vc_column_text][lsvr_button_vc target=\"default\" size=\"m-default\" color=\"m-color-1\" style=\"m-type-2\" section_button=\"yes\" inview_anim=\"none\" text=\"Enter Gallery\" link=\"gallery\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][lsvr_gallery_vc carousel=\"yes\" items_per_slide=\"4\" items_under_1200=\"4\" items_under_992=\"3\" items_under_768=\"2\" items_under_481=\"2\" crop=\"yes\" crop_aspect_ratio=\"70\" click_action=\"lightbox\" inview_anim=\"none\" images=\"73,74,75,76,77,78,79,80\"][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][/vc_column][/vc_row][vc_row wrap_in_section=\"\" wrap_in_container=\"yes\"][vc_column width=\"1/1\"][vc_column_text]\n

Blog\nRead about latest health trends

\n[/vc_column_text][lsvr_button_vc target=\"default\" size=\"m-default\" color=\"m-color-1\" style=\"m-type-2\" section_button=\"yes\" inview_anim=\"none\" text=\"Read Blog\" link=\"blog\"][lsvr_articles category=\"featured\" number_of_items=\"4\" show_post_date=\"\" show_post_media=\"show\" show_post_excerpt=\"\" excerpt_length=\"40\" inview_anim=\"none\"][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][/vc_column][/vc_row][vc_row wrap_in_section=\"\" wrap_in_container=\"yes\"][vc_column width=\"1/1\"][vc_column_text]\n

Our Clients\nRead why they love us so much

\n[/vc_column_text][lsvr_button_vc target=\"default\" size=\"m-default\" color=\"m-color-1\" style=\"m-type-2\" section_button=\"yes\" inview_anim=\"none\" text=\"Become Our Client\" link=\"contact\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][lsvr_carousel wrap_in_container=\"yes\" transparent_bg=\"\" items_per_slide=\"1\" items_per_slide_desktop=\"1\" items_per_slide_smalldesktop=\"1\" items_per_slide_tablet=\"1\" items_per_slide_mobile=\"1\" inview_anim=\"none\"][lsvr_testimonial inview_anim=\"none\" portrait=\"204\" source=\"Floor Simons, Startup CEO\"]Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.[/lsvr_testimonial][lsvr_testimonial inview_anim=\"none\" portrait=\"205\" source=\"Nikki Neil, Blogger\"]In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean imperdiet.[/lsvr_testimonial][lsvr_testimonial inview_anim=\"none\" portrait=\"206\" source=\"Tarja Lee, Writer\"]Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Aenean imperdiet. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Nam quam nunc.[/lsvr_testimonial][/lsvr_carousel][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][/vc_column][/vc_row][vc_row wrap_in_section=\"\" wrap_in_container=\"yes\"][vc_column width=\"1/1\"][vc_column_text]\n

Our Favourite brands\nWe are using only the high quality original products

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/1\"][lsvr_carousel wrap_in_container=\"\" transparent_bg=\"yes\" items_per_slide=\"4\" items_per_slide_desktop=\"4\" items_per_slide_smalldesktop=\"4\" items_per_slide_tablet=\"2\" items_per_slide_mobile=\"1\" inview_anim=\"none\"][lsvr_image_vc rounded=\"\" lightbox=\"\" inview_anim=\"none\" image=\"210\" size=\"medium\"][lsvr_image_vc rounded=\"\" lightbox=\"\" inview_anim=\"none\" image=\"214\" size=\"medium\"][lsvr_image_vc rounded=\"\" lightbox=\"\" inview_anim=\"none\" image=\"215\" size=\"medium\"][lsvr_image_vc rounded=\"\" lightbox=\"\" inview_anim=\"none\" image=\"216\" size=\"medium\"][/lsvr_carousel][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]","Home","","publish","open","open","","home","","","2015-02-24 16:02:38","2015-02-24 16:02:38","","0","http://demos.volovar.net/beautyspot.wp/demo2/?page_id=25","0","page","","0"); INSERT INTO `wp_posts` VALUES("32","2","2015-02-24 16:11:43","2015-02-24 16:11:43","[vc_row][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then she continued her way. On her way she met a copy.\n\nThe copy warned the Little Blind Text, that where it came from it would have been rewritten a thousand times and everything that was left from its origin would be the word and and the Little Blind.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][lsvr_image_vc lightbox=\"\" inview_anim=\"none\" image=\"33\"][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-small\" transparent=\"yes\" inview_anim=\"none\"][vc_row_inner][vc_column_inner width=\"1/2\"][lsvr_team_member inview_anim=\"none\" portrait=\"36\" person_name=\"Nikki Mars\" description=\"Cosmetician\" social_icons=\"fa fa-twitter,#twitter|fa fa-facebook,#facebook\"]Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.[/lsvr_team_member][lsvr_divider whitespace_size=\"m-x-small\" transparent=\"yes\" inview_anim=\"none\"][lsvr_team_member inview_anim=\"none\" portrait=\"38\" person_name=\"Tarja Lee\" description=\"Nail Artist\" social_icons=\"fa fa-twitter,#twitter\"]Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio.[/lsvr_team_member][/vc_column_inner][vc_column_inner width=\"1/2\"][lsvr_team_member inview_anim=\"none\" portrait=\"37\" person_name=\"Angela Simons\" description=\"Hairdresser\" social_icons=\"fa fa-pinterest,#pinterest\"]Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat.[/lsvr_team_member][lsvr_divider whitespace_size=\"m-x-small\" transparent=\"yes\" inview_anim=\"none\"][lsvr_team_member inview_anim=\"none\" portrait=\"39\" person_name=\"Floor Gossow\" description=\"Massage Therapist\" social_icons=\"fa fa-twitter,#twitter|fa fa-facebook,#facebook\"]Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat.[/lsvr_team_member][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]","About Us","","publish","open","open","","about-us","","","2015-02-24 16:11:43","2015-02-24 16:11:43","","0","http://demos.volovar.net/beautyspot.wp/demo2/?page_id=32","0","page","","0"); INSERT INTO `wp_posts` VALUES("47","2","2015-02-24 16:46:48","2015-02-24 16:46:48","[vc_row][vc_column width=\"1/1\"][vc_column_text]\n

Heading 2

\nFar far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\n

Heading 3

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\n

Heading 4

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_column_text]Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]A small river named Duden flows by their place and supplies it with the necessary regelialia.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]It is a paradisematic country, in which roasted parts of sentences fly into your mouth.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\n
Heading 5
\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_column_text]\n
Heading 6
\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]\n
Heading 6
\nA small river named Duden flows by their place and supplies it with the necessary regelialia.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]\n
Heading 6
\nIt is a paradisematic country, in which roasted parts of sentences fly into your mouth.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]\n
Heading 6
\nEven the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.[/vc_column_text][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n

Unordered List

\n
    \n\t
  • Far far away, behind the word mountains
  • \n\t
  • far from the countries Vokalia and Consonantia
  • \n\t
  • there live the blind texts
  • \n\t
  • Far far away, behind the word mountains
  • \n\t
  • far from the countries Vokalia and Consonantia
  • \n\t
  • Separated they live in Bookmarksgrove
  • \n
\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n

Ordered List

\n
    \n\t
  1. Far far away, behind the word mountains
  2. \n\t
  3. far from the countries Vokalia and Consonantia
  4. \n\t
  5. there live the blind texts
  6. \n\t
  7. Far far away, behind the word mountains
  8. \n\t
  9. far from the countries Vokalia and Consonantia
  10. \n\t
  11. Separated they live in Bookmarksgrove
  12. \n
\n[/vc_column_text][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_column_text]\n

Table

\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
Maecenas tempusCondimentumAdipiscing semNullam quis ante
Sed consequat, leo egetDuis arcu tortor, suscipit egetPhasellus ullamcorper ipsumCurabitur ligula sapien, tincidunt
Phasellus ullamcorper ipsumCurabitur ligula sapien, tinciduntSed consequat, leo egetDuis arcu tortor, suscipit eget
Sed consequat, leo egetDuis arcu tortor, suscipit egetPhasellus ullamcorper ipsumCurabitur ligula sapien, tincidunt
Phasellus ullamcorper ipsumCurabitur ligula sapien, tinciduntSed consequat, leo egetDuis arcu tortor, suscipit eget
\n[/vc_column_text][/vc_column][/vc_row]","Typography","","publish","open","open","","typography","","","2015-02-24 16:46:48","2015-02-24 16:46:48","","0","http://demos.volovar.net/beautyspot.wp/demo2/?page_id=47","0","page","","0"); INSERT INTO `wp_posts` VALUES("55","2","2015-02-24 16:57:51","2015-02-24 16:57:51","[vc_row wrap_in_section=\"\" wrap_in_container=\"\"][vc_column width=\"1/1\"][vc_column_text]\n

Accordion

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n

Classic

\n[/vc_column_text][lsvr_accordion toggle=\"\" inview_anim=\"none\"][lsvr_accordion_item state=\"opened\" title=\"Nulla consequat massa\"]In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Vivamus elementum semper\"]Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Etiam ultricies nisi vel\"]Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel.[/lsvr_accordion_item][/lsvr_accordion][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n

Toggle

\n[/vc_column_text][lsvr_accordion toggle=\"yes\" inview_anim=\"none\"][lsvr_accordion_item state=\"opened\" title=\"Etiam ultricies nisi vel\"]Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Vivamus elementum semper\"]Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Nulla consequat massa\"]In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.[/lsvr_accordion_item][/lsvr_accordion][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_column_text]\n

Alert Messages

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][lsvr_alert_message type=\"warning\" closable=\"\" inview_anim=\"none\"]This is example of warning message.[/lsvr_alert_message][lsvr_alert_message type=\"info\" closable=\"\" inview_anim=\"none\"]This is example of info message.[/lsvr_alert_message][/vc_column_inner][vc_column_inner width=\"1/2\"][lsvr_alert_message type=\"success\" closable=\"\" inview_anim=\"none\"]This is example of success message.[/lsvr_alert_message][lsvr_alert_message type=\"notification\" closable=\"\" inview_anim=\"none\"]This is example of notification message.[/lsvr_alert_message][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_column_text]\n

Buttons

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][lsvr_button_vc target=\"default\" size=\"m-default\" color=\"m-color-1\" style=\"default\" inview_anim=\"none\" text=\"Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-medium\" color=\"m-color-1\" style=\"default\" inview_anim=\"none\" text=\"Medium Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-big\" color=\"m-color-1\" style=\"default\" inview_anim=\"none\" text=\"Big Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-default\" color=\"m-color-1\" style=\"m-type-2\" inview_anim=\"none\" text=\"Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-medium\" color=\"m-color-1\" style=\"m-type-2\" inview_anim=\"none\" text=\"Medium Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-big\" color=\"m-color-1\" style=\"m-type-2\" inview_anim=\"none\" text=\"Big Button\" link=\"#\"][/vc_column_inner][vc_column_inner width=\"1/3\"][lsvr_button_vc target=\"default\" size=\"m-default\" color=\"m-color-2\" style=\"default\" inview_anim=\"none\" text=\"Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-medium\" color=\"m-color-2\" style=\"default\" inview_anim=\"none\" text=\"Medium Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-big\" color=\"m-color-2\" style=\"default\" inview_anim=\"none\" text=\"Big Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-default\" color=\"m-color-2\" style=\"m-type-2\" inview_anim=\"none\" text=\"Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-medium\" color=\"m-color-2\" style=\"m-type-2\" inview_anim=\"none\" text=\"Medium Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-big\" color=\"m-color-2\" style=\"m-type-2\" inview_anim=\"none\" text=\"Big Button\" link=\"#\"][/vc_column_inner][vc_column_inner width=\"1/3\"][lsvr_button_vc target=\"default\" size=\"m-default\" color=\"m-color-3\" style=\"default\" inview_anim=\"none\" text=\"Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-medium\" color=\"m-color-3\" style=\"default\" inview_anim=\"none\" text=\"Medium Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-big\" color=\"m-color-3\" style=\"default\" inview_anim=\"none\" text=\"Big Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-default\" color=\"m-color-3\" style=\"m-type-2\" inview_anim=\"none\" text=\"Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-medium\" color=\"m-color-3\" style=\"m-type-2\" inview_anim=\"none\" text=\"Medium Button\" link=\"#\"][lsvr_button_vc target=\"default\" size=\"m-big\" color=\"m-color-3\" style=\"m-type-2\" inview_anim=\"none\" text=\"Big Button\" link=\"#\"][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_column_text]\n

Pricing Table

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][lsvr_pricing_table inview_anim=\"none\" title=\"Bronze\" price=\"$99\" price_description=\"1 Month Membership\" button_label=\"Order Now\" button_link=\"#\"]\n
    \n\t
  • 2 x Massage
  • \n\t
  • 2 x Facial Treatment
  • \n\t
  • 2 x Wash, Cut & Finish
  • \n
\n[/lsvr_pricing_table][/vc_column_inner][vc_column_inner width=\"1/3\"][lsvr_pricing_table inview_anim=\"none\" title=\"Silver\" price=\"$159\" price_description=\"1 Month Membership\" button_label=\"Order Now\" button_link=\"#\"]\n
    \n\t
  • 4 x Massage
  • \n\t
  • 4 x Facial Treatment
  • \n\t
  • 4 x Wash, Cut & Finish
  • \n
\n[/lsvr_pricing_table][/vc_column_inner][vc_column_inner width=\"1/3\"][lsvr_pricing_table inview_anim=\"none\" title=\"Gold\" price=\"$299\" price_description=\"3 Months Membership\" button_label=\"Order Now\" button_link=\"#\"]\n
    \n\t
  • 4 x Massage
  • \n\t
  • 4 x Facial Treatment
  • \n\t
  • 4 x Wash, Cut & Finish
  • \n
\n[/lsvr_pricing_table][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_column_text]\n

Progress Bar

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][lsvr_progressbar percentage=\"65\" color=\"m-color-1\" inview_anim=\"none\" label=\"Color 1\"][/vc_column_inner][vc_column_inner width=\"1/3\"][lsvr_progressbar percentage=\"80\" color=\"m-color-2\" inview_anim=\"none\" label=\"Color 2\"][/vc_column_inner][vc_column_inner width=\"1/3\"][lsvr_progressbar percentage=\"35\" color=\"m-color-1\" inview_anim=\"none\" label=\"Color 3\"][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_column_text]\n

Tabs

\n[/vc_column_text][lsvr_tabs inview_anim=\"none\"][lsvr_tab_item title=\"First Tab\"]Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.[/lsvr_tab_item][lsvr_tab_item title=\"Second Tab\"]The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.[/lsvr_tab_item][lsvr_tab_item title=\"Third Tab\"]The copy warned the Little Blind Text, that where it came from it would have been rewritten a thousand times and everything that was left from its origin would be the word and and the Little Blind Text should turn around and return to its own, safe country.[/lsvr_tab_item][/lsvr_tabs][/vc_column][/vc_row]","Elements","","publish","open","open","","elements","","","2015-02-24 16:57:51","2015-02-24 16:57:51","","0","http://demos.volovar.net/beautyspot.wp/demo2/?page_id=55","0","page","","0"); INSERT INTO `wp_posts` VALUES("72","2","2015-02-24 17:45:35","2015-02-24 17:45:35","[vc_row wrap_in_section=\"\" wrap_in_container=\"yes\"][vc_column width=\"1/1\"][vc_column_text]\n

Promo Photos

\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][lsvr_gallery_vc carousel=\"\" items_per_slide=\"4\" items_under_1200=\"4\" items_under_992=\"4\" items_under_768=\"2\" items_under_481=\"2\" crop=\"yes\" crop_aspect_ratio=\"65\" click_action=\"lightbox\" inview_anim=\"none\" images=\"73,74,75,76,78,79,80,77\" size=\"medium\"][/vc_column][/vc_row][vc_row wrap_in_section=\"\" wrap_in_container=\"yes\"][vc_column width=\"1/1\"][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_column_text]\n

Our Salon

\n[/vc_column_text][/vc_column][/vc_row][vc_row wrap_in_section=\"\" wrap_in_container=\"\"][vc_column width=\"1/1\"][lsvr_gallery_vc carousel=\"\" items_per_slide=\"4\" items_under_1200=\"4\" items_under_992=\"4\" items_under_768=\"2\" items_under_481=\"2\" crop=\"yes\" crop_aspect_ratio=\"65\" click_action=\"lightbox\" inview_anim=\"none\" images=\"81,82,83,84,85,86,87,88\" size=\"medium\"][/vc_column][/vc_row][vc_row wrap_in_section=\"\" wrap_in_container=\"yes\"][vc_column width=\"1/1\"][lsvr_divider whitespace_size=\"m-small\" transparent=\"\" inview_anim=\"none\"][vc_column_text]She packed her seven versalia, put her initial into the belt and made herself on the way. When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village.[/vc_column_text][/vc_column][/vc_row]","Gallery","","publish","open","open","","gallery","","","2015-02-24 17:45:35","2015-02-24 17:45:35","","0","http://demos.volovar.net/beautyspot.wp/demo2/?page_id=72","0","page","","0"); INSERT INTO `wp_posts` VALUES("104","2","2015-02-24 18:08:36","2015-02-24 18:08:36","[vc_row][vc_column width=\"1/1\"][vc_column_text]\n

Cosmetics

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/6\"][lsvr_image_vc rounded=\"yes\" lightbox=\"\" inview_anim=\"none\" image=\"110\" size=\"medium\" max_width=\"200\"][/vc_column_inner][vc_column_inner width=\"5/6\"][lsvr_accordion toggle=\"\" inview_anim=\"none\"][lsvr_accordion_item state=\"\" title=\"Facials\" price=\"$4.99\"]Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Eyebrow & Eyelashes\" price=\"$6.99\" oldprice=\"$10.50\"]In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Microdermabrasion\" price=\"$19.99\"]Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Acne Treatments\" price=\"$14.99\"]Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante.[/lsvr_accordion_item][/lsvr_accordion][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_column_text]\n

Hairdressing

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/6\"][lsvr_image_vc rounded=\"yes\" lightbox=\"\" inview_anim=\"none\" image=\"111\" size=\"medium\" max_width=\"200\"][/vc_column_inner][vc_column_inner width=\"5/6\"][lsvr_accordion toggle=\"\" inview_anim=\"none\"][lsvr_accordion_item state=\"\" title=\"Wash\" price=\"$10.50\"]In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Cut & Finish\" price=\"$19.99\"]Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Blow Dries\" price=\"$14.99\"]Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Hair Colouring & Highlights\" price=\"$12.99\"]Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Evening Hairdressing\" price=\"$14.99\"]Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc.[/lsvr_accordion_item][/lsvr_accordion][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_column_text]\n

Body Treatments

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/6\"][lsvr_image_vc rounded=\"yes\" lightbox=\"\" inview_anim=\"none\" image=\"112\" size=\"medium\" max_width=\"200\"][/vc_column_inner][vc_column_inner width=\"5/6\"][lsvr_accordion toggle=\"\" inview_anim=\"none\"][lsvr_accordion_item state=\"\" title=\"Body Wraps\" price=\"$10.50\"]In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Body Exfoliation Treatments\" price=\"$19.99\"]Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Cellulite Treatments\" price=\"$14.99\"]Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Lipo Laser\" price=\"$12.99\"]Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Depilation\" price=\"$14.99\"]Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc.[/lsvr_accordion_item][/lsvr_accordion][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][vc_column_text]\n

Massages

\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/6\"][lsvr_image_vc rounded=\"yes\" lightbox=\"\" inview_anim=\"none\" image=\"113\" size=\"medium\" max_width=\"200\"][/vc_column_inner][vc_column_inner width=\"5/6\"][lsvr_accordion toggle=\"\" inview_anim=\"none\"][lsvr_accordion_item state=\"\" title=\"Aromatherapy Massage\" price=\"$10.50\"]In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Exotic Massages\" price=\"$19.99\"]Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Swedish Massage\" price=\"$14.99\"]Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Hot Stone Massage\" price=\"$12.99\"]Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc.[/lsvr_accordion_item][lsvr_accordion_item state=\"\" title=\"Sports Massage\" price=\"$14.99\"]Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc.[/lsvr_accordion_item][/lsvr_accordion][/vc_column_inner][/vc_row_inner][lsvr_divider whitespace_size=\"m-medium\" transparent=\"yes\" inview_anim=\"none\"][lsvr_cta_message inview_anim=\"none\" title=\"Did you find a service for you?\" button_label=\" Make a Reservation\" link=\"#reservation-form\"]Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.[/lsvr_cta_message][/vc_column][/vc_row]","Services","","publish","open","open","","services","","","2015-02-24 18:08:36","2015-02-24 18:08:36","","0","http://demos.volovar.net/beautyspot.wp/demo2/?page_id=104","0","page","","0"); INSERT INTO `wp_posts` VALUES("126","2","2015-02-24 18:47:53","2015-02-24 18:47:53","","Blog","","publish","open","open","","blog","","","2015-02-24 18:47:53","2015-02-24 18:47:53","","0","http://demos.volovar.net/beautyspot.wp/demo2/?page_id=126","0","page","","0"); INSERT INTO `wp_posts` VALUES("133","2","2015-02-24 18:57:13","2015-02-24 18:57:13","[lsvr_lead]\n\nA small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.\n\n[/lsvr_lead]\n\nEven the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.","Far far away, behind the word","","publish","closed","closed","","far-far-away-behind-the-word","","","2015-02-24 18:57:13","2015-02-24 18:57:13","","0","http://demos.volovar.net/beautyspot.wp/demo2/?p=133","0","post","","0"); INSERT INTO `wp_posts` VALUES("137","2","2015-02-24 19:02:22","2015-02-24 19:02:22","[lsvr_lead inview_anim=\"none\"]\n\nShe packed her seven versalia, put her initial into the belt and made herself on the way.\n\n[/lsvr_lead]\n\nWhen she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek.","The Big Oxmox advised her","","publish","closed","closed","","the-big-oxmox-advised-her","","","2015-02-24 19:02:22","2015-02-24 19:02:22","","0","http://demos.volovar.net/beautyspot.wp/demo2/?p=137","0","post","","0"); INSERT INTO `wp_posts` VALUES("144","2","2015-02-24 19:06:16","2015-02-24 19:06:16","[lsvr_lead inview_anim=\"none\"]\n\nAnd if she hasn’t been rewritten, then they are still using her. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\n\n[/lsvr_lead]\n\nSeparated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.","A small river named Duden","","publish","closed","closed","","a-small-river-named-duden","","","2015-02-24 19:06:16","2015-02-24 19:06:16","","0","http://demos.volovar.net/beautyspot.wp/demo2/?p=144","0","post","","0"); INSERT INTO `wp_posts` VALUES("146","2","2015-02-24 19:07:00","2015-02-24 19:07:00","[lsvr_lead inview_anim=\"none\"]\n\nShe packed her seven versalia, put her initial into the belt and made herself on the way.\n\n[/lsvr_lead]\n\nWhen she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.","Right at the coast of the Semantics","","publish","closed","closed","","right-at-the-coast-of-the-semantics","","","2015-02-24 19:07:00","2015-02-24 19:07:00","","0","http://demos.volovar.net/beautyspot.wp/demo2/?p=146","0","post","","0"); INSERT INTO `wp_posts` VALUES("148","2","2015-02-24 19:10:45","2015-02-24 19:10:45","[lsvr_lead inview_anim=\"none\"]\n\nFar from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.\n\n[/lsvr_lead]\n\nIt is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.\n\n\n\nThe Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.\n\nWhen she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then she continued her way. On her way she met a copy.\n\nThe copy warned the Little Blind Text, that where it came from it would have been rewritten a thousand times and everything that was left from its origin would be the word \"and\" and the Little Blind Text should turn around and return to its own, safe country. But nothing the copy said could convince her and so it didn’t take long until a few insidious Copy Writers ambushed her, made her drunk with Longe and Parole and dragged her into their agency, where they abused her for their projects again and again.","Standard Post","","publish","closed","closed","","standard-post","","","2015-02-24 19:10:45","2015-02-24 19:10:45","","0","http://demos.volovar.net/beautyspot.wp/demo2/?p=148","0","post","","0"); INSERT INTO `wp_posts` VALUES("150","2","2015-02-24 19:11:34","2015-02-24 19:11:34","
People who think they know everything are a great annoyance to those of us who do.\nIsaac Asimov
","Quote Post","","publish","closed","closed","","quote-post","","","2015-02-24 19:11:34","2015-02-24 19:11:34","","0","http://demos.volovar.net/beautyspot.wp/demo2/?p=150","0","post","","0"); INSERT INTO `wp_posts` VALUES("292","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","292","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/","39","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("220","2","2015-02-25 10:17:55","2015-02-25 10:17:55","","Shop","","publish","closed","closed","","shop","","","2015-02-25 10:17:55","2015-02-25 10:17:55","","0","http://demos.volovar.net/beautyspot.wp/demo2/shop/","0","page","","0"); INSERT INTO `wp_posts` VALUES("221","2","2015-02-25 10:17:55","2015-02-25 10:17:55","[woocommerce_cart]","Cart","","publish","closed","closed","","cart","","","2015-02-25 10:17:55","2015-02-25 10:17:55","","0","http://demos.volovar.net/beautyspot.wp/demo2/cart/","0","page","","0"); INSERT INTO `wp_posts` VALUES("222","2","2015-02-25 10:17:55","2015-02-25 10:17:55","[woocommerce_checkout]","Checkout","","publish","closed","closed","","checkout","","","2015-02-25 10:17:55","2015-02-25 10:17:55","","0","http://demos.volovar.net/beautyspot.wp/demo2/checkout/","0","page","","0"); INSERT INTO `wp_posts` VALUES("223","2","2015-02-25 10:17:55","2015-02-25 10:17:55","[woocommerce_my_account]","My Account","","publish","closed","closed","","my-account","","","2015-02-25 10:17:55","2015-02-25 10:17:55","","0","http://demos.volovar.net/beautyspot.wp/demo2/my-account/","0","page","","0"); INSERT INTO `wp_posts` VALUES("293","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","293","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/","41","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("5","2","2015-02-24 14:57:53","2015-02-24 14:57:53","[response]\n
\n
\n
\n[text* your-name id:your-name]\n
\n
\n[email* your-email id:your-email]\n
\n
\n[tel your-phone id:your-phone]\n
\n
\n
\n
\n[text your-subject id:your-subject]\n
\n
\n[textarea* your-message id:your-message]\n
\n
\n[submit class:c-button \"Send Message\"]\n
\n
\n
\n[your-subject]\n[your-name] \nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on BeautySpot - WordPress Theme for Beauty Salons (http://demos.volovar.net/beautyspot.wp/demo2)\nexample@example.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nBeautySpot - WordPress Theme for Beauty Salons \nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on BeautySpot - WordPress Theme for Beauty Salons (http://demos.volovar.net/beautyspot.wp/demo2)\n[your-email]\nReply-To: themes@volovar.net\n\n\n\nYour message was sent successfully. Thanks.\nValidation errors occurred. Please confirm the fields and submit it again.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.","Contact Form","","publish","open","open","","contact-form-1-2","","","2015-02-24 14:57:53","2015-02-24 14:57:53","","0","http://demos.volovar.net/beautyspot.wp/demo2/?post_type=wpcf7_contact_form&p=5","0","wpcf7_contact_form","","0"); INSERT INTO `wp_posts` VALUES("153","2","2015-02-24 19:14:19","2015-02-24 19:14:19","https://soundcloud.com/solarfields/solar-fields-jupiter-sessions\n\nAenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.","Audio Post","","publish","closed","closed","","audio-post","","","2015-02-24 19:14:19","2015-02-24 19:14:19","","0","http://demos.volovar.net/beautyspot.wp/demo2/?p=153","0","post","","0"); INSERT INTO `wp_posts` VALUES("155","2","2015-02-24 19:18:24","2015-02-24 19:18:24","https://www.youtube.com/watch?v=iw12zvPubyc\n\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.","Video Post","","publish","closed","closed","","video-post","","","2015-02-24 19:18:24","2015-02-24 19:18:24","","0","http://demos.volovar.net/beautyspot.wp/demo2/?p=155","0","post","","0"); INSERT INTO `wp_posts` VALUES("158","2","2015-02-24 19:21:21","2015-02-24 19:21:21","[lsvr_lead inview_anim=\"none\"]\n\nFar from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.\n\n[/lsvr_lead]\n\nIt is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.\n\n\n\nThe Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.\n\nWhen she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then she continued her way. On her way she met a copy.\n\nThe copy warned the Little Blind Text, that where it came from it would have been rewritten a thousand times and everything that was left from its origin would be the word \"and\" and the Little Blind Text should turn around and return to its own, safe country. But nothing the copy said could convince her and so it didn’t take long until a few insidious Copy Writers ambushed her, made her drunk with Longe and Parole and dragged her into their agency, where they abused her for their projects again and again.","Image Post","","publish","open","closed","","image-post","","","2015-02-24 19:21:21","2015-02-24 19:21:21","","0","http://demos.volovar.net/beautyspot.wp/demo2/?p=158","0","post","","0"); INSERT INTO `wp_posts` VALUES("219","2","2015-02-25 08:45:08","2015-02-25 08:45:08","

Make a Reservation

\n

Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.

\n
\n
Cosmetics
\n[checkbox res-services-1 use_label_element \"Facials\" \"Eyebrow & Eyelashes\" \"Microdermabrasion\" \"Acne Treatments\"]\n
\n
\n
Hairdressing
\n[checkbox res-services-2 use_label_element \"Wash\" \"Cut & Finish\" \"Blow Dries\" \"Hair Colouring & Highlights\"]\n
\n
\n[response]\n
\n
\n
[text* res-your-name id:res-your-name]
\n
[email res-your-email id:res-your-email]
\n
[tel res-your-phone id:res-your-phone]
\n
\n
\n
\n
\n
[text res-reservation-date id:res-reservation-date]
\n
\n
\n[select res-reservation-time \"9:00\" \"9:30\" \"10:00\" \"10:30\" \"11:00\" \"11:30\" \"12:00\" \"12:30\" \"13:00\" \"13:30\" \"14:00\" \"14:30\" \"15:00\"]\n
\n
\n
\n
[textarea res-reservation-note id:res-reservation-note]
\n
[submit class:c-button]
\n
\n
\nReservation\n[your-name] \nFrom: [res-your-name] <[res-your-email]>\nPhone: [res-your-phone]\n\nServices:\n[res-services-1]\n[res-services-2]\n\nPreferred Time & Date:\n[res-reservation-date]\n[res-reservation-time]\n\nNote:\n[res-reservation-note]\nexample@example.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nBeautySpot - WordPress Theme for Beauty Salons \nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on BeautySpot - WordPress Theme for Beauty Salons (http://demos.volovar.net/beautyspot.wp/demo2)\n[your-email]\nReply-To: themes@volovar.net\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.","Reservation Form","","publish","closed","closed","","reservation-form","","","2015-02-25 08:45:08","2015-02-25 08:45:08","","0","http://demos.volovar.net/beautyspot.wp/demo2/?post_type=wpcf7_contact_form&p=219","0","wpcf7_contact_form","","0"); INSERT INTO `wp_posts` VALUES("294","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","294","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/294/","44","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("295","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","295","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/295/","21","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("296","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","296","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/296/","18","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("297","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","297","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/297/","20","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("298","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","298","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/298/","19","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("299","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","299","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/299/","17","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("300","1","2017-05-15 22:57:12","2017-05-15 22:57:12","","Pages","","publish","closed","closed","","pages","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/pages/","16","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("301","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","301","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/301/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("302","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","302","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/302/","34","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("303","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","303","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/2017/05/15/303/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("304","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","304","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/304/","35","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("305","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","305","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/305/","36","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("306","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","306","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/306/","37","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("307","1","2017-05-15 22:57:12","2017-05-15 22:57:12"," ","","","publish","closed","closed","","307","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/307/","38","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("309","1","2017-05-15 22:58:45","2017-05-15 22:58:45","","Documentation","","publish","closed","closed","","documentation-2","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/2017/05/15/documentation-2/","20","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("310","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","310","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/","33","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("311","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","311","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/","42","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("312","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","312","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/312/","45","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("313","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","313","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/313/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("314","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","314","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/314/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("315","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","315","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/315/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("316","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","316","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/316/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("317","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","317","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/317/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("318","1","2017-05-15 22:58:45","2017-05-15 22:58:45","","Pages","","publish","closed","closed","","pages-2","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/pages-2/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("319","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","319","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/319/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("320","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","320","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/320/","28","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("321","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","321","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/2017/05/15/321/","17","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("322","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","322","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/322/","29","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("323","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","323","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/323/","30","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("324","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","324","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/324/","31","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("325","1","2017-05-15 22:58:45","2017-05-15 22:58:45"," ","","","publish","closed","closed","","325","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/325/","32","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("327","1","2017-05-15 23:04:31","2017-05-15 23:04:31","","Documentation","","publish","closed","closed","","documentation-3","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/2017/05/15/documentation-3/","18","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("328","1","2017-05-15 23:04:31","2017-05-15 23:04:31"," ","","","publish","closed","closed","","328","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/","27","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("329","1","2017-05-15 23:04:31","2017-05-15 23:04:31"," ","","","publish","closed","closed","","329","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/","40","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("330","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","330","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/2017/05/15/330/","43","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("331","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","331","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/331/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("332","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","332","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/332/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("333","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","333","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/333/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("334","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","334","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/334/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("335","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","335","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/335/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("336","1","2017-05-15 23:04:32","2017-05-15 23:04:32","","Pages","","publish","closed","closed","","pages-3","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/pages-3/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("337","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","337","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/337/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("338","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","338","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/338/","22","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("339","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","339","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/2017/05/15/339/","16","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("340","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","340","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/340/","23","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("341","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","341","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/341/","24","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("342","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","342","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/342/","25","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("343","1","2017-05-15 23:04:32","2017-05-15 23:04:32"," ","","","publish","closed","closed","","343","","","2017-05-15 23:07:20","2017-05-15 23:07:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/343/","26","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("346","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","346","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=346","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("347","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","347","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=347","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("348","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","348","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=348","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("349","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","349","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=349","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("350","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","350","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=350","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("351","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","351","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=351","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("352","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","352","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=352","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("353","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","353","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=353","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("354","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","354","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=354","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("355","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","355","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=355","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("356","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","356","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=356","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("357","1","2017-05-15 23:06:21","2017-05-15 23:06:21"," ","","","publish","closed","closed","","357","","","2017-05-15 23:06:42","2017-05-15 23:06:42","","0","http://pharmawebhosting.com/beauty/?p=357","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("358","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","358","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=358","46","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("359","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","359","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=359","47","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("360","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","360","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=360","48","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("361","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","361","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=361","49","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("362","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","362","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=362","50","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("363","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","363","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=363","51","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("364","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","364","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=364","52","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("365","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","365","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=365","53","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("366","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","366","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=366","54","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("367","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","367","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=367","55","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("368","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","368","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=368","56","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("369","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","369","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=369","57","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("370","1","2017-05-15 23:07:21","2017-05-15 23:07:21"," ","","","publish","closed","closed","","370","","","2017-05-15 23:07:21","2017-05-15 23:07:21","","0","http://pharmawebhosting.com/beauty/?p=370","58","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("443","1","2017-05-15 23:41:04","0000-00-00 00:00:00","{\n \"old_sidebars_widgets_data\": {\n \"value\": {\n \"wp_inactive_widgets\": [],\n \"sidebar-1\": [\n \"search-2\",\n \"recent-posts-2\",\n \"recent-comments-2\",\n \"archives-2\",\n \"categories-2\",\n \"meta-2\"\n ],\n \"sidebar-2\": [],\n \"sidebar-3\": []\n },\n \"type\": \"global_variable\",\n \"user_id\": 1\n }\n}","","","auto-draft","closed","closed","","b170a752-391c-468a-b49a-b93c93e03740","","","2017-05-15 23:41:04","0000-00-00 00:00:00","","0","http://pharmawebhosting.com/beauty/?p=443","0","customize_changeset","","0"); INSERT INTO `wp_posts` VALUES("372","1","2017-05-15 23:25:12","2017-05-15 23:25:12","","Documentation","","publish","closed","closed","","documentation-4","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/documentation-4/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("373","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","373","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("374","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","374","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("375","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","375","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/375/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("376","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","376","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/376/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("377","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","377","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/377/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("378","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","378","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/378/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("379","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","379","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/379/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("380","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","380","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/380/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("381","1","2017-05-15 23:25:12","2017-05-15 23:25:12","","Pages","","publish","closed","closed","","pages-4","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/pages-4/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("382","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","382","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/382/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("383","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","383","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/383/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("384","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","384","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/384/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("385","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","385","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/385/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("386","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","386","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/386/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("387","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","387","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/387/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("388","1","2017-05-15 23:25:12","2017-05-15 23:25:12"," ","","","publish","closed","closed","","388","","","2017-05-15 23:25:12","2017-05-15 23:25:12","","0","http://pharmawebhosting.com/beauty/2017/05/15/388/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("390","1","2017-05-15 23:26:14","2017-05-15 23:26:14","","Documentation","","publish","closed","closed","","documentation-5","","","2017-05-15 23:26:14","2017-05-15 23:26:14","","0","http://pharmawebhosting.com/beauty/2017/05/15/documentation-5/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("391","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","391","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("392","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","392","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("393","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","393","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/393/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("394","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","394","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/394/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("395","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","395","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/395/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("396","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","396","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/396/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("397","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","397","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/397/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("398","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","398","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/398/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("399","1","2017-05-15 23:26:15","2017-05-15 23:26:15","","Pages","","publish","closed","closed","","pages-5","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/pages-5/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("400","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","400","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/400/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("401","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","401","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/401/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("402","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","402","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/402/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("403","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","403","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/403/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("404","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","404","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/404/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("405","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","405","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/405/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("406","1","2017-05-15 23:26:15","2017-05-15 23:26:15"," ","","","publish","closed","closed","","406","","","2017-05-15 23:26:15","2017-05-15 23:26:15","","0","http://pharmawebhosting.com/beauty/2017/05/15/406/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("408","1","2017-05-15 23:26:57","2017-05-15 23:26:57","","Documentation","","publish","closed","closed","","documentation-6","","","2017-05-15 23:26:57","2017-05-15 23:26:57","","0","http://pharmawebhosting.com/beauty/2017/05/15/documentation-6/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("409","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","409","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("410","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","410","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("411","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","411","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/411/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("412","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","412","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/412/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("413","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","413","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/413/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("414","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","414","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/414/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("415","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","415","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/415/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("416","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","416","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/416/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("417","1","2017-05-15 23:26:58","2017-05-15 23:26:58","","Pages","","publish","closed","closed","","pages-6","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/pages-6/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("418","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","418","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/418/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("419","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","419","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/419/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("420","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","420","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/420/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("421","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","421","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/421/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("422","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","422","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/422/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("423","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","423","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/423/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("424","1","2017-05-15 23:26:58","2017-05-15 23:26:58"," ","","","publish","closed","closed","","424","","","2017-05-15 23:26:58","2017-05-15 23:26:58","","0","http://pharmawebhosting.com/beauty/2017/05/15/424/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("426","1","2017-05-15 23:34:08","2017-05-15 23:34:08","","Documentation","","publish","closed","closed","","documentation-7","","","2017-05-15 23:34:08","2017-05-15 23:34:08","","0","http://pharmawebhosting.com/beauty/2017/05/15/documentation-7/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("427","1","2017-05-15 23:34:08","2017-05-15 23:34:08"," ","","","publish","closed","closed","","427","","","2017-05-15 23:34:08","2017-05-15 23:34:08","","0","http://pharmawebhosting.com/beauty/2017/05/15/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("428","1","2017-05-15 23:34:08","2017-05-15 23:34:08"," ","","","publish","closed","closed","","428","","","2017-05-15 23:34:08","2017-05-15 23:34:08","","0","http://pharmawebhosting.com/beauty/2017/05/15/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("429","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","429","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/429/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("430","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","430","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/430/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("431","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","431","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/431/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("432","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","432","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/432/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("433","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","433","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/433/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("434","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","434","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/434/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("435","1","2017-05-15 23:34:09","2017-05-15 23:34:09","","Pages","","publish","closed","closed","","pages-7","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/pages-7/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("436","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","436","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/436/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("437","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","437","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/437/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("438","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","438","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/438/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("439","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","439","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/439/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("440","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","440","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/440/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("441","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","441","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/441/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("442","1","2017-05-15 23:34:09","2017-05-15 23:34:09"," ","","","publish","closed","closed","","442","","","2017-05-15 23:34:09","2017-05-15 23:34:09","","0","http://pharmawebhosting.com/beauty/2017/05/15/442/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("445","1","2017-05-15 23:41:39","2017-05-15 23:41:39","","Documentation","","publish","closed","closed","","documentation-8","","","2017-05-15 23:41:39","2017-05-15 23:41:39","","0","http://pharmawebhosting.com/beauty/2017/05/15/documentation-8/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("446","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","446","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("447","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","447","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("448","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","448","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/448/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("449","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","449","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/449/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("450","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","450","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/450/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("451","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","451","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/451/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("452","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","452","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/452/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("453","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","453","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/453/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("454","1","2017-05-15 23:41:40","2017-05-15 23:41:40","","Pages","","publish","closed","closed","","pages-8","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/pages-8/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("455","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","455","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/455/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("456","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","456","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/456/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("457","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","457","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/457/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("458","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","458","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/458/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("459","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","459","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/459/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("460","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","460","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/460/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("461","1","2017-05-15 23:41:40","2017-05-15 23:41:40"," ","","","publish","closed","closed","","461","","","2017-05-15 23:41:40","2017-05-15 23:41:40","","0","http://pharmawebhosting.com/beauty/2017/05/15/461/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("463","1","2017-05-15 23:44:05","2017-05-15 23:44:05","","Documentation","","publish","closed","closed","","documentation-9","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/documentation-9/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("464","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","464","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("465","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","465","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("466","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","466","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/466/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("467","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","467","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/467/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("468","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","468","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/468/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("469","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","469","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/469/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("470","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","470","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/470/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("471","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","471","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/471/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("472","1","2017-05-15 23:44:05","2017-05-15 23:44:05","","Pages","","publish","closed","closed","","pages-9","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/pages-9/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("473","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","473","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/473/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("474","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","474","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/474/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("475","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","475","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/475/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("476","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","476","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/476/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("477","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","477","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/477/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("478","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","478","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/478/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("479","1","2017-05-15 23:44:05","2017-05-15 23:44:05"," ","","","publish","closed","closed","","479","","","2017-05-15 23:44:05","2017-05-15 23:44:05","","0","http://pharmawebhosting.com/beauty/2017/05/15/479/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("481","1","2017-05-15 23:56:56","2017-05-15 23:56:56","","Documentation","","publish","closed","closed","","documentation-10","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/documentation-10/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("482","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","482","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("483","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","483","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("484","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","484","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/484/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("485","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","485","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/485/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("486","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","486","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/486/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("487","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","487","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/487/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("488","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","488","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/488/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("489","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","489","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/489/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("490","1","2017-05-15 23:56:56","2017-05-15 23:56:56","","Pages","","publish","closed","closed","","pages-10","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/pages-10/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("491","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","491","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/491/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("492","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","492","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/492/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("493","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","493","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/493/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("494","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","494","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/494/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("495","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","495","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/495/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("496","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","496","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/496/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("497","1","2017-05-15 23:56:56","2017-05-15 23:56:56"," ","","","publish","closed","closed","","497","","","2017-05-15 23:56:56","2017-05-15 23:56:56","","0","http://pharmawebhosting.com/beauty/2017/05/15/497/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("499","1","2017-05-15 23:57:20","2017-05-15 23:57:20","","Documentation","","publish","closed","closed","","documentation-11","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/documentation-11/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("500","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","500","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("501","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","501","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("502","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","502","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/502/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("503","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","503","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/503/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("504","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","504","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/504/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("505","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","505","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/505/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("506","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","506","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/506/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("507","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","507","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/507/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("508","1","2017-05-15 23:57:20","2017-05-15 23:57:20","","Pages","","publish","closed","closed","","pages-11","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/pages-11/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("509","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","509","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/509/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("510","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","510","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/510/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("511","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","511","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/511/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("512","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","512","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/512/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("513","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","513","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/513/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("514","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","514","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/514/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("515","1","2017-05-15 23:57:20","2017-05-15 23:57:20"," ","","","publish","closed","closed","","515","","","2017-05-15 23:57:20","2017-05-15 23:57:20","","0","http://pharmawebhosting.com/beauty/2017/05/15/515/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("517","1","2017-05-15 23:58:30","0000-00-00 00:00:00","{\n \"old_sidebars_widgets_data\": {\n \"value\": {\n \"wp_inactive_widgets\": [],\n \"primary-sidebar\": [\n \"search-2\",\n \"recent-posts-2\",\n \"recent-comments-2\",\n \"archives-2\",\n \"categories-2\",\n \"meta-2\"\n ],\n \"bottom-sidebar\": []\n },\n \"type\": \"global_variable\",\n \"user_id\": 1\n }\n}","","","auto-draft","closed","closed","","a2440ebc-df0a-4d87-b5f1-fde6f6438aaa","","","2017-05-15 23:58:30","0000-00-00 00:00:00","","0","http://pharmawebhosting.com/beauty/?p=517","0","customize_changeset","","0"); INSERT INTO `wp_posts` VALUES("519","1","2017-05-16 00:24:50","2017-05-16 00:24:50","","Documentation","","publish","closed","closed","","documentation-12","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/documentation-12/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("520","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","520","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("521","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","521","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("522","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","522","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/522/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("523","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","523","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/523/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("524","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","524","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/524/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("525","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","525","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/525/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("526","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","526","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/526/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("527","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","527","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/527/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("528","1","2017-05-16 00:24:50","2017-05-16 00:24:50","","Pages","","publish","closed","closed","","pages-12","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/pages-12/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("529","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","529","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/529/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("530","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","530","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/530/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("531","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","531","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/531/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("532","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","532","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/532/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("533","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","533","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/533/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("534","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","534","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/534/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("535","1","2017-05-16 00:24:50","2017-05-16 00:24:50"," ","","","publish","closed","closed","","535","","","2017-05-16 00:24:50","2017-05-16 00:24:50","","0","http://sofvis.com/2017/05/16/535/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("537","1","2017-05-16 00:25:22","2017-05-16 00:25:22","","Documentation","","publish","closed","closed","","documentation-13","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/documentation-13/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("538","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","538","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("539","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","539","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("540","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","540","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/540/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("541","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","541","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/541/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("542","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","542","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/542/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("543","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","543","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/543/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("544","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","544","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/544/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("545","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","545","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/545/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("546","1","2017-05-16 00:25:22","2017-05-16 00:25:22","","Pages","","publish","closed","closed","","pages-13","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/pages-13/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("547","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","547","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/547/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("548","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","548","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/548/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("549","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","549","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/549/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("550","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","550","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/550/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("551","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","551","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/551/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("552","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","552","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/552/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("553","1","2017-05-16 00:25:22","2017-05-16 00:25:22"," ","","","publish","closed","closed","","553","","","2017-05-16 00:25:22","2017-05-16 00:25:22","","0","http://sofvis.com/2017/05/16/553/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("555","1","2017-05-16 00:27:37","2017-05-16 00:27:37","","Documentation","","publish","closed","closed","","documentation-14","","","2017-05-16 00:27:37","2017-05-16 00:27:37","","0","http://sofvis.com/2017/05/16/documentation-14/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("556","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","556","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("557","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","557","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("558","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","558","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/558/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("559","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","559","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/559/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("560","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","560","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/560/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("561","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","561","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/561/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("562","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","562","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/562/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("563","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","563","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/563/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("564","1","2017-05-16 00:27:38","2017-05-16 00:27:38","","Pages","","publish","closed","closed","","pages-14","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/pages-14/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("565","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","565","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/565/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("566","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","566","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/566/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("567","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","567","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/567/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("568","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","568","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/568/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("569","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","569","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/569/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("570","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","570","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/570/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("571","1","2017-05-16 00:27:38","2017-05-16 00:27:38"," ","","","publish","closed","closed","","571","","","2017-05-16 00:27:38","2017-05-16 00:27:38","","0","http://sofvis.com/2017/05/16/571/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("573","1","2017-05-16 00:28:38","2017-05-16 00:28:38","","Documentation","","publish","closed","closed","","documentation-15","","","2017-05-16 00:28:38","2017-05-16 00:28:38","","0","http://sofvis.com/2017/05/16/documentation-15/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("574","1","2017-05-16 00:28:38","2017-05-16 00:28:38"," ","","","publish","closed","closed","","574","","","2017-05-16 00:28:38","2017-05-16 00:28:38","","0","http://sofvis.com/2017/05/16/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("575","1","2017-05-16 00:28:38","2017-05-16 00:28:38"," ","","","publish","closed","closed","","575","","","2017-05-16 00:28:38","2017-05-16 00:28:38","","0","http://sofvis.com/2017/05/16/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("576","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","576","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/576/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("577","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","577","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/577/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("578","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","578","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/578/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("579","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","579","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/579/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("580","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","580","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/580/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("581","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","581","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/581/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("582","1","2017-05-16 00:28:39","2017-05-16 00:28:39","","Pages","","publish","closed","closed","","pages-15","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/pages-15/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("583","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","583","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/583/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("584","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","584","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/584/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("585","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","585","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/585/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("586","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","586","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/586/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("587","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","587","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/587/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("588","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","588","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/588/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("589","1","2017-05-16 00:28:39","2017-05-16 00:28:39"," ","","","publish","closed","closed","","589","","","2017-05-16 00:28:39","2017-05-16 00:28:39","","0","http://sofvis.com/2017/05/16/589/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("591","1","2017-05-16 00:29:23","2017-05-16 00:29:23","","Documentation","","publish","closed","closed","","documentation-16","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/documentation-16/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("592","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","592","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("593","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","593","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("594","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","594","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/594/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("595","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","595","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/595/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("596","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","596","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/596/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("597","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","597","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/597/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("598","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","598","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/598/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("599","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","599","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/599/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("600","1","2017-05-16 00:29:23","2017-05-16 00:29:23","","Pages","","publish","closed","closed","","pages-16","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/pages-16/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("601","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","601","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/601/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("602","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","602","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/602/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("603","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","603","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/603/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("604","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","604","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/604/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("605","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","605","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/605/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("606","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","606","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/606/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("607","1","2017-05-16 00:29:23","2017-05-16 00:29:23"," ","","","publish","closed","closed","","607","","","2017-05-16 00:29:23","2017-05-16 00:29:23","","0","http://sofvis.com/2017/05/16/607/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("609","1","2017-05-16 00:39:06","2017-05-16 00:39:06","","Documentation","","publish","closed","closed","","documentation-17","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/documentation-17/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("610","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","610","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("611","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","611","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("612","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","612","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/612/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("613","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","613","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/613/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("614","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","614","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/614/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("615","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","615","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/615/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("616","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","616","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/616/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("617","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","617","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/617/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("618","1","2017-05-16 00:39:06","2017-05-16 00:39:06","","Pages","","publish","closed","closed","","pages-17","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/pages-17/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("619","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","619","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/619/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("620","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","620","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/620/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("621","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","621","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/621/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("622","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","622","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/622/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("623","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","623","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/623/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("624","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","624","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/624/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("625","1","2017-05-16 00:39:06","2017-05-16 00:39:06"," ","","","publish","closed","closed","","625","","","2017-05-16 00:39:06","2017-05-16 00:39:06","","0","http://sofvis.com/2017/05/16/625/","12","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("627","1","2017-05-16 00:39:38","2017-05-16 00:39:38","","Documentation","","publish","closed","closed","","documentation-18","","","2017-05-16 00:39:38","2017-05-16 00:39:38","","0","http://sofvis.com/2017/05/16/documentation-18/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("628","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","628","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/","13","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("629","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","629","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/","14","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("630","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","630","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/630/","15","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("631","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","631","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/631/","7","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("632","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","632","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/632/","4","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("633","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","633","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/633/","6","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("634","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","634","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/634/","5","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("635","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","635","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/635/","3","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("636","1","2017-05-16 00:39:39","2017-05-16 00:39:39","","Pages","","publish","closed","closed","","pages-18","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/pages-18/","2","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("637","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","637","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/637/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("638","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","638","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/638/","8","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("639","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","639","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/639/","1","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("640","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","640","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/640/","9","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("641","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","641","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/641/","10","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("642","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","642","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/642/","11","nav_menu_item","","0"); INSERT INTO `wp_posts` VALUES("643","1","2017-05-16 00:39:39","2017-05-16 00:39:39"," ","","","publish","closed","closed","","643","","","2017-05-16 00:39:39","2017-05-16 00:39:39","","0","http://sofvis.com/2017/05/16/643/","12","nav_menu_item","","0"); DROP TABLE IF EXISTS `wp_term_relationships`; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; INSERT INTO `wp_term_relationships` VALUES("1","1","0"); INSERT INTO `wp_term_relationships` VALUES("288","14","0"); INSERT INTO `wp_term_relationships` VALUES("133","9","0"); INSERT INTO `wp_term_relationships` VALUES("133","3","0"); INSERT INTO `wp_term_relationships` VALUES("133","4","0"); INSERT INTO `wp_term_relationships` VALUES("133","16","0"); INSERT INTO `wp_term_relationships` VALUES("137","9","0"); INSERT INTO `wp_term_relationships` VALUES("137","3","0"); INSERT INTO `wp_term_relationships` VALUES("137","4","0"); INSERT INTO `wp_term_relationships` VALUES("137","16","0"); INSERT INTO `wp_term_relationships` VALUES("144","9","0"); INSERT INTO `wp_term_relationships` VALUES("144","3","0"); INSERT INTO `wp_term_relationships` VALUES("144","4","0"); INSERT INTO `wp_term_relationships` VALUES("144","16","0"); INSERT INTO `wp_term_relationships` VALUES("146","9","0"); INSERT INTO `wp_term_relationships` VALUES("146","3","0"); INSERT INTO `wp_term_relationships` VALUES("146","4","0"); INSERT INTO `wp_term_relationships` VALUES("146","16","0"); INSERT INTO `wp_term_relationships` VALUES("148","11","0"); INSERT INTO `wp_term_relationships` VALUES("148","2","0"); INSERT INTO `wp_term_relationships` VALUES("148","7","0"); INSERT INTO `wp_term_relationships` VALUES("150","17","0"); INSERT INTO `wp_term_relationships` VALUES("150","6","0"); INSERT INTO `wp_term_relationships` VALUES("150","10","0"); INSERT INTO `wp_term_relationships` VALUES("150","12","0"); INSERT INTO `wp_term_relationships` VALUES("292","15","0"); INSERT INTO `wp_term_relationships` VALUES("293","15","0"); INSERT INTO `wp_term_relationships` VALUES("153","18","0"); INSERT INTO `wp_term_relationships` VALUES("153","8","0"); INSERT INTO `wp_term_relationships` VALUES("153","12","0"); INSERT INTO `wp_term_relationships` VALUES("153","5","0"); INSERT INTO `wp_term_relationships` VALUES("155","18","0"); INSERT INTO `wp_term_relationships` VALUES("155","8","0"); INSERT INTO `wp_term_relationships` VALUES("155","12","0"); INSERT INTO `wp_term_relationships` VALUES("155","13","0"); INSERT INTO `wp_term_relationships` VALUES("155","5","0"); INSERT INTO `wp_term_relationships` VALUES("158","9","0"); INSERT INTO `wp_term_relationships` VALUES("158","4","0"); INSERT INTO `wp_term_relationships` VALUES("158","16","0"); INSERT INTO `wp_term_relationships` VALUES("294","15","0"); INSERT INTO `wp_term_relationships` VALUES("295","15","0"); INSERT INTO `wp_term_relationships` VALUES("296","15","0"); INSERT INTO `wp_term_relationships` VALUES("297","15","0"); INSERT INTO `wp_term_relationships` VALUES("298","15","0"); INSERT INTO `wp_term_relationships` VALUES("299","15","0"); INSERT INTO `wp_term_relationships` VALUES("300","15","0"); INSERT INTO `wp_term_relationships` VALUES("301","15","0"); INSERT INTO `wp_term_relationships` VALUES("302","15","0"); INSERT INTO `wp_term_relationships` VALUES("303","14","0"); INSERT INTO `wp_term_relationships` VALUES("304","15","0"); INSERT INTO `wp_term_relationships` VALUES("305","15","0"); INSERT INTO `wp_term_relationships` VALUES("306","15","0"); INSERT INTO `wp_term_relationships` VALUES("307","15","0"); INSERT INTO `wp_term_relationships` VALUES("309","14","0"); INSERT INTO `wp_term_relationships` VALUES("310","15","0"); INSERT INTO `wp_term_relationships` VALUES("311","15","0"); INSERT INTO `wp_term_relationships` VALUES("312","15","0"); INSERT INTO `wp_term_relationships` VALUES("313","15","0"); INSERT INTO `wp_term_relationships` VALUES("314","15","0"); INSERT INTO `wp_term_relationships` VALUES("315","15","0"); INSERT INTO `wp_term_relationships` VALUES("316","15","0"); INSERT INTO `wp_term_relationships` VALUES("317","15","0"); INSERT INTO `wp_term_relationships` VALUES("318","15","0"); INSERT INTO `wp_term_relationships` VALUES("319","15","0"); INSERT INTO `wp_term_relationships` VALUES("320","15","0"); INSERT INTO `wp_term_relationships` VALUES("321","14","0"); INSERT INTO `wp_term_relationships` VALUES("322","15","0"); INSERT INTO `wp_term_relationships` VALUES("323","15","0"); INSERT INTO `wp_term_relationships` VALUES("324","15","0"); INSERT INTO `wp_term_relationships` VALUES("325","15","0"); INSERT INTO `wp_term_relationships` VALUES("327","14","0"); INSERT INTO `wp_term_relationships` VALUES("328","15","0"); INSERT INTO `wp_term_relationships` VALUES("329","15","0"); INSERT INTO `wp_term_relationships` VALUES("330","15","0"); INSERT INTO `wp_term_relationships` VALUES("331","15","0"); INSERT INTO `wp_term_relationships` VALUES("332","15","0"); INSERT INTO `wp_term_relationships` VALUES("333","15","0"); INSERT INTO `wp_term_relationships` VALUES("334","15","0"); INSERT INTO `wp_term_relationships` VALUES("335","15","0"); INSERT INTO `wp_term_relationships` VALUES("336","15","0"); INSERT INTO `wp_term_relationships` VALUES("337","15","0"); INSERT INTO `wp_term_relationships` VALUES("338","15","0"); INSERT INTO `wp_term_relationships` VALUES("339","14","0"); INSERT INTO `wp_term_relationships` VALUES("340","15","0"); INSERT INTO `wp_term_relationships` VALUES("341","15","0"); INSERT INTO `wp_term_relationships` VALUES("342","15","0"); INSERT INTO `wp_term_relationships` VALUES("343","15","0"); INSERT INTO `wp_term_relationships` VALUES("344","14","0"); INSERT INTO `wp_term_relationships` VALUES("345","14","0"); INSERT INTO `wp_term_relationships` VALUES("346","14","0"); INSERT INTO `wp_term_relationships` VALUES("347","14","0"); INSERT INTO `wp_term_relationships` VALUES("348","14","0"); INSERT INTO `wp_term_relationships` VALUES("349","14","0"); INSERT INTO `wp_term_relationships` VALUES("350","14","0"); INSERT INTO `wp_term_relationships` VALUES("351","14","0"); INSERT INTO `wp_term_relationships` VALUES("352","14","0"); INSERT INTO `wp_term_relationships` VALUES("353","14","0"); INSERT INTO `wp_term_relationships` VALUES("354","14","0"); INSERT INTO `wp_term_relationships` VALUES("355","14","0"); INSERT INTO `wp_term_relationships` VALUES("356","14","0"); INSERT INTO `wp_term_relationships` VALUES("357","14","0"); INSERT INTO `wp_term_relationships` VALUES("358","15","0"); INSERT INTO `wp_term_relationships` VALUES("359","15","0"); INSERT INTO `wp_term_relationships` VALUES("360","15","0"); INSERT INTO `wp_term_relationships` VALUES("361","15","0"); INSERT INTO `wp_term_relationships` VALUES("362","15","0"); INSERT INTO `wp_term_relationships` VALUES("363","15","0"); INSERT INTO `wp_term_relationships` VALUES("364","15","0"); INSERT INTO `wp_term_relationships` VALUES("365","15","0"); INSERT INTO `wp_term_relationships` VALUES("366","15","0"); INSERT INTO `wp_term_relationships` VALUES("367","15","0"); INSERT INTO `wp_term_relationships` VALUES("368","15","0"); INSERT INTO `wp_term_relationships` VALUES("369","15","0"); INSERT INTO `wp_term_relationships` VALUES("370","15","0"); INSERT INTO `wp_term_relationships` VALUES("372","14","0"); INSERT INTO `wp_term_relationships` VALUES("373","15","0"); INSERT INTO `wp_term_relationships` VALUES("374","15","0"); INSERT INTO `wp_term_relationships` VALUES("375","15","0"); INSERT INTO `wp_term_relationships` VALUES("376","15","0"); INSERT INTO `wp_term_relationships` VALUES("377","15","0"); INSERT INTO `wp_term_relationships` VALUES("378","15","0"); INSERT INTO `wp_term_relationships` VALUES("379","15","0"); INSERT INTO `wp_term_relationships` VALUES("380","15","0"); INSERT INTO `wp_term_relationships` VALUES("381","15","0"); INSERT INTO `wp_term_relationships` VALUES("382","15","0"); INSERT INTO `wp_term_relationships` VALUES("383","15","0"); INSERT INTO `wp_term_relationships` VALUES("384","14","0"); INSERT INTO `wp_term_relationships` VALUES("385","15","0"); INSERT INTO `wp_term_relationships` VALUES("386","15","0"); INSERT INTO `wp_term_relationships` VALUES("387","15","0"); INSERT INTO `wp_term_relationships` VALUES("388","15","0"); INSERT INTO `wp_term_relationships` VALUES("390","14","0"); INSERT INTO `wp_term_relationships` VALUES("391","15","0"); INSERT INTO `wp_term_relationships` VALUES("392","15","0"); INSERT INTO `wp_term_relationships` VALUES("393","15","0"); INSERT INTO `wp_term_relationships` VALUES("394","15","0"); INSERT INTO `wp_term_relationships` VALUES("395","15","0"); INSERT INTO `wp_term_relationships` VALUES("396","15","0"); INSERT INTO `wp_term_relationships` VALUES("397","15","0"); INSERT INTO `wp_term_relationships` VALUES("398","15","0"); INSERT INTO `wp_term_relationships` VALUES("399","15","0"); INSERT INTO `wp_term_relationships` VALUES("400","15","0"); INSERT INTO `wp_term_relationships` VALUES("401","15","0"); INSERT INTO `wp_term_relationships` VALUES("402","14","0"); INSERT INTO `wp_term_relationships` VALUES("403","15","0"); INSERT INTO `wp_term_relationships` VALUES("404","15","0"); INSERT INTO `wp_term_relationships` VALUES("405","15","0"); INSERT INTO `wp_term_relationships` VALUES("406","15","0"); INSERT INTO `wp_term_relationships` VALUES("408","14","0"); INSERT INTO `wp_term_relationships` VALUES("409","15","0"); INSERT INTO `wp_term_relationships` VALUES("410","15","0"); INSERT INTO `wp_term_relationships` VALUES("411","15","0"); INSERT INTO `wp_term_relationships` VALUES("412","15","0"); INSERT INTO `wp_term_relationships` VALUES("413","15","0"); INSERT INTO `wp_term_relationships` VALUES("414","15","0"); INSERT INTO `wp_term_relationships` VALUES("415","15","0"); INSERT INTO `wp_term_relationships` VALUES("416","15","0"); INSERT INTO `wp_term_relationships` VALUES("417","15","0"); INSERT INTO `wp_term_relationships` VALUES("418","15","0"); INSERT INTO `wp_term_relationships` VALUES("419","15","0"); INSERT INTO `wp_term_relationships` VALUES("420","14","0"); INSERT INTO `wp_term_relationships` VALUES("421","15","0"); INSERT INTO `wp_term_relationships` VALUES("422","15","0"); INSERT INTO `wp_term_relationships` VALUES("423","15","0"); INSERT INTO `wp_term_relationships` VALUES("424","15","0"); INSERT INTO `wp_term_relationships` VALUES("426","14","0"); INSERT INTO `wp_term_relationships` VALUES("427","15","0"); INSERT INTO `wp_term_relationships` VALUES("428","15","0"); INSERT INTO `wp_term_relationships` VALUES("429","15","0"); INSERT INTO `wp_term_relationships` VALUES("430","15","0"); INSERT INTO `wp_term_relationships` VALUES("431","15","0"); INSERT INTO `wp_term_relationships` VALUES("432","15","0"); INSERT INTO `wp_term_relationships` VALUES("433","15","0"); INSERT INTO `wp_term_relationships` VALUES("434","15","0"); INSERT INTO `wp_term_relationships` VALUES("435","15","0"); INSERT INTO `wp_term_relationships` VALUES("436","15","0"); INSERT INTO `wp_term_relationships` VALUES("437","15","0"); INSERT INTO `wp_term_relationships` VALUES("438","14","0"); INSERT INTO `wp_term_relationships` VALUES("439","15","0"); INSERT INTO `wp_term_relationships` VALUES("440","15","0"); INSERT INTO `wp_term_relationships` VALUES("441","15","0"); INSERT INTO `wp_term_relationships` VALUES("442","15","0"); INSERT INTO `wp_term_relationships` VALUES("445","14","0"); INSERT INTO `wp_term_relationships` VALUES("446","15","0"); INSERT INTO `wp_term_relationships` VALUES("447","15","0"); INSERT INTO `wp_term_relationships` VALUES("448","15","0"); INSERT INTO `wp_term_relationships` VALUES("449","15","0"); INSERT INTO `wp_term_relationships` VALUES("450","15","0"); INSERT INTO `wp_term_relationships` VALUES("451","15","0"); INSERT INTO `wp_term_relationships` VALUES("452","15","0"); INSERT INTO `wp_term_relationships` VALUES("453","15","0"); INSERT INTO `wp_term_relationships` VALUES("454","15","0"); INSERT INTO `wp_term_relationships` VALUES("455","15","0"); INSERT INTO `wp_term_relationships` VALUES("456","15","0"); INSERT INTO `wp_term_relationships` VALUES("457","14","0"); INSERT INTO `wp_term_relationships` VALUES("458","15","0"); INSERT INTO `wp_term_relationships` VALUES("459","15","0"); INSERT INTO `wp_term_relationships` VALUES("460","15","0"); INSERT INTO `wp_term_relationships` VALUES("461","15","0"); INSERT INTO `wp_term_relationships` VALUES("463","14","0"); INSERT INTO `wp_term_relationships` VALUES("464","15","0"); INSERT INTO `wp_term_relationships` VALUES("465","15","0"); INSERT INTO `wp_term_relationships` VALUES("466","15","0"); INSERT INTO `wp_term_relationships` VALUES("467","15","0"); INSERT INTO `wp_term_relationships` VALUES("468","15","0"); INSERT INTO `wp_term_relationships` VALUES("469","15","0"); INSERT INTO `wp_term_relationships` VALUES("470","15","0"); INSERT INTO `wp_term_relationships` VALUES("471","15","0"); INSERT INTO `wp_term_relationships` VALUES("472","15","0"); INSERT INTO `wp_term_relationships` VALUES("473","15","0"); INSERT INTO `wp_term_relationships` VALUES("474","15","0"); INSERT INTO `wp_term_relationships` VALUES("475","14","0"); INSERT INTO `wp_term_relationships` VALUES("476","15","0"); INSERT INTO `wp_term_relationships` VALUES("477","15","0"); INSERT INTO `wp_term_relationships` VALUES("478","15","0"); INSERT INTO `wp_term_relationships` VALUES("479","15","0"); INSERT INTO `wp_term_relationships` VALUES("481","14","0"); INSERT INTO `wp_term_relationships` VALUES("482","15","0"); INSERT INTO `wp_term_relationships` VALUES("483","15","0"); INSERT INTO `wp_term_relationships` VALUES("484","15","0"); INSERT INTO `wp_term_relationships` VALUES("485","15","0"); INSERT INTO `wp_term_relationships` VALUES("486","15","0"); INSERT INTO `wp_term_relationships` VALUES("487","15","0"); INSERT INTO `wp_term_relationships` VALUES("488","15","0"); INSERT INTO `wp_term_relationships` VALUES("489","15","0"); INSERT INTO `wp_term_relationships` VALUES("490","15","0"); INSERT INTO `wp_term_relationships` VALUES("491","15","0"); INSERT INTO `wp_term_relationships` VALUES("492","15","0"); INSERT INTO `wp_term_relationships` VALUES("493","14","0"); INSERT INTO `wp_term_relationships` VALUES("494","15","0"); INSERT INTO `wp_term_relationships` VALUES("495","15","0"); INSERT INTO `wp_term_relationships` VALUES("496","15","0"); INSERT INTO `wp_term_relationships` VALUES("497","15","0"); INSERT INTO `wp_term_relationships` VALUES("499","14","0"); INSERT INTO `wp_term_relationships` VALUES("500","15","0"); INSERT INTO `wp_term_relationships` VALUES("501","15","0"); INSERT INTO `wp_term_relationships` VALUES("502","15","0"); INSERT INTO `wp_term_relationships` VALUES("503","15","0"); INSERT INTO `wp_term_relationships` VALUES("504","15","0"); INSERT INTO `wp_term_relationships` VALUES("505","15","0"); INSERT INTO `wp_term_relationships` VALUES("506","15","0"); INSERT INTO `wp_term_relationships` VALUES("507","15","0"); INSERT INTO `wp_term_relationships` VALUES("508","15","0"); INSERT INTO `wp_term_relationships` VALUES("509","15","0"); INSERT INTO `wp_term_relationships` VALUES("510","15","0"); INSERT INTO `wp_term_relationships` VALUES("511","14","0"); INSERT INTO `wp_term_relationships` VALUES("512","15","0"); INSERT INTO `wp_term_relationships` VALUES("513","15","0"); INSERT INTO `wp_term_relationships` VALUES("514","15","0"); INSERT INTO `wp_term_relationships` VALUES("515","15","0"); INSERT INTO `wp_term_relationships` VALUES("519","14","0"); INSERT INTO `wp_term_relationships` VALUES("520","15","0"); INSERT INTO `wp_term_relationships` VALUES("521","15","0"); INSERT INTO `wp_term_relationships` VALUES("522","15","0"); INSERT INTO `wp_term_relationships` VALUES("523","15","0"); INSERT INTO `wp_term_relationships` VALUES("524","15","0"); INSERT INTO `wp_term_relationships` VALUES("525","15","0"); INSERT INTO `wp_term_relationships` VALUES("526","15","0"); INSERT INTO `wp_term_relationships` VALUES("527","15","0"); INSERT INTO `wp_term_relationships` VALUES("528","15","0"); INSERT INTO `wp_term_relationships` VALUES("529","15","0"); INSERT INTO `wp_term_relationships` VALUES("530","15","0"); INSERT INTO `wp_term_relationships` VALUES("531","14","0"); INSERT INTO `wp_term_relationships` VALUES("532","15","0"); INSERT INTO `wp_term_relationships` VALUES("533","15","0"); INSERT INTO `wp_term_relationships` VALUES("534","15","0"); INSERT INTO `wp_term_relationships` VALUES("535","15","0"); INSERT INTO `wp_term_relationships` VALUES("537","14","0"); INSERT INTO `wp_term_relationships` VALUES("538","15","0"); INSERT INTO `wp_term_relationships` VALUES("539","15","0"); INSERT INTO `wp_term_relationships` VALUES("540","15","0"); INSERT INTO `wp_term_relationships` VALUES("541","15","0"); INSERT INTO `wp_term_relationships` VALUES("542","15","0"); INSERT INTO `wp_term_relationships` VALUES("543","15","0"); INSERT INTO `wp_term_relationships` VALUES("544","15","0"); INSERT INTO `wp_term_relationships` VALUES("545","15","0"); INSERT INTO `wp_term_relationships` VALUES("546","15","0"); INSERT INTO `wp_term_relationships` VALUES("547","15","0"); INSERT INTO `wp_term_relationships` VALUES("548","15","0"); INSERT INTO `wp_term_relationships` VALUES("549","14","0"); INSERT INTO `wp_term_relationships` VALUES("550","15","0"); INSERT INTO `wp_term_relationships` VALUES("551","15","0"); INSERT INTO `wp_term_relationships` VALUES("552","15","0"); INSERT INTO `wp_term_relationships` VALUES("553","15","0"); INSERT INTO `wp_term_relationships` VALUES("555","14","0"); INSERT INTO `wp_term_relationships` VALUES("556","15","0"); INSERT INTO `wp_term_relationships` VALUES("557","15","0"); INSERT INTO `wp_term_relationships` VALUES("558","15","0"); INSERT INTO `wp_term_relationships` VALUES("559","15","0"); INSERT INTO `wp_term_relationships` VALUES("560","15","0"); INSERT INTO `wp_term_relationships` VALUES("561","15","0"); INSERT INTO `wp_term_relationships` VALUES("562","15","0"); INSERT INTO `wp_term_relationships` VALUES("563","15","0"); INSERT INTO `wp_term_relationships` VALUES("564","15","0"); INSERT INTO `wp_term_relationships` VALUES("565","15","0"); INSERT INTO `wp_term_relationships` VALUES("566","15","0"); INSERT INTO `wp_term_relationships` VALUES("567","14","0"); INSERT INTO `wp_term_relationships` VALUES("568","15","0"); INSERT INTO `wp_term_relationships` VALUES("569","15","0"); INSERT INTO `wp_term_relationships` VALUES("570","15","0"); INSERT INTO `wp_term_relationships` VALUES("571","15","0"); INSERT INTO `wp_term_relationships` VALUES("573","14","0"); INSERT INTO `wp_term_relationships` VALUES("574","15","0"); INSERT INTO `wp_term_relationships` VALUES("575","15","0"); INSERT INTO `wp_term_relationships` VALUES("576","15","0"); INSERT INTO `wp_term_relationships` VALUES("577","15","0"); INSERT INTO `wp_term_relationships` VALUES("578","15","0"); INSERT INTO `wp_term_relationships` VALUES("579","15","0"); INSERT INTO `wp_term_relationships` VALUES("580","15","0"); INSERT INTO `wp_term_relationships` VALUES("581","15","0"); INSERT INTO `wp_term_relationships` VALUES("582","15","0"); INSERT INTO `wp_term_relationships` VALUES("583","15","0"); INSERT INTO `wp_term_relationships` VALUES("584","15","0"); INSERT INTO `wp_term_relationships` VALUES("585","14","0"); INSERT INTO `wp_term_relationships` VALUES("586","15","0"); INSERT INTO `wp_term_relationships` VALUES("587","15","0"); INSERT INTO `wp_term_relationships` VALUES("588","15","0"); INSERT INTO `wp_term_relationships` VALUES("589","15","0"); INSERT INTO `wp_term_relationships` VALUES("591","14","0"); INSERT INTO `wp_term_relationships` VALUES("592","15","0"); INSERT INTO `wp_term_relationships` VALUES("593","15","0"); INSERT INTO `wp_term_relationships` VALUES("594","15","0"); INSERT INTO `wp_term_relationships` VALUES("595","15","0"); INSERT INTO `wp_term_relationships` VALUES("596","15","0"); INSERT INTO `wp_term_relationships` VALUES("597","15","0"); INSERT INTO `wp_term_relationships` VALUES("598","15","0"); INSERT INTO `wp_term_relationships` VALUES("599","15","0"); INSERT INTO `wp_term_relationships` VALUES("600","15","0"); INSERT INTO `wp_term_relationships` VALUES("601","15","0"); INSERT INTO `wp_term_relationships` VALUES("602","15","0"); INSERT INTO `wp_term_relationships` VALUES("603","14","0"); INSERT INTO `wp_term_relationships` VALUES("604","15","0"); INSERT INTO `wp_term_relationships` VALUES("605","15","0"); INSERT INTO `wp_term_relationships` VALUES("606","15","0"); INSERT INTO `wp_term_relationships` VALUES("607","15","0"); INSERT INTO `wp_term_relationships` VALUES("609","14","0"); INSERT INTO `wp_term_relationships` VALUES("610","15","0"); INSERT INTO `wp_term_relationships` VALUES("611","15","0"); INSERT INTO `wp_term_relationships` VALUES("612","15","0"); INSERT INTO `wp_term_relationships` VALUES("613","15","0"); INSERT INTO `wp_term_relationships` VALUES("614","15","0"); INSERT INTO `wp_term_relationships` VALUES("615","15","0"); INSERT INTO `wp_term_relationships` VALUES("616","15","0"); INSERT INTO `wp_term_relationships` VALUES("617","15","0"); INSERT INTO `wp_term_relationships` VALUES("618","15","0"); INSERT INTO `wp_term_relationships` VALUES("619","15","0"); INSERT INTO `wp_term_relationships` VALUES("620","15","0"); INSERT INTO `wp_term_relationships` VALUES("621","14","0"); INSERT INTO `wp_term_relationships` VALUES("622","15","0"); INSERT INTO `wp_term_relationships` VALUES("623","15","0"); INSERT INTO `wp_term_relationships` VALUES("624","15","0"); INSERT INTO `wp_term_relationships` VALUES("625","15","0"); INSERT INTO `wp_term_relationships` VALUES("627","14","0"); INSERT INTO `wp_term_relationships` VALUES("628","15","0"); INSERT INTO `wp_term_relationships` VALUES("629","15","0"); INSERT INTO `wp_term_relationships` VALUES("630","15","0"); INSERT INTO `wp_term_relationships` VALUES("631","15","0"); INSERT INTO `wp_term_relationships` VALUES("632","15","0"); INSERT INTO `wp_term_relationships` VALUES("633","15","0"); INSERT INTO `wp_term_relationships` VALUES("634","15","0"); INSERT INTO `wp_term_relationships` VALUES("635","15","0"); INSERT INTO `wp_term_relationships` VALUES("636","15","0"); INSERT INTO `wp_term_relationships` VALUES("637","15","0"); INSERT INTO `wp_term_relationships` VALUES("638","15","0"); INSERT INTO `wp_term_relationships` VALUES("639","14","0"); INSERT INTO `wp_term_relationships` VALUES("640","15","0"); INSERT INTO `wp_term_relationships` VALUES("641","15","0"); INSERT INTO `wp_term_relationships` VALUES("642","15","0"); INSERT INTO `wp_term_relationships` VALUES("643","15","0"); DROP TABLE IF EXISTS `wp_term_taxonomy`; 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=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; INSERT INTO `wp_term_taxonomy` VALUES("1","1","category","","0","1"); INSERT INTO `wp_term_taxonomy` VALUES("2","2","category","","0","1"); INSERT INTO `wp_term_taxonomy` VALUES("3","3","category","","0","4"); INSERT INTO `wp_term_taxonomy` VALUES("4","4","category","","0","5"); INSERT INTO `wp_term_taxonomy` VALUES("5","5","category","","0","2"); INSERT INTO `wp_term_taxonomy` VALUES("6","6","category","","0","1"); INSERT INTO `wp_term_taxonomy` VALUES("7","7","category","","0","1"); INSERT INTO `wp_term_taxonomy` VALUES("8","8","post_tag","","0","2"); INSERT INTO `wp_term_taxonomy` VALUES("9","9","post_tag","","0","5"); INSERT INTO `wp_term_taxonomy` VALUES("10","10","post_tag","","0","1"); INSERT INTO `wp_term_taxonomy` VALUES("11","11","post_tag","","0","1"); INSERT INTO `wp_term_taxonomy` VALUES("12","12","post_tag","","0","3"); INSERT INTO `wp_term_taxonomy` VALUES("13","13","post_tag","","0","1"); INSERT INTO `wp_term_taxonomy` VALUES("14","14","nav_menu","","0","50"); INSERT INTO `wp_term_taxonomy` VALUES("15","15","nav_menu","","0","283"); INSERT INTO `wp_term_taxonomy` VALUES("16","16","post_format","","0","5"); INSERT INTO `wp_term_taxonomy` VALUES("17","17","post_format","","0","1"); INSERT INTO `wp_term_taxonomy` VALUES("18","18","post_format","","0","2"); DROP TABLE IF EXISTS `wp_termmeta`; 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; DROP TABLE IF EXISTS `wp_terms`; 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=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; INSERT INTO `wp_terms` VALUES("1","Uncategorized","uncategorized","0"); INSERT INTO `wp_terms` VALUES("2","Fashion","fashion","0"); INSERT INTO `wp_terms` VALUES("3","Featured","featured","0"); INSERT INTO `wp_terms` VALUES("4","Image","image","0"); INSERT INTO `wp_terms` VALUES("5","Music","music","0"); INSERT INTO `wp_terms` VALUES("6","Personal","personal","0"); INSERT INTO `wp_terms` VALUES("7","Travel","travel","0"); INSERT INTO `wp_terms` VALUES("8","audio","audio","0"); INSERT INTO `wp_terms` VALUES("9","image","image","0"); INSERT INTO `wp_terms` VALUES("10","quote","quote","0"); INSERT INTO `wp_terms` VALUES("11","text","text","0"); INSERT INTO `wp_terms` VALUES("12","travel","travel","0"); INSERT INTO `wp_terms` VALUES("13","video","video","0"); INSERT INTO `wp_terms` VALUES("14","Footer Menu","footer-menu","0"); INSERT INTO `wp_terms` VALUES("15","Main Menu","main-menu","0"); INSERT INTO `wp_terms` VALUES("16","Image","post-format-image","0"); INSERT INTO `wp_terms` VALUES("17","Quote","post-format-quote","0"); INSERT INTO `wp_terms` VALUES("18","Video","post-format-video","0"); DROP TABLE IF EXISTS `wp_usermeta`; 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=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; INSERT INTO `wp_usermeta` VALUES("1","1","nickname","Beautycar"); INSERT INTO `wp_usermeta` VALUES("2","1","first_name",""); INSERT INTO `wp_usermeta` VALUES("3","1","last_name",""); INSERT INTO `wp_usermeta` VALUES("4","1","description",""); INSERT INTO `wp_usermeta` VALUES("5","1","rich_editing","true"); INSERT INTO `wp_usermeta` VALUES("6","1","comment_shortcuts","false"); INSERT INTO `wp_usermeta` VALUES("7","1","admin_color","fresh"); INSERT INTO `wp_usermeta` VALUES("8","1","use_ssl","0"); INSERT INTO `wp_usermeta` VALUES("9","1","show_admin_bar_front","true"); INSERT INTO `wp_usermeta` VALUES("10","1","locale",""); INSERT INTO `wp_usermeta` VALUES("11","1","wp_capabilities","a:1:{s:13:\"administrator\";b:1;}"); INSERT INTO `wp_usermeta` VALUES("12","1","wp_user_level","10"); INSERT INTO `wp_usermeta` VALUES("13","1","dismissed_wp_pointers",""); INSERT INTO `wp_usermeta` VALUES("14","1","show_welcome_panel","1"); INSERT INTO `wp_usermeta` VALUES("15","1","session_tokens","a:4:{s:64:\"7cf3231fd499909a56ea66acbb372f8b03f51781e66037f6dd4ff22b7adeec1d\";a:4:{s:10:\"expiration\";i:1496097359;s:2:\"ip\";s:14:\"151.254.100.60\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1494887759;}s:64:\"29f0f60ba1bfeae26a65f54fd48b932eb57078fed8a4687bafafaaa7d38ecc5b\";a:4:{s:10:\"expiration\";i:1495063342;s:2:\"ip\";s:14:\"151.254.100.60\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1494890542;}s:64:\"1a5d20dbd289edb3e3f6723b55065e7fdde27e3c3609cf1eef094405b590c8f5\";a:4:{s:10:\"expiration\";i:1496103790;s:2:\"ip\";s:14:\"151.254.100.60\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1494894190;}s:64:\"3eb9b3570a1c6f6a44cc05295e45ac5451d5176e929dcd7569c324050d91581b\";a:4:{s:10:\"expiration\";i:1496103871;s:2:\"ip\";s:14:\"151.254.100.60\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\";s:5:\"login\";i:1494894271;}}"); INSERT INTO `wp_usermeta` VALUES("16","1","wp_dashboard_quick_press_last_post_id","3"); INSERT INTO `wp_usermeta` VALUES("17","2","nickname","admin"); INSERT INTO `wp_usermeta` VALUES("18","2","first_name",""); INSERT INTO `wp_usermeta` VALUES("19","2","last_name",""); INSERT INTO `wp_usermeta` VALUES("20","2","description",""); INSERT INTO `wp_usermeta` VALUES("21","2","rich_editing","true"); INSERT INTO `wp_usermeta` VALUES("22","2","comment_shortcuts","false"); INSERT INTO `wp_usermeta` VALUES("23","2","admin_color","fresh"); INSERT INTO `wp_usermeta` VALUES("24","2","use_ssl","0"); INSERT INTO `wp_usermeta` VALUES("25","2","show_admin_bar_front","true"); INSERT INTO `wp_usermeta` VALUES("26","2","locale",""); INSERT INTO `wp_usermeta` VALUES("27","2","wp_capabilities","a:1:{s:10:\"subscriber\";b:1;}"); INSERT INTO `wp_usermeta` VALUES("28","2","wp_user_level","0"); INSERT INTO `wp_usermeta` VALUES("29","2","dismissed_wp_pointers",""); INSERT INTO `wp_usermeta` VALUES("30","1","nav_menu_recently_edited","15"); INSERT INTO `wp_usermeta` VALUES("31","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\";}"); INSERT INTO `wp_usermeta` VALUES("32","1","metaboxhidden_nav-menus","a:3:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";i:2;s:14:\"add-lsvrslider\";}"); INSERT INTO `wp_usermeta` VALUES("33","1","wp_user-settings","edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=674px&edit_element_vcUIPanelTop=74px&editor=tinymce&libraryContent=browse"); INSERT INTO `wp_usermeta` VALUES("34","1","wp_user-settings-time","1494891623"); DROP TABLE IF EXISTS `wp_users`; 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=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; INSERT INTO `wp_users` VALUES("1","Beautycar","$P$BibRuZU9PF/e1JI6hKnIsi23/WQLFQ1","beautycar","eng.sheshtawy@gmail.com","","2017-05-15 22:35:59","","0","Beautycar"); INSERT INTO `wp_users` VALUES("2","admin","$P$BuGDDF1IgBklhdAYL/1ctBwQ3pvi4h/","admin","example@example.com","","2017-05-15 22:55:44","","0","admin"); SET FOREIGN_KEY_CHECKS = 1;