-- phpMyAdmin SQL Dump
-- version 4.1.14
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Oct 18, 2017 at 01:15 PM
-- Server version: 5.6.17
-- PHP Version: 5.5.12

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `pbnews`
--

-- --------------------------------------------------------

--
-- Table structure for table `pb_commentmeta`
--

CREATE TABLE IF NOT EXISTS `pb_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `pb_comments`
--

CREATE TABLE IF NOT EXISTS `pb_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_comments`
--

INSERT INTO `pb_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(2, 51, 'admin', 'pbadmin@gmail.com', '', '::1', '2017-10-01 05:01:54', '2017-10-01 05:01:54', 'Congrats Sir', 0, '1', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `pb_hugeit_slider_slide`
--

CREATE TABLE IF NOT EXISTS `pb_hugeit_slider_slide` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `slider_id` int(11) unsigned NOT NULL,
  `title` varchar(512) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `description` varchar(2048) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `url` varchar(2048) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attachment_id` bigint(20) unsigned DEFAULT NULL,
  `in_new_tab` int(1) unsigned NOT NULL DEFAULT '1',
  `type` enum('image','video','post') COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order` int(5) unsigned NOT NULL,
  `post_term_id` bigint(20) unsigned DEFAULT NULL,
  `post_show_title` int(1) unsigned DEFAULT NULL,
  `post_show_description` int(1) unsigned DEFAULT NULL,
  `post_go_to_post` int(1) unsigned DEFAULT NULL,
  `post_max_post_count` int(4) unsigned DEFAULT NULL,
  `video_quality` int(5) unsigned DEFAULT NULL,
  `video_volume` int(3) unsigned DEFAULT NULL,
  `video_show_controls` int(1) unsigned DEFAULT NULL,
  `video_show_info` int(1) unsigned DEFAULT NULL,
  `video_control_color` int(8) unsigned DEFAULT NULL,
  `draft` int(1) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=8 ;

--
-- Dumping data for table `pb_hugeit_slider_slide`
--

INSERT INTO `pb_hugeit_slider_slide` (`id`, `slider_id`, `title`, `description`, `url`, `attachment_id`, `in_new_tab`, `type`, `order`, `post_term_id`, `post_show_title`, `post_show_description`, `post_go_to_post`, `post_max_post_count`, `video_quality`, `video_volume`, `video_show_controls`, `video_show_info`, `video_control_color`, `draft`) VALUES
(1, 1, '', '', 'https://huge-it.com/', 258, 1, 'image', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(2, 1, 'Simple Usage', '', 'https://huge-it.com/', 259, 1, 'image', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(3, 1, 'Huge-IT Slider', 'The slider allows having unlimited amount of images with their titles and descriptions. The slider uses autogenerated shortcodes making it easier for the users to add it to the custom location.', 'https://huge-it.com/', 260, 1, 'image', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(4, 2, '', '', '', 143, 0, 'image', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(5, 2, '', '', '', 141, 0, 'image', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(6, 2, '', '', '', 140, 0, 'image', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(7, 2, '', '', '', 139, 0, 'image', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `pb_hugeit_slider_slider`
--

CREATE TABLE IF NOT EXISTS `pb_hugeit_slider_slider` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'My New Slider',
  `width` int(4) unsigned NOT NULL DEFAULT '600',
  `height` int(4) unsigned NOT NULL DEFAULT '375',
  `effect` enum('none','cube_h','cube_v','fade','slice_h','slice_v','slide_h','slide_v','scale_out','scale_in','block_scale','kaleidoscope','fan','blind_h','blind_v','random') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'none',
  `pause_time` int(5) unsigned NOT NULL DEFAULT '4000',
  `change_speed` int(5) unsigned NOT NULL DEFAULT '1000',
  `position` enum('left','right','center') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'center',
  `show_loading_icon` int(1) unsigned DEFAULT '0',
  `navigate_by` enum('dot','thumbnail','none') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'none',
  `pause_on_hover` int(1) unsigned NOT NULL DEFAULT '1',
  `video_autoplay` int(1) unsigned DEFAULT '0',
  `random` int(1) unsigned DEFAULT '0',
  `lightbox` int(1) unsigned DEFAULT '0',
  `slide_effect` enum('effect_1','effect_2','effect_3','effect_4','effect_5','effect_6','effect_7','effect_8','effect_9','effect_10') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'effect_1',
  `open_close_effect` enum('none','unfold','unfold_r','blowup','blowup_r','roadrunner','roadrunner_r','runner','runner_r','rotate','rotate_r') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'none',
  `arrows_style` enum('arrows_1','arrows_2','arrows_3','arrows_4','arrows_5','arrows_6') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'arrows_1',
  `itemscount` int(2) unsigned NOT NULL DEFAULT '5',
  `view` enum('none','carousel1','thumb_view') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'none',
  `controls` int(1) unsigned DEFAULT '1',
  `fullscreen` int(1) unsigned DEFAULT '1',
  `vertical` int(1) unsigned DEFAULT '0',
  `thumbposition` int(1) unsigned DEFAULT '0',
  `thumbcontrols` int(1) unsigned DEFAULT '0',
  `dragdrop` int(1) unsigned DEFAULT '0',
  `swipe` int(1) unsigned DEFAULT '1',
  `thumbdragdrop` int(1) unsigned DEFAULT '0',
  `thumbswipe` int(1) unsigned DEFAULT '0',
  `titleonoff` int(1) unsigned DEFAULT '1',
  `desconoff` int(1) unsigned DEFAULT '1',
  `titlesymbollimit` int(3) unsigned NOT NULL DEFAULT '20',
  `descsymbollimit` int(3) unsigned NOT NULL DEFAULT '70',
  `pager` int(1) unsigned DEFAULT '1',
  `mode` enum('slide','fade') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'slide',
  `vthumbwidth` int(3) unsigned NOT NULL DEFAULT '100',
  `hthumbheight` int(3) unsigned NOT NULL DEFAULT '80',
  `thumbitem` int(3) unsigned NOT NULL DEFAULT '10',
  `thumbmargin` int(2) unsigned NOT NULL DEFAULT '5',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_hugeit_slider_slider`
--

INSERT INTO `pb_hugeit_slider_slider` (`id`, `name`, `width`, `height`, `effect`, `pause_time`, `change_speed`, `position`, `show_loading_icon`, `navigate_by`, `pause_on_hover`, `video_autoplay`, `random`, `lightbox`, `slide_effect`, `open_close_effect`, `arrows_style`, `itemscount`, `view`, `controls`, `fullscreen`, `vertical`, `thumbposition`, `thumbcontrols`, `dragdrop`, `swipe`, `thumbdragdrop`, `thumbswipe`, `titleonoff`, `desconoff`, `titlesymbollimit`, `descsymbollimit`, `pager`, `mode`, `vthumbwidth`, `hthumbheight`, `thumbitem`, `thumbmargin`) VALUES
(1, 'My First Slider', 600, 375, 'random', 4000, 1000, 'left', 1, 'dot', 1, 0, 0, 0, 'effect_1', 'none', 'arrows_1', 5, 'none', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 20, 70, 1, 'slide', 100, 80, 10, 5),
(2, 'aneesh Kumar s', 600, 375, 'fade', 4000, 1000, 'center', 0, 'none', 1, 0, 1, 0, 'effect_1', 'none', 'arrows_1', 5, 'carousel1', 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 20, 70, 1, 'slide', 100, 80, 10, 5);

-- --------------------------------------------------------

--
-- Table structure for table `pb_limb_gallery_albums`
--

CREATE TABLE IF NOT EXISTS `pb_limb_gallery_albums` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `description` longtext NOT NULL,
  `createDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastmodified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `prevImgName` varchar(512) NOT NULL,
  `prevImgPath` varchar(1024) NOT NULL,
  `prevImgType` varchar(8) NOT NULL,
  `prevImgWidth` int(5) NOT NULL,
  `prevImgHeight` int(5) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `title` (`title`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `pb_limb_gallery_albumscontent`
--

CREATE TABLE IF NOT EXISTS `pb_limb_gallery_albumscontent` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `albId` int(11) NOT NULL,
  `contentId` int(11) NOT NULL,
  `type` varchar(5) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `unContent` (`albId`,`contentId`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `pb_limb_gallery_comments`
--

CREATE TABLE IF NOT EXISTS `pb_limb_gallery_comments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `imgId` bigint(20) NOT NULL,
  `galId` int(11) NOT NULL,
  `name` varchar(128) NOT NULL,
  `comment` mediumtext NOT NULL,
  `email` varchar(128) NOT NULL,
  `createDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `imgId` (`imgId`),
  KEY `galId` (`galId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `pb_limb_gallery_galleries`
--

CREATE TABLE IF NOT EXISTS `pb_limb_gallery_galleries` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `description` longtext NOT NULL,
  `createDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastmodified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `prevImgName` varchar(512) NOT NULL,
  `prevImgPath` varchar(1024) NOT NULL,
  `prevImgType` varchar(8) NOT NULL,
  `prevImgWidth` int(5) NOT NULL,
  `prevImgHeight` int(5) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `title` (`title`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=16 ;

--
-- Dumping data for table `pb_limb_gallery_galleries`
--

INSERT INTO `pb_limb_gallery_galleries` (`id`, `title`, `description`, `createDate`, `lastmodified`, `prevImgName`, `prevImgPath`, `prevImgType`, `prevImgWidth`, `prevImgHeight`) VALUES
(14, 'Photo Gallery', 'Here is Photo Gallery of Pravasabhumi', '2017-10-17 08:11:43', '2017-10-17 08:12:28', 'grsnopv', '', '.png', 300, 300),
(15, 'Video Gallery', 'Here is pravasabhumi video gallery', '2017-10-17 08:12:35', '2017-10-17 08:15:42', 'grsnopv', '', '.png', 300, 300);

-- --------------------------------------------------------

--
-- Table structure for table `pb_limb_gallery_galleriescontent`
--

CREATE TABLE IF NOT EXISTS `pb_limb_gallery_galleriescontent` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `galId` int(11) NOT NULL,
  `name` varchar(512) NOT NULL,
  `title` longtext CHARACTER SET utf16 NOT NULL,
  `description` longtext NOT NULL,
  `createDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastmodified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `path` varchar(1024) NOT NULL,
  `link` varchar(1024) NOT NULL DEFAULT '',
  `type` varchar(8) NOT NULL,
  `embed` varchar(12) NOT NULL DEFAULT '',
  `thumb_url` varchar(256) NOT NULL DEFAULT '',
  `width` int(5) NOT NULL,
  `height` int(5) NOT NULL,
  `wp_sizes` varchar(256) DEFAULT NULL,
  `publish` tinyint(1) NOT NULL,
  `order` bigint(20) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `galId` (`galId`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=41 ;

--
-- Dumping data for table `pb_limb_gallery_galleriescontent`
--

INSERT INTO `pb_limb_gallery_galleriescontent` (`id`, `galId`, `name`, `title`, `description`, `createDate`, `lastmodified`, `path`, `link`, `type`, `embed`, `thumb_url`, `width`, `height`, `wp_sizes`, `publish`, `order`) VALUES
(23, 14, 'ss-rajamouli', 'ss rajamouli', '', '2017-10-17 08:12:23', '2017-10-17 08:12:28', '2017/10/', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/ss-rajamouli.png', '.png', 'wp', '', 960, 891, '{"full":{"width":"960","height":"891"},"thumbnail":{"width":"150","height":"150"},"medium":{"width":"300","height":"278"}}', 1, -9),
(24, 14, 'rail', 'rail', '', '2017-10-17 08:12:23', '2017-10-17 08:12:28', '2017/10/', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/rail.png', '.png', 'wp', '', 960, 891, '{"full":{"width":"960","height":"891"},"thumbnail":{"width":"150","height":"150"},"medium":{"width":"300","height":"278"}}', 1, -9),
(25, 14, 'PTI', 'PTI', '', '2017-10-17 08:12:23', '2017-10-17 08:12:28', '2017/10/', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/PTI.png', '.png', 'wp', '', 960, 891, '{"full":{"width":"960","height":"891"},"thumbnail":{"width":"150","height":"150"},"medium":{"width":"300","height":"278"}}', 1, -9),
(26, 14, 'PRABHA', 'PRABHA', '', '2017-10-17 08:12:23', '2017-10-17 08:12:28', '2017/10/', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/PRABHA.png', '.png', 'wp', '', 960, 891, '{"full":{"width":"960","height":"891"},"thumbnail":{"width":"150","height":"150"},"medium":{"width":"300","height":"278"}}', 1, -9),
(27, 14, 'koman', 'koman', '', '2017-10-17 08:12:23', '2017-10-17 08:12:28', '2017/10/', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/koman.png', '.png', 'wp', '', 960, 891, '{"full":{"width":"960","height":"891"},"thumbnail":{"width":"150","height":"150"},"medium":{"width":"300","height":"278"}}', 1, -9),
(28, 14, 'kailesh', 'kailesh', '', '2017-10-17 08:12:23', '2017-10-17 08:12:28', '2017/10/', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/kailesh.png', '.png', 'wp', '', 960, 891, '{"full":{"width":"960","height":"891"},"thumbnail":{"width":"150","height":"150"},"medium":{"width":"300","height":"278"}}', 1, -9),
(29, 14, 'ins', 'ins', '', '2017-10-17 08:12:23', '2017-10-17 08:12:28', '2017/10/', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/ins.png', '.png', 'wp', '', 960, 891, '{"full":{"width":"960","height":"891"},"thumbnail":{"width":"150","height":"150"},"medium":{"width":"300","height":"278"}}', 1, -9),
(30, 14, 'tata', 'tata', '', '2017-10-17 08:12:23', '2017-10-17 08:12:28', '2017/10/', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/tata.png', '.png', 'wp', '', 960, 891, '{"full":{"width":"960","height":"891"},"thumbnail":{"width":"150","height":"150"},"medium":{"width":"300","height":"278"}}', 1, -9),
(31, 14, 'abc', 'abc', '', '2017-10-17 08:12:23', '2017-10-17 08:12:28', '2017/10/', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/abc.png', '.png', 'wp', '', 960, 891, '{"full":{"width":"960","height":"891"},"thumbnail":{"width":"150","height":"150"},"medium":{"width":"300","height":"278"}}', 1, -9),
(32, 14, 'andersan', 'andersan', '', '2017-10-17 08:12:23', '2017-10-17 08:12:28', '2017/10/', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/andersan.png', '.png', 'wp', '', 960, 891, '{"full":{"width":"960","height":"891"},"thumbnail":{"width":"150","height":"150"},"medium":{"width":"300","height":"278"}}', 1, -9),
(33, 15, '', 'Mersal Audio Launch - Live Performance A R Rahman | Vijay | Samantha, Kajal, Nithya Menen | Atlee', '', '2017-10-17 08:13:24', '2017-10-17 08:15:42', 'https://www.youtube.com/embed/-BVDDwe_RN8?feature=oembed', 'https://www.youtube.com/watch?v=-BVDDwe_RN8', 'link', 'youtube', 'https://i.ytimg.com/vi/-BVDDwe_RN8/hqdefault.jpg', 480, 360, NULL, 1, 0),
(34, 15, '', 'Mersal - Official Tamil Trailer | Vijay | A R Rahman | Atlee', '', '2017-10-17 08:13:37', '2017-10-17 08:15:42', 'https://www.youtube.com/embed/E64e0ByPmGQ?feature=oembed', 'https://www.youtube.com/watch?v=E64e0ByPmGQ', 'link', 'youtube', 'https://i.ytimg.com/vi/E64e0ByPmGQ/hqdefault.jpg', 480, 360, NULL, 1, -1),
(35, 15, '', 'Mersal - Aalaporaan Thamizhan Tamil Lyric Video | Vijay | A R Rahman | Atlee', '', '2017-10-17 08:13:52', '2017-10-17 08:15:42', 'https://www.youtube.com/embed/3XmrZaVVUpc?feature=oembed', 'https://www.youtube.com/watch?v=3XmrZaVVUpc', 'link', 'youtube', 'https://i.ytimg.com/vi/3XmrZaVVUpc/hqdefault.jpg', 480, 360, NULL, 1, -2),
(36, 15, '', 'Mersal - Audio Launch Vijay Speech | A R Rahman |  Samantha, Kajal, Nithya Menen | Atlee', '', '2017-10-17 08:14:04', '2017-10-17 08:15:42', 'https://www.youtube.com/embed/GSGCMoNxzZg?feature=oembed', 'https://www.youtube.com/watch?v=GSGCMoNxzZg', 'link', 'youtube', 'https://i.ytimg.com/vi/GSGCMoNxzZg/hqdefault.jpg', 480, 360, NULL, 1, -3),
(37, 15, '', 'Kandittum Kandittum Full Video Song | Villan Movie |  Mohanlal | Manju Warrier | Raashi | Vishal', '', '2017-10-17 08:14:32', '2017-10-17 08:15:42', 'https://www.youtube.com/embed/0JJTC3HH718?feature=oembed', 'https://www.youtube.com/watch?v=0JJTC3HH718', 'link', 'youtube', 'https://i.ytimg.com/vi/0JJTC3HH718/hqdefault.jpg', 480, 360, NULL, 1, -4),
(38, 15, '', 'Villain Movie Official 4K Trailer | Mohanlal | Manju Warrier | Raashi | Vishal | Hansika | Srikanth', '', '2017-10-17 08:14:51', '2017-10-17 08:15:42', 'https://www.youtube.com/embed/OUYYMP_dwG4?feature=oembed', 'https://www.youtube.com/watch?v=OUYYMP_dwG4&t=18s', 'link', 'youtube', 'https://i.ytimg.com/vi/OUYYMP_dwG4/hqdefault.jpg', 480, 360, NULL, 1, -5),
(39, 15, '', 'Villain Movie Official HD Teaser | Mohanlal | Raashi Khanna | Vishal |  Manju Warrier', '', '2017-10-17 08:15:07', '2017-10-17 08:15:42', 'https://www.youtube.com/embed/1xMf0KAUm44?feature=oembed', 'https://www.youtube.com/watch?v=1xMf0KAUm44', 'link', 'youtube', 'https://i.ytimg.com/vi/1xMf0KAUm44/hqdefault.jpg', 480, 360, NULL, 1, -6),
(40, 15, '', 'Villain Malayalam Movie Official Teaser  Mohanlal   Manju Warrier   B  Unnikrishnan.  EN Subs', '', '2017-10-17 08:15:18', '2017-10-17 08:15:42', 'https://www.youtube.com/embed/VlSZTNS5QNg?feature=oembed', 'https://www.youtube.com/watch?v=VlSZTNS5QNg', 'link', 'youtube', 'https://i.ytimg.com/vi/VlSZTNS5QNg/hqdefault.jpg', 480, 360, NULL, 1, -7);

-- --------------------------------------------------------

--
-- Table structure for table `pb_limb_gallery_settings`
--

CREATE TABLE IF NOT EXISTS `pb_limb_gallery_settings` (
  `default` tinyint(1) NOT NULL DEFAULT '0',
  `timezone` varchar(64) NOT NULL,
  `timeformat` varchar(64) NOT NULL,
  `collapseNavClicks` tinyint(1) NOT NULL DEFAULT '0',
  `fmImMoveCount` int(11) NOT NULL DEFAULT '3',
  `filmImMoveCount` int(11) NOT NULL DEFAULT '3',
  `hideNavButton` tinyint(1) NOT NULL DEFAULT '0',
  `closeLbOnSide` tinyint(1) NOT NULL DEFAULT '1',
  `openCommTrig` tinyint(1) NOT NULL DEFAULT '0',
  `showTitleDescTrig` tinyint(1) NOT NULL DEFAULT '1',
  `clicksCount` int(11) NOT NULL,
  `lastmodified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `pb_limb_gallery_settings`
--

INSERT INTO `pb_limb_gallery_settings` (`default`, `timezone`, `timeformat`, `collapseNavClicks`, `fmImMoveCount`, `filmImMoveCount`, `hideNavButton`, `closeLbOnSide`, `openCommTrig`, `showTitleDescTrig`, `clicksCount`, `lastmodified`) VALUES
(1, 'UTC', 'F d y h:i:s', 1, 3, 3, 1, 1, 0, 1, 5, '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `pb_limb_gallery_themes`
--

CREATE TABLE IF NOT EXISTS `pb_limb_gallery_themes` (
  `id` int(4) NOT NULL AUTO_INCREMENT,
  `name` varchar(128) NOT NULL,
  `default` tinyint(1) NOT NULL DEFAULT '0',
  `createDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastmodified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `thumbnail` varchar(2048) NOT NULL,
  `film` varchar(2048) NOT NULL,
  `masonry` varchar(2048) NOT NULL,
  `mosaic` varchar(2048) NOT NULL,
  `navigation` varchar(2048) NOT NULL,
  `lightbox` varchar(10240) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_limb_gallery_themes`
--

INSERT INTO `pb_limb_gallery_themes` (`id`, `name`, `default`, `createDate`, `lastmodified`, `thumbnail`, `film`, `masonry`, `mosaic`, `navigation`, `lightbox`) VALUES
(1, 'Tender black', 0, '2017-10-17 07:55:42', '2017-10-17 07:55:42', '{"thumbnailmargin":5,"thumbnailpadding":0,"thumbnailBorderWidth":1,"thumbnailBorderStyle":"none","thumbnailBorderColor":"rgba(142,155,151,1)","thumbnailHoverEffect":"none","thumbnailBorderRadius":0,"thumbnailMaskColor":"rgba(255,255,255,0.75)","thumbnailTpadding":10,"thumbnailTBgcolor":"rgba(255,255,255,0.8)","thumbnailTFSize":18,"thumbnailTcolor":"rgba(94,94,94,1)","thumbnailTFFamily":"sans-serif","thumbnailTFWeight":"bold","thumbnailTFstyle":"normal","thumbnailTEffect":"grsTransUp","thumbnailTpos":"bottom","thumbnailBoxshadowFstVal":0,"thumbnailBoxshadowSecVal":0,"thumbnailBoxshadowThdVal":0,"thumbnailBoxshadowColor":"rgba(0,0,0,1)","thumbnailBgColor":"rgba(255,255,255,0)"}', '{"fmBgColor":"rgba(255,255,255,0)","fmMargin":"2","fmHoverEffect":"scaleIm","fmThumbBorderWidth":"0","fmThumbBorderStyle":"none","fmThumbBorderColor":"rgba(0,0,0,1)","fmThumbMargin":"5","fmThumbPadding":"0","fmThumbBoxshadowFstVal":"0","fmThumbBoxshadowSecVal":"0","fmThumbBoxshadowThdVal":"0","fmThumbBoxshadowColor":"rgba(0,0,0,1)","fmThumbBgColor":"rgba(0,0,0,0)","fmNavButtons":"arrow","fmNavWidth":"60","fmNavBgColor":"rgba(255,255,255,0.85)","fmNavBoxshadowFstVal":"0","fmNavBoxshadowSecVal":"0","fmNavBoxshadowThdVal":"0","fmNavBoxshadowColor":"rgba(0,0,0,1)","fmNavBorderWidth":"1","fmNavBorderStyle":"none","fmNavBorderColor":"rgba(0,0,0,0.42)","fmTpadding":"10","fmTBgcolor":"rgba(255,255,255,0.8)","fmTFSize":"18","fmTcolor":"rgba(94,94,94,1)","fmTFFamily":"sans-serif","fmTFWeight":"bold","fmTFstyle":"normal","fmThumbTeffect":"grsTransUp","fmTpos":"bottom","fmNavBorderRadius":"30","fmNavColor":"rgba(135,135,135,1)","fmNavHeight":"60","fmNavHoverBgColor":"rgba(255,255,255,0.85)","fmNavHoverColor":"rgba(87,87,87,1)","fmNavOffset":"20","fmNavSize":"30"}', '{"masonrymargin":5,"masonryPadding":0,"masonryBorderWidth":1,"masonryBorderStyle":"none","masonryBorderColor":"rgba(0,0,0,1)","masonryHoverEffect":"none","masonryBorderRadius":0,"masonryBoxshadowFstVal":0,"masonryBoxshadowSecVal":0,"masonryBoxshadowThdVal":0,"masonryBoxshadowColor":"rgba(255,255,255,1)","masonryBgColor":"rgba(255,255,255,0)","masonryTpadding":10,"masonryTBgcolor":"rgba(255,255,255,0.8)","masonryTFSize":18,"masonryTcolor":"rgba(94,94,94,1)","masonryTFFamily":"sans-serif","masonryTFWeight":"bold","masonryTFstyle":"normal","masonryTEffect":"grsSlideInLeft","masonryTpos":"middle"}', '{"mosaicPadding":0,"mosaicBorderWidth":1,"mosaicBorderStyle":"none","mosaicBorderColor":"rgba(0,0,0,1)","mosaicHoverEffect":"scaleRotIm","mosaicBorderRadius":0,"mosaicBoxshadowFstVal":0,"mosaicBoxshadowSecVal":0,"mosaicBoxshadowThdVal":0,"mosaicBoxshadowColor":"rgba(0,0,0,1)","mosaicBgColor":"rgba(255,255,255,0)","mosaicMargin":5,"mosaicTpadding":10,"mosaicTBgcolor":"rgba(255,255,255,0.8)","mosaicTFSize":18,"mosaicTcolor":"rgba(94,94,94,1)","mosaicTFFamily":"sans-serif","mosaicTFWeight":"bold","mosaicTFstyle":"normal","mosaicTEffect":"grsFadeIn","mosaicTpos":"bottom"}', '{"pnavCMarginT":30,"pnavAlign":"center","pnavBMargin":5,"pnavBPadding":12,"pnavBBorderWidth":1,"pnavBBorderStyle":"solid","pnavBBorderColor":"rgba(168,168,168,0.65)","pnavBBoxshadowFstVal":0,"pnavBBoxshadowSecVal":0,"pnavBBoxshadowThdVal":0,"pnavBBoxshadowColor":"rgba(255,255,255,1)","pnavBBgColor":"rgba(255,255,255,0.73)","pnavBHBgColor":"rgba(242,242,242,1)","pnavBABgColor":"rgba(194,194,194,1)","pnavBBorderRadius":1,"pnavBFSize":12,"pnavBcolor":"rgba(0,0,0,1)","pnavBFFamily":"sans-serif","pnavBFWeight":"400","pnavBFstyle":"normal","backBorderStyle":"solid","backBorderWidth":1,"backBorderColor":"rgba(168,168,168,0.72)","backBoxshadowFstVal":0,"backBoxshadowSecVal":0,"backBoxshadowThdVal":0,"backBoxshadowColor":"rgba(255,255,255,0)","backBgColor":"rgba(255,255,255,0.73)","backHBgColor":"rgba(242,242,242,1)","backBorderRadius":1,"backFSize":12,"backColor":"rgba(0,0,0,1)"}', '{"bgColor":"rgba(0, 0, 0, 0.63)","closeButtBgColor":"rgba(255,255,255,0)","closeButtSize":"26","closeButtBoxshadowFstVal":"0","closeButtBoxshadowSecVal":"0","closeButtBoxshadowThdVal":"0","closeButtBoxshadowColor":"rgba(255,255,255,0)","closeButtBorderWidth":"0","closeButtBorderStyle":"none","closeButtBorderColor":"rgba(255,255,255,1)","titleDescpFWith":"1","titleDescpWith":"200","titleDescpPos":"topCenter","titleDescpMargin":"24","titleDescpPadding":"25","titleDescpBgColor":"rgba(255,255,255,1)","titleDescpTColor":"rgba(255,255,255,1)","titleDescpDColor":"rgba(255,255,255,1)","titleDescpshadowFstVal":"0","titleDescpshadowSecVal":"0","titleDescpshadowThdVal":"0","titleDescpshadowColor":"rgba(255,255,255,0)","titleDescpTffamily":"sans-serif","titleDescpTfsize":"20","titleDescpDfsize":"15","titleDescpTfweight":"bold","titleDescpDfweight":"600","titleDescpBrad":"0","imgcoPos":"topRight","imgcoMargin":"24","imgcoPadding":"3","imgcoBgColor":"rgba(255,255,255,0)","imgcoColor":"rgba(255,255,255,1)","imgcoshadowFstVal":"0","imgcoshadowSecVal":"0","imgcoshadowThdVal":"0","imgcoshadowColor":"rgba(255,255,255,0)","imgcoBrad":"0","imgcoffamily":"sans-serif","imgcofsize":"11","imgcofweight":"bold","navButtons":"angle","navButtBgColor":"rgba(255,255,255,0)","navButtBoxshadowFstVal":"0","navButtBoxshadowSecVal":"0","navButtBoxshadowThdVal":"0","navButtBoxshadowColor":"rgba(255,255,255,0)","navButtBorderWidth":"1","navButtBorderStyle":"none","navButtBorderColor":"rgba(255,255,255,1)","navButtBorderRadius":"0","navButtSize":"45","navButtMargin":"24","navButtHoverEffect":"fade","navButtShButts":"onhover","filmstripSize":"60","filmstripBgColor":"rgba(255,255,255,1)","filmstripPos":"top","filmThumbWidth":"90","filmThumbBorderWidth":"2","filmThumbBorderStyle":"none","filmThumbBorderColor":"rgba(232,232,232,0.43)","filmThumbMargin":"10","filmThumbPadding":"0","filmThumbBoxshadowFstVal":"0","filmThumbBoxshadowSecVal":"0","filmThumbBoxshadowThdVal":"0","filmThumbBoxshadowColor":"rgba(255,255,255,0)","filmThumbBgColor":"rgba(255,255,255,0)","filmThumbSelEffect":"border","filmNavButtons":"caret","filmNavWidth":"25","filmNavBgColor":"rgba(255,255,255,0.83)","filmNavBoxshadowFstVal":"0","filmNavBoxshadowSecVal":"0","filmNavBoxshadowThdVal":"0","filmNavBoxshadowColor":"rgba(255,255,255,0)","filmNavBorderWidth":"0","filmNavBorderStyle":"none","filmNavBorderColor":"rgba(0,0,0,0.52)","contButtContBgcolor":"rgba(92,92,92,0.26)","contButtContBoxshadowFstVal":"0","contButtContBoxshadowSecVal":"0","contButtContBoxshadowThdVal":"0","contButtContBoxshadowColor":"rgba(255,255,255,0)","contButtBgColor":"rgba(74,74,74,0.35)","contButtSize":"14","contButtBoxshadowFstVal":"0","contButtBoxshadowSecVal":"0","contButtBoxshadowThdVal":"0","contButtBoxshadowColor":"rgba(255,255,255,0)","contButtBorderWidth":"2","contButtBorderStyle":"none","contButtBorderColor":"rgba(255,255,255,0)","contButtcontMargin":"10","contButtMargin":"10","contButtContBorderWidth":"2","contButtContBorderStyle":"none","contButtContBorderColor":"rgba(255,255,255,0)","contButtOnhover":"0","commContBgcolor":"rgba(255,255,255,1)","commContMargin":"35","commContMarginH":"10","commFontSize":"12","commFontColor":"rgba(74,74,74,1)","commFontFamily":"sans-serif","commFontWeight":"600","commFontStyle":"inherit","commButtBgcolor":"rgba(255,255,255,1)","commButtHBgcolor":"rgba(255,255,255,1)","commButtBoxshadowFstVal":"0","commButtBoxshadowSecVal":"0","commButtBoxshadowThdVal":"0","commButtBoxshadowColor":"rgba(255,255,255,1)","commButtSize":"15","commInpFSize":"12","commInpColor":"rgba(44,74,82,0.67)","commInpFFamily":"sans-serif","commInpFWeight":"inherit","commInpFFstyle":"inherit","commInpBoxshadowFstVal":"0","commInpBoxshadowSecVal":"0","commInpBoxshadowThdVal":"0","commInpBoxshadowColor":"rgba(209,209,209,1)","commInpBorderWidth":"1","commInpBorderStyle":"solid","commInpBorderColor":"rgba(176,176,176,1)","commInpBgColor":"rgba(255,255,255,1)","commInpBorderRadius":"2","commInpAcBorderColor":"rgba(44,74,82,0.87)","commInpAcBoxshadowFstVal":"0","commInpAcBoxshadowSecVal":"0","commInpAcBoxshadowThdVal":"0","commInpAcBoxshadowColor":"rgba(255,255,255,0)","commButtColor":"rgba(44,74,82,0.67)","commButtBorderRadius":"3","commButtBorderWidth":"1","commButtBorderStyle":"solid","commButtBorderColor":"rgba(142,155,151,1)","commClButtSize":"14","commClButtBoxshadowFstVal":"0","commClButtBoxshadowSecVal":"0","commClButtBoxshadowThdVal":"0","commClButtBoxshadowColor":"rgba(255,255,255,1)","commClButtBgColor":"rgba(255,255,255,0)","commClButtBorderRadius":"0","commClButtBorderWidth":"1","commClButtBorderStyle":"none","commClButtBorderColor":"rgba(255,255,255,1)","commCpButtSize":"20","commCpButtBoxshadowFstVal":"0","commCpButtBoxshadowSecVal":"0","commCpButtBoxshadowThdVal":"0","commCpButtBoxshadowColor":"rgba(99,99,99,1)","commCpButtBgColor":"rgba(255,255,255,0)","commCpButtBorderRadius":"2","commCpButtBorderWidth":"1","commCpButtBorderStyle":"none","commCpButtBorderColor":"rgba(255,255,255,1)","commAFontSize":"13","commAFontColor":"rgba(74,74,74,1)","commAFontFamily":"sans-serif","commAFontWeight":"600","commAFontStyle":"italic","commTFontSize":"12","commTFontColor":"rgba(119,119,119,1)","commTFontFamily":"sans-serif","commTFontWeight":"normal","commTFontStyle":"inherit","commDFontSize":"11","commDFontColor":"rgba(132,132,132,1)","commDFontFamily":"sans-serif","commDFontWeight":"normal","commDFontStyle":"normal","boxBgColor":"rgba(255,255,255,1)","ccl":"arrow-right","closeButtBRad":"0","closeButtBoxSize":"25","closeButtColor":"rgba(185,185,185,1)","closeButtHoverColor":"rgba(112,112,112,1)","closeButtPos":"topRight","closeButtPosXoffset":"-28","closeButtPosYoffset":"-2","commClButtBoxSize":"25","commClButtColor":"rgba(197,197,197,1)","commClButtHoverColor":"rgba(112,112,112,1)","commClButtPosXoffset":"5","commClButtPosYoffset":"5","commCpButtBoxSize":"30","commCpButtColor":"rgba(197,197,197,1)","commCpButtHoverColor":"rgba(112,112,112,1)","contButtBoxSize":"25","contButtColor":"rgba(255,255,255,1)","contButtContBgGrDir":"0deg","contButtContBgGrFrColor":"rgba(64,64,64,0.17)","contButtContBgGrToColor":"rgba(255,255,255,0)","contButtHoverBgColor":"rgba(199,199,199,0.21)","contButtHoverColor":"rgba(110,110,110,1)","contButtShadowColor":"rgba(255,255,255,0)","contButtShadowFstVal":"0","contButtShadowSecVal":"0","contButtShadowThdVal":"0","contButtBorderRadius":"4","cop":"comments","crl":"refresh","fb":"facebook","filmNavBorderRadius":"12.5","filmNavButtColor":"rgba(168,168,168,1)","filmNavButtHoverColor":"rgba(102,93,93,1)","filmNavButtSize":"15","filmNavButtonsSh":"onhover","filmNavHeight":"25","filmNavHoverBgColor":"rgba(255,255,255,0.83)","filmNavOffset":"15","filmSelThumbBorderColor":"rgba(156,156,156,1)","filmSelThumbBorderStyle":"solid","filmSelThumbBorderWidth":"2","filmstripMarginBottom":"5","filmstripMarginTop":"5","gplus":"google-plus","imgcoPosXoffset":"10","imgcoPosYoffset":"30","info":"info","max":"expand","min":"compress","navButtBoxSize":"150","navButtColor":"rgba(189,189,189,1)","navButtHoverColor":"rgba(122,122,122,1)","navButtHoverShadowColor":"rgba(255,255,255,0)","navButtHoverShadowFstVal":"0","navButtHoverShadowSecVal":"0","navButtHoverShadowThdVal":"0","navButtShadowColor":"rgba(171,171,171,1)","navButtShadowFstVal":"0","navButtShadowSecVal":"0","navButtShadowThdVal":"1","pause":"pause","pcl":"times-circle","play":"play","titleDescpBgGrDir":"180deg","titleDescpBgGrFrColor":"rgba(64,64,64,0.43)","titleDescpBgGrToColor":"rgba(255,255,255,0)","titleDescpPosXoffset":"0","titleDescpPosYoffset":"0","titleDescpTmaxWidth":"60","twitt":"twitter","titleDescpDmaxWidth":"90","pint":"pinterest","tumb":"tumblr","lini":"linkedin","redd":"reddit"}'),
(2, 'Black', 1, '2017-10-17 07:55:42', '2017-10-17 07:55:42', '{"thumbnailmargin":20,"thumbnailpadding":5,"thumbnailBorderWidth":1,"thumbnailBorderStyle":"none","thumbnailBorderColor":"rgba(142,155,151,1)","thumbnailHoverEffect":"none","thumbnailBorderRadius":0,"thumbnailMaskColor":"rgba(0,0,0,0.75)","thumbnailTpadding":10,"thumbnailTBgcolor":"rgba(0,0,0,0.75)","thumbnailTFSize":18,"thumbnailTcolor":"rgba(255,255,255,1)","thumbnailTFFamily":"sans-serif","thumbnailTFWeight":"bold","thumbnailTFstyle":"normal","thumbnailTEffect":"grsTransUp","thumbnailTpos":"middle","thumbnailBoxshadowFstVal":0,"thumbnailBoxshadowSecVal":0,"thumbnailBoxshadowThdVal":3,"thumbnailBoxshadowColor":"rgba(0,0,0,1)","thumbnailBgColor":"rgba(255,255,255,1)"}', '{"fmBgColor":"rgba(255,255,255,0)","fmMargin":"2","fmHoverEffect":"none","fmThumbBorderWidth":"0","fmThumbBorderStyle":"none","fmThumbBorderColor":"rgba(0,0,0,1)","fmThumbMargin":"10","fmThumbPadding":"5","fmThumbBoxshadowFstVal":"0","fmThumbBoxshadowSecVal":"0","fmThumbBoxshadowThdVal":"3","fmThumbBoxshadowColor":"rgba(0,0,0,1)","fmThumbBgColor":"rgba(255,255,255,1)","fmNavButtons":"chevron","fmNavWidth":"45","fmNavBgColor":"rgba(0,0,0,0.28)","fmNavBoxshadowFstVal":"0","fmNavBoxshadowSecVal":"0","fmNavBoxshadowThdVal":"0","fmNavBoxshadowColor":"rgba(0,0,0,0)","fmNavBorderWidth":"0","fmNavBorderStyle":"none","fmNavBorderColor":"rgba(0,0,0,0.42)","fmTpadding":"15","fmTBgcolor":"rgba(0,0,0,0.4)","fmTFSize":"18","fmTcolor":"rgba(255,255,255,1)","fmTFFamily":"sans-serif","fmTFWeight":"bold","fmTFstyle":"normal","fmThumbTeffect":"grsFadeIn","fmTpos":"middle","fmNavBorderRadius":"22.5","fmNavColor":"rgba(255,255,255,1)","fmNavHeight":"45","fmNavHoverBgColor":"rgba(0,0,0,0.51)","fmNavHoverColor":"rgba(255,255,255,1)","fmNavOffset":"25","fmNavSize":"25"}', '{"masonrymargin":10,"masonryPadding":5,"masonryBorderWidth":1,"masonryBorderStyle":"none","masonryBorderColor":"rgba(0,0,0,1)","masonryHoverEffect":"scaleRotIm","masonryBorderRadius":0,"masonryBoxshadowFstVal":0,"masonryBoxshadowSecVal":0,"masonryBoxshadowThdVal":3,"masonryBoxshadowColor":"rgba(0,0,0,1)","masonryBgColor":"rgba(255,255,255,1)","masonryTpadding":10,"masonryTBgcolor":"rgba(0,0,0,0.75)","masonryTFSize":18,"masonryTcolor":"rgba(255,255,255,1)","masonryTFFamily":"sans-serif","masonryTFWeight":"bold","masonryTFstyle":"normal","masonryTEffect":"grsFadeIn","masonryTpos":"middle"}', '{"mosaicPadding":5,"mosaicBorderWidth":1,"mosaicBorderStyle":"none","mosaicBorderColor":"rgba(0,0,0,1)","mosaicHoverEffect":"none","mosaicBorderRadius":0,"mosaicBoxshadowFstVal":0,"mosaicBoxshadowSecVal":0,"mosaicBoxshadowThdVal":3,"mosaicBoxshadowColor":"rgba(0,0,0,1)","mosaicBgColor":"rgba(255,255,255,1)","mosaicMargin":10,"mosaicTpadding":5,"mosaicTBgcolor":"rgba(0,0,0,0.75)","mosaicTFSize":18,"mosaicTcolor":"rgba(255,255,255,1)","mosaicTFFamily":"sans-serif","mosaicTFWeight":"bold","mosaicTFstyle":"normal","mosaicTEffect":"grsSlideInLeft","mosaicTpos":"middle"}', '{"pnavCMarginT":30,"pnavAlign":"center","pnavBMargin":5,"pnavBPadding":12,"pnavBBorderWidth":1,"pnavBBorderStyle":"none","pnavBBorderColor":"rgba(0,0,0,1)","pnavBBoxshadowFstVal":0,"pnavBBoxshadowSecVal":0,"pnavBBoxshadowThdVal":1,"pnavBBoxshadowColor":"rgba(0,0,0,1)","pnavBBgColor":"rgba(255,255,255,1)","pnavBHBgColor":"rgba(222,222,222,1)","pnavBABgColor":"rgba(212,212,212,1)","pnavBBorderRadius":0,"pnavBFSize":12,"pnavBcolor":"rgba(68,68,68,1)","pnavBFFamily":"sans-serif","pnavBFWeight":"500","pnavBFstyle":"normal","backBorderStyle":"none","backBorderWidth":1,"backBorderColor":"rgba(0,0,0,1)","backBoxshadowFstVal":0,"backBoxshadowSecVal":0,"backBoxshadowThdVal":1,"backBoxshadowColor":"rgba(0,0,0,1)","backBgColor":"rgba(255,255,255,1)","backHBgColor":"rgba(222,222,222,1)","backBorderRadius":0,"backFSize":12,"backColor":"rgba(68,68,68,1)"}', '{"bgColor":"rgba(0, 0, 0, 0.63)","closeButtBgColor":"rgba(255,255,255,0)","closeButtSize":"24","closeButtBoxshadowFstVal":"0","closeButtBoxshadowSecVal":"0","closeButtBoxshadowThdVal":"0","closeButtBoxshadowColor":"rgba(122,122,122,0.87)","closeButtBorderWidth":"0","closeButtBorderStyle":"none","closeButtBorderColor":"rgba(255,255,255,1)","titleDescpFWith":"1","titleDescpWith":"200","titleDescpPos":"bottomCenter","titleDescpMargin":"24","titleDescpPadding":"20","titleDescpBgColor":"rgba(0,0,0,1)","titleDescpTColor":"rgba(255,255,255,1)","titleDescpDColor":"rgba(255,255,255,1)","titleDescpshadowFstVal":"0","titleDescpshadowSecVal":"0","titleDescpshadowThdVal":"0","titleDescpshadowColor":"rgba(255,255,255,0)","titleDescpTffamily":"sans-serif","titleDescpTfsize":"20","titleDescpDfsize":"15","titleDescpTfweight":"bold","titleDescpDfweight":"500","titleDescpBrad":"2","imgcoPos":"bottomRight","imgcoMargin":"24","imgcoPadding":"3","imgcoBgColor":"rgba(0,0,0,0)","imgcoColor":"rgba(255,255,255,1)","imgcoshadowFstVal":"0","imgcoshadowSecVal":"0","imgcoshadowThdVal":"0","imgcoshadowColor":"rgba(255,255,255,0)","imgcoBrad":"4","imgcoffamily":"sans-serif","imgcofsize":"11","imgcofweight":"bold","navButtons":"angle","navButtBgColor":"rgba(255,255,255,0)","navButtBoxshadowFstVal":"0","navButtBoxshadowSecVal":"0","navButtBoxshadowThdVal":"0","navButtBoxshadowColor":"rgba(99,99,99,0)","navButtBorderWidth":"1","navButtBorderStyle":"none","navButtBorderColor":"rgba(255,255,255,1)","navButtBorderRadius":"0","navButtSize":"50","navButtMargin":"30","navButtHoverEffect":"fade","navButtShButts":"onhover","filmstripSize":"60","filmstripBgColor":"rgba(0,0,0,1)","filmstripPos":"bottom","filmThumbWidth":"90","filmThumbBorderWidth":"0","filmThumbBorderStyle":"none","filmThumbBorderColor":"rgba(115,115,115,0)","filmThumbMargin":"7","filmThumbPadding":"0","filmThumbBoxshadowFstVal":"0","filmThumbBoxshadowSecVal":"0","filmThumbBoxshadowThdVal":"0","filmThumbBoxshadowColor":"rgba(255,255,255,1)","filmThumbBgColor":"rgba(255,255,255,1)","filmThumbSelEffect":"border","filmNavButtons":"arrow","filmNavWidth":"27","filmNavBgColor":"rgba(218,218,218,0.64)","filmNavBoxshadowFstVal":"0","filmNavBoxshadowSecVal":"0","filmNavBoxshadowThdVal":"0","filmNavBoxshadowColor":"rgba(115,115,115,1)","filmNavBorderWidth":"0","filmNavBorderStyle":"none","filmNavBorderColor":"rgba(0,0,0,0.52)","contButtContBgcolor":"rgba(0,0,0,0.72)","contButtContBoxshadowFstVal":"0","contButtContBoxshadowSecVal":"0","contButtContBoxshadowThdVal":"0","contButtContBoxshadowColor":"rgba(255,255,255,0)","contButtBgColor":"rgba(218,218,218,0.19)","contButtSize":"15","contButtBoxshadowFstVal":"0","contButtBoxshadowSecVal":"0","contButtBoxshadowThdVal":"0","contButtBoxshadowColor":"rgba(84,84,84,0.5)","contButtBorderWidth":"2","contButtBorderStyle":"none","contButtBorderColor":"rgba(255,255,255,0)","contButtcontMargin":"10","contButtMargin":"10","contButtContBorderWidth":"2","contButtContBorderStyle":"none","contButtContBorderColor":"rgba(255,255,255,1)","contButtOnhover":"1","commContBgcolor":"rgba(0,0,0,1)","commContMargin":"35","commContMarginH":"10","commFontSize":"12","commFontColor":"rgba(255,255,255,1)","commFontFamily":"inherit","commFontWeight":"600","commFontStyle":"inherit","commButtBgcolor":"rgba(0,0,0,1)","commButtHBgcolor":"rgba(0,0,0,1)","commButtBoxshadowFstVal":"0","commButtBoxshadowSecVal":"0","commButtBoxshadowThdVal":"0","commButtBoxshadowColor":"rgba(255,255,255,1)","commButtSize":"15","commInpFSize":"12","commInpColor":"rgba(255,255,255,0.67)","commInpFFamily":"inherit","commInpFWeight":"inherit","commInpFFstyle":"inherit","commInpBoxshadowFstVal":"0","commInpBoxshadowSecVal":"0","commInpBoxshadowThdVal":"0","commInpBoxshadowColor":"rgba(209,209,209,1)","commInpBorderWidth":"1","commInpBorderStyle":"solid","commInpBorderColor":"rgba(99,99,99,1)","commInpBgColor":"rgba(0,0,0,1)","commInpBorderRadius":"2","commInpAcBorderColor":"rgba(255,255,255,0.87)","commInpAcBoxshadowFstVal":"0","commInpAcBoxshadowSecVal":"0","commInpAcBoxshadowThdVal":"0","commInpAcBoxshadowColor":"rgba(255,255,255,0)","commButtColor":"rgba(255,255,255,1)","commButtBorderRadius":"3","commButtBorderWidth":"1","commButtBorderStyle":"solid","commButtBorderColor":"rgba(161,161,161,1)","commClButtSize":"14","commClButtBoxshadowFstVal":"0","commClButtBoxshadowSecVal":"0","commClButtBoxshadowThdVal":"0","commClButtBoxshadowColor":"rgba(97,97,97,1)","commClButtBgColor":"rgba(255,255,255,0)","commClButtBorderRadius":"3","commClButtBorderWidth":"1","commClButtBorderStyle":"none","commClButtBorderColor":"rgba(255,255,255,1)","commCpButtSize":"18","commCpButtBoxshadowFstVal":"0","commCpButtBoxshadowSecVal":"0","commCpButtBoxshadowThdVal":"0","commCpButtBoxshadowColor":"rgba(99,99,99,1)","commCpButtBgColor":"rgba(255,255,255,0)","commCpButtBorderRadius":"2","commCpButtBorderWidth":"1","commCpButtBorderStyle":"none","commCpButtBorderColor":"rgba(255,255,255,1)","commAFontSize":"13","commAFontColor":"rgba(255,255,255,1)","commAFontFamily":"inherit","commAFontWeight":"normal","commAFontStyle":"italic","commTFontSize":"12","commTFontColor":"rgba(255,255,255,1)","commTFontFamily":"inherit","commTFontWeight":"normal","commTFontStyle":"inherit","commDFontSize":"10","commDFontColor":"rgba(255,255,255,0.8)","commDFontFamily":"inherit","commDFontWeight":"normal","commDFontStyle":"normal","boxBgColor":"rgba(0,0,0,1)","ccl":"arrow-right","closeButtBRad":"20","closeButtBoxSize":"20","closeButtColor":"rgba(255,255,255,1)","closeButtHoverColor":"rgba(135,135,135,1)","closeButtPos":"topRight","closeButtPosXoffset":"-24","closeButtPosYoffset":"-2","commClButtBoxSize":"25","commClButtColor":"rgba(255,255,255,1)","commClButtHoverColor":"rgba(92,92,92,1)","commClButtPosXoffset":"5","commClButtPosYoffset":"5","commCpButtBoxSize":"30","commCpButtColor":"rgba(255,255,255,1)","commCpButtHoverColor":"rgba(92,92,92,1)","contButtBoxSize":"27","contButtColor":"rgba(255,255,255,1)","contButtContBgGrDir":"180deg","contButtContBgGrFrColor":"rgba(0,0,0,0.16)","contButtContBgGrToColor":"rgba(0,0,0,0)","contButtHoverBgColor":"rgba(168,168,168,0.5)","contButtHoverColor":"rgba(255,255,255,1)","contButtShadowColor":"rgba(0,0,0,0)","contButtShadowFstVal":"0","contButtShadowSecVal":"0","contButtShadowThdVal":"0","contButtBorderRadius":"4","cop":"commenting-o","crl":"refresh","fb":"facebook","filmNavBorderRadius":"15","filmNavButtColor":"rgba(92,92,92,1)","filmNavButtHoverColor":"rgba(255,255,255,1)","filmNavButtSize":"15","filmNavButtonsSh":"onhover","filmNavHeight":"27","filmNavHoverBgColor":"rgba(218,218,218,0.64)","filmNavOffset":"20","filmSelThumbBorderColor":"rgba(255,255,255,1)","filmSelThumbBorderStyle":"solid","filmSelThumbBorderWidth":"2","filmstripMarginBottom":"10","filmstripMarginTop":"10","gplus":"google-plus","imgcoPosXoffset":"10","imgcoPosYoffset":"10","info":"info","max":"expand","min":"compress","navButtBoxSize":"200","navButtColor":"rgba(255,255,255,1)","navButtHoverColor":"rgba(255,255,255,1)","navButtHoverShadowColor":"rgba(13,12,12,1)","navButtHoverShadowFstVal":"0","navButtHoverShadowSecVal":"0","navButtHoverShadowThdVal":"1","navButtShadowColor":"rgba(5,5,5,0)","navButtShadowFstVal":"0","navButtShadowSecVal":"0","navButtShadowThdVal":"0","pause":"pause","pcl":"times","play":"play","titleDescpBgGrDir":"0deg","titleDescpBgGrFrColor":"rgba(0,0,0,0.16)","titleDescpBgGrToColor":"rgba(0,0,0,0)","titleDescpPosXoffset":"0","titleDescpPosYoffset":"0","titleDescpTmaxWidth":"60","twitt":"twitter","titleDescpDmaxWidth":"90","pint":"pinterest","tumb":"tumblr","lini":"linkedin","redd":"reddit"}');

-- --------------------------------------------------------

--
-- Table structure for table `pb_links`
--

CREATE TABLE IF NOT EXISTS `pb_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `pb_options`
--

CREATE TABLE IF NOT EXISTS `pb_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1092 ;

--
-- Dumping data for table `pb_options`
--

INSERT INTO `pb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/PRAVASABHUMI', 'yes'),
(2, 'home', 'http://localhost/PRAVASABHUMI', 'yes'),
(3, 'blogname', 'Pravasabhumi', 'yes'),
(4, 'blogdescription', 'Pravasabhumi Online', 'yes'),
(5, 'users_can_register', '1', 'yes'),
(6, 'admin_email', 'pbadmin@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '', 'yes'),
(29, 'rewrite_rules', '', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:15:{i:0;s:25:"breadcrumb/breadcrumb.php";i:1;s:50:"carousel-horizontal-posts-content-slider/chpcs.php";i:2;s:39:"ditty-news-ticker/ditty-news-ticker.php";i:3;s:45:"easy-custom-sidebars/easy-custom-sidebars.php";i:4;s:9:"hello.php";i:5;s:27:"limb-gallery/gallery-rs.php";i:6;s:39:"q2w3-fixed-widget/q2w3-fixed-widget.php";i:7;s:35:"responsive-posts-carousel/index.php";i:8;s:24:"responsive-tabs/rtbs.php";i:9;s:28:"robo-gallery/robogallery.php";i:10;s:71:"showeblogin-facebook-page-like-box/showeblogin-facebook-page-plugin.php";i:11;s:24:"slider-images/Slider.php";i:12;s:37:"super-socializer/super_socializer.php";i:13;s:31:"the-post-grid/the-post-grid.php";i:14;s:43:"wp-maintenance-mode/wp-maintenance-mode.php";}', 'yes'),
(34, 'category_base', '/SPORTS', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:75:"C:\\wamp\\www\\PRAVASABHUMI/wp-content/plugins/the-post-grid/the-post-grid.php";i:1;s:63:"C:\\wamp\\www\\PRAVASABHUMI/wp-content/plugins/akismet/LICENSE.txt";i:2;s:63:"C:\\wamp\\www\\PRAVASABHUMI/wp-content/plugins/akismet/akismet.php";i:3;s:62:"C:\\wamp\\www\\PRAVASABHUMI/wp-content/themes/colormag/header.php";i:4;s:63:"C:\\wamp\\www\\PRAVASABHUMI/wp-content/themes/colormag/content.php";}', 'no'),
(40, 'template', 'colormag', 'yes'),
(41, 'stylesheet', 'colormag', 'yes'),
(42, 'comment_whitelist', '', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '38590', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'posts', 'yes'),
(54, 'tag_base', '/MEETS', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '800', 'yes'),
(65, 'large_size_h', '445', 'yes'),
(66, 'image_default_link_type', '', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:7:{s:12:"_multiwidget";i:1;i:7;a:5:{s:5:"title";s:6:"SPORTS";s:4:"text";s:435:"<ul>\r\n										<li><a href="https://antechsolutions.co.in/">CRICKET</a></li>\r\n										<li><a href="https://antechsolutions.co.in/">FOOTBALL Pro</a></li>\r\n										<li><a href="https://themegrill.com/themes/colornews-proantechsolutions.co.in/">TENNIS</a></li>\r\n										<li><a href="https://antechsolutions.co.in/">BADMINTEN</a></li>\r\n										<li><a href="https://antechsolutions.co.in/">GOLF</a></li>\r\n										\r\n									</ul>";s:6:"filter";b:0;s:6:"visual";b:0;s:17:"q2w3_fixed_widget";b:0;}i:8;a:2:{s:5:"title";s:8:"About Us";s:4:"text";s:362:"<a title="logo" href="http://localhost/PRAVASABHUMI"><img src="http://localhost/PRAVASABHUMI/wp-content/themes/colormag/img/colormag-logo.png" alt="Logo" /></a> <br> We love WordPress and we are here to provide you with professional looking WordPress themes so that you can take your website one step ahead. We focus on simplicity, elegant design and clean code.";}i:9;a:4:{s:5:"title";s:12:"Useful Links";s:4:"text";s:506:"<ul>\r\n										<li><a href="https://antechsolutions.co.in/">ANTECH SOLUTIONS</a></li>\r\n										<li><a href="https://antechsolutions.co.in/">SUPPORT</a></li>\r\n										<li><a href="https://antechsolutions.co.in/">DOCUMENTATION</a></li>\r\n										<li><a href="https://antechsolutions.co.in/">FAQ</a></li>\r\n										\r\n<li><a href="https://antechsolutions.co.in/">CUSTOMER RELATIONSHIP</a></li>										\r\n										<li><a href="https://antechsolutions.co.in/">PLANS &amp; PICING</a></li>\r\n									</ul>";s:6:"filter";b:0;s:6:"visual";b:0;}i:10;a:4:{s:5:"title";s:10:"Android OS";s:4:"text";s:472:"<ul>\r\n										<li><a href="https://antechsolutions.co.in/">GINGER BREAD</a></li>\r\n										<li><a href="https://antechsolutions.co.in/">NAUGHT</a></li>\r\n										<li><a href="https://antechsolutions.co.in/">OREO</a></li>\r\n										<li><a href="https://antechsolutions.co.in/">KITKAT</a></li>\r\n										<li><a href="https://antechsolutions.co.in/">MARSHMALLOW</a></li>\r\n										<li><a href="https://antechsolutions.co.in/">LOLIPOP</a></li>\r\n																			</ul>";s:6:"filter";b:0;s:6:"visual";b:0;}i:11;a:4:{s:4:"text";s:19:"Aneesh Pathanapuram";s:5:"title";s:11:"Develped By";s:6:"filter";b:1;s:6:"visual";b:1;}i:13;a:4:{s:5:"title";s:13:"Usefull Links";s:4:"text";s:71:"1 . Aneesh\r\n\r\n2 . Anup\r\n\r\n3 . Anagha\r\n\r\n4 . Arunima\r\n\r\n5 . Megha Aneesh";s:6:"filter";b:1;s:6:"visual";b:1;}}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '0', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '386', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, 'pb_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:73:{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:23:"edit_ditty_news_tickers";b:1;s:30:"edit_others_ditty_news_tickers";b:1;s:26:"publish_ditty_news_tickers";b:1;s:31:"read_private_ditty_news_tickers";b:1;s:23:"read_ditty_news_tickers";b:1;s:25:"delete_ditty_news_tickers";b:1;s:33:"delete_private_ditty_news_tickers";b:1;s:35:"delete_published_ditty_news_tickers";b:1;s:32:"delete_others_ditty_news_tickers";b:1;s:31:"edit_private_ditty_news_tickers";b:1;s:33:"edit_published_ditty_news_tickers";b:1;s:33:"modify_ditty_news_ticker_settings";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:45:{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:23:"edit_ditty_news_tickers";b:1;s:30:"edit_others_ditty_news_tickers";b:1;s:26:"publish_ditty_news_tickers";b:1;s:31:"read_private_ditty_news_tickers";b:1;s:23:"read_ditty_news_tickers";b:1;s:25:"delete_ditty_news_tickers";b:1;s:33:"delete_private_ditty_news_tickers";b:1;s:35:"delete_published_ditty_news_tickers";b:1;s:32:"delete_others_ditty_news_tickers";b:1;s:31:"edit_private_ditty_news_tickers";b:1;s:33:"edit_published_ditty_news_tickers";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:16:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;s:23:"edit_ditty_news_tickers";b:1;s:26:"publish_ditty_news_tickers";b:1;s:23:"read_ditty_news_tickers";b:1;s:25:"delete_ditty_news_tickers";b:1;s:35:"delete_published_ditty_news_tickers";b:1;s:33:"edit_published_ditty_news_tickers";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:8:{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:23:"edit_ditty_news_tickers";b:1;s:23:"read_ditty_news_tickers";b:1;s:25:"delete_ditty_news_tickers";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:3:{s:4:"read";b:1;s:7:"level_0";b:1;s:23:"read_ditty_news_tickers";b:1;}}}', 'yes'),
(93, 'fresh_site', '0', 'yes'),
(94, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_archives', 'a:3:{i:3;a:3:{s:5:"title";s:6:"anjana";s:5:"count";i:1;s:8:"dropdown";i:1;}s:12:"_multiwidget";i:1;i:5;a:3:{s:5:"title";s:0:"";s:5:"count";i:1;s:8:"dropdown";i:0;}}', 'yes'),
(98, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'sidebars_widgets', 'a:19:{s:19:"wp_inactive_widgets";a:11:{i:0;s:10:"calendar-4";i:1;s:10:"archives-5";i:2;s:13:"media_audio-3";i:3;s:7:"text-11";i:4;s:11:"tag_cloud-3";i:5;s:14:"custom_html-10";i:6;s:14:"chpcs_widget-5";i:7;s:18:"mtphr-dnt-widget-6";i:8;s:15:"thechamplogin-3";i:9;s:25:"thechampverticalsharing-3";i:10;s:23:"rich_web_photo_slider-9";}s:22:"colormag_right_sidebar";a:11:{i:0;s:39:"colormag_featured_posts_slider_widget-5";i:1;s:18:"mtphr-dnt-widget-4";i:2;s:13:"media_video-3";i:3;s:41:"colormag_featured_posts_vertical_widget-5";i:4;s:39:"colormag_300x250_advertisement_widget-5";i:5;s:6:"text-7";i:6;s:39:"colormag_300x250_advertisement_widget-7";i:7;s:39:"colormag_125x125_advertisement_widget-3";i:8;s:13:"custom_html-3";i:9;s:7:"text-13";i:10;s:40:"colormag_300x250_advertisement_widget-10";}s:21:"colormag_left_sidebar";a:0:{}s:23:"colormag_header_sidebar";a:1:{i:0;s:38:"colormag_728x90_advertisement_widget-3";}s:31:"colormag_front_page_slider_area";a:1:{i:0;s:39:"colormag_featured_posts_slider_widget-3";}s:38:"colormag_front_page_area_beside_slider";a:1:{i:0;s:35:"colormag_highlighted_posts_widget-3";}s:39:"colormag_front_page_content_top_section";a:2:{i:0;s:32:"colormag_featured_posts_widget-4";i:1;s:13:"custom_html-6";}s:47:"colormag_front_page_content_middle_left_section";a:1:{i:0;s:41:"colormag_featured_posts_vertical_widget-6";}s:48:"colormag_front_page_content_middle_right_section";a:1:{i:0;s:41:"colormag_featured_posts_vertical_widget-7";}s:42:"colormag_front_page_content_bottom_section";a:4:{i:0;s:32:"colormag_featured_posts_widget-5";i:1;s:13:"custom_html-7";i:2;s:33:"colormag_featured_posts_widget-10";i:3;s:13:"custom_html-8";}s:29:"colormag_contact_page_sidebar";a:1:{i:0;s:19:"spsmiter_facebook-2";}s:31:"colormag_error_404_page_sidebar";a:0:{}s:47:"colormag_advertisement_above_the_footer_sidebar";a:0:{}s:27:"colormag_footer_sidebar_one";a:1:{i:0;s:6:"text-8";}s:27:"colormag_footer_sidebar_two";a:1:{i:0;s:6:"text-9";}s:29:"colormag_footer_sidebar_three";a:1:{i:0;s:7:"text-10";}s:28:"colormag_footer_sidebar_four";a:1:{i:0;s:39:"colormag_300x250_advertisement_widget-3";}s:17:"custom-sidebar-60";a:5:{i:0;s:19:"spsmiter_facebook-3";i:1;s:39:"colormag_featured_posts_slider_widget-6";i:2;s:10:"calendar-2";i:3;s:10:"archives-3";i:4;s:23:"rich_web_photo_slider-7";}s:13:"array_version";i:3;}', 'yes'),
(100, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'widget_calendar', 'a:3:{i:2;a:1:{s:5:"title";s:6:"aneesh";}s:12:"_multiwidget";i:1;i:4;a:0:{}}', 'yes'),
(102, 'widget_media_audio', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:9:{s:13:"attachment_id";i:0;s:3:"url";s:0:"";s:5:"title";s:6:"DVSDSF";s:7:"preload";s:4:"none";s:4:"loop";b:0;s:3:"mp3";s:0:"";s:3:"ogg";s:0:"";s:3:"m4a";s:0:"";s:3:"wav";s:0:"";}}', 'yes'),
(103, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'widget_media_video', 'a:2:{i:3;a:12:{s:13:"attachment_id";i:0;s:3:"url";s:43:"https://www.youtube.com/watch?v=OUYYMP_dwG4";s:5:"title";s:43:"വില്ലന്‍ ടീസര്‍";s:7:"preload";s:8:"metadata";s:4:"loop";b:0;s:7:"content";s:0:"";s:3:"mp4";s:0:"";s:3:"m4v";s:0:"";s:4:"webm";s:0:"";s:3:"ogv";s:0:"";s:3:"flv";s:0:"";s:17:"q2w3_fixed_widget";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'widget_tag_cloud', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:0:{}}', 'yes'),
(106, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_custom_html', 'a:7:{s:12:"_multiwidget";i:1;i:3;a:0:{}i:6;a:2:{s:5:"title";s:0:"";s:7:"content";s:113:"<img src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/poojaproducts.jpg" width="800" height="960" />";}i:7;a:2:{s:5:"title";s:0:"";s:7:"content";s:107:"<img src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/dtopadd.jpg" width="800" height="960" />";}i:8;a:2:{s:5:"title";s:0:"";s:7:"content";s:113:"<img src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/shop-ad-books.jpg" width="800" height="960" />";}i:10;a:2:{s:5:"title";s:4:"ASDF";s:7:"content";s:24:"[Rich_Web_Slider id="3"]";}i:12;a:3:{s:5:"title";s:0:"";s:7:"content";s:23:"[wcp-carousel id="279"]";s:17:"q2w3_fixed_widget";b:0;}}', 'yes'),
(108, 'cron', 'a:5:{i:1508351667;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:1508351931;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:1508352652;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1508614376;a:1:{s:25:"hugeit_slider_opt_in_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:20:"hugeit-slider-weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'yes'),
(109, 'theme_mods_twentyseventeen', 'a:3:{s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:9;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1508266115;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:28:{i:0;s:10:"calendar-2";i:1;s:10:"calendar-4";i:2;s:10:"archives-3";i:3;s:10:"archives-5";i:4;s:13:"media_audio-3";i:5;s:11:"tag_cloud-3";i:6;s:13:"custom_html-6";i:7;s:13:"custom_html-7";i:8;s:13:"custom_html-8";i:9;s:14:"custom_html-10";i:10;s:14:"custom_html-12";i:11;s:14:"chpcs_widget-5";i:12;s:18:"mtphr-dnt-widget-4";i:13;s:18:"mtphr-dnt-widget-6";i:14;s:19:"spsmiter_facebook-2";i:15;s:19:"spsmiter_facebook-3";i:16;s:23:"rich_web_photo_slider-7";i:17;s:23:"rich_web_photo_slider-9";i:18;s:15:"thechamplogin-3";i:19;s:25:"thechampverticalsharing-3";i:20;s:13:"media_video-3";i:21;s:6:"text-7";i:22;s:6:"text-8";i:23;s:6:"text-9";i:24;s:7:"text-10";i:25;s:7:"text-11";i:26;s:7:"text-13";i:27;s:13:"custom_html-3";}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
(113, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-4.8.2.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-4.8.2.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.8.2-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.8.2-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.8.2";s:7:"version";s:5:"4.8.2";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.7";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1508308521;s:15:"version_checked";s:5:"4.8.2";s:12:"translations";a:0:{}}', 'no'),
(122, 'can_compress_scripts', '1', 'no'),
(137, '_site_transient_timeout_wporg_theme_feature_list', '1506807540', 'no'),
(138, '_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'),
(141, 'widget_colormag_featured_posts_slider_widget', 'a:5:{i:3;a:4:{s:6:"number";i:4;s:4:"type";s:8:"category";s:8:"category";s:2:"10";s:17:"q2w3_fixed_widget";b:0;}i:5;a:4:{s:6:"number";i:4;s:4:"type";s:8:"category";s:8:"category";s:2:"22";s:17:"q2w3_fixed_widget";b:0;}i:6;a:3:{s:6:"number";i:4;s:4:"type";s:6:"latest";s:8:"category";s:2:"-1";}s:12:"_multiwidget";i:1;i:8;a:0:{}}', 'yes'),
(142, 'widget_colormag_highlighted_posts_widget', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:3:{s:6:"number";i:4;s:4:"type";s:6:"latest";s:8:"category";s:1:"4";}}', 'yes'),
(143, 'widget_colormag_featured_posts_widget', 'a:4:{s:12:"_multiwidget";i:1;i:4;a:6:{s:5:"title";s:23:"⚽ കായികം ";s:6:"number";i:5;s:4:"text";s:0:"";s:4:"type";s:8:"category";s:8:"category";s:2:"10";s:17:"q2w3_fixed_widget";b:0;}i:5;a:6:{s:5:"title";s:20:"🎭 സിനിമ";s:4:"text";s:39:"Check out technology changing the life.";s:6:"number";i:4;s:4:"type";s:8:"category";s:8:"category";s:1:"6";s:17:"q2w3_fixed_widget";b:0;}i:10;a:6:{s:5:"title";s:44:"ഗോസ്സിപ്പ് കോളം ";s:4:"text";s:47:"ഫുള്‍ ഗോസ്സിപ്സ് ";s:6:"number";i:4;s:4:"type";s:8:"category";s:8:"category";s:1:"7";s:17:"q2w3_fixed_widget";b:0;}}', 'yes'),
(144, 'widget_colormag_featured_posts_vertical_widget', 'a:4:{s:12:"_multiwidget";i:1;i:5;a:6:{s:5:"title";s:11:"Latest News";s:6:"number";i:2;s:4:"text";s:0:"";s:4:"type";s:6:"latest";s:8:"category";s:2:"-1";s:17:"q2w3_fixed_widget";b:0;}i:6;a:6:{s:5:"title";s:48:"🏆 പുരസ്കാരങ്ങള്‍ ";s:6:"number";i:4;s:4:"text";s:0:"";s:4:"type";s:8:"category";s:8:"category";s:1:"3";s:17:"q2w3_fixed_widget";b:0;}i:7;a:6:{s:5:"title";s:27:"🍼 ആരോഗ്യം ";s:6:"number";i:4;s:4:"text";s:0:"";s:4:"type";s:8:"category";s:8:"category";s:1:"4";s:17:"q2w3_fixed_widget";b:0;}}', 'yes'),
(145, 'widget_colormag_728x90_advertisement_widget', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:3:{s:17:"728x90_image_link";s:9:"https://#";s:16:"728x90_image_url";s:73:"http://localhost/PRAVASABHUMI/wp-content/themes/colormag/img/ad-large.jpg";s:5:"title";s:0:"";}}', 'yes'),
(146, 'widget_colormag_300x250_advertisement_widget', 'a:5:{s:12:"_multiwidget";i:1;i:3;a:4:{s:5:"title";s:10:"PSC Tulsi ";s:18:"300x250_image_link";s:39:"https://psctulsi.antechsolutions.co.in/";s:17:"300x250_image_url";s:74:"http://localhost/PRAVASABHUMI/wp-content/themes/colormag/img/ad-medium.jpg";s:17:"q2w3_fixed_widget";b:0;}i:5;a:4:{s:5:"title";s:13:"Sematti Silks";s:18:"300x250_image_link";s:0:"";s:17:"300x250_image_url";s:71:"http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/slideradd1.jpg";s:17:"q2w3_fixed_widget";b:0;}i:7;a:4:{s:5:"title";s:11:"Joy Alukkas";s:18:"300x250_image_link";s:0:"";s:17:"300x250_image_url";s:71:"http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/slideradd3.jpg";s:17:"q2w3_fixed_widget";b:0;}i:10;a:3:{s:5:"title";s:14:"Chennai Silks ";s:18:"300x250_image_link";s:0:"";s:17:"300x250_image_url";s:70:"http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/rightadd4.jpg";}}', 'yes'),
(147, 'widget_colormag_125x125_advertisement_widget', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:13:{s:5:"title";s:14:"Advertisements";s:20:"125x125_image_link_1";s:39:"https://psctulsi.antechsolutions.co.in/";s:19:"125x125_image_url_1";s:69:"http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/leftadd1.jpg";s:20:"125x125_image_link_2";s:39:"https://psctulsi.antechsolutions.co.in/";s:19:"125x125_image_url_2";s:70:"http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/rightadd2.jpg";s:20:"125x125_image_link_3";s:39:"https://psctulsi.antechsolutions.co.in/";s:19:"125x125_image_url_3";s:69:"http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/leftadd2.jpg";s:20:"125x125_image_link_4";s:39:"https://psctulsi.antechsolutions.co.in/";s:19:"125x125_image_url_4";s:69:"http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/leftadd5.jpg";s:20:"125x125_image_link_5";s:0:"";s:19:"125x125_image_url_5";s:0:"";s:20:"125x125_image_link_6";s:0:"";s:19:"125x125_image_url_6";s:0:"";}}', 'yes'),
(157, 'theme_mods_colormag', 'a:33:{s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:9;}s:22:"colormag_breaking_news";i:1;s:21:"colormag_date_display";i:1;s:30:"colormag_header_logo_placement";s:16:"header_logo_only";s:24:"colormag_hide_blog_front";i:1;s:28:"colormag_search_icon_in_menu";s:0:"";s:28:"colormag_random_post_in_menu";s:0:"";s:29:"colormag_social_link_activate";i:1;s:26:"colormag_home_icon_display";i:1;s:28:"colormag_primary_sticky_menu";i:1;s:31:"colormag_related_posts_activate";i:1;s:24:"colormag_social_facebook";s:1:"#";s:23:"colormag_social_twitter";s:1:"#";s:26:"colormag_social_googleplus";s:1:"#";s:25:"colormag_social_instagram";s:1:"#";s:25:"colormag_social_pinterest";s:1:"#";s:23:"colormag_social_youtube";s:1:"#";s:16:"background_color";s:6:"eaeaea";s:20:"colormag_site_layout";s:12:"boxed_layout";s:28:"colormag_default_page_layout";s:13:"right_sidebar";s:23:"colormag_default_layout";s:13:"right_sidebar";s:12:"header_image";s:67:"http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/fifa-2.jpg";s:24:"colormag_responsive_menu";s:0:"";s:29:"colormag_featured_image_popup";s:0:"";s:30:"colormag_header_image_position";s:14:"position_three";s:26:"colormag_header_image_link";i:1;s:25:"colormag_category_color_3";s:0:"";s:25:"colormag_category_color_4";s:0:"";s:25:"colormag_category_color_6";s:0:"";s:26:"colormag_category_color_10";s:0:"";s:11:"custom_logo";i:385;s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:396;s:3:"url";s:67:"http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/fifa-2.jpg";s:13:"thumbnail_url";s:67:"http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/fifa-2.jpg";s:6:"height";i:120;s:5:"width";i:925;}}', 'yes'),
(174, 'current_theme', 'ColorMag', 'yes'),
(175, 'theme_switched', '', 'yes'),
(176, 'colormag_admin_notice_welcome', '1', 'yes'),
(177, 'nav_menu_options', 'a:1:{s:8:"auto_add";a:0:{}}', 'yes'),
(212, '_transient_timeout__tg_demo_importer_activation_redirect', '1506805862', 'no'),
(213, '_transient__tg_demo_importer_activation_redirect', '1', 'no'),
(221, '_transient_timeout_plugin_slugs', '1508407363', 'no'),
(222, '_transient_plugin_slugs', 'a:17:{i:0;s:19:"akismet/akismet.php";i:1;s:25:"breadcrumb/breadcrumb.php";i:2;s:50:"carousel-horizontal-posts-content-slider/chpcs.php";i:3;s:39:"ditty-news-ticker/ditty-news-ticker.php";i:4;s:45:"easy-custom-sidebars/easy-custom-sidebars.php";i:5;s:9:"hello.php";i:6;s:27:"limb-gallery/gallery-rs.php";i:7;s:39:"q2w3-fixed-widget/q2w3-fixed-widget.php";i:8;s:35:"responsive-posts-carousel/index.php";i:9;s:24:"responsive-tabs/rtbs.php";i:10;s:28:"robo-gallery/robogallery.php";i:11;s:71:"showeblogin-facebook-page-like-box/showeblogin-facebook-page-plugin.php";i:12;s:24:"slider-images/Slider.php";i:13;s:37:"super-socializer/super_socializer.php";i:14;s:53:"themegrill-demo-importer/themegrill-demo-importer.php";i:15;s:31:"the-post-grid/the-post-grid.php";i:16;s:43:"wp-maintenance-mode/wp-maintenance-mode.php";}', 'no'),
(223, 'recently_activated', 'a:7:{s:53:"themegrill-demo-importer/themegrill-demo-importer.php";i:1508263119;s:59:"responsive-coming-soon-page/responsive-coming-soon-page.php";i:1508226237;s:15:"tabbed/Tabs.php";i:1508225027;s:23:"slider-image/slider.php";i:1508047601;s:39:"vertical-news-scroller/newsScroller.php";i:1508043066;s:35:"tk-google-fonts/tk-google-fonts.php";i:1508042704;s:37:"jm-breaking-news/jm-breaking-news.php";i:1508042289;}', 'yes'),
(224, '_site_transient_timeout_wordpress_credits_en_US', '1506921868', 'no'),
(225, '_site_transient_wordpress_credits_en_US', 'a:2:{s:6:"groups";a:6:{s:15:"project-leaders";a:4:{s:4:"name";s:15:"Project Leaders";s:4:"type";s:6:"titles";s:7:"shuffle";b:1;s:4:"data";a:6:{s:4:"matt";a:4:{i:0;s:14:"Matt Mullenweg";i:1;s:32:"767fc9c115a1b989744c755db47feb60";i:2;s:4:"matt";i:3;s:12:"Release Lead";}s:5:"nacin";a:4:{i:0;s:12:"Andrew Nacin";i:1;s:32:"01cfe9feaafb068590891bbd1f6a7f5a";i:2;s:5:"nacin";i:3;s:14:"Lead Developer";}s:11:"markjaquith";a:4:{i:0;s:12:"Mark Jaquith";i:1;s:32:"097a87a525e317519b5ee124820012fb";i:2;s:11:"markjaquith";i:3;s:14:"Lead Developer";}s:6:"azaozz";a:4:{i:0;s:10:"Andrew Ozz";i:1;s:32:"4e84843ebff0918d72ade21c6ee7b1e4";i:2;s:6:"azaozz";i:3;s:14:"Lead Developer";}s:5:"helen";a:4:{i:0;s:16:"Helen Hou-Sandí";i:1;s:32:"6506162ada6b700b151ad8a187f65842";i:2;s:5:"helen";i:3;s:14:"Lead Developer";}s:4:"dd32";a:4:{i:0;s:10:"Dion Hulse";i:1;s:32:"4af2825655b46fb1206b08d9041d8e3e";i:2;s:4:"dd32";i:3;s:14:"Lead Developer";}}}s:15:"core-developers";a:4:{s:4:"name";s:23:"Contributing Developers";s:4:"type";s:6:"titles";s:7:"shuffle";b:0;s:4:"data";a:21:{s:8:"jbpaul17";a:4:{i:0;s:9:"Jeff Paul";i:1;s:32:"8ac4ec4b1f9cb342e59ed5127f050d24";i:2;s:8:"jbpaul17";i:3;s:14:"Release Deputy";}s:13:"aaroncampbell";a:4:{i:0;s:17:"Aaron D. Campbell";i:1;s:32:"f27b79eb04eb414c4c1fc98375fe7404";i:2;s:13:"aaroncampbell";i:3;s:14:"Core Developer";}s:6:"jorbin";a:4:{i:0;s:12:"Aaron Jorbin";i:1;s:32:"b3e2b94eb305bf95a1bee11bc7705fb7";i:2;s:6:"jorbin";i:3;s:14:"Core Developer";}s:7:"afercia";a:4:{i:0;s:13:"Andrea Fercia";i:1;s:32:"074af62ea5ff218b6a6eeab89104f616";i:2;s:7:"afercia";i:3;s:14:"Core Developer";}s:12:"boonebgorges";a:4:{i:0;s:15:"Boone B. Gorges";i:1;s:32:"9cf7c4541a582729a5fc7ae484786c0c";i:2;s:12:"boonebgorges";i:3;s:14:"Core Developer";}s:7:"ocean90";a:4:{i:0;s:17:"Dominik Schilling";i:1;s:32:"616b56a9c5898a427304425af0966c07";i:2;s:7:"ocean90";i:3;s:14:"Core Developer";}s:12:"DrewAPicture";a:4:{i:0;s:11:"Drew Jaynes";i:1;s:32:"95c934fa2c3362794bf62ff8c59ada08";i:2;s:12:"DrewAPicture";i:3;s:14:"Core Developer";}s:7:"iseulde";a:4:{i:0;s:22:"Ella Iseulde Van Dorpe";i:1;s:32:"1a847a68778b8344b6aa106a8861984f";i:2;s:7:"iseulde";i:3;s:14:"Core Developer";}s:5:"pento";a:4:{i:0;s:15:"Gary Pendergast";i:1;s:32:"1ad9e5c98d81c6815a65dab5b6e1f669";i:2;s:5:"pento";i:3;s:14:"Core Developer";}s:10:"jeremyfelt";a:4:{i:0;s:11:"Jeremy Felt";i:1;s:32:"d1759b1c669981b7c52ec9a97d19e6bd";i:2;s:10:"jeremyfelt";i:3;s:14:"Core Developer";}s:9:"joemcgill";a:4:{i:0;s:10:"Joe McGill";i:1;s:32:"7cef1c9108207ec24db7a40f142db676";i:2;s:9:"joemcgill";i:3;s:14:"Core Developer";}s:11:"johnbillion";a:4:{i:0;s:15:"John Blackbourn";i:1;s:32:"23e12888dcd87d07434b7621bc164958";i:2;s:11:"johnbillion";i:3;s:14:"Core Developer";}s:12:"mikeschroder";a:4:{i:0;s:13:"Mike Schroder";i:1;s:32:"76424a001dc6b3ebb4faca0c567800c4";i:2;s:12:"mikeschroder";i:3;s:14:"Core Developer";}s:10:"swissspidy";a:4:{i:0;s:15:"Pascal Birchler";i:1;s:32:"609d6ee54dc13a51270cb99769535b82";i:2;s:10:"swissspidy";i:3;s:14:"Core Developer";}s:11:"rachelbaker";a:4:{i:0;s:12:"Rachel Baker";i:1;s:32:"634b37a53babc18a5bda19722d5b41a3";i:2;s:11:"rachelbaker";i:3;s:14:"Core Developer";}s:14:"wonderboymusic";a:4:{i:0;s:12:"Scott Taylor";i:1;s:32:"112ca15732a80bb928c52caec9d2c8dd";i:2;s:14:"wonderboymusic";i:3;s:14:"Core Developer";}s:14:"SergeyBiryukov";a:4:{i:0;s:15:"Sergey Biryukov";i:1;s:32:"750b7b0fcd855389264c2b1294d61bd6";i:2;s:14:"SergeyBiryukov";i:3;s:14:"Core Developer";}s:11:"westonruter";a:4:{i:0;s:12:"Weston Ruter";i:1;s:32:"22ed378fbf1d918ef43a45b2a1f34634";i:2;s:11:"westonruter";i:3;s:14:"Core Developer";}s:13:"davidakennedy";a:4:{i:0;s:16:"David A. Kennedy";i:1;s:32:"219860d3117df777c48f475d25e24fdd";i:2;s:13:"davidakennedy";i:3;s:0:"";}s:8:"flixos90";a:4:{i:0;s:11:"Felix Arntz";i:1;s:32:"55035b4301c3710ff0fc65d7231af18d";i:2;s:8:"flixos90";i:3;s:0:"";}s:9:"melchoyce";a:4:{i:0;s:10:"Mel Choyce";i:1;s:32:"ed4f856405e64c1492839d2bf4913baa";i:2;s:9:"melchoyce";i:3;s:0:"";}}}s:23:"contributing-developers";a:4:{s:4:"name";b:0;s:4:"type";s:6:"titles";s:7:"shuffle";b:1;s:4:"data";a:13:{s:8:"obenland";a:4:{i:0;s:19:"Konstantin Obenland";i:1;s:32:"2370ea5912750f4cb0f3c51ae1cbca55";i:2;s:8:"obenland";i:3;s:0:"";}s:6:"rmccue";a:4:{i:0;s:10:"Ryan McCue";i:1;s:32:"08818120f223035a0857c2a0ec417f93";i:2;s:6:"rmccue";i:3;s:0:"";}s:10:"karmatosed";a:4:{i:0;s:13:"Tammie Lister";i:1;s:32:"ca7d4273a689cdbf524d8332771bb1ca";i:2;s:10:"karmatosed";i:3;s:0:"";}s:8:"joehoyle";a:4:{i:0;s:9:"Joe Hoyle";i:1;s:32:"0ceb885cc3d306af93c9764b2936d618";i:2;s:8:"joehoyle";i:3;s:0:"";}s:9:"ericlewis";a:4:{i:0;s:17:"Eric Andrew Lewis";i:1;s:32:"7e524cf1c5e8d108658899a497dc4bd4";i:2;s:9:"ericlewis";i:3;s:0:"";}s:13:"peterwilsoncc";a:4:{i:0;s:12:"Peter Wilson";i:1;s:32:"1dd9fded718f9b344d48f37f9bfcb159";i:2;s:13:"peterwilsoncc";i:3;s:0:"";}s:9:"kovshenin";a:4:{i:0;s:20:"Konstantin Kovshenin";i:1;s:32:"8585b20b69e8ff4b0ba737accfdbb31b";i:2;s:9:"kovshenin";i:3;s:0:"";}s:14:"michaelarestad";a:4:{i:0;s:15:"Michael Arestad";i:1;s:32:"e8b4c8470f61ff15b9c98f7a1556c16b";i:2;s:14:"michaelarestad";i:3;s:0:"";}s:15:"adamsilverstein";a:4:{i:0;s:16:"Adam Silverstein";i:1;s:32:"fddbd6c3e1c3d971aa732b9346aeb433";i:2;s:15:"adamsilverstein";i:3;s:0:"";}s:7:"jnylen0";a:4:{i:0;s:11:"James Nylen";i:1;s:32:"0c4d46844039ba935f69208615e9010c";i:2;s:7:"jnylen0";i:3;s:0:"";}s:10:"kadamwhite";a:4:{i:0;s:12:"K.Adam White";i:1;s:32:"6cd1cf6de05952505a165425efaf06b4";i:2;s:10:"kadamwhite";i:3;s:0:"";}s:4:"Joen";a:4:{i:0;s:13:"Joen Asmussen";i:1;s:32:"7fda1da9c34e978d5990afd7f58ca0f4";i:2;s:4:"Joen";i:3;s:0:"";}s:6:"matveb";a:4:{i:0;s:14:"Matias Ventura";i:1;s:32:"3f8389957d0c59bb0bd5433e86b53a19";i:2;s:6:"matveb";i:3;s:0:"";}}}s:16:"recent-rockstars";a:4:{s:4:"name";b:0;s:4:"type";s:6:"titles";s:7:"shuffle";b:1;s:4:"data";a:0:{}}s:5:"props";a:4:{s:4:"name";s:33:"Core Contributors to WordPress %s";s:12:"placeholders";a:1:{i:0;s:3:"4.8";}s:4:"type";s:4:"list";s:4:"data";a:316:{s:11:"1naveengiri";s:11:"1naveengiri";s:9:"4nickpick";s:9:"4nickpick";s:8:"abhishek";s:8:"abhishek";s:11:"abhishekfdd";s:14:"Abhishek Kumar";s:6:"abrain";s:6:"abrain";s:7:"kawauso";s:21:"Adam Harley (Kawauso)";s:10:"adamsoucie";s:11:"Adam Soucie";s:12:"afzalmultani";s:13:"Afzal Multani";s:12:"mrahmadawais";s:11:"Ahmad Awais";s:5:"ajoah";s:5:"ajoah";s:6:"xknown";s:11:"Alex Concha";s:10:"apmarshall";s:19:"Alex Floyd Marshall";s:11:"alexkingorg";s:9:"Alex King";s:10:"tellyworth";s:11:"Alex Shiels";s:15:"andreamiddleton";s:16:"Andrea Middleton";s:10:"rockwell15";s:15:"Andrew Rockwell";s:8:"kelderic";s:11:"Andy Mercer";s:13:"ankit-k-gupta";s:13:"Ankit K Gupta";s:7:"arena94";s:7:"arena94";s:10:"arshidkv12";s:6:"Arshid";s:9:"aryamaaru";s:4:"Arun";s:6:"asalce";s:6:"asalce";s:12:"ashokkumar24";s:12:"ashokkumar24";s:16:"atanasangelovdev";s:14:"Atanas Angelov";s:11:"barryceelen";s:12:"Barry Ceelen";s:7:"bcworkz";s:7:"bcworkz";s:15:"bharatkambariya";s:16:"Bharat Kambariya";s:9:"blobfolio";s:9:"Blobfolio";s:7:"gitlost";s:6:"bonger";s:4:"bor0";s:16:"Boro Sitnikovski";s:5:"bradt";s:14:"Brad Touesnard";s:12:"bradyvercher";s:13:"Brady Vercher";s:7:"kraftbj";s:13:"Brandon Kraft";s:10:"drrobotnik";s:15:"Brandon Lavigne";s:14:"bridgetwillard";s:15:"Bridget Willard";s:17:"bhargavbhandari90";s:5:"Bunty";s:8:"camikaos";s:9:"Cami Kaos";s:12:"carl-alberto";s:12:"Carl Alberto";s:20:"caseypatrickdriscoll";s:14:"Casey Driscoll";s:4:"cazm";s:4:"cazm";s:6:"ccprog";s:6:"ccprog";s:12:"chandrapatel";s:13:"Chandra Patel";s:6:"chesio";s:6:"chesio";s:10:"ketuchetan";s:14:"chetansatasiya";s:11:"chiragpatel";s:12:"Chirag Patel";s:6:"chouby";s:6:"Chouby";s:12:"chriseverson";s:12:"chriseverson";s:8:"cklosows";s:15:"Chris Klosowski";s:9:"chris_dev";s:9:"Chris Mok";s:13:"christian1012";s:15:"Christian Chung";s:12:"coreymckrill";s:13:"Corey McKrill";s:10:"courtneypk";s:13:"Courtney P.K.";s:14:"cristianozanca";s:15:"Cristiano Zanca";s:8:"csloisel";s:8:"csloisel";s:6:"curdin";s:19:"Curdin Krummenacher";s:12:"clarinetlord";s:13:"Cyrus Collier";s:15:"danielbachhuber";s:16:"Daniel Bachhuber";s:5:"mte90";s:21:"Daniele Scasciafratte";s:9:"diddledan";s:16:"Daniel Llewellyn";s:6:"nerrad";s:22:"Darren Ethier (nerrad)";s:9:"darshan02";s:10:"Darshan_dj";s:8:"darthaud";s:8:"darthaud";s:4:"dllh";s:26:"Daryl L. L. Houston (dllh)";s:13:"davidanderson";s:14:"David Anderson";s:11:"davidbenton";s:11:"davidbenton";s:10:"davidbinda";s:13:"David Binovec";s:3:"dlh";s:13:"David Herrera";s:8:"dshanske";s:13:"David Shanske";s:12:"designsimply";s:12:"designsimply";s:10:"dhanendran";s:10:"Dhanendran";s:9:"dharm1025";s:14:"Dharmesh Patel";s:13:"dhaval-parekh";s:13:"Dhaval Parekh";s:13:"dingo_bastard";s:7:"dingo-d";s:10:"dotancohen";s:11:"Dotan Cohen";s:9:"doublehhh";s:7:"DoubleH";s:9:"dreamon11";s:9:"DreamOn11";s:12:"drivingralle";s:12:"Drivingralle";s:7:"dspilka";s:7:"dspilka";s:10:"chopinbach";s:13:"Edwin Cromley";s:7:"ejner69";s:11:"Ejner Galaz";s:10:"emirpprime";s:10:"emirpprime";s:8:"ethitter";s:12:"Erick Hitter";s:11:"endif-media";s:11:"Ethan Allen";s:6:"fab1en";s:17:"Fabien Quatravaux";s:11:"fibonaccina";s:11:"fibonaccina";s:9:"mista-flo";s:12:"Florian TIAR";s:8:"francina";s:16:"Francesca Marano";s:7:"fstaude";s:20:"Frank Neumann-Staude";s:10:"f-j-kaiser";s:18:"Franz Josef Kaiser";s:6:"gma992";s:17:"Gabriel Maldonado";s:14:"voldemortensen";s:15:"Garth Mortensen";s:7:"garyc40";s:8:"Gary Cao";s:10:"soulseekah";s:17:"Gennady Kovshenin";s:15:"georgestephanis";s:16:"George Stephanis";s:10:"ghosttoast";s:19:"Gustave F. Gerhardt";s:10:"hedgefield";s:10:"hedgefield";s:14:"helgatheviking";s:14:"helgatheviking";s:9:"hristo-sg";s:16:"Hristo Pandjarov";s:7:"iandunn";s:8:"Ian Dunn";s:7:"zinigor";s:13:"Igor Zinovyev";s:17:"ig_communitysites";s:17:"ig_communitysites";s:5:"imath";s:5:"imath";s:7:"ipstenu";s:22:"Ipstenu (Mika Epstein)";s:10:"ireneyoast";s:15:"Irene Strikkers";s:9:"iv3rson76";s:13:"Ivan Stefanov";s:9:"ivantedja";s:9:"ivantedja";s:8:"jdgrimes";s:11:"J.D. Grimes";s:12:"jackreichert";s:13:"Jack Reichert";s:9:"whyisjake";s:13:"Jake Spurlock";s:12:"jaydeep-rami";s:12:"Jaydeep Rami";s:6:"jazbek";s:6:"jazbek";s:4:"jblz";s:10:"Jeff Bowen";s:11:"jfarthing84";s:13:"Jeff Farthing";s:9:"cheffheid";s:14:"Jeffrey de Wit";s:10:"jenblogs4u";s:10:"Jen Miller";s:6:"jmdodd";s:16:"Jennifer M. Dodd";s:4:"jpry";s:10:"Jeremy Pry";s:16:"jesseenterprises";s:16:"jesseenterprises";s:14:"jigneshnakrani";s:15:"Jignesh Nakrani";s:8:"jipmoors";s:9:"Jip Moors";s:8:"jjcomack";s:8:"jjcomack";s:9:"joedolson";s:10:"Joe Dolson";s:15:"johnjamesjacoby";s:17:"John James Jacoby";s:7:"desrosj";s:19:"Jonathan Desrosiers";s:12:"spacedmonkey";s:12:"Jonny Harris";s:11:"joostdevalk";s:13:"Joost de Valk";s:12:"chanthaboune";s:7:"Josepha";s:7:"shelob9";s:12:"Josh Pollock";s:6:"juhise";s:11:"Juhi Saxena";s:9:"kopepasah";s:16:"Justin Kopepasah";s:8:"vijustin";s:14:"Justin McGuire";s:14:"certainstrings";s:13:"Justin Tucker";s:6:"kafleg";s:6:"kafleg";s:7:"trepmal";s:16:"Kailey (trepmal)";s:8:"karinedo";s:8:"karinedo";s:7:"zoonini";s:7:"Kathryn";s:7:"kaushik";s:7:"kaushik";s:12:"kkoppenhaver";s:18:"Keanan Koppenhaver";s:12:"keesiemeijer";s:12:"keesiemeijer";s:6:"ryelle";s:10:"Kelly Dwan";s:7:"ixkaito";s:4:"Kite";s:6:"kjellr";s:6:"kjellr";s:7:"kostasx";s:7:"kostasx";s:11:"kubik-rubik";s:11:"kubik-rubik";s:6:"kuck1u";s:6:"KUCKLU";s:12:"lancewillett";s:13:"Lance Willett";s:13:"laurelfulford";s:13:"laurelfulford";s:6:"leemon";s:6:"leemon";s:11:"leewillis77";s:10:"Lee Willis";s:11:"lewiscowles";s:11:"LewisCowles";s:12:"liammcarthur";s:12:"LiamMcArthur";s:10:"lucasstark";s:11:"Lucas Stark";s:10:"lukasbesch";s:10:"lukasbesch";s:12:"lukecavanagh";s:13:"Luke Cavanagh";s:12:"maedahbatool";s:13:"Maedah Batool";s:5:"mp518";s:16:"Mahesh Prajapati";s:12:"mantismamita";s:12:"mantismamita";s:5:"tyxla";s:14:"Marin Atanasov";s:7:"maguiar";s:12:"Mario Aguiar";s:12:"markoheijnen";s:13:"Marko Heijnen";s:6:"mrwweb";s:15:"Mark Root-Wiley";s:4:"mapk";s:11:"Mark Uraine";s:14:"matheusgimenez";s:14:"MatheusGimenez";s:9:"matheusfd";s:15:"Matheus Martins";s:11:"mathieuhays";s:11:"mathieuhays";s:6:"matias";s:6:"matias";s:7:"mboynes";s:14:"Matthew Boynes";s:7:"mattheu";s:20:"Matthew Haines-Young";s:9:"mattwiebe";s:10:"Matt Wiebe";s:8:"mattyrob";s:8:"mattyrob";s:11:"maximeculea";s:12:"Maxime Culea";s:9:"mayukojpn";s:13:"Mayo Moriyama";s:6:"mayurk";s:14:"Mayur Keshwani";s:7:"menakas";s:9:"Menaka S.";s:11:"michalzuber";s:11:"michalzuber";s:13:"michelleweber";s:13:"michelleweber";s:6:"stubgo";s:10:"Miina Sikk";s:7:"mihai2u";s:12:"Mike Crantea";s:12:"mikehansenme";s:11:"Mike Hansen";s:10:"mikejolley";s:11:"Mike Jolley";s:10:"mikelittle";s:11:"Mike Little";s:8:"mnelson4";s:11:"Mike Nelson";s:7:"dimadin";s:12:"Milan Dinić";s:12:"milindmore22";s:11:"Milind More";s:11:"mitraval192";s:12:"Mithun Raval";s:11:"mmdeveloper";s:11:"MMDeveloper";s:6:"batmoo";s:15:"Mohammad Jangda";s:9:"mohanjith";s:9:"mohanjith";s:9:"monikarao";s:9:"monikarao";s:11:"morganestes";s:12:"Morgan Estes";s:6:"mt8biz";s:22:"moto hachi ( mt8.biz )";s:11:"mrgregwaugh";s:11:"MrGregWaugh";s:9:"mschadegg";s:9:"mschadegg";s:9:"codegeass";s:15:"Muhammet Arslan";s:4:"dots";s:9:"MULTIDOTS";s:3:"nao";s:12:"Naoko Takano";s:10:"naomicbush";s:13:"Naomi C. Bush";s:9:"natereist";s:10:"Nate Reist";s:13:"greatislander";s:13:"Ned Zimmerman";s:16:"celloexpressions";s:11:"Nick Halsey";s:9:"nsundberg";s:16:"Nicklas Sundberg";s:10:"nikschavan";s:13:"Nikhil Chavan";s:14:"nitin-kevadiya";s:14:"Nitin Kevadiya";s:13:"kailanitish90";s:12:"Nitish Kaila";s:11:"nobremarcos";s:11:"nobremarcos";s:9:"nosegraze";s:9:"NoseGraze";s:12:"nullvariable";s:12:"nullvariable";s:11:"odysseygate";s:7:"odyssey";s:8:"iaaxpage";s:13:"page-carbajal";s:7:"pbearne";s:11:"Paul Bearne";s:6:"pbiron";s:10:"Paul Biron";s:13:"pauldewouters";s:15:"Paul de Wouters";s:9:"figureone";s:9:"Paul Ryan";s:9:"pavelevap";s:9:"pavelevap";s:10:"sirbrillig";s:12:"Payton Swick";s:7:"pdufour";s:7:"pdufour";s:5:"piewp";s:7:"Perdaan";s:10:"philipjohn";s:11:"Philip John";s:8:"delawski";s:14:"Piotr Delawski";s:7:"psoluch";s:12:"Piotr Soluch";s:14:"postpostmodern";s:14:"postpostmodern";s:12:"pranalipatel";s:13:"Pranali Patel";s:14:"pratikshrestha";s:15:"Pratik Shrestha";s:9:"presskopp";s:9:"Presskopp";s:12:"printsachen1";s:12:"printsachen1";s:17:"priyankabehera155";s:15:"Priyanka Behera";s:6:"prosti";s:6:"prosti";s:7:"ptbello";s:7:"ptbello";s:5:"r-a-y";s:5:"r-a-y";s:10:"rafaehlers";s:13:"Rafael Ehlers";s:12:"raggedrobins";s:12:"raggedrobins";s:8:"raisonon";s:8:"raisonon";s:11:"ramiabraham";s:11:"ramiabraham";s:5:"ramiy";s:14:"Rami Yushuvaev";s:4:"ranh";s:4:"ranh";s:9:"rclations";s:10:"RC Lations";s:10:"redrambles";s:10:"redrambles";s:6:"reldev";s:6:"reldev";s:7:"rellect";s:7:"rellect";s:5:"arena";s:6:"RENAUT";s:7:"rensw90";s:7:"rensw90";s:12:"reportermike";s:12:"reportermike";s:7:"greuben";s:13:"Reuben Gunday";s:12:"rianrietveld";s:13:"Rian Rietveld";s:12:"riddhiehta02";s:12:"Riddhi Mehta";s:13:"rinkuyadav999";s:7:"Rinku Y";s:12:"aussieguy123";s:13:"Robbie Cahill";s:12:"sanchothefat";s:15:"Robert O''Rourke";s:14:"littlerchicken";s:13:"Robin Cornett";s:9:"runciters";s:9:"runciters";s:4:"ryan";s:10:"Ryan Boren";s:7:"welcher";s:12:"Ryan Welcher";s:11:"sagarkbhatt";s:11:"Sagar Bhatt";s:11:"sagarjadhav";s:12:"Sagar Jadhav";s:14:"sagarprajapati";s:15:"Sagar Prajapati";s:7:"sa3idho";s:15:"Said El Bakkali";s:7:"salcode";s:14:"Sal Ferrarello";s:15:"samantha-miller";s:15:"Samantha Miller";s:12:"samikeijonen";s:13:"Sami Keijonen";s:12:"samuelsidler";s:13:"Samuel Sidler";s:12:"sanketparmar";s:13:"Sanket Parmar";s:11:"sathyapulse";s:11:"sathyapulse";s:9:"sboisvert";s:9:"sboisvert";s:11:"coffee2code";s:12:"Scott Reilly";s:10:"seanchayes";s:10:"Sean Hayes";s:15:"sebastianpisula";s:16:"Sebastian Pisula";s:4:"sfpt";s:4:"sfpt";s:8:"sgolemon";s:8:"sgolemon";s:7:"shadyvb";s:12:"Shady Sharaf";s:6:"shanee";s:6:"shanee";s:14:"shashwatmittal";s:15:"Shashwat Mittal";s:18:"shazahm1hotmailcom";s:8:"shazahm1";s:7:"shulard";s:7:"shulard";s:8:"nomnom99";s:18:"Siddharth Thevaril";s:6:"slbmeh";s:6:"slbmeh";s:5:"soean";s:11:"Soren Wrede";s:8:"sstoqnov";s:17:"Stanimir Stoyanov";s:8:"stephdau";s:25:"Stephane Daury (stephdau)";s:6:"netweb";s:13:"Stephen Edgar";s:13:"stephenharris";s:14:"Stephen Harris";s:11:"stevenkword";s:11:"Steven Word";s:13:"stormrockwell";s:14:"Storm Rockwell";s:5:"sudar";s:11:"Sudar Muthu";s:10:"supercoder";s:10:"Supercoder";s:4:"cybr";s:13:"Sybre Waaijer";s:8:"szaqal21";s:8:"szaqal21";s:6:"gonom9";s:6:"taggon";s:8:"miyauchi";s:17:"Takayuki Miyauchi";s:12:"takayukister";s:16:"Takayuki Miyoshi";s:14:"technopolitica";s:14:"technopolitica";s:8:"teinertb";s:8:"teinertb";s:9:"tejas5989";s:9:"tejas5989";s:7:"terwdan";s:7:"terwdan";s:12:"tharsheblows";s:12:"tharsheblows";s:8:"themiked";s:8:"theMikeD";s:9:"thepelkus";s:9:"thepelkus";s:8:"tfrommen";s:16:"Thorsten Frommen";s:14:"timmydcrawford";s:14:"Timmy Crawford";s:17:"timothyblynjacobs";s:14:"Timothy Jacobs";s:5:"timph";s:5:"timph";s:8:"tmatsuur";s:8:"tmatsuur";s:6:"tomdxw";s:6:"tomdxw";s:13:"topher1kenobe";s:6:"Topher";s:7:"wpsmith";s:12:"Travis Smith";s:14:"triplejumper12";s:14:"triplejumper12";s:8:"truongwp";s:8:"truongwp";s:6:"tymvie";s:6:"tymvie";s:14:"grapplerulrich";s:6:"Ulrich";s:12:"utkarshpatel";s:7:"Utkarsh";s:13:"vaishuagola27";s:14:"vaishu.agola27";s:6:"vortfu";s:6:"vortfu";s:8:"reidbusi";s:20:"Wise Builds Software";s:4:"wpfo";s:4:"wpfo";s:4:"xrmx";s:4:"xrmx";s:5:"ze3kr";s:5:"ze3kr";s:6:"h3llas";s:12:"Zeljko Ascic";}}s:9:"libraries";a:3:{s:4:"name";s:18:"External Libraries";s:4:"type";s:9:"libraries";s:4:"data";a:32:{i:0;a:2:{i:0;s:11:"Backbone.js";i:1;s:22:"http://backbonejs.org/";}i:1;a:2:{i:0;s:10:"Class POP3";i:1;s:25:"https://squirrelmail.org/";}i:2;a:2:{i:0;s:16:"Color Animations";i:1;s:33:"https://plugins.jquery.com/color/";}i:3;a:2:{i:0;s:8:"getID3()";i:1;s:30:"http://getid3.sourceforge.net/";}i:4;a:2:{i:0;s:15:"Horde Text Diff";i:1;s:23:"https://pear.horde.org/";}i:5;a:2:{i:0;s:11:"hoverIntent";i:1;s:57:"http://cherne.net/brian/resources/jquery.hoverIntent.html";}i:6;a:2:{i:0;s:13:"imgAreaSelect";i:1;s:42:"http://odyniec.net/projects/imgareaselect/";}i:7;a:2:{i:0;s:4:"Iris";i:1;s:34:"https://github.com/Automattic/Iris";}i:8;a:2:{i:0;s:6:"jQuery";i:1;s:19:"https://jquery.com/";}i:9;a:2:{i:0;s:9:"jQuery UI";i:1;s:21:"https://jqueryui.com/";}i:10;a:2:{i:0;s:14:"jQuery Hotkeys";i:1;s:41:"https://github.com/tzuryby/jquery.hotkeys";}i:11;a:2:{i:0;s:22:"jQuery serializeObject";i:1;s:49:"http://benalman.com/projects/jquery-misc-plugins/";}i:12;a:2:{i:0;s:12:"jQuery.query";i:1;s:40:"https://plugins.jquery.com/query-object/";}i:13;a:2:{i:0;s:14:"jQuery.suggest";i:1;s:43:"https://github.com/pvulgaris/jquery.suggest";}i:14;a:2:{i:0;s:21:"jQuery UI Touch Punch";i:1;s:27:"http://touchpunch.furf.com/";}i:15;a:2:{i:0;s:5:"json2";i:1;s:43:"https://github.com/douglascrockford/JSON-js";}i:16;a:2:{i:0;s:7:"Masonry";i:1;s:28:"http://masonry.desandro.com/";}i:17;a:2:{i:0;s:15:"MediaElement.js";i:1;s:26:"http://mediaelementjs.com/";}i:18;a:2:{i:0;s:6:"PclZip";i:1;s:33:"http://www.phpconcept.net/pclzip/";}i:19;a:2:{i:0;s:6:"PemFTP";i:1;s:71:"https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html";}i:20;a:2:{i:0;s:6:"phpass";i:1;s:31:"http://www.openwall.com/phpass/";}i:21;a:2:{i:0;s:9:"PHPMailer";i:1;s:38:"https://github.com/PHPMailer/PHPMailer";}i:22;a:2:{i:0;s:8:"Plupload";i:1;s:24:"http://www.plupload.com/";}i:23;a:2:{i:0;s:13:"random_compat";i:1;s:42:"https://github.com/paragonie/random_compat";}i:24;a:2:{i:0;s:8:"Requests";i:1;s:31:"http://requests.ryanmccue.info/";}i:25;a:2:{i:0;s:9:"SimplePie";i:1;s:21:"http://simplepie.org/";}i:26;a:2:{i:0;s:27:"The Incutio XML-RPC Library";i:1;s:34:"http://scripts.incutio.com/xmlrpc/";}i:27;a:2:{i:0;s:8:"Thickbox";i:1;s:32:"http://codylindley.com/thickbox/";}i:28;a:2:{i:0;s:7:"TinyMCE";i:1;s:24:"https://www.tinymce.com/";}i:29;a:2:{i:0;s:7:"Twemoji";i:1;s:34:"https://github.com/twitter/twemoji";}i:30;a:2:{i:0;s:13:"Underscore.js";i:1;s:24:"http://underscorejs.org/";}i:31;a:2:{i:0;s:6:"zxcvbn";i:1;s:33:"https://github.com/dropbox/zxcvbn";}}}}s:4:"data";a:2:{s:8:"profiles";s:33:"https://profiles.wordpress.org/%s";s:7:"version";s:3:"4.8";}}', 'no'),
(232, 'widget_rich_web_photo_slider', 'a:3:{i:7;a:1:{s:15:"Rich_Web_Slider";s:1:"1";}s:12:"_multiwidget";i:1;i:9;a:0:{}}', 'yes'),
(236, 'widget_rich_web_tabs', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:0:{}}', 'yes'),
(286, '_transient_twentyseventeen_categories', '2', 'yes'),
(288, 'theme_mods_twentyfifteen', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:9;}s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1506969292;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:26:{i:0;s:13:"media_image-3";i:1;s:13:"media_image-4";i:2;s:13:"media_image-6";i:3;s:13:"media_image-7";i:4;s:13:"media_image-9";i:5;s:14:"media_image-10";i:6;s:13:"media_video-3";i:7;s:6:"text-2";i:8;s:6:"text-3";i:9;s:6:"text-4";i:10;s:6:"text-5";i:11;s:6:"text-6";i:12;s:6:"text-7";i:13;s:6:"text-8";i:14;s:6:"text-9";i:15;s:7:"text-10";i:16;s:7:"text-11";i:17;s:7:"text-13";i:18;s:12:"categories-4";i:19;s:14:"recent-posts-4";i:20;s:10:"nav_menu-3";i:21;s:13:"custom_html-3";i:22;s:23:"rich_web_photo_slider-3";i:23;s:23:"rich_web_photo_slider-4";i:24;s:23:"rich_web_photo_slider-6";i:25;s:15:"rich_web_tabs-3";}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}}}}', 'yes'),
(290, '_transient_twentyfifteen_categories', '2', 'yes');
INSERT INTO `pb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(292, 'theme_mods_twentysixteen', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:9;}s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1508266055;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:28:{i:0;s:10:"calendar-2";i:1;s:10:"calendar-4";i:2;s:10:"archives-3";i:3;s:10:"archives-5";i:4;s:13:"media_audio-3";i:5;s:11:"tag_cloud-3";i:6;s:13:"custom_html-6";i:7;s:13:"custom_html-7";i:8;s:13:"custom_html-8";i:9;s:14:"custom_html-10";i:10;s:14:"custom_html-12";i:11;s:14:"chpcs_widget-5";i:12;s:18:"mtphr-dnt-widget-4";i:13;s:18:"mtphr-dnt-widget-6";i:14;s:19:"spsmiter_facebook-2";i:15;s:19:"spsmiter_facebook-3";i:16;s:23:"rich_web_photo_slider-7";i:17;s:23:"rich_web_photo_slider-9";i:18;s:15:"thechamplogin-3";i:19;s:25:"thechampverticalsharing-3";i:20;s:13:"media_video-3";i:21;s:6:"text-7";i:22;s:6:"text-8";i:23;s:6:"text-9";i:24;s:7:"text-10";i:25;s:7:"text-11";i:26;s:7:"text-13";i:27;s:13:"custom_html-3";}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";N;s:9:"sidebar-3";N;}}}', 'yes'),
(293, '_transient_twentysixteen_categories', '2', 'yes'),
(332, '_transient_timeout_oembed_2408547515d6c61ae11dbb23496f70cb', '1507374708', 'no'),
(333, '_transient_oembed_2408547515d6c61ae11dbb23496f70cb', 'O:8:"stdClass":13:{s:12:"provider_url";s:24:"https://www.youtube.com/";s:15:"thumbnail_width";i:480;s:5:"width";i:600;s:16:"thumbnail_height";i:360;s:4:"html";s:137:"<iframe width="600" height="338" src="https://www.youtube.com/embed/OUYYMP_dwG4?feature=oembed" frameborder="0" allowfullscreen></iframe>";s:7:"version";s:3:"1.0";s:4:"type";s:5:"video";s:13:"thumbnail_url";s:48:"https://i.ytimg.com/vi/OUYYMP_dwG4/hqdefault.jpg";s:6:"height";i:338;s:5:"title";s:99:"Villain Movie Official 4K Trailer | Mohanlal | Manju Warrier | Raashi | Vishal | Hansika | Srikanth";s:13:"provider_name";s:7:"YouTube";s:11:"author_name";s:17:"Times Music South";s:10:"author_url";s:44:"https://www.youtube.com/user/timesmusicsouth";}', 'no'),
(344, 'WPLANG', '', 'yes'),
(351, 'the_champ_general', 'a:5:{s:13:"footer_script";s:1:"1";s:14:"delete_options";s:1:"1";s:18:"browser_msg_enable";s:1:"1";s:11:"browser_msg";s:121:"Your browser is blocking some features of this website. Please follow the instructions at {support_url} to unblock these.";s:10:"custom_css";s:0:"";}', 'yes'),
(352, 'the_champ_login', 'a:11:{s:5:"title";s:25:"Login with your Social ID";s:19:"email_error_message";s:50:"Email you entered is already registered or invalid";s:6:"avatar";i:1;s:14:"email_required";i:1;s:14:"password_email";i:1;s:20:"new_user_admin_email";i:1;s:16:"email_popup_text";s:70:"Please enter a valid email address. You might be required to verify it";s:13:"enableAtLogin";i:1;s:16:"enableAtRegister";i:1;s:15:"enableAtComment";i:1;s:12:"link_account";i:1;}', 'yes'),
(353, 'the_champ_facebook', 'a:20:{s:17:"enable_commenting";s:1:"1";s:16:"commenting_order";s:36:"wordpress,facebook,googleplus,disqus";s:16:"commenting_label";s:13:"Leave a reply";s:11:"enable_post";s:1:"1";s:11:"enable_page";s:1:"1";s:13:"commenting_id";s:0:"";s:24:"label_wordpress_comments";s:16:"Default Comments";s:23:"label_facebook_comments";s:17:"Facebook Comments";s:25:"label_googleplus_comments";s:11:"G+ Comments";s:21:"label_disqus_comments";s:15:"Disqus Comments";s:17:"enable_fbcomments";s:1:"1";s:12:"urlToComment";s:0:"";s:13:"comment_width";s:0:"";s:13:"comment_color";s:5:"light";s:16:"comment_numposts";s:0:"";s:15:"comment_orderby";s:6:"social";s:12:"comment_lang";s:5:"en_US";s:16:"gpcomments_width";s:0:"";s:14:"gpcomments_url";s:0:"";s:12:"dq_shortname";s:0:"";}', 'yes'),
(354, 'the_champ_sharing', 'a:75:{s:6:"enable";s:1:"1";s:24:"horizontal_sharing_shape";s:5:"round";s:23:"horizontal_sharing_size";s:2:"36";s:24:"horizontal_sharing_width";s:2:"74";s:25:"horizontal_sharing_height";s:2:"35";s:24:"horizontal_border_radius";s:0:"";s:29:"horizontal_font_color_default";s:0:"";s:32:"horizontal_sharing_replace_color";s:4:"#fff";s:27:"horizontal_font_color_hover";s:0:"";s:38:"horizontal_sharing_replace_color_hover";s:4:"#fff";s:27:"horizontal_bg_color_default";s:0:"";s:25:"horizontal_bg_color_hover";s:0:"";s:31:"horizontal_border_width_default";s:1:"2";s:31:"horizontal_border_color_default";s:7:"#ffffff";s:29:"horizontal_border_width_hover";s:0:"";s:29:"horizontal_border_color_hover";s:0:"";s:27:"horizontal_counter_position";s:3:"top";s:22:"vertical_sharing_shape";s:5:"round";s:21:"vertical_sharing_size";s:2:"40";s:22:"vertical_sharing_width";s:2:"80";s:23:"vertical_sharing_height";s:2:"40";s:22:"vertical_border_radius";s:0:"";s:27:"vertical_font_color_default";s:0:"";s:30:"vertical_sharing_replace_color";s:4:"#fff";s:25:"vertical_font_color_hover";s:0:"";s:36:"vertical_sharing_replace_color_hover";s:4:"#fff";s:25:"vertical_bg_color_default";s:0:"";s:23:"vertical_bg_color_hover";s:0:"";s:29:"vertical_border_width_default";s:0:"";s:29:"vertical_border_color_default";s:0:"";s:27:"vertical_border_width_hover";s:0:"";s:27:"vertical_border_color_hover";s:0:"";s:10:"hor_enable";s:1:"1";s:21:"horizontal_target_url";s:7:"default";s:28:"horizontal_target_url_custom";s:0:"";s:5:"title";s:0:"";s:18:"instagram_username";s:0:"";s:20:"comment_container_id";s:7:"respond";s:23:"horizontal_re_providers";a:6:{i:0;s:8:"facebook";i:1;s:8:"whatsapp";i:2;s:11:"google_plus";i:3;s:7:"twitter";i:4;s:9:"pinterest";i:5;s:8:"linkedin";}s:21:"hor_sharing_alignment";s:4:"left";s:6:"bottom";s:1:"1";s:4:"post";s:1:"1";s:4:"page";s:1:"1";s:17:"horizontal_counts";s:1:"1";s:19:"tweet_count_service";s:14:"newsharecounts";s:23:"horizontal_total_shares";s:1:"1";s:19:"vertical_target_url";s:7:"default";s:26:"vertical_target_url_custom";s:0:"";s:27:"vertical_instagram_username";s:0:"";s:29:"vertical_comment_container_id";s:7:"respond";s:21:"vertical_re_providers";a:9:{i:0;s:8:"facebook";i:1;s:7:"twitter";i:2;s:11:"google_plus";i:3;s:8:"linkedin";i:4;s:9:"pinterest";i:5;s:6:"reddit";i:6;s:9:"delicious";i:7;s:11:"stumbleupon";i:8;s:8:"whatsapp";}s:11:"vertical_bg";s:0:"";s:9:"alignment";s:4:"left";s:11:"left_offset";s:3:"-10";s:12:"right_offset";s:3:"-10";s:10:"top_offset";s:3:"100";s:13:"vertical_home";s:1:"1";s:13:"vertical_post";s:1:"1";s:13:"vertical_page";s:1:"1";s:28:"vertical_tweet_count_service";s:14:"newsharecounts";s:13:"vertical_more";s:1:"1";s:19:"hide_mobile_sharing";s:1:"1";s:21:"vertical_screen_width";s:3:"783";s:21:"bottom_mobile_sharing";s:1:"1";s:23:"horizontal_screen_width";s:3:"783";s:23:"bottom_sharing_position";s:1:"0";s:24:"bottom_sharing_alignment";s:4:"left";s:29:"bottom_sharing_position_radio";s:10:"responsive";s:14:"bitly_username";s:0:"";s:9:"bitly_key";s:0:"";s:31:"share_count_cache_refresh_count";s:2:"10";s:30:"share_count_cache_refresh_unit";s:7:"minutes";s:8:"language";s:5:"en_US";s:16:"twitter_username";s:0:"";s:15:"buffer_username";s:0:"";}', 'yes'),
(355, 'the_champ_counter', 'a:21:{s:10:"hor_enable";s:1:"1";s:21:"horizontal_target_url";s:7:"default";s:28:"horizontal_target_url_custom";s:0:"";s:5:"title";s:0:"";s:20:"horizontal_providers";a:5:{i:0;s:14:"facebook_share";i:1;s:13:"facebook_like";i:2;s:13:"twitter_tweet";i:3;s:14:"linkedin_share";i:4;s:16:"googleplus_share";}s:21:"hor_counter_alignment";s:4:"left";s:6:"bottom";s:1:"1";s:4:"post";s:1:"1";s:15:"vertical_enable";s:1:"1";s:19:"vertical_target_url";s:7:"default";s:26:"vertical_target_url_custom";s:0:"";s:11:"vertical_bg";s:0:"";s:9:"alignment";s:4:"left";s:11:"left_offset";s:3:"-10";s:12:"right_offset";s:3:"-10";s:10:"top_offset";s:3:"100";s:14:"bitly_username";s:0:"";s:9:"bitly_key";s:0:"";s:8:"language";s:0:"";s:16:"twitter_username";s:0:"";s:15:"buffer_username";s:0:"";}', 'yes'),
(356, 'the_champ_ss_version', '7.9.4', 'yes'),
(357, 'widget_thechamplogin', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:5:{s:5:"title";s:30:"Login with your Social Account";s:11:"title_after";s:2:"AD";s:21:"before_widget_content";s:3:"ADF";s:20:"after_widget_content";s:3:"AFS";s:18:"hide_for_logged_in";N;}}', 'yes'),
(358, 'widget_thechamphorizontalsharing', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(359, 'widget_thechampverticalsharing', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:0:{}}', 'yes'),
(360, 'widget_thechamphorizontalcounter', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(361, 'widget_thechampverticalcounter', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(384, 'widget_spsmiter_facebook', 'a:3:{i:2;a:11:{s:5:"title";s:6:"Aneesh";s:3:"url";s:37:"https://www.facebook.com/Antechadmin/";s:5:"width";s:0:"";s:6:"height";s:0:"";s:4:"tabs";s:0:"";s:17:"data_small_header";s:0:"";s:26:"data_adapt_container_width";s:4:"true";s:13:"data_hide_cta";s:0:"";s:10:"show_faces";s:0:"";s:15:"data_hide_cover";s:0:"";s:8:"language";s:5:"en_US";}i:3;a:11:{s:5:"title";s:6:"Antech";s:3:"url";s:37:"https://www.facebook.com/Antechadmin/";s:5:"width";s:0:"";s:6:"height";s:0:"";s:4:"tabs";s:0:"";s:17:"data_small_header";s:0:"";s:26:"data_adapt_container_width";s:0:"";s:13:"data_hide_cta";s:0:"";s:10:"show_faces";s:0:"";s:15:"data_hide_cover";s:0:"";s:8:"language";s:5:"en_US";}s:12:"_multiwidget";i:1;}', 'yes'),
(385, 'heateor_ss_browser_notification_read', '1', 'yes'),
(466, 'breadcrumb_text', 'You are Here:', 'yes'),
(467, 'breadcrumb_separator', '', 'yes'),
(468, 'breadcrumb_word_char', 'word', 'yes'),
(469, 'breadcrumb_word_char_count', '10', 'yes'),
(470, 'breadcrumb_word_char_end', '', 'yes'),
(471, 'breadcrumb_font_size', '15px', 'yes'),
(472, 'breadcrumb_link_color', '#ffffff', 'yes'),
(473, 'breadcrumb_separator_color', '#1e73be', 'yes'),
(474, 'breadcrumb_bg_color', '#1e73be', 'yes'),
(475, 'breadcrumb_themes', 'theme4', 'yes'),
(476, 'breadcrumb_display_home', 'yes', 'yes'),
(519, 'widget_jm_breaking_news_widget', 'a:2:{s:12:"_multiwidget";i:1;i:3;a:0:{}}', 'yes'),
(577, '_transient_timeout_heateor_ss_share_count_235', '1508003381', 'no'),
(578, '_transient_heateor_ss_share_count_235', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(584, '_transient_timeout_heateor_ss_share_count_231', '1508004315', 'no'),
(585, '_transient_heateor_ss_share_count_231', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(588, '_transient_timeout_oembed_078cd379033a6d0a5467d219cc1b6ab0', '1508090544', 'no'),
(589, '_transient_oembed_078cd379033a6d0a5467d219cc1b6ab0', 'O:8:"stdClass":13:{s:5:"title";s:41:"pravasabhumi promo new by jibuvijayan.mp4";s:15:"thumbnail_width";i:480;s:11:"author_name";s:12:"Jibu Vijayan";s:10:"author_url";s:43:"https://www.youtube.com/user/TheJibuvijayan";s:6:"height";i:450;s:12:"provider_url";s:24:"https://www.youtube.com/";s:13:"thumbnail_url";s:48:"https://i.ytimg.com/vi/tGFl5ZacZe4/hqdefault.jpg";s:5:"width";i:600;s:16:"thumbnail_height";i:360;s:4:"html";s:137:"<iframe width="600" height="450" src="https://www.youtube.com/embed/tGFl5ZacZe4?feature=oembed" frameborder="0" allowfullscreen></iframe>";s:13:"provider_name";s:7:"YouTube";s:7:"version";s:3:"1.0";s:4:"type";s:5:"video";}', 'no'),
(617, 'hugeit_slider_title_for_crop_image', 'Slider crop image', 'yes'),
(618, 'hugeit_slider_crop_image', 'stretch', 'yes'),
(619, 'hugeit_slider_title_for_title_color', 'Slider title color', 'yes'),
(620, 'hugeit_slider_title_color', '000000', 'yes'),
(621, 'hugeit_slider_title_for_title_font_size', 'Slider title font size', 'yes'),
(622, 'hugeit_slider_title_font_size', '13', 'yes'),
(623, 'hugeit_slider_title_for_description_color', 'Slider description color', 'yes'),
(624, 'hugeit_slider_description_color', 'ffffff', 'yes'),
(625, 'hugeit_slider_title_for_description_font_size', 'Slider description font size', 'yes'),
(626, 'hugeit_slider_description_font_size', '13', 'yes'),
(627, 'hugeit_slider_title_for_title_position', 'Slider title position', 'yes'),
(628, 'hugeit_slider_title_position', '33', 'yes'),
(629, 'hugeit_slider_title_for_description_position', 'Slider description position', 'yes'),
(630, 'hugeit_slider_description_position', '31', 'yes'),
(631, 'hugeit_slider_title_for_title_border_size', 'Slider Title border size', 'yes'),
(632, 'hugeit_slider_title_border_size', '0', 'yes'),
(633, 'hugeit_slider_title_for_title_border_color', 'Slider title border color', 'yes'),
(634, 'hugeit_slider_title_border_color', 'ffffff', 'yes'),
(635, 'hugeit_slider_title_for_title_border_radius', 'Slider title border radius', 'yes'),
(636, 'hugeit_slider_title_border_radius', '4', 'yes'),
(637, 'hugeit_slider_title_for_description_border_size', 'Slider description border size', 'yes'),
(638, 'hugeit_slider_description_border_size', '0', 'yes'),
(639, 'hugeit_slider_title_for_description_border_color', 'Slider description border color', 'yes'),
(640, 'hugeit_slider_description_border_color', 'ffffff', 'yes'),
(641, 'hugeit_slider_title_for_description_border_radius', 'Slider description border radius', 'yes'),
(642, 'hugeit_slider_description_border_radius', '0', 'yes'),
(643, 'hugeit_slider_title_for_slideshow_border_size', 'Slider border size', 'yes'),
(644, 'hugeit_slider_slideshow_border_size', '0', 'yes'),
(645, 'hugeit_slider_title_for_slideshow_border_color', 'Slider border color', 'yes'),
(646, 'hugeit_slider_slideshow_border_color', 'ffffff', 'yes'),
(647, 'hugeit_slider_title_for_slideshow_border_radius', 'Slider border radius', 'yes'),
(648, 'hugeit_slider_slideshow_border_radius', '0', 'yes'),
(649, 'hugeit_slider_title_for_navigation_type', 'Slider navigation type', 'yes'),
(650, 'hugeit_slider_navigation_type', '1', 'yes'),
(651, 'hugeit_slider_title_for_navigation_position', 'Slider navigation position', 'yes'),
(652, 'hugeit_slider_navigation_position', 'top', 'yes'),
(653, 'hugeit_slider_title_for_title_background_color', 'Slider title background color', 'yes'),
(654, 'hugeit_slider_title_background_color', 'ffffff', 'yes'),
(655, 'hugeit_slider_title_for_description_background_color', 'Slider description background color', 'yes'),
(656, 'hugeit_slider_description_background_color', '000000', 'yes'),
(657, 'hugeit_slider_title_for_slider_background_color', 'Slider slider background color', 'yes'),
(658, 'hugeit_slider_slider_background_color', 'ffffff', 'yes'),
(659, 'hugeit_slider_title_for_slider_background_color_transparency', 'Slider slider background color transparency', 'yes'),
(660, 'hugeit_slider_slider_background_color_transparency', '1', 'yes'),
(661, 'hugeit_slider_title_for_active_dot_color', 'Slider active dot color', 'yes'),
(662, 'hugeit_slider_active_dot_color', 'ffffff', 'yes'),
(663, 'hugeit_slider_title_for_dot_color', 'Slider dots color', 'yes'),
(664, 'hugeit_slider_dot_color', '000000', 'yes'),
(665, 'hugeit_slider_title_for_loading_icon_type', 'Slider Loading Image', 'yes'),
(666, 'hugeit_slider_loading_icon_type', '1', 'yes'),
(667, 'hugeit_slider_title_for_description_width', 'Slider description width', 'yes'),
(668, 'hugeit_slider_description_width', '70', 'yes'),
(669, 'hugeit_slider_title_for_description_height', 'Slider description height', 'yes'),
(670, 'hugeit_slider_description_height', '50', 'yes'),
(671, 'hugeit_slider_title_for_description_background_transparency', 'Slider description background transparency', 'yes'),
(672, 'hugeit_slider_description_background_transparency', '0.7', 'yes'),
(673, 'hugeit_slider_title_for_description_text_align', 'Description text-align', 'yes'),
(674, 'hugeit_slider_description_text_align', 'justify', 'yes'),
(675, 'hugeit_slider_title_for_title_width', 'Slider title width', 'yes'),
(676, 'hugeit_slider_title_width', '30', 'yes'),
(677, 'hugeit_slider_title_for_title_background_transparency', 'Slider title background transparency', 'yes'),
(678, 'hugeit_slider_title_background_transparency', '0.7', 'yes'),
(679, 'hugeit_slider_title_for_title_text_align', 'Title text-align', 'yes'),
(680, 'hugeit_slider_title_text_align', 'right', 'yes'),
(681, 'hugeit_slider_title_for_title_has_margin', 'Title has margin', 'yes'),
(682, 'hugeit_slider_title_has_margin', '1', 'yes'),
(683, 'hugeit_slider_title_for_description_has_margin', 'Description has margin', 'yes'),
(684, 'hugeit_slider_description_has_margin', '1', 'yes'),
(685, 'hugeit_slider_title_for_show_arrows', 'Slider show left right arrows', 'yes'),
(686, 'hugeit_slider_show_arrows', '1', 'yes'),
(687, 'hugeit_slider_title_for_thumb_count_slides', 'Thumbnail Background Color', 'yes'),
(688, 'hugeit_slider_thumb_count_slides', '3', 'yes'),
(689, 'hugeit_slider_thumb_background_color', 'ffffff', 'yes'),
(690, 'hugeit_slider_title_for_thumb_passive_color', 'Passive Thumbnail Color', 'yes'),
(691, 'hugeit_slider_thumb_passive_color', 'ffffff', 'yes'),
(692, 'hugeit_slider_title_for_thumb_height', 'Slider Thumb Height', 'yes'),
(693, 'hugeit_slider_thumb_height', '100', 'yes'),
(694, 'hugeit_slider_title_for_share_buttons', 'Share buttons', 'yes'),
(695, 'hugeit_slider_share_buttons', '1', 'yes'),
(696, 'hugeit_slider_title_for_share_buttons_facebook', 'Facebook', 'yes'),
(697, 'hugeit_slider_share_buttons_facebook', '1', 'yes'),
(698, 'hugeit_slider_title_for_share_buttons_twitter', 'Twitter', 'yes'),
(699, 'hugeit_slider_share_buttons_twitter', '1', 'yes'),
(700, 'hugeit_slider_title_for_share_buttons_gp', 'Google Plus', 'yes'),
(701, 'hugeit_slider_share_buttons_gp', '1', 'yes'),
(702, 'hugeit_slider_title_for_share_buttons_pinterest', 'Pinterest', 'yes'),
(703, 'hugeit_slider_share_buttons_pinterest', '1', 'yes'),
(704, 'hugeit_slider_title_for_share_buttons_linkedin', 'Linkedin', 'yes'),
(705, 'hugeit_slider_share_buttons_linkedin', '1', 'yes'),
(706, 'hugeit_slider_title_for_share_buttons_tumblr', 'Tumblr', 'yes'),
(707, 'hugeit_slider_share_buttons_tumblr', '1', 'yes'),
(708, 'hugeit_slider_title_for_share_buttons_style', 'Share buttons style', 'yes'),
(709, 'hugeit_slider_title_for_share_buttons_hover_style', 'Share buttons hover style', 'yes'),
(710, 'hugeit_slider_version', '4.0.6', 'yes'),
(711, 'widget_hugeit_slider_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(727, 'mtphr_dnt_caps', '2_1_1', 'yes'),
(728, 'widget_mtphr-dnt-widget', 'a:3:{s:12:"_multiwidget";i:1;i:4;a:5:{s:5:"title";s:0:"";s:6:"ticker";s:3:"272";s:12:"ticker_title";N;s:11:"ticker_hide";N;s:17:"q2w3_fixed_widget";b:0;}i:6;a:5:{s:5:"title";s:0:"";s:6:"ticker";s:3:"272";s:12:"ticker_title";s:2:"on";s:11:"ticker_hide";s:2:"on";s:17:"q2w3_fixed_widget";b:0;}}', 'yes'),
(729, 'mtphr_dnt_general_settings', '', 'yes'),
(736, 'fs_active_plugins', 'O:8:"stdClass":2:{s:7:"plugins";a:1:{s:43:"tk-google-fonts/includes/resources/freemius";O:8:"stdClass":3:{s:7:"version";s:9:"1.2.1.6.1";s:9:"timestamp";i:1508042711;s:11:"plugin_path";s:35:"tk-google-fonts/tk-google-fonts.php";}}s:6:"newest";O:8:"stdClass":5:{s:11:"plugin_path";s:35:"tk-google-fonts/tk-google-fonts.php";s:8:"sdk_path";s:43:"tk-google-fonts/includes/resources/freemius";s:7:"version";s:9:"1.2.1.6.1";s:13:"in_activation";b:1;s:9:"timestamp";i:1508042711;}}', 'yes'),
(737, 'fs_debug_mode', '', 'yes'),
(738, 'fs_accounts', 'a:5:{s:11:"plugin_data";a:1:{s:15:"tk-google-fonts";a:16:{s:16:"plugin_main_file";O:8:"stdClass":1:{s:4:"path";s:79:"C:/wamp/www/PRAVASABHUMI/wp-content/plugins/tk-google-fonts/tk-google-fonts.php";}s:17:"install_timestamp";i:1508042322;s:16:"sdk_last_version";N;s:11:"sdk_version";s:9:"1.2.1.6.1";s:16:"sdk_upgrade_mode";b:1;s:18:"sdk_downgrade_mode";b:0;s:19:"plugin_last_version";N;s:14:"plugin_version";s:3:"2.0";s:19:"plugin_upgrade_mode";b:1;s:21:"plugin_downgrade_mode";b:0;s:21:"is_plugin_new_install";b:1;s:17:"connectivity_test";a:6:{s:12:"is_connected";b:1;s:4:"host";s:9:"localhost";s:9:"server_ip";s:3:"::1";s:9:"is_active";b:1;s:9:"timestamp";i:1508042322;s:7:"version";s:3:"2.0";}s:17:"was_plugin_loaded";b:1;s:15:"prev_is_premium";b:0;s:12:"is_anonymous";a:3:{s:2:"is";b:1;s:9:"timestamp";i:1508042420;s:7:"version";s:3:"2.0";}s:16:"uninstall_reason";O:8:"stdClass":3:{s:2:"id";s:2:"14";s:4:"info";s:0:"";s:12:"is_anonymous";b:0;}}}s:13:"file_slug_map";a:1:{s:35:"tk-google-fonts/tk-google-fonts.php";s:15:"tk-google-fonts";}s:7:"plugins";a:1:{s:15:"tk-google-fonts";O:9:"FS_Plugin":16:{s:16:"parent_plugin_id";N;s:5:"title";s:15:"TK Google Fonts";s:4:"slug";s:15:"tk-google-fonts";s:4:"type";N;s:4:"file";s:35:"tk-google-fonts/tk-google-fonts.php";s:7:"version";s:3:"2.0";s:11:"auto_update";N;s:4:"info";N;s:10:"is_premium";b:0;s:7:"is_live";b:1;s:10:"public_key";s:32:"pk_27b7a20f60176ff52e48568808a9e";s:10:"secret_key";N;s:2:"id";s:3:"426";s:7:"updated";N;s:7:"created";N;s:22:"\0FS_Entity\0_is_updated";b:0;}}s:9:"unique_id";s:32:"045ef75dfae41ad74aeb30d2cb205458";s:13:"admin_notices";a:1:{s:15:"tk-google-fonts";a:0:{}}}', 'yes'),
(739, 'fs_api_cache', 'a:0:{}', 'yes'),
(741, 'tk_google_fonts_options', 'a:1:{s:14:"selected_fonts";a:1:{s:11:"Sniglet:800";s:11:"Sniglet:800";}}', 'yes'),
(744, 'widget_verticalscroll', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(745, 'scrollnews_messages', 'a:0:{}', 'yes'),
(748, 'wa_chpcs_version', '3.2.4', 'yes'),
(749, 'wa_chpcs_settings', 'a:33:{s:13:"display_image";b:1;s:16:"display_controls";b:1;s:17:"display_read_more";b:1;s:13:"display_title";b:1;s:15:"display_excerpt";b:1;s:18:"display_pagination";b:0;s:10:"image_size";s:9:"thumbnail";s:11:"auto_scroll";b:1;s:8:"circular";b:1;s:10:"word_limit";s:1:"8";s:14:"read_more_text";s:9:"Read more";s:8:"category";a:1:{i:0;s:6:"cinema";}s:26:"number_of_posts_to_display";s:2:"10";s:11:"posts_order";s:4:"desc";s:13:"posts_orderby";s:2:"id";s:2:"fx";s:6:"scroll";s:13:"easing_effect";s:6:"linear";s:7:"timeout";s:4:"3000";s:8:"duration";s:3:"500";s:8:"infinite";b:1;s:10:"item_align";s:6:"center";s:10:"item_width";s:3:"180";s:11:"item_height";s:3:"350";s:12:"excerpt_type";b:0;s:11:"touch_swipe";b:0;s:14:"css_transition";b:0;s:9:"direction";s:4:"left";s:13:"arrows_colour";s:12:"rgb(0, 0, 0)";s:16:"arrows_bg_colour";s:20:"rgba(168, 32, 32, 0)";s:19:"arrows_hover_colour";s:18:"rgb(170, 170, 170)";s:24:"size_of_direction_arrows";s:2:"32";s:17:"default_image_url";s:0:"";s:10:"custom_css";s:0:"";}', 'no'),
(750, 'wa_chpcs_configuration', 'a:6:{s:19:"deactivation_delete";b:0;s:13:"loading_place";s:6:"header";s:16:"load_touch_swipe";b:1;s:11:"load_jquery";b:0;s:12:"load_transit";b:1;s:17:"load_caroufredsel";b:1;}', 'no'),
(751, 'widget_chpcs_widget', 'a:2:{s:12:"_multiwidget";i:1;i:5;a:0:{}}', 'yes'),
(758, 'rtbs_is_updated_yn8', 'old_data_recovered', 'yes'),
(769, '_transient_timeout_oembed_5e7a190edac53ebfbdb560016c0a2650', '1508133008', 'no'),
(770, '_transient_oembed_5e7a190edac53ebfbdb560016c0a2650', 'O:8:"stdClass":13:{s:5:"width";i:600;s:13:"thumbnail_url";s:48:"https://i.ytimg.com/vi/OUYYMP_dwG4/hqdefault.jpg";s:7:"version";s:3:"1.0";s:11:"author_name";s:17:"Times Music South";s:10:"author_url";s:44:"https://www.youtube.com/user/timesmusicsouth";s:6:"height";i:338;s:12:"provider_url";s:24:"https://www.youtube.com/";s:4:"type";s:5:"video";s:4:"html";s:137:"<iframe width="600" height="338" src="https://www.youtube.com/embed/OUYYMP_dwG4?feature=oembed" frameborder="0" allowfullscreen></iframe>";s:5:"title";s:99:"Villain Movie Official 4K Trailer | Mohanlal | Manju Warrier | Raashi | Vishal | Hansika | Srikanth";s:15:"thumbnail_width";i:480;s:16:"thumbnail_height";i:360;s:13:"provider_name";s:7:"YouTube";}', 'no'),
(797, '_transient_timeout_heateor_ss_share_count_228', '1508090833', 'no'),
(798, '_transient_heateor_ss_share_count_228', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(843, '_transient_timeout_heateor_ss_share_count_121', '1508150563', 'no'),
(844, '_transient_heateor_ss_share_count_121', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(867, 'rt_the_post_grid_current_version', '2.0', 'yes'),
(868, 'rt_the_post_grid_settings', 'a:1:{s:10:"custom_css";N;}', 'yes'),
(906, 'q2w3_fixed_widget', 'a:13:{s:10:"margin-top";i:10;s:13:"margin-bottom";i:500;s:7:"stop-id";s:0:"";s:16:"refresh-interval";i:1500;s:16:"screen-max-width";i:0;s:17:"screen-max-height";i:0;s:13:"fix-widget-id";s:3:"yes";s:32:"widget_display_callback_priority";s:2:"30";s:10:"custom-ids";s:0:"";s:19:"window-load-enabled";b:0;s:13:"logged_in_req";b:0;s:13:"width-inherit";b:0;s:14:"disable-mo-api";b:0;}', 'yes'),
(907, '_transient_timeout_heateor_ss_share_count_313', '1508223815', 'no'),
(908, '_transient_heateor_ss_share_count_313', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(917, 'photonic_options', 'a:1:{s:14:"disable_editor";s:2:"on";}', 'yes'),
(919, 'widget_rbs_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(920, 'RoboGalleryInstallDate', '1508224424', 'yes'),
(921, 'RoboGalleryInstallVersion', '2.7.0', 'yes'),
(923, 'rbs_gallery_db_version', '2.7.0', 'yes'),
(924, '_transient_timeout_heateor_ss_share_count_335', '1508225183', 'no'),
(925, '_transient_heateor_ss_share_count_335', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(928, '_transient_timeout_heateor_ss_share_count_260', '1508225937', 'no'),
(929, '_transient_heateor_ss_share_count_260', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(932, 'weblizar_rcsm_options', 'a:83:{s:15:"select_template";s:16:"select_template1";s:15:"page_meta_title";s:34:"Pravasabhumi - Pravasabhumi Online";s:18:"page_meta_keywords";s:0:"";s:21:"page_meta_discription";s:56:"Our website is under construction. It will be live soon.";s:13:"search_robots";s:2:"on";s:16:"rcsm_robots_meta";s:12:"index follow";s:17:"theme_font_family";s:8:"Merienda";s:14:"upload_favicon";s:103:"http://localhost/PRAVASABHUMI/wp-content/plugins/responsive-coming-soon-page/options/images/favicon.png";s:13:"layout_status";s:26:"service_unavailable_switch";s:17:"coming-soon_title";s:26:"Our Site Is Coming Soon!!!";s:21:"coming-soon_sub_title";s:32:"Stay Tuned For Something Amazing";s:19:"coming-soon_message";s:41:"Responsive Design & Faster User Interface";s:9:"site_logo";s:10:"logo_image";s:15:"logo_text_value";s:12:"Pravasabhumi";s:17:"upload_image_logo";s:100:"http://localhost/PRAVASABHUMI/wp-content/plugins/responsive-coming-soon-page/options/images/logo.png";s:11:"logo_height";s:3:"150";s:10:"logo_width";s:3:"250";s:8:"bg_color";s:7:"#0098ff";s:18:"template_bg_select";s:17:"Custom_Background";s:13:"custom_bg_img";s:103:"http://localhost/PRAVASABHUMI/wp-content/plugins/responsive-coming-soon-page/options/images/cg_img1.jpg";s:12:"button_onoff";s:2:"on";s:11:"button_text";s:13:"DISCOVER MORE";s:16:"button_text_link";s:6:"#timer";s:10:"link_admin";s:2:"on";s:15:"admin_link_text";s:15:"Admin Dashboard";s:10:"user_value";a:0:{}s:16:"page_layout_swap";a:2:{i:0;s:16:"Count Down Timer";i:1;s:15:"Subscriber Form";}s:19:"theme_color_schemes";s:7:"#eb5054";s:13:"social_icon_1";s:14:"fa fa-facebook";s:13:"social_icon_2";s:13:"fa fa-twitter";s:13:"social_icon_3";s:17:"fa fa-google-plus";s:13:"social_icon_4";s:14:"fa fa-linkedin";s:13:"social_icon_5";s:15:"fa fa-pinterest";s:13:"social_link_1";s:1:"#";s:13:"social_link_2";s:1:"#";s:13:"social_link_3";s:1:"#";s:13:"social_link_4";s:1:"#";s:13:"social_link_5";s:1:"#";s:10:"link_tab_1";s:3:"off";s:10:"link_tab_2";s:3:"off";s:10:"link_tab_3";s:3:"off";s:10:"link_tab_4";s:3:"off";s:10:"link_tab_5";s:3:"off";s:18:"total_Social_links";s:1:"5";s:16:"social_icon_list";s:0:"";s:15:"subscriber_form";s:2:"on";s:21:"subscriber_form_title";s:27:"SUBSCRIBE TO OUR NEWSLETTER";s:20:"subscriber_form_icon";s:16:"fa fa-envelope-o";s:25:"subscriber_form_sub_title";s:61:"In the mean time connect with us to subscribed our newsletter";s:23:"subscriber_form_message";s:92:"Subscribe and we''ll notify you on our launch. We''ll also throw in a freebie for your effort.";s:20:"sub_form_button_text";s:9:"Subscribe";s:22:"sub_form_button_f_name";s:10:"First Name";s:22:"sub_form_button_l_name";s:9:"Last Name";s:24:"sub_form_subscribe_title";s:5:"Email";s:9:"user_sets";s:14:"$user_sets_all";s:35:"sub_form_subscribe_seuccess_message";s:42:"Thank you! We will be back with the quote.";s:34:"sub_form_subscribe_invalid_message";s:28:"You have already subscribed.";s:19:"subscriber_msg_body";s:0:"";s:42:"sub_form_subscribe_confirm_success_message";s:83:"Thank You!!! Subscription has been confirmed. We will notify when the site is live.";s:42:"sub_form_subscribe_already_confirm_message";s:73:"You subscription is already active. We will notify when the site is live.";s:37:"sub_form_invalid_confirmation_message";s:36:"Error: Invalid subscription details.";s:16:"subscribe_select";s:7:"wp_mail";s:16:"wp_mail_email_id";s:17:"pbadmin@gmail.com";s:23:"confirm_email_subscribe";s:3:"off";s:23:"auto_sentto_activeusers";s:2:"on";s:28:"subscriber_users_mail_option";s:9:"all_users";s:23:"subscriber_mail_subject";s:0:"";s:23:"subscriber_mail_message";s:0:"";s:13:"counter_title";s:17:"We''re Coming Soon";s:18:"counter_title_icon";s:13:"fa fa-clock-o";s:11:"counter_msg";s:45:"We Are Currently Working On Something Awesome";s:18:"disable_the_plugin";s:3:"off";s:16:"maintenance_date";s:16:"2017/10/24 07:39";s:21:"footer_copyright_text";s:68:"Copyright © 2016 Weblizar Themes & Plugins | All Rights Reserved By";s:11:"footer_link";s:20:"https://weblizar.com";s:16:"footer_link_text";s:8:"Weblizar";s:10:"custom_css";s:0:"";s:16:"google_analytics";s:0:"";s:13:"feedback_mail";s:0:"";s:16:"feedback_heading";s:16:"Book Appointment";s:13:"feedback_icon";s:14:"fa fa-calendar";s:12:"feedback_btn";s:19:"Booking Appointment";s:45:"weblizar_rcsm_settings_save_appearance_option";s:1:"1";}', 'yes'),
(938, 'LIMB_gallery_version', '1.2.3', 'yes'),
(939, 'LIMB_gallery_act_status', '{"date":"2017-10-17-07:55:42","mood":"success","content":"Plugin successfully activate"}', 'yes'),
(958, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1508257474', 'no'),
(959, '_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:4386;}s:4:"post";a:3:{s:4:"name";s:4:"post";s:4:"slug";s:4:"post";s:5:"count";i:2512;}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";i:2370;}s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";i:2351;}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";i:1837;}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";i:1607;}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";i:1598;}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";i:1438;}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";i:1360;}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";i:1355;}s:8:"facebook";a:3:{s:4:"name";s:8:"facebook";s:4:"slug";s:8:"facebook";s:5:"count";i:1347;}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";i:1277;}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";i:1273;}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";i:1143;}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";i:1058;}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";i:1053;}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";i:998;}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";i:958;}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";i:827;}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";i:825;}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";i:816;}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";i:778;}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";i:773;}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";i:672;}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";i:671;}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";i:666;}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";i:655;}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";i:652;}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";i:647;}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";i:638;}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";i:630;}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";i:615;}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";i:598;}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";i:593;}s:4:"ajax";a:3:{s:4:"name";s:4:"ajax";s:4:"slug";s:4:"ajax";s:5:"count";i:588;}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";i:586;}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";i:579;}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";i:579;}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";i:563;}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";i:558;}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";i:547;}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";i:535;}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";i:529;}s:3:"css";a:3:{s:4:"name";s:3:"css";s:4:"slug";s:3:"css";s:5:"count";i:520;}s:5:"share";a:3:{s:4:"name";s:5:"share";s:4:"slug";s:5:"share";s:5:"count";i:507;}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";i:503;}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";i:497;}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";i:493;}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";i:477;}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";i:475;}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";i:475;}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";i:473;}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";i:452;}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";i:448;}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";i:447;}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";i:441;}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";i:441;}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";i:438;}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";i:425;}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";i:417;}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";i:412;}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";i:411;}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";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:405;}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";i:404;}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";i:397;}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";i:391;}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";i:383;}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";i:382;}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";i:371;}s:4:"news";a:3:{s:4:"name";s:4:"news";s:4:"slug";s:4:"news";s:5:"count";i:356;}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";i:347;}s:7:"payment";a:3:{s:4:"name";s:7:"payment";s:4:"slug";s:7:"payment";s:5:"count";i:340;}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";i:333;}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";i:333;}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";i:333;}s:5:"popup";a:3:{s:4:"name";s:5:"popup";s:4:"slug";s:5:"popup";s:5:"count";i:331;}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";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:329;}s:4:"code";a:3:{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";i:327;}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";i:324;}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";i:323;}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";i:323;}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";i:318;}s:4:"chat";a:3:{s:4:"name";s:4:"chat";s:4:"slug";s:4:"chat";s:5:"count";i:306;}s:8:"redirect";a:3:{s:4:"name";s:8:"redirect";s:4:"slug";s:8:"redirect";s:5:"count";i:302;}s:6:"simple";a:3:{s:4:"name";s:6:"simple";s:4:"slug";s:6:"simple";s:5:"count";i:300;}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:294;}s:15:"payment-gateway";a:3:{s:4:"name";s:15:"payment gateway";s:4:"slug";s:15:"payment-gateway";s:5:"count";i:294;}s:3:"tag";a:3:{s:4:"name";s:3:"tag";s:4:"slug";s:3:"tag";s:5:"count";i:292;}s:5:"forms";a:3:{s:4:"name";s:5:"forms";s:4:"slug";s:5:"forms";s:5:"count";i:290;}s:11:"advertising";a:3:{s:4:"name";s:11:"advertising";s:4:"slug";s:11:"advertising";s:5:"count";i:286;}s:7:"adsense";a:3:{s:4:"name";s:7:"adsense";s:4:"slug";s:7:"adsense";s:5:"count";i:284;}s:6:"author";a:3:{s:4:"name";s:6:"author";s:4:"slug";s:6:"author";s:5:"count";i:283;}s:4:"html";a:3:{s:4:"name";s:4:"html";s:4:"slug";s:4:"html";s:5:"count";i:280;}s:8:"lightbox";a:3:{s:4:"name";s:8:"lightbox";s:4:"slug";s:8:"lightbox";s:5:"count";i:278;}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";i:276;}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";i:276;}s:7:"tinymce";a:3:{s:4:"name";s:7:"tinyMCE";s:4:"slug";s:7:"tinymce";s:5:"count";i:273;}s:7:"captcha";a:3:{s:4:"name";s:7:"captcha";s:4:"slug";s:7:"captcha";s:5:"count";i:270;}}', 'no'),
(962, 'wpmm_settings', 'a:3:{s:7:"general";a:10:{s:6:"status";i:1;s:11:"bypass_bots";i:0;s:12:"backend_role";a:1:{i:0;s:6:"editor";}s:13:"frontend_role";a:1:{i:0;s:6:"editor";}s:11:"meta_robots";i:0;s:11:"redirection";s:0:"";s:7:"exclude";a:3:{i:0;s:4:"feed";i:1;s:8:"wp-login";i:2;s:5:"login";}s:6:"notice";i:1;s:10:"admin_link";i:0;s:11:"status_date";s:19:"2017-10-18 10:41:26";}s:6:"design";a:10:{s:5:"title";s:16:"Maintenance mode";s:7:"heading";s:19:"Maintenance mode ON";s:13:"heading_color";s:7:"#ff0000";s:4:"text";s:88:"<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>";s:10:"text_color";s:7:"#1e73be";s:7:"bg_type";s:6:"custom";s:8:"bg_color";s:0:"";s:9:"bg_custom";s:63:"http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/bg.jpg";s:13:"bg_predefined";s:7:"bg1.jpg";s:10:"custom_css";a:3:{s:13:"heading_color";s:28:".wrap h1 { color: #ff0000; }";s:10:"text_color";s:28:".wrap h2 { color: #1e73be; }";s:6:"bg_url";s:148:".background { background: url(http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/bg.jpg) no-repeat center top fixed; background-size: cover; }";}}s:7:"modules";a:22:{s:16:"countdown_status";i:1;s:15:"countdown_start";s:19:"2017-10-17 13:27:25";s:17:"countdown_details";a:3:{s:4:"days";s:2:"16";s:5:"hours";s:1:"1";s:7:"minutes";s:1:"0";}s:15:"countdown_color";s:7:"#1e73be";s:16:"subscribe_status";i:0;s:14:"subscribe_text";s:26:"Notify me when it\\''s ready";s:20:"subscribe_text_color";s:0:"";s:13:"social_status";i:0;s:13:"social_target";i:1;s:13:"social_github";s:0:"";s:15:"social_dribbble";s:0:"";s:14:"social_twitter";s:0:"";s:15:"social_facebook";s:36:"https://www.facebook.com/Antechadmin";s:16:"social_pinterest";s:0:"";s:14:"social_google+";s:0:"";s:15:"social_linkedin";s:0:"";s:14:"contact_status";i:0;s:13:"contact_email";s:17:"pbadmin@gmail.com";s:15:"contact_effects";s:11:"zoom|zoomed";s:9:"ga_status";i:0;s:7:"ga_code";s:0:"";s:10:"custom_css";a:1:{s:15:"countdown_color";s:41:".wrap .countdown span { color: #1e73be; }";}}}', 'yes'),
(963, 'wpmm_version', '2.0.9', 'yes'),
(984, '_transient_timeout_heateor_ss_share_count_233', '1508264267', 'no'),
(985, '_transient_heateor_ss_share_count_233', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(988, '_transient_timeout_heateor_ss_share_count_1', '1508264497', 'no'),
(989, '_transient_heateor_ss_share_count_1', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(1005, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1508320974;s:7:"checked";a:4:{s:8:"colormag";s:5:"1.2.2";s:13:"twentyfifteen";s:3:"1.8";s:15:"twentyseventeen";s:3:"1.3";s:13:"twentysixteen";s:3:"1.3";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'no'),
(1011, '_transient_timeout_heateor_ss_share_count_249', '1508266359', 'no'),
(1012, '_transient_heateor_ss_share_count_249', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no');
INSERT INTO `pb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1013, '_site_transient_update_plugins', 'O:8:"stdClass":4:{s:12:"last_checked";i:1508320959;s:8:"response";a:2:{s:19:"akismet/akismet.php";O:8:"stdClass":11:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:3:"4.0";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:54:"https://downloads.wordpress.org/plugin/akismet.4.0.zip";s:5:"icons";a:3:{s:2:"1x";s:59:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272";s:2:"2x";s:59:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272";s:7:"default";s:59:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272";}s:7:"banners";a:2:{s:2:"1x";s:61:"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904";s:7:"default";s:61:"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"4.8.1";s:13:"compatibility";O:8:"stdClass":0:{}}s:25:"breadcrumb/breadcrumb.php";O:8:"stdClass":11:{s:2:"id";s:24:"w.org/plugins/breadcrumb";s:4:"slug";s:10:"breadcrumb";s:6:"plugin";s:25:"breadcrumb/breadcrumb.php";s:11:"new_version";s:5:"1.5.0";s:3:"url";s:41:"https://wordpress.org/plugins/breadcrumb/";s:7:"package";s:53:"https://downloads.wordpress.org/plugin/breadcrumb.zip";s:5:"icons";a:2:{s:2:"1x";s:63:"https://ps.w.org/breadcrumb/assets/icon-128x128.png?rev=1363440";s:7:"default";s:63:"https://ps.w.org/breadcrumb/assets/icon-128x128.png?rev=1363440";}s:7:"banners";a:2:{s:2:"1x";s:65:"https://ps.w.org/breadcrumb/assets/banner-772x250.png?rev=1363440";s:7:"default";s:65:"https://ps.w.org/breadcrumb/assets/banner-772x250.png?rev=1363440";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"4.8.2";s:13:"compatibility";O:8:"stdClass":0:{}}}s:12:"translations";a:0:{}s:9:"no_update";a:15:{s:50:"carousel-horizontal-posts-content-slider/chpcs.php";O:8:"stdClass":9:{s:2:"id";s:54:"w.org/plugins/carousel-horizontal-posts-content-slider";s:4:"slug";s:40:"carousel-horizontal-posts-content-slider";s:6:"plugin";s:50:"carousel-horizontal-posts-content-slider/chpcs.php";s:11:"new_version";s:5:"3.2.6";s:3:"url";s:71:"https://wordpress.org/plugins/carousel-horizontal-posts-content-slider/";s:7:"package";s:89:"https://downloads.wordpress.org/plugin/carousel-horizontal-posts-content-slider.3.2.6.zip";s:5:"icons";a:2:{s:2:"1x";s:92:"https://ps.w.org/carousel-horizontal-posts-content-slider/assets/icon-128x128.png?rev=980129";s:7:"default";s:92:"https://ps.w.org/carousel-horizontal-posts-content-slider/assets/icon-128x128.png?rev=980129";}s:7:"banners";a:2:{s:2:"1x";s:94:"https://ps.w.org/carousel-horizontal-posts-content-slider/assets/banner-772x250.jpg?rev=976477";s:7:"default";s:94:"https://ps.w.org/carousel-horizontal-posts-content-slider/assets/banner-772x250.jpg?rev=976477";}s:11:"banners_rtl";a:0:{}}s:39:"ditty-news-ticker/ditty-news-ticker.php";O:8:"stdClass":9:{s:2:"id";s:31:"w.org/plugins/ditty-news-ticker";s:4:"slug";s:17:"ditty-news-ticker";s:6:"plugin";s:39:"ditty-news-ticker/ditty-news-ticker.php";s:11:"new_version";s:6:"2.1.10";s:3:"url";s:48:"https://wordpress.org/plugins/ditty-news-ticker/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/ditty-news-ticker.zip";s:5:"icons";a:2:{s:2:"1x";s:70:"https://ps.w.org/ditty-news-ticker/assets/icon-128x128.png?rev=1454794";s:7:"default";s:70:"https://ps.w.org/ditty-news-ticker/assets/icon-128x128.png?rev=1454794";}s:7:"banners";a:3:{s:2:"2x";s:73:"https://ps.w.org/ditty-news-ticker/assets/banner-1544x500.png?rev=1454794";s:2:"1x";s:72:"https://ps.w.org/ditty-news-ticker/assets/banner-772x250.png?rev=1454791";s:7:"default";s:73:"https://ps.w.org/ditty-news-ticker/assets/banner-1544x500.png?rev=1454794";}s:11:"banners_rtl";a:0:{}}s:45:"easy-custom-sidebars/easy-custom-sidebars.php";O:8:"stdClass":9:{s:2:"id";s:34:"w.org/plugins/easy-custom-sidebars";s:4:"slug";s:20:"easy-custom-sidebars";s:6:"plugin";s:45:"easy-custom-sidebars/easy-custom-sidebars.php";s:11:"new_version";s:5:"1.0.9";s:3:"url";s:51:"https://wordpress.org/plugins/easy-custom-sidebars/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/easy-custom-sidebars.zip";s:5:"icons";a:3:{s:2:"1x";s:72:"https://ps.w.org/easy-custom-sidebars/assets/icon-128x128.png?rev=991222";s:2:"2x";s:72:"https://ps.w.org/easy-custom-sidebars/assets/icon-256x256.png?rev=991222";s:7:"default";s:72:"https://ps.w.org/easy-custom-sidebars/assets/icon-256x256.png?rev=991222";}s:7:"banners";a:3:{s:2:"2x";s:75:"https://ps.w.org/easy-custom-sidebars/assets/banner-1544x500.png?rev=987596";s:2:"1x";s:74:"https://ps.w.org/easy-custom-sidebars/assets/banner-772x250.png?rev=987596";s:7:"default";s:75:"https://ps.w.org/easy-custom-sidebars/assets/banner-1544x500.png?rev=987596";}s:11:"banners_rtl";a:0:{}}s:9:"hello.php";O:8:"stdClass":9:{s:2:"id";s:25:"w.org/plugins/hello-dolly";s:4:"slug";s:11:"hello-dolly";s:6:"plugin";s:9:"hello.php";s:11:"new_version";s:3:"1.6";s:3:"url";s:42:"https://wordpress.org/plugins/hello-dolly/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip";s:5:"icons";a:3:{s:2:"1x";s:63:"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907";s:2:"2x";s:63:"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907";s:7:"default";s:63:"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907";}s:7:"banners";a:2:{s:2:"1x";s:65:"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342";s:7:"default";s:65:"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342";}s:11:"banners_rtl";a:0:{}}s:27:"limb-gallery/gallery-rs.php";O:8:"stdClass":9:{s:2:"id";s:26:"w.org/plugins/limb-gallery";s:4:"slug";s:12:"limb-gallery";s:6:"plugin";s:27:"limb-gallery/gallery-rs.php";s:11:"new_version";s:5:"1.2.3";s:3:"url";s:43:"https://wordpress.org/plugins/limb-gallery/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/limb-gallery.1.2.3.zip";s:5:"icons";a:2:{s:2:"1x";s:65:"https://ps.w.org/limb-gallery/assets/icon-128x128.png?rev=1506410";s:7:"default";s:65:"https://ps.w.org/limb-gallery/assets/icon-128x128.png?rev=1506410";}s:7:"banners";a:2:{s:2:"1x";s:67:"https://ps.w.org/limb-gallery/assets/banner-772x250.jpg?rev=1546015";s:7:"default";s:67:"https://ps.w.org/limb-gallery/assets/banner-772x250.jpg?rev=1546015";}s:11:"banners_rtl";a:0:{}}s:39:"q2w3-fixed-widget/q2w3-fixed-widget.php";O:8:"stdClass":9:{s:2:"id";s:31:"w.org/plugins/q2w3-fixed-widget";s:4:"slug";s:17:"q2w3-fixed-widget";s:6:"plugin";s:39:"q2w3-fixed-widget/q2w3-fixed-widget.php";s:11:"new_version";s:5:"5.0.4";s:3:"url";s:48:"https://wordpress.org/plugins/q2w3-fixed-widget/";s:7:"package";s:66:"https://downloads.wordpress.org/plugin/q2w3-fixed-widget.5.0.4.zip";s:5:"icons";a:0:{}s:7:"banners";a:2:{s:2:"1x";s:71:"https://ps.w.org/q2w3-fixed-widget/assets/banner-772x250.jpg?rev=681277";s:7:"default";s:71:"https://ps.w.org/q2w3-fixed-widget/assets/banner-772x250.jpg?rev=681277";}s:11:"banners_rtl";a:0:{}}s:35:"responsive-posts-carousel/index.php";O:8:"stdClass":9:{s:2:"id";s:39:"w.org/plugins/responsive-posts-carousel";s:4:"slug";s:25:"responsive-posts-carousel";s:6:"plugin";s:35:"responsive-posts-carousel/index.php";s:11:"new_version";s:5:"3.7.6";s:3:"url";s:56:"https://wordpress.org/plugins/responsive-posts-carousel/";s:7:"package";s:74:"https://downloads.wordpress.org/plugin/responsive-posts-carousel.3.7.6.zip";s:5:"icons";a:3:{s:2:"1x";s:78:"https://ps.w.org/responsive-posts-carousel/assets/icon-128x128.png?rev=1635744";s:2:"2x";s:78:"https://ps.w.org/responsive-posts-carousel/assets/icon-256x256.png?rev=1635744";s:7:"default";s:78:"https://ps.w.org/responsive-posts-carousel/assets/icon-256x256.png?rev=1635744";}s:7:"banners";a:2:{s:2:"1x";s:80:"https://ps.w.org/responsive-posts-carousel/assets/banner-772x250.jpg?rev=1712741";s:7:"default";s:80:"https://ps.w.org/responsive-posts-carousel/assets/banner-772x250.jpg?rev=1712741";}s:11:"banners_rtl";a:0:{}}s:24:"responsive-tabs/rtbs.php";O:8:"stdClass":9:{s:2:"id";s:29:"w.org/plugins/responsive-tabs";s:4:"slug";s:15:"responsive-tabs";s:6:"plugin";s:24:"responsive-tabs/rtbs.php";s:11:"new_version";s:5:"3.3.1";s:3:"url";s:46:"https://wordpress.org/plugins/responsive-tabs/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/responsive-tabs.zip";s:5:"icons";a:3:{s:2:"1x";s:68:"https://ps.w.org/responsive-tabs/assets/icon-128x128.png?rev=1126142";s:2:"2x";s:68:"https://ps.w.org/responsive-tabs/assets/icon-256x256.png?rev=1126142";s:7:"default";s:68:"https://ps.w.org/responsive-tabs/assets/icon-256x256.png?rev=1126142";}s:7:"banners";a:2:{s:2:"1x";s:70:"https://ps.w.org/responsive-tabs/assets/banner-772x250.png?rev=1126152";s:7:"default";s:70:"https://ps.w.org/responsive-tabs/assets/banner-772x250.png?rev=1126152";}s:11:"banners_rtl";a:0:{}}s:28:"robo-gallery/robogallery.php";O:8:"stdClass":9:{s:2:"id";s:26:"w.org/plugins/robo-gallery";s:4:"slug";s:12:"robo-gallery";s:6:"plugin";s:28:"robo-gallery/robogallery.php";s:11:"new_version";s:5:"2.7.0";s:3:"url";s:43:"https://wordpress.org/plugins/robo-gallery/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/robo-gallery.2.7.0.zip";s:5:"icons";a:3:{s:2:"1x";s:65:"https://ps.w.org/robo-gallery/assets/icon-128x128.png?rev=1198649";s:2:"2x";s:65:"https://ps.w.org/robo-gallery/assets/icon-256x256.png?rev=1198649";s:7:"default";s:65:"https://ps.w.org/robo-gallery/assets/icon-256x256.png?rev=1198649";}s:7:"banners";a:3:{s:2:"2x";s:68:"https://ps.w.org/robo-gallery/assets/banner-1544x500.jpg?rev=1198649";s:2:"1x";s:67:"https://ps.w.org/robo-gallery/assets/banner-772x250.jpg?rev=1198649";s:7:"default";s:68:"https://ps.w.org/robo-gallery/assets/banner-1544x500.jpg?rev=1198649";}s:11:"banners_rtl";a:0:{}}s:71:"showeblogin-facebook-page-like-box/showeblogin-facebook-page-plugin.php";O:8:"stdClass":9:{s:2:"id";s:48:"w.org/plugins/showeblogin-facebook-page-like-box";s:4:"slug";s:34:"showeblogin-facebook-page-like-box";s:6:"plugin";s:71:"showeblogin-facebook-page-like-box/showeblogin-facebook-page-plugin.php";s:11:"new_version";s:3:"3.5";s:3:"url";s:65:"https://wordpress.org/plugins/showeblogin-facebook-page-like-box/";s:7:"package";s:77:"https://downloads.wordpress.org/plugin/showeblogin-facebook-page-like-box.zip";s:5:"icons";a:3:{s:2:"1x";s:87:"https://ps.w.org/showeblogin-facebook-page-like-box/assets/icon-128x128.jpg?rev=1159516";s:2:"2x";s:87:"https://ps.w.org/showeblogin-facebook-page-like-box/assets/icon-256x256.jpg?rev=1159506";s:7:"default";s:87:"https://ps.w.org/showeblogin-facebook-page-like-box/assets/icon-256x256.jpg?rev=1159506";}s:7:"banners";a:3:{s:2:"2x";s:90:"https://ps.w.org/showeblogin-facebook-page-like-box/assets/banner-1544x500.jpg?rev=1159447";s:2:"1x";s:89:"https://ps.w.org/showeblogin-facebook-page-like-box/assets/banner-772x250.jpg?rev=1180842";s:7:"default";s:90:"https://ps.w.org/showeblogin-facebook-page-like-box/assets/banner-1544x500.jpg?rev=1159447";}s:11:"banners_rtl";a:0:{}}s:24:"slider-images/Slider.php";O:8:"stdClass":9:{s:2:"id";s:27:"w.org/plugins/slider-images";s:4:"slug";s:13:"slider-images";s:6:"plugin";s:24:"slider-images/Slider.php";s:11:"new_version";s:5:"1.2.6";s:3:"url";s:44:"https://wordpress.org/plugins/slider-images/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/slider-images.1.2.6.zip";s:5:"icons";a:2:{s:2:"1x";s:66:"https://ps.w.org/slider-images/assets/icon-128x128.png?rev=1534872";s:7:"default";s:66:"https://ps.w.org/slider-images/assets/icon-128x128.png?rev=1534872";}s:7:"banners";a:2:{s:2:"1x";s:68:"https://ps.w.org/slider-images/assets/banner-772x250.png?rev=1658394";s:7:"default";s:68:"https://ps.w.org/slider-images/assets/banner-772x250.png?rev=1658394";}s:11:"banners_rtl";a:0:{}}s:37:"super-socializer/super_socializer.php";O:8:"stdClass":9:{s:2:"id";s:30:"w.org/plugins/super-socializer";s:4:"slug";s:16:"super-socializer";s:6:"plugin";s:37:"super-socializer/super_socializer.php";s:11:"new_version";s:5:"7.9.4";s:3:"url";s:47:"https://wordpress.org/plugins/super-socializer/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/super-socializer.zip";s:5:"icons";a:2:{s:2:"1x";s:69:"https://ps.w.org/super-socializer/assets/icon-128x128.png?rev=1116798";s:7:"default";s:69:"https://ps.w.org/super-socializer/assets/icon-128x128.png?rev=1116798";}s:7:"banners";a:2:{s:2:"1x";s:71:"https://ps.w.org/super-socializer/assets/banner-772x250.png?rev=1746252";s:7:"default";s:71:"https://ps.w.org/super-socializer/assets/banner-772x250.png?rev=1746252";}s:11:"banners_rtl";a:0:{}}s:53:"themegrill-demo-importer/themegrill-demo-importer.php";O:8:"stdClass":9:{s:2:"id";s:38:"w.org/plugins/themegrill-demo-importer";s:4:"slug";s:24:"themegrill-demo-importer";s:6:"plugin";s:53:"themegrill-demo-importer/themegrill-demo-importer.php";s:11:"new_version";s:5:"1.4.0";s:3:"url";s:55:"https://wordpress.org/plugins/themegrill-demo-importer/";s:7:"package";s:73:"https://downloads.wordpress.org/plugin/themegrill-demo-importer.1.4.0.zip";s:5:"icons";a:0:{}s:7:"banners";a:2:{s:2:"1x";s:79:"https://ps.w.org/themegrill-demo-importer/assets/banner-772x250.jpg?rev=1689579";s:7:"default";s:79:"https://ps.w.org/themegrill-demo-importer/assets/banner-772x250.jpg?rev=1689579";}s:11:"banners_rtl";a:0:{}}s:31:"the-post-grid/the-post-grid.php";O:8:"stdClass":9:{s:2:"id";s:27:"w.org/plugins/the-post-grid";s:4:"slug";s:13:"the-post-grid";s:6:"plugin";s:31:"the-post-grid/the-post-grid.php";s:11:"new_version";s:3:"2.0";s:3:"url";s:44:"https://wordpress.org/plugins/the-post-grid/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/the-post-grid.2.0.zip";s:5:"icons";a:3:{s:0:"";s:66:"https://ps.w.org/the-post-grid/assets/icon-100x100.png?rev=1362513";s:2:"1x";s:66:"https://ps.w.org/the-post-grid/assets/icon-128x128.png?rev=1362513";s:7:"default";s:66:"https://ps.w.org/the-post-grid/assets/icon-128x128.png?rev=1362513";}s:7:"banners";a:3:{s:2:"2x";s:69:"https://ps.w.org/the-post-grid/assets/banner-1544x500.png?rev=1735974";s:2:"1x";s:68:"https://ps.w.org/the-post-grid/assets/banner-772x250.png?rev=1735974";s:7:"default";s:69:"https://ps.w.org/the-post-grid/assets/banner-1544x500.png?rev=1735974";}s:11:"banners_rtl";a:0:{}}s:43:"wp-maintenance-mode/wp-maintenance-mode.php";O:8:"stdClass":9:{s:2:"id";s:33:"w.org/plugins/wp-maintenance-mode";s:4:"slug";s:19:"wp-maintenance-mode";s:6:"plugin";s:43:"wp-maintenance-mode/wp-maintenance-mode.php";s:11:"new_version";s:5:"2.0.9";s:3:"url";s:50:"https://wordpress.org/plugins/wp-maintenance-mode/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/wp-maintenance-mode.zip";s:5:"icons";a:3:{s:2:"1x";s:72:"https://ps.w.org/wp-maintenance-mode/assets/icon-128x128.png?rev=1746218";s:2:"2x";s:72:"https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.png?rev=1746218";s:7:"default";s:72:"https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.png?rev=1746218";}s:7:"banners";a:2:{s:2:"1x";s:74:"https://ps.w.org/wp-maintenance-mode/assets/banner-772x250.png?rev=1746218";s:7:"default";s:74:"https://ps.w.org/wp-maintenance-mode/assets/banner-772x250.png?rev=1746218";}s:11:"banners_rtl";a:0:{}}}}', 'no'),
(1023, '_transient_timeout_heateor_ss_share_count_2', '1508309803', 'no'),
(1024, '_transient_heateor_ss_share_count_2', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(1025, '_site_transient_timeout_available_translations', '1508320117', 'no');
INSERT INTO `pb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1026, '_site_transient_available_translations', 'a:110:{s:2:"af";a:8:{s:8:"language";s:2:"af";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-02 13:13: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.8.2/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.8.2";s:7:"updated";s:19:"2017-07-29 08:49:40";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.8.2/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.6";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.6/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: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: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:"bel";a:8:{s:8:"language";s:3:"bel";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-09-26 18:50:50";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.8.2/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.8.2";s:7:"updated";s:19:"2017-08-09 09:24:45";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.8.2/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:22:"Продължение";}}s:5:"bn_BD";a:8:{s:8:"language";s:5:"bn_BD";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-01 12:57:10";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.8.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.8.2";s:7:"updated";s:19:"2017-08-08 21:01:45";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.8.2/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.8.2";s:7:"updated";s:19:"2017-09-19 16:27:32";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.8.2/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.8.2";s:7:"updated";s:19:"2017-10-03 23:25:51";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.8.2/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&#230;t";}}s:14:"de_CH_informal";a:8:{s:8:"language";s:14:"de_CH_informal";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-09-09 11:53:31";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.8.2/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:5:"de_DE";a:8:{s:8:"language";s:5:"de_DE";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-01 18:14:59";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.8.2/de_DE.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}}s:12:"de_DE_formal";a:8:{s:8:"language";s:12:"de_DE_formal";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-01 18:14:36";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.8.2/de_DE_formal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}}s:5:"de_CH";a:8:{s:8:"language";s:5:"de_CH";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-09-09 11:51:58";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.8.2/de_CH.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}}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.8.2";s:7:"updated";s:19:"2017-10-10 19:51:38";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.8.2/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_AU";a:8:{s:8:"language";s:5:"en_AU";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-07-25 10:03:08";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.8.2/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_CA";a:8:{s:8:"language";s:5:"en_CA";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-07-25 19:47:01";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.8.2/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_GB";a:8:{s:8:"language";s:5:"en_GB";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-08 11:31:20";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.8.2/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_NZ";a:8:{s:8:"language";s:5:"en_NZ";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-08-02 03:57:05";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.8.2/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:5:"en_ZA";a:8:{s:8:"language";s:5:"en_ZA";s:7:"version";s:5:"4.7.6";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.6/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:2:"eo";a:8:{s:8:"language";s:2:"eo";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-07-26 10:38:53";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.8.2/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_CO";a:8:{s:8:"language";s:5:"es_CO";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-08-13 17:00:30";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.8.2/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_ES";a:8:{s:8:"language";s:5:"es_ES";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-04 05:23:56";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.8.2/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_GT";a:8:{s:8:"language";s:5:"es_GT";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-05 17:50:24";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.8.2/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_CR";a:8:{s:8:"language";s:5:"es_CR";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-01 17:54:52";s:12:"english_name";s:20:"Spanish (Costa Rica)";s:11:"native_name";s:8:"Español";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.8.2/es_CR.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:5:"es_VE";a:8:{s:8:"language";s:5:"es_VE";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-07-30 16:09:17";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.8.2/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_MX";a:8:{s:8:"language";s:5:"es_MX";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-07-31 15:12:02";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.8.2/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_AR";a:8:{s:8:"language";s:5:"es_AR";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-08-01 04:48:11";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.8.2/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: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.8.2";s:7:"updated";s:19:"2017-09-19 12:08:05";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.8.2/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:3:"4.8";s:7:"updated";s:19:"2017-06-09 15:50:45";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.8/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.8.2";s:7:"updated";s:19:"2017-07-28 11:00:29";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.8.2/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_BE";a:8:{s:8:"language";s:5:"fr_BE";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-07-28 09:14:18";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.8.2/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.8.2";s:7:"updated";s:19:"2017-10-14 18:07:51";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.8.2/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:5:"fr_CA";a:8:{s:8:"language";s:5:"fr_CA";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-07-28 12:37:07";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.8.2/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: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.8.2";s:7:"updated";s:19:"2017-07-26 12:45:35";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.8.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.8.2";s:7:"updated";s:19:"2017-10-17 14:23:13";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.8.2/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.8.2";s:7:"updated";s:19:"2017-09-12 21:37:24";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.8.2/he_IL.zip";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:12:"להמשיך";}}s:5:"hi_IN";a:8:{s:8:"language";s:5:"hi_IN";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-07-28 10:29:26";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.8.2/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.8.2";s:7:"updated";s:19:"2017-09-22 14:47:25";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.8.2/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:7:"Tovább";}}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.8.2";s:7:"updated";s:19:"2017-07-28 12:45:08";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.8.2/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.6";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.6/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.8.2";s:7:"updated";s:19:"2017-09-30 11:12:28";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.8.2/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.8.2";s:7:"updated";s:19:"2017-10-09 07:51:37";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.8.2/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.8.2";s:7:"updated";s:19:"2017-10-09 06:06:41";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.8.2/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.8.2";s:7:"updated";s:19:"2017-08-22 15:33:00";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.8.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:9:"Continuer";}}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.8.2";s:7:"updated";s:19:"2017-07-28 10:48:16";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.8.2/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:9:"ຕໍ່";}}s:5:"lt_LT";a:8:{s:8:"language";s:5:"lt_LT";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-07-28 11:02:15";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.8.2/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.6";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.6/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.6";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.6/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.8.2";s:7:"updated";s:19:"2017-09-30 06:25:41";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.8.2/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.6";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.6/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.19";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.19/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.8.2";s:7:"updated";s:19:"2017-08-02 21:02:39";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.8.2/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.8.2";s:7:"updated";s:19:"2017-07-31 08:47:10";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.8.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:31:"जारीराख्नु ";}}s:12:"nl_NL_formal";a:8:{s:8:"language";s:12:"nl_NL_formal";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-08-30 07:58:32";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.8.2/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:"nl_BE";a:8:{s:8:"language";s:5:"nl_BE";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-02 15:25:12";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.8.2/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:5:"nl_NL";a:8:{s:8:"language";s:5:"nl_NL";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-13 12:25:56";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.8.2/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:"nn_NO";a:8:{s:8:"language";s:5:"nn_NO";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-09-25 10:02:16";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.8.2/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.8.2";s:7:"updated";s:19:"2017-08-25 10:03:08";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.8.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.8.2";s:7:"updated";s:19:"2017-09-20 08:02:58";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.8.2/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.19";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.19/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:8:"دوام";}}s:10:"pt_PT_ao90";a:8:{s:8:"language";s:10:"pt_PT_ao90";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-09-29 08:57:23";s:12:"english_name";s:27:"Portuguese (Portugal, AO90)";s:11:"native_name";s:17:"Português (AO90)";s:7:"package";s:69:"https://downloads.wordpress.org/translation/core/4.8.2/pt_PT_ao90.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.8.2";s:7:"updated";s:19:"2017-09-30 17:15:54";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.8.2/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:5:"pt_PT";a:8:{s:8:"language";s:5:"pt_PT";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-13 11:55:41";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.8.2/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: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.8.2";s:7:"updated";s:19:"2017-10-17 12:16:26";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.8.2/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.8.2";s:7:"updated";s:19:"2017-09-23 11:17:01";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.8.2/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.8.2";s:7:"updated";s:19:"2017-09-30 08:21:26";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.8.2/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.8.2";s:7:"updated";s:19:"2017-09-12 12:51:50";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.8.2/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:10:"Nadaljujte";}}s:2:"sq";a:8:{s:8:"language";s:2:"sq";s:7:"version";s:5:"4.7.6";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.6/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.8.2";s:7:"updated";s:19:"2017-07-28 12:07:44";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.8.2/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.8.2";s:7:"updated";s:19:"2017-10-08 16:15:48";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.8.2/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.8.2";s:7:"updated";s:19:"2017-10-07 02:08:56";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.8.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.8.2";s:7:"updated";s:19:"2017-10-12 12:20:32";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.8.2/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.8.2";s:7:"updated";s:19:"2017-09-19 19:56:39";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.8.2/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.8.2";s:7:"updated";s:19:"2017-10-03 08:22:57";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.8.2/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.8.2";s:7:"updated";s:19:"2017-10-15 05:40:58";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.8.2/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:20:"Продолжить";}}s:2:"vi";a:8:{s:8:"language";s:2:"vi";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-10-03 09:08:47";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.8.2/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_TW";a:8:{s:8:"language";s:5:"zh_TW";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-09-12 11:35:05";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.8.2/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:"繼續";}}s:5:"zh_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"4.8.2";s:7:"updated";s:19:"2017-08-04 07:53:05";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.8.2/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.8.2";s:7:"updated";s:19:"2017-09-27 14:50:31";s:12:"english_name";s:19:"Chinese (Hong Kong)";s:11:"native_name";s:16:"香港中文版	";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.8.2/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:"繼續";}}}', 'no'),
(1029, '_transient_timeout_heateor_ss_share_count_185', '1508310808', 'no'),
(1030, '_transient_heateor_ss_share_count_185', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(1033, '_site_transient_timeout_browser_6c0688d412d38f91c412ad7bb61d7102', '1508917319', 'no'),
(1034, '_site_transient_browser_6c0688d412d38f91c412ad7bb61d7102', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:13:"61.0.3163.100";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(1035, '_site_transient_timeout_community-events-4501c091b0366d76ea3218b6cfdd8097', '1508355723', 'no'),
(1036, '_site_transient_community-events-4501c091b0366d76ea3218b6cfdd8097', 'a:2:{s:8:"location";a:1:{s:2:"ip";s:2:"::";}s:6:"events";a:3:{i:0;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:57:"Get it started - Building your first website in WordPress";s:3:"url";s:68:"https://www.meetup.com/Trivandrum-WordPress-Meetup/events/243908465/";s:6:"meetup";s:27:"Trivandrum WordPress Meetup";s:10:"meetup_url";s:51:"https://www.meetup.com/Trivandrum-WordPress-Meetup/";s:4:"date";s:19:"2017-10-21 16:00:00";s:8:"location";a:4:{s:8:"location";s:25:"Thiruvananthapuram, India";s:7:"country";s:2:"in";s:8:"latitude";d:8.5580970000000001;s:9:"longitude";d:76.881561000000005;}}i:1;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:64:"Get it straight - WordPress Best Practices and Mistakes to Avoid";s:3:"url";s:68:"https://www.meetup.com/Trivandrum-WordPress-Meetup/events/243908710/";s:6:"meetup";s:27:"Trivandrum WordPress Meetup";s:10:"meetup_url";s:51:"https://www.meetup.com/Trivandrum-WordPress-Meetup/";s:4:"date";s:19:"2017-11-11 16:00:00";s:8:"location";a:4:{s:8:"location";s:14:"TVM, KL, India";s:7:"country";s:2:"IN";s:8:"latitude";d:8.5100002288818004;s:9:"longitude";d:76.949996948242003;}}i:2;a:7:{s:4:"type";s:6:"meetup";s:5:"title";s:50:"Get it secured - WordPress Security Best Practices";s:3:"url";s:68:"https://www.meetup.com/Trivandrum-WordPress-Meetup/events/243908766/";s:6:"meetup";s:27:"Trivandrum WordPress Meetup";s:10:"meetup_url";s:51:"https://www.meetup.com/Trivandrum-WordPress-Meetup/";s:4:"date";s:19:"2017-12-09 16:00:00";s:8:"location";a:4:{s:8:"location";s:14:"TVM, KL, India";s:7:"country";s:2:"IN";s:8:"latitude";d:8.5100002288818004;s:9:"longitude";d:76.949996948242003;}}}}', 'no'),
(1037, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1508355727', 'no');
INSERT INTO `pb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1038, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Oct 2017 06:29: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:"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.9-beta2-41860";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:36:"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 4.9 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Oct 2017 06:29:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4946";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:364:"WordPress 4.9 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Mel Choyce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1651:"<p>WordPress 4.9 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.9-beta2.zip">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href="https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/">Beta 1</a> blog post. Since then, we’ve made <a href="https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=41846&amp;stop_rev=41777&amp;limit=100&amp;sfp_email=&amp;sfph_mail=">70 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p><em>Let’s test all of these:</em><br />\n<em>code editing, theme switches,</em><br />\n<em>widgets, scheduling.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4946";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:36:"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 4.9 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/10/wordpress-4-9-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Oct 2017 05:54: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:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4926";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.9 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Jeffrey Paul";s: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:9159:"<p>WordPress 4.9 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.9-beta1.zip">download the beta here</a> (zip).</p>\n<p>WordPress 4.9 is slated for release on <a href="https://make.wordpress.org/core/4-9/">November 14</a>, but we need your help to get there. We’ve been working on making it even easier to customize your site. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li>Drafting (<a href="https://core.trac.wordpress.org/ticket/39896">#39896</a>) and scheduling (<a href="https://core.trac.wordpress.org/ticket/28721">#28721</a>) of changes in the Customizer. Once you save or schedule a changeset, when any user comes into the Customizer the pending changes will be autoloaded. A button is provided to discard changes to restore the Customizer to the last published state. (This is a new “linear” mode for changesets, as opposed to “branching” mode which can be enabled by filter so that every time  user opens the Customizer a new blank changeset will be started.)</li>\n<li>Addition of a frontend preview link to the Customizer to allow changes to be browsed on the frontend, even without a user being logged in (<a href="https://core.trac.wordpress.org/ticket/39896">#39896</a>).</li>\n<li>Addition of autosave revisions in the Customizer (<a href="https://core.trac.wordpress.org/ticket/39275">#39275</a>).</li>\n<li>A brand new theme browsing experience in the Customizer (<a href="https://core.trac.wordpress.org/ticket/37661">#37661</a>).</li>\n<li>Gallery widget (<a href="https://core.trac.wordpress.org/ticket/41914">#41914</a>), following the media and image widgets introduced in 4.8.</li>\n<li>Support for shortcodes in Text widgets (<a href="https://core.trac.wordpress.org/ticket/10457">#10457</a>).</li>\n<li>Support for adding media to Text widgets (<a href="https://core.trac.wordpress.org/ticket/40854">#40854</a>).</li>\n<li>Support for adding oEmbeds outside post content, including Text widgets (<a href="https://core.trac.wordpress.org/ticket/34115">#34115</a>).</li>\n<li>Support for videos from providers other than YouTube and Vimeo in the Video widget (<a href="https://core.trac.wordpress.org/ticket/42039">#42039</a>)</li>\n<li>Improve the flow for creating new menus in the Customizer (<a href="https://core.trac.wordpress.org/ticket/40104">#40104</a>).</li>\n<li>Educated guess mapping of nav menus and widgets when switching themes (<a href="https://core.trac.wordpress.org/ticket/39692">#39692</a>).</li>\n<li>Plugins: Introduce singular capabilities for activating and deactivating individual plugins (<a href="https://core.trac.wordpress.org/ticket/38652">#38652</a>).</li>\n<li>Sandbox PHP file edits in both plugins and themes, without auto-deactivation when an error occurs; a PHP edit that introduces a fatal error is rolled back with an opportunity then for the user to fix the error and attempt to re-save. (<a href="https://core.trac.wordpress.org/ticket/21622">#21622</a>).</li>\n<li>Addition of dirty state for widgets on the admin screen, indicating when a widget has been successfully saved and showing an “Are you sure?” dialog when attempting to leave without saving changes. (<a href="https://core.trac.wordpress.org/ticket/23120">#23120</a>, <a href="https://core.trac.wordpress.org/ticket/41610">#41610</a>)</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li>CodeMirror editor added to theme/plugin editor, Custom CSS in Customizer, and Custom HTML widgets. Integration includes support for linters to catch errors before you attempt to save. Includes new APIs for plugins to instantiate editors. (<a href="https://core.trac.wordpress.org/ticket/12423">#12423</a>)</li>\n<li>Introduction of an extensible code editor control for adding instances of CodeMirror to the Customizer. (<a href="https://core.trac.wordpress.org/ticket/41897">#41897</a>)</li>\n<li>Addition of global notifications area (<a href="https://core.trac.wordpress.org/ticket/35210">#35210</a>), panel and section notifications (<a href="https://core.trac.wordpress.org/ticket/38794">#38794</a>), and a notification overlay that takes over the entire screen in the Customizer (<a href="https://core.trac.wordpress.org/ticket/37727">#37727</a>).</li>\n<li>A date/time control in the Customizer (<a href="https://core.trac.wordpress.org/ticket/42022">#42022</a>).</li>\n<li>Improve usability of Customize JS API (<a href="https://core.trac.wordpress.org/ticket/42083">#42083</a>, <a href="https://core.trac.wordpress.org/ticket/37964">#37964</a>, <a href="https://core.trac.wordpress.org/ticket/36167">#36167</a>).</li>\n<li>Introduction of control templates for base controls (<a href="https://core.trac.wordpress.org/ticket/30738">#30738</a>).</li>\n<li>Use WP_Term_Query when transforming tax queries (<a href="https://core.trac.wordpress.org/ticket/37038">#37038</a>).</li>\n<li>Database: Add support for MySQL servers connecting to IPv6 hosts (<a href="https://core.trac.wordpress.org/ticket/41722">#41722</a>).</li>\n<li>Emoji: Bring Twemoji compatibility to PHP (<a href="https://core.trac.wordpress.org/ticket/35293">#35293</a>). Test for any weirdness with emoji in RSS feeds or emails.</li>\n<li>I18N: Introduce the Plural_Forms class (<a href="https://core.trac.wordpress.org/ticket/41562">#41562</a>).</li>\n<li>Media: Upgrade MediaElement.js to 4.2.5-74e01a40 (<a href="https://core.trac.wordpress.org/ticket/39686">#39686</a>).</li>\n<li>Media: Use max-width for default captions (<a href="https://core.trac.wordpress.org/ticket/33981">#33981</a>). We will want to make sure this doesn’t cause unexpected visual regressions in existing themes, default themes were all fine in testing.</li>\n<li>Media: Reduce duplicated custom header crops in the Customizer (<a href="https://core.trac.wordpress.org/ticket/21819">#21819</a>).</li>\n<li>Media: Store video creation date in meta (<a href="https://core.trac.wordpress.org/ticket/35218">#35218</a>). Please help test different kinds of videos.</li>\n<li>Multisite: Introduce get_site_by() (<a href="https://core.trac.wordpress.org/ticket/40180">#40180</a>).</li>\n<li>Multisite: Improve get_blog_details() by using get_site_by() (<a href="https://core.trac.wordpress.org/ticket/40228">#40228</a>).</li>\n<li>Multisite: Improve initializing available roles when switch sites (<a href="https://core.trac.wordpress.org/ticket/38645">#38645</a>).</li>\n<li>Multisite: Initialize a user&#8217;s roles correctly when setting them up for a different site (<a href="https://core.trac.wordpress.org/ticket/36961">#36961</a>).</li>\n<li>REST API: Support registering complex data structures for settings and meta</li>\n<li>REST API: Support for objects in schema validation and sanitization (<a href="https://core.trac.wordpress.org/ticket/38583">#38583</a>)</li>\n<li>Role/Capability: Introduce capabilities dedicated to installing and updating language files (<a href="https://core.trac.wordpress.org/ticket/39677">#39677</a>).</li>\n<li>Remove SWFUpload (<a href="https://core.trac.wordpress.org/ticket/41752">#41752</a>).</li>\n<li>Users: Require a confirmation link in an email to be clicked when a user attempts to change their email address (<a href="https://core.trac.wordpress.org/ticket/16470">#16470</a>).</li>\n<li>Core and the unit test suite is fully compatible with the upcoming release of PHP 7.2</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.9, <a href="https://make.wordpress.org/core/tag/4-9/">check out posts tagged with 4.9 on the main development blog</a>, or look at a <a href="https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=4.9&amp;group=component&amp;order=priority">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n<p><b>If you think you’ve found a bug</b>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><i>Without your testing,<br />\nwe might hurt the internet.<br />\nPlease help us find bugs.<img src="https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png" alt="🐛" class="wp-smiley" style="height: 1em; max-height: 1em;" /></i></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4926";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:33:"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"The Month in WordPress: September 2017";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wordpress.org/news/2017/10/the-month-in-wordpress-september-2017/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Oct 2017 08:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4920";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:340:"This has been an interesting month for WordPress, as a bold move on the JavaScript front brought the WordPress project to the forefront of many discussions across the development world. There have also been some intriguing changes in the WordCamp program, so read on to learn more about the WordPress community during the month of [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5634:"<p>This has been an interesting month for WordPress, as a bold move on the JavaScript front brought the WordPress project to the forefront of many discussions across the development world. There have also been some intriguing changes in the WordCamp program, so read on to learn more about the WordPress community during the month of September.</p>\n<hr />\n<h2>JavaScript Frameworks in WordPress</h2>\n<p>Early in the month, <a href="https://ma.tt/2017/09/on-react-and-wordpress/">Matt Mullenweg announced</a> that WordPress will be switching away from React as the JavaScript library WordPress Core might use — this was in response to Facebook’s decision to keep a controversial patent clause in the library’s license, making many WordPress users uncomfortable.</p>\n<p>A few days later, <a href="https://ma.tt/2017/09/facebook-dropping-patent-clause/">Facebook reverted the decision</a>, making React a viable option for WordPress once more. Still, the WordPress Core team is exploring a move <a href="https://github.com/WordPress/gutenberg/pull/2463">to make WordPress framework-agnostic</a>, so that the framework being used could be replaced by any other framework without affecting the rest of the project.</p>\n<p>This is a bold move that will ultimately make WordPress core a lot more flexible, and will also protect it from potential license changes in the future.</p>\n<p>You can get involved in the JavaScript discussion by joining the #core-js channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a> and following the <a href="https://make.wordpress.org/core/">WordPress Core development blog</a>.</p>\n<h2>Community Initiative to Make WordCamps More Accessible</h2>\n<p>A WordPress community member, Ines van Essen, started a new nonprofit initiative to offer financial assistance to community members to attend WordCamps. <a href="https://donatewc.org/">DonateWC</a> launched with a crowdsourced funding campaign to cover the costs of getting things up and running.</p>\n<p>Now that she’s raised the initial funds, Ines plans to set up a nonprofit organization and use donations from sponsors to help people all over the world attend and speak at WordCamps.</p>\n<p>If you would like to support the initiative, you can do so by <a href="https://donatewc.org/make-a-donation/">donating through their website</a>.</p>\n<h2>The WordCamp Incubator Program Returns</h2>\n<p>Following the success of <a href="https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/">the first WordCamp Incubator Program</a>, the Community Team is <a href="https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/">bringing the program back</a> to assist more underserved cities in kick-starting their WordPress communities.</p>\n<p>The program’s first phase aims to find community members who will volunteer to mentor, assist, and work alongside local leaders in the incubator communities — this is a time-intensive volunteer role that would need to be filled by experienced WordCamp organizers.</p>\n<p>If you would like to be a part of this valuable initiative, join the #community-team channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a> and follow the <a href="https://make.wordpress.org/community/">Community Team blog</a> for updates.</p>\n<h2>WordPress 4.8.2 Security Release</h2>\n<p>On September 19, <a href="https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/">WordPress 4.8.2 was released to the world</a> — this was a security release that fixed nine issues in WordPress Core, making the platform more stable and secure for everyone.</p>\n<p>To get involved in building WordPress Core, jump into the #core channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>, and follow <a href="https://make.wordpress.org/core/">the Core team blog</a>.</p>\n<hr />\n<h2>Further Reading:</h2>\n<ul>\n<li>The WordPress Meetup program hit a significant milestone this month — there are now 500 meetup groups in <a href="https://www.meetup.com/pro/wordpress/">the official chapter program</a>.</li>\n<li>The SWFUpload library <a href="https://make.wordpress.org/core/2017/09/07/removing-swfupload/">will be removed from WordPress Core</a> in version 4.9, scheduled for release in mid-November.</li>\n<li>Matías Ventura put together some useful videos on <a href="https://make.wordpress.org/core/2017/08/31/gutenberg-themes/">how theme developers can integrate Gutenberg into their work</a>.</li>\n<li><a href="http://applyfilters.fm/"><i>Apply Filters</i></a>, the popular WordPress development podcast, will go on hiatus after the upcoming 83rd episode.</li>\n<li>The WordPress Plugin Directory <a href="https://make.wordpress.org/plugins/2017/09/04/plugin-support-reps/">has added the ability</a> for plugin owners to assign plugin support representatives.</li>\n<li>After a couple of slower development weeks, <a href="https://make.wordpress.org/core/2017/09/27/whats-new-in-gutenberg-1-2-1/">Gutenberg v1.2 is out</a> and it’s looking better than ever.</li>\n<li>The third <a href="https://wordpress.org/news/2017/09/global-wordpress-translation-day-3/">Global WordPress Translation Day</a> took place this past weekend — keep an eye on <a href="https://make.wordpress.org/polyglots/">the Polyglots team blog</a> for updates.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4920";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:39:"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"Global WordPress Translation Day 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wordpress.org/news/2017/09/global-wordpress-translation-day-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Sep 2017 11:56: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:3:{i:0;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:32:"global wordpress translation day";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"polyglots";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4915";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:398:"On September 30 2017, the WordPress Polyglots Team &#8211; whose mission is to translate WordPress into as many languages as possible &#8211; will hold its third Global WordPress Translation Day, a 24-hour, round-the-clock, digital and physical global marathon dedicated to the localisation and internationalisation of the WordPress platform and ecosystem, a structure that powers, today, [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4124:"<p><span style="font-weight: 400">On September 30 2017, the WordPress Polyglots Team &#8211; whose mission is to translate WordPress into as many languages as possible &#8211; will hold its third <a href="https://wptranslationday.org/">Global WordPress Translation Day</a>, a 24-hour, round-the-clock, digital and physical global marathon dedicated to the localisation and internationalisation of the WordPress platform and ecosystem, a structure that powers, today, over 28% of all existing websites.</span></p>\n<p><span style="font-weight: 400">The localisation process allows for WordPress and for all WordPress-related products (themes and plugins) to be available in local languages, so to improve their accessibility and usage and to allow as many people as possible to take advantage of the free platform and services available.</span></p>\n<p><span style="font-weight: 400">In a (not completely) serendipitous coincidence, September 30 has also been declared by the United Nations “International Translation Day”, to pay homage to the great services of translators everywhere, one that allows communication and exchange.</span></p>\n<p><span style="font-weight: 400">The event will feature a series of multi-language live speeches (training sessions, tutorials, case histories, etc.) that will be screen-casted in streaming, starting from Australia and the Far East and ending in the Western parts of the United States.</span></p>\n<p><span style="font-weight: 400">In that same 24-hour time frame, Polyglots worldwide will gather physically in local events, for dedicated training and translations sprints (and for some fun and socializing as well), while those unable to physically join their teams will do so remotely.</span></p>\n<p><span style="font-weight: 400">A big, fun, useful and enlightening party and a lovely mix of growing, giving, learning and teaching, to empower, and cultivate, and shine.</span></p>\n<p><span style="font-weight: 400">Here are some stats about the first two events:</span></p>\n<p><b>Global WordPress Translation Day 1</b></p>\n<ul>\n<li><span style="font-weight: 400">   </span><span style="font-weight: 400">448 translators worldwide</span></li>\n<li><span style="font-weight: 400">   </span><span style="font-weight: 400">50 local events worldwide</span></li>\n<li><span style="font-weight: 400">   </span><span style="font-weight: 400">54 locales involved</span></li>\n<li><span style="font-weight: 400">   </span><span style="font-weight: 400">40350 strings translated, in</span></li>\n<li><span style="font-weight: 400">   </span><span style="font-weight: 400">597 projects</span></li>\n</ul>\n<p><b>Global WordPress Translation Day 2</b></p>\n<ul>\n<li><span style="font-weight: 400">   </span><span style="font-weight: 400">780 translators worldwide</span></li>\n<li><span style="font-weight: 400">   </span><span style="font-weight: 400">67 local events worldwide</span></li>\n<li><span style="font-weight: 400">   </span><span style="font-weight: 400">133 locales involved</span></li>\n<li><span style="font-weight: 400">   </span><span style="font-weight: 400">60426 strings translated, in</span></li>\n<li><span style="font-weight: 400">   </span><span style="font-weight: 400">590 projects</span></li>\n</ul>\n<p><span style="font-weight: 400">We would like your help in spreading this news and in reaching out to all four corners of the world to make the third #WPTranslationDay a truly amazing one and to help celebrate the unique and fundamental role that translators have in the Community but also in all aspects of life.</span></p>\n<p><span style="font-weight: 400">A full press release is available, along with more information and visual assets at </span><a href="https://wptranslationday.org/press/"><span style="font-weight: 400">wptranslationday.org/press</span></a>.</p>\n<p><span style="font-weight: 400">For any additional information please don’t hesitate to contact the event team on </span><a href="mailto:press@wptranslationday.org"><span style="font-weight: 400">press@wptranslationday.org</span></a><span style="font-weight: 400">.</span></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4915";s: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:36:"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 4.8.2 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/09/wordpress-4-8-2-security-and-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 19 Sep 2017 22:17:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4909";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:392:"WordPress 4.8.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.8.1 and earlier are affected by these security issues: $wpdb-&#62;prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2844:"<p>WordPress 4.8.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.8.1 and earlier are affected by these security issues:</p>\n<ol>\n<li><code>$wpdb-&gt;prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we&#8217;ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href="https://hackerone.com/slavco">Slavco</a></li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the oEmbed discovery. Reported by xknown of the WordPress Security Team.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the visual editor. Reported by <a href="https://twitter.com/brutelogic">Rodolfo Assis (@brutelogic)</a> of Sucuri Security.</li>\n<li>A path traversal vulnerability was discovered in the file unzipping code. Reported by <a href="https://hackerone.com/noxrnet">Alex Chapman (noxrnet)</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the plugin editor. Reported by 陈瑞琦 (Chen Ruiqi).</li>\n<li>An open redirect was discovered on the user and term edit screens. Reported by <a href="https://hackerone.com/ysx">Yasin Soliman (ysx)</a>.</li>\n<li>A path traversal vulnerability was discovered in the customizer. Reported by Weston Ruter of the WordPress Security Team.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in template names. Reported by <a href="https://hackerone.com/sikic">Luka (sikic)</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the link modal. Reported by <a href="https://hackerone.com/qasuar">Anas Roubi (qasuar)</a>.</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.8.2 contains 6 maintenance fixes to the 4.8 release series. For more information, see the <a href="https://codex.wordpress.org/Version_4.8.2">release notes</a> or consult the <a href="https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.8.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=component&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=keywords&amp;order=priority">list of changes</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.8.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.2.</p>\n<p>Thanks to everyone who contributed to 4.8.2.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4909";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:33:"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"The Month in WordPress: August 2017";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wordpress.org/news/2017/09/the-month-in-wordpress-august-2017/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 01 Sep 2017 10:02:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4899";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:333:"While there haven’t been any major events or big new developments in the WordPress world this past month, a lot of work has gone into developing a sustainable future for the project. Read on to find out more about this and other interesting news from around the WordPress world in August. The Global WordPress Translation [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6496:"<p>While there haven’t been any major events or big new developments in the WordPress world this past month, a lot of work has gone into developing a sustainable future for the project. Read on to find out more about this and other interesting news from around the WordPress world in August.</p>\n<hr />\n<h2>The Global WordPress Translation Day Returns</h2>\n<p>On September 30, the WordPress Polyglots team will be holding <a href="https://wptranslationday.org/">the third Global WordPress Translation Day</a>. This is a 24-hour global event dedicated to the translation of the WordPress ecosystem (core, themes, plugins), and is a mix of physical, in-person translation work with online streaming of talks from WordPress translators all over the world.</p>\n<p>Meetup groups will be holding events where community members will come together to translate WordPress. To get involved in this worldwide event, <a href="https://www.meetup.com/pro/wordpress/">join your local meetup group</a> or, if one is not already taking place in your area, organize one for your community.</p>\n<p>You can find out more information <a href="https://wptranslationday.org/global-wordpress-translation-day-3/">on the Translation Day blog</a> and in the #polyglots-events channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n<h2>WordPress Foundation to Run Open Source Training Worldwide</h2>\n<p>The WordPress Foundation is a non-profit organization that exists to provide educational events and resources for hackathons, support of the open web, and promotion of diversity in the global open source community.</p>\n<p>In an effort to push these goals forward, <a href="http://wordpressfoundation.org/2017/call-for-organizers-introduction-to-open-source/">the Foundation is going to be offering assistance</a> to communities who would like to run local open source training workshops. A number of organizers have applied to be a part of this initiative, and the Foundation will be selecting two communities in the coming weeks.</p>\n<p>Follow <a href="http://wordpressfoundation.org/news/">the WordPress Foundation blog</a> for updates.</p>\n<h2>Next Steps in WordPress Core’s PHP Focus</h2>\n<p>After <a href="https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/">last month’s</a> push to focus on WordPress core’s PHP development, a number of new initiatives have been proposed and implemented. The first of these initiatives is a page on WordPress.org that will educate users on the benefits of upgrading PHP. The page and its implementation are still in development, so <a href="https://github.com/WordPress/servehappy">you can follow and contribute on GitHub</a>.</p>\n<p>Along with this, <a href="https://make.wordpress.org/plugins/2017/08/29/minimum-php-version-requirement/">plugin developers are now able to specify</a> the minimum required PHP version for their plugins. This version will then be displayed on the Plugin Directory page, but it will not (yet) prevent users from installing it.</p>\n<p>The next evolution of this is for the minimum PHP requirement to be enforced so that plugins will only work if that requirement is met. You can assist with this implementation by contributing your input or a patch on <a href="https://core.trac.wordpress.org/ticket/40934">the open ticket</a>.</p>\n<p>As always, discussions around the implementation of PHP in WordPress core are done in the #core-php channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n<h2>New Editor Development Continues</h2>\n<p>For a few months now, the core team has been steadily working on Gutenberg, the new editor for WordPress core. While Gutenberg is still in development and is some time away from being ready, a huge amount of progress has already been made. In fact, <a href="https://make.wordpress.org/core/2017/08/29/whats-new-in-gutenberg-august-29/">v1.0.0 of Gutenberg</a> was released this week.</p>\n<p>The new editor is available as a plugin <a href="https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/">for testing</a> and <a href="https://make.wordpress.org/core/2017/08/11/revised-suggested-roadmap-for-gutenberg-and-customization/">the proposed roadmap</a> is for it to be merged into core in early 2018. You can get involved in the development of Gutenberg by joining the #core-editor channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a> and following the <a href="https://make.wordpress.org/core/">WordPress Core development blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>On the topic of Gutenberg, <a href="https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/">Matt Mullenweg wrote a post</a> to address some of the concerns that the community has expressed about the new editor.</li>\n<li><a href="http://hookrefineandtinker.com/2017/08/jaiwp-an-alternative-project-to-wordcamp-india/">A new movement has started</a> in the Indian WordPress community named JaiWP — the organizers are seeking to unite and motivate the country’s many local communities.</li>\n<li><a href="https://richtabor.com/merlin-wp/">Merlin WP</a> is a new plugin offering theme developers an easy way to onboard their users.</li>\n<li>Ryan McCue posted <a href="https://make.wordpress.org/core/2017/08/23/rest-api-roadmap/">an ambitious roadmap</a> for the future of the WordPress REST API — many contributions from the community will be needed in order to reach these goals.</li>\n<li>Want to know what you can expect in the next major release of WordPress? <a href="https://make.wordpress.org/core/2017/08/11/wordpress-4-9-goals/">Here’s a look</a> at what the core team is planning for v4.9.</li>\n<li>To help combat the difficulties that Trac presents to WordPress Core contributors, Ryan McCue built an alternative platform dubbed <a href="https://github.com/rmccue/not-trac">Not Trac</a>.</li>\n<li><a href="https://make.wordpress.org/cli/2017/08/08/version-1-3-0-released/">v1.3.0 of WP-CLI was released</a> earlier in the month, adding a whole lot of great new features to the useful tool.</li>\n</ul>\n<p><i><span style="font-weight: 400">If you have a story we should consider including in the next &#8220;Month in WordPress&#8221; post, please </span></i><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><i><span style="font-weight: 400">submit it here</span></i></a><i><span style="font-weight: 400">.</span></i></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4899";s: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:33:"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 4.8.1 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:71:"https://wordpress.org/news/2017/08/wordpress-4-8-1-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, 02 Aug 2017 21:26: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: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=4875";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:366:"After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release. This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the release [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Weston Ruter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2560:"<p>After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release.</p>\n<p>This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the <a href="https://codex.wordpress.org/Version_4.8.1">release notes</a>, the <a href="https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.8.1&amp;group=component">tickets closed</a>, and the <a href="https://core.trac.wordpress.org/log/branches/4.8?rev=41210&amp;stop_rev=40891">list of changes</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.8.1</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.1.</p>\n<p>Thanks to everyone who contributed to 4.8.1:<br />\n<a href="https://profiles.wordpress.org/adamsilverstein/">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/afercia/">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/azaozz/">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/atanasangelovdev/">Atanas Angelov</a>, <a href="https://profiles.wordpress.org/gitlost/">bonger</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a>, <a href="https://profiles.wordpress.org/bor0/">Boro Sitnikovski</a>, <a href="https://profiles.wordpress.org/dlh/">David Herrera</a>, <a href="https://profiles.wordpress.org/jnylen0/">James Nylen</a>, <a href="https://profiles.wordpress.org/jbpaul17/">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jmdodd/">Jennifer M. Dodd</a>, <a href="https://profiles.wordpress.org/kadamwhite/">K. Adam White</a>, <a href="https://profiles.wordpress.org/obenland/">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/melchoyce/">Mel Choyce</a>, <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, <a href="https://profiles.wordpress.org/greuben/">Reuben Gunday</a>, <a href="https://profiles.wordpress.org/rinkuyadav999/">Rinku Y</a>, <a href="https://profiles.wordpress.org/sa3idho/">Said El Bakkali</a>, <a href="https://profiles.wordpress.org/sergeybiryukov/">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/nomnom99/">Siddharth Thevaril</a>, <a href="https://profiles.wordpress.org/timmydcrawford/">Timmy Crawford</a>, and <a href="https://profiles.wordpress.org/westonruter/">Weston Ruter</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4875";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:33:"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"The Month in WordPress: July 2017";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Aug 2017 07:50: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4885";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:344:"After a particularly busy month in June, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July. Weekly meeting for new core [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5644:"<p>After a particularly busy month <a href="https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/">in June</a>, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July.</p>\n<hr />\n<h2>Weekly meeting for new core contributors</h2>\n<p>Onboarding new contributors is a persistent issue for most WordPress contribution teams. While every team welcomes any new contributors, the path to getting deeply involved can be tricky to find at times.</p>\n<p>This month, the Core team implemented a fantastic new initiative: <a href="https://make.wordpress.org/core/2017/06/30/announcing-a-weekly-new-contributors-meeting/">weekly meetings for new core contributors</a> as a way to encourage involvement and foster fresh contributions. The meetings not only focus on bugs suited to first-time contributors, they also make space for experienced contributors to help out individuals who may be new to developing WordPress core.</p>\n<p>The meetings are held every Wednesday at 19:00 UTC in the #core channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n<h2>Increased focus on PHP practices in WordPress core</h2>\n<p>In bringing people together to improve WordPress core, a new channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a> named #core-php is designed to focus on PHP development in the project.</p>\n<p>Along with this increased concentration on PHP, a <a href="https://make.wordpress.org/core/2017/07/06/announcement-for-weekly-php-meetings/">new weekly meeting is now taking place</a> every Monday at 18:00 UTC in #core-php to improve WordPress core’s PHP practices.</p>\n<h2>Sharp rise in meetup group growth</h2>\n<p>The dashboard events widget in WordPress 4.8 displays local, upcoming WordPress events for the logged in user. The events listed in this widget are pulled from the <a href="https://www.meetup.com/pro/wordpress/">meetup chapter program</a>, as well as the <a href="https://central.wordcamp.org/schedule">WordCamp schedule</a>.</p>\n<p>This widget provides greater visibility of official WordPress events, and encourages community involvement in these events. It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program. This is compared to 19 new groups and only 7,071 new members in the same time period last year.</p>\n<p>You can find a local meetup group to join <a href="https://www.meetup.com/pro/wordpress/">on meetup.com</a>, and if you would like to get involved in organizing events for your community, you can find out more about the inner workings of the program <a href="https://make.wordpress.org/community/meetups/">on the Community Team site</a> or by joining the #community-events channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>.</p>\n<h2>WordPress 4.8.1 due for imminent release</h2>\n<p>WordPress 4.8 cycle’s first maintenance release will be published in the coming week, more than a month after 4.8 was released. This release fix some important issues in WordPress core and the majority of users will find that their sites will update to this new version automatically.</p>\n<p>If you would like to help out by testing this release before it goes live, you can follow the <a href="https://make.wordpress.org/core/handbook/testing/beta/">beta testing guide</a> for WordPress core. To get further involved in building WordPress core, jump into the #core channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>, and follow <a href="https://make.wordpress.org/core/">the Core team blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>The WordPress mobile apps have been updated with <a href="https://en.blog.wordpress.com/2017/07/24/a-brand-new-editor-for-the-wordpress-mobile-apps/">a brand new text editor</a>.</li>\n<li>In a recent push to encourage WordPress users to upgrade their PHP versions, two features have been proposed &#8211; one <a href="https://core.trac.wordpress.org/ticket/41191">to provide a notice to users</a> and another to <a href="https://core.trac.wordpress.org/ticket/40934">allow PHP version requirements to be specified by plugins and themes</a>.</li>\n<li>John Maeda wrote <a href="https://make.wordpress.org/design/2017/07/14/whywordpress2/">a great post</a> celebrating the freedom that WordPress offers.</li>\n<li>Gutenberg, the new text editor for WordPress, is <a href="https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/">in continual development</a> — everyone is invited to <a href="https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/">test it out</a>.</li>\n<li>The WordPress Meta team is starting <a href="https://make.wordpress.org/meta/2017/07/26/experiment-wordcamp-org-bug-scrubs/">a new initiative</a> to bring the community together to focus on fixing bugs across the WordCamp.org network.</li>\n<li>Volunteer applications for WordCamp US <a href="https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/">are now open</a>.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4885";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:33:"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"The Month in WordPress: June 2017";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Jul 2017 11:42:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4865";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&#8217;re starting a new regular feature on this blog today. We&#8217;d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we&#8217;ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:9225:"<p><i>We&#8217;re starting a new regular feature on this blog today. We&#8217;d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we&#8217;ll be posting a roundup of all the major WordPress news at the end of every month.</i></p>\n<p>Aside from other general news, the three big events in June were the release of WordPress 4.8, WordCamp Europe 2017, and the WordPress Community Summit. Read on to hear more about these as well as other interesting stories from around the WordPress world.</p>\n<hr />\n<h2>WordPress 4.8</h2>\n<p>On June 8, a week before the Community Summit and WordCamp Europe,<a href="https://wordpress.org/news/2017/06/evans/"> WordPress 4.8 was released</a>.You can read<a href="https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/"> the Field Guide</a> for a comprehensive overview of all the features of this release (the News and Events widget in the dashboard is one of the major highlights).</p>\n<p>Most people would either have their version auto-updated, or their hosts would have updated it for them. For the rest, the updates have gone smoothly with no major issues reported so far.</p>\n<p>This WordPress release saw contributions from 346 individuals; you can find their names in <a href="https://wordpress.org/news/2017/06/evans/">the announcement post</a>. To get involved in building WordPress core, jump into the #core channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>, and follow <a href="https://make.wordpress.org/core/">the Core team blog</a>.</p>\n<h2>WordCamp Europe 2017</h2>\n<p><a href="https://2017.europe.wordcamp.org/">WordCamp Europe 2017</a> was held in Paris between June 15-17. The event began with a Contributor Day, followed by two days of talks and community goodness. The talks were live-streamed, but you can still catch all the recordings <a href="http://wordpress.tv/event/wordcamp-europe-2017/">on WordPress.tv</a>. The organisers also published <a href="https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/">a handy wrap-up of the event</a>.</p>\n<p>WordCamp Europe exists to bring together the WordPress community from all over the continent, as well as to inspire local communities everywhere to get their own events going — to that end, the event was a great success, as a host of new meetup groups have popped up in the weeks following WordCamp Europe.</p>\n<p>The work that Contributor Day participants accomplished was both varied and valuable, covering all aspects of the WordPress project — have a look through <a href="https://make.wordpress.org/">the Make blogs</a> for updates from each team.</p>\n<p>Finally, we also learned during the event that <a href="https://2017.europe.wordcamp.org/2017/06/17/belgrade-serbia-to-host-wordcamp-europe-2018/">WordCamp Europe 2018 will be held in Belgrade, Serbia</a>, continuing the tradition of exploring locations and communities across the continent.</p>\n<h2>WordPress Community Summit</h2>\n<p>The fourth WordPress Community Summit took place during the two days leading up to WordCamp Europe 2017. This event is an invite-only unconference where people from all over the WordPress community come together to discuss some of the more difficult issues in the community, as well as to make plans for the year ahead in each of the contribution teams.</p>\n<p>As the Summit is designed to be a safe space for all attendees, the notes from each discussion are in the process of being anonymized before we publish them on <a href="https://make.wordpress.org/summit/">the Summit blog</a> (so stay tuned &#8211; they’ll show up there over the next few weeks).</p>\n<p>You can already see the final list of topics that were proposed for the event <a href="https://make.wordpress.org/summit/2017/06/10/community-summit-2017-final-list-of-topic/">here</a> (although a few more were added during the course of the two day Summit).</p>\n<h2>WordPress marketing push continues apace</h2>\n<p>As part of the push to be more intentional in marketing WordPress (as per Matt Mullenweg&#8217;s <a href="http://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/">2016 State of the Word</a>), the Marketing team has launched two significant drives to obtain more information about who uses WordPress and how that information can shape their outreach and messaging efforts.</p>\n<p><a href="https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/">The team is looking for WordPress case studies</a> and is asking users, agencies, and freelancers to take a WordPress usage survey. This will go a long way towards establishing a marketing base for WordPress as a platform and as a community — and many people in the community are looking forward to seeing this area develop further.</p>\n<p>To get involved in the WordPress Marketing team, you can visit <a href="https://make.wordpress.org/marketing/">their team blog</a>.</p>\n<h2>New Gutenberg editor available for testing</h2>\n<p>For some time now, the Core team has been hard at work on a brand-new text editor for WordPress — this project has been dubbed “Gutenberg.” The project’s ultimate goal is to replace the existing TinyMCE editor, but for now it is in beta and available for public testing — <a href="https://wordpress.org/plugins/gutenberg/">you can download it here as a plugin</a> and install it on any WordPress site.</p>\n<p>This feature is still in beta, so we don’t recommend using it on a production site. If you test it out, though, you’ll find that it is a wholly different experience to what you are used to in WordPress. It’s a more streamlined, altogether cleaner approach to the text-editing experience than we’ve had before, and something that many people are understandably excited about. Matt Mullenweg discussed the purpose of Gutenberg in more detail during <a href="http://wordpress.tv/2017/07/01/interview-and-qanda-with-matt-mullenweg/">his Q&amp;A at WordCamp Europe</a>.</p>\n<p>There are already a few reviews out from <a href="https://kinsta.com/blog/gutenberg-wordpress-editor/">Brian Jackson at Kinsta</a>, <a href="https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/">Aaron Jorbin</a>, and <a href="https://www.mattcromwell.com/gutenberg-first-impressions/">Matt Cromwell</a> (among many others). Keep in mind that the project is in constant evolution at this stage; when it eventually lands in WordPress core (probably in v5.0), it could look very different from its current iteration — that’s what makes this beta stage and user testing so important.</p>\n<p>To get involved with shaping the future of Gutenberg, please <a href="https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/">test it out</a>, and join the #core-editor channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>. You can also visit <a href="https://github.com/WordPress/gutenberg">the project’s GitHub repository</a> to report issues and contribute to the codebase.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li style="font-weight: 400">Bridget Willard <a href="https://make.wordpress.org/community/2017/06/21/proposed-wordcamp-editorial-calendar/">has proposed an editorial calendar</a> to assist WordCamp organizers with publishing content for their event.</li>\n<li style="font-weight: 400">A new kind of niche WordCamp, <a href="https://2017-denver.journalist.wordcamp.org/">WordCamp for Publishers in Denver</a>, has opened ticket sales.</li>\n<li style="font-weight: 400">The WordPress iOS app was updated with <a href="https://en.blog.wordpress.com/2017/06/21/an-all-new-media-library-for-the-wordpress-ios-app/">a fresh, new media library</a> this month.</li>\n<li style="font-weight: 400">It looks like <i>Underscores</i>, the popular WordPress starter theme, <a href="https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/">has a bright future ahead of it</a>, with a renewed vision and new committer.</li>\n<li style="font-weight: 400">The always-inspiring Tom McFarlin <a href="https://tommcfarlin.com/simple-autoloader-for-wordpress">has released a simple autoloader for WordPress</a> that looks very useful indeed.</li>\n<li style="font-weight: 400">After a bit of a discussion on Twitter regarding the differences between WordPress.org, WordPress.com, and Jetpack, <a href="https://helen.wordpress.com/2017/06/21/restaurant-vs-meal-kit-vs-grocery-shopping-or-wordpress-com-vs-jetpack-vs-wordpress-org/">Helen Hou-Sandí came up with a great analogy</a> and an interesting post about it all.</li>\n<li style="font-weight: 400">If you’re interested in contributing specifically to the JavaScript or PHP areas of the WordPress core codebase, then the new #core-js and #core-php channels in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a> are perfect for you.</li>\n</ul>\n<p><i>If you have a story we should consider including in the next “Month in WordPress” post, please </i><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><i>submit it here</i></a><i>.</i></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4865";s: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		\n		\n		\n		\n				\n\n		\n		\n				\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"WordPress 4.8 “Evans”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/news/2017/06/evans/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 08 Jun 2017 14:49: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: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=4770";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:373:"An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named &#8220;Evans&#8221; in honor of jazz pianist and composer William John &#8220;Bill&#8221; Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:43013:"<h2 style="text-align: center">An Update with You in Mind</h2>\n<p><img class="aligncenter size-large wp-image-4816" src="https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=632%2C316&#038;ssl=1" alt="" srcset="https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=1024%2C512&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1896&amp;ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></p>\n<h3>Gear up for a more intuitive WordPress!</h3>\n<p>Version 4.8 of WordPress, named &#8220;Evans&#8221; in honor of jazz pianist and composer William John &#8220;Bill&#8221; Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.</p>\n<p>Though some updates seem minor, they’ve been built by hundreds of contributors with <em>you</em> in mind. Get ready for new features you’ll welcome like an old friend: link improvements, <em>three</em> new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.</p>\n<hr />\n<h2 style="text-align: center">Exciting Widget Updates</h2>\n<p><img class="size-large wp-image-4776 aligncenter" src="https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=632%2C436&#038;ssl=1" alt="" srcset="https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=1024%2C706&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=300%2C207&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=768%2C530&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?w=1264&amp;ssl=1 1264w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></p>\n<h3>Image Widget</h3>\n<p>Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.</p>\n<h3>Video Widget</h3>\n<p>A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.</p>\n<h3>Audio Widget</h3>\n<p>Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!</p>\n<h3>Rich Text Widget</h3>\n<p>This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.</p>\n<hr />\n<h2 style="text-align: center">Link Boundaries</h2>\n<div id="v-8BDWH3QG-1" class="video-player"><video id="v-8BDWH3QG-1-video" width="632" height="342" poster="https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg" controls="true" preload="metadata" dir="ltr" lang="en"><source src="https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.mp4" type="video/mp4; codecs=&quot;avc1.64001E, mp4a.40.2&quot;" /><source src="https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_fmt1.ogv" type="video/ogg; codecs=&quot;theora, vorbis&quot;" /><div><img alt="Link Boundaries" src="https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg?resize=632%2C342" data-recalc-dims="1" /></div><p>Link Boundaries</p></video></div>\n<p>Have you ever tried updating a link, or the text around a link, and found you can&#8217;t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.</p>\n<hr />\n<h2 style="text-align: center">Nearby WordPress Events</h2>\n<p><img class="aligncenter wp-image-4779 size-large" src="https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=632%2C465&#038;ssl=1" alt="" srcset="https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=1024%2C753&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=300%2C221&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=768%2C565&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?w=1126&amp;ssl=1 1126w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></p>\n<p>Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!</p>\n<p>This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.</p>\n<p>Being part of the community can help you improve your WordPress skills and network with people you wouldn&#8217;t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.</p>\n<hr />\n<h2 style="text-align: center">Even More Developer Happiness <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f60a.png" alt="😊" class="wp-smiley" style="height: 1em; max-height: 1em;" /></h2>\n<h3><a href="https://make.wordpress.org/core/2017/05/17/cleaner-headings-in-the-admin-screens/">More Accessible Admin Panel Headings</a></h3>\n<p>New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.</p>\n<h3><a href="https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/">Removal of Core Support for WMV and WMA Files</a></h3>\n<p>As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.</p>\n<h3><a href="https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/">Multisite Updates</a></h3>\n<p>New capabilities have been introduced to 4.8 with an eye towards removing calls to<br />\n<code>is_super_admin()</code>. Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.</p>\n<h3><a href="https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/">Text-Editor JavaScript API</a></h3>\n<p>With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!</p>\n<h3><a href="https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/">Media Widgets API</a></h3>\n<p>The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.</p>\n<h3><a href="https://make.wordpress.org/core/2017/05/16/customizer-sidebar-width-is-now-variable/">Customizer Width Variable</a></h3>\n<p>Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.</p>\n<hr />\n<h2 style="text-align: center">The Squad</h2>\n<p>This release was led by <a href="https://matt.blog">Matt</a> and <a href="https://profiles.wordpress.org/jbpaul17">Jeff Paul</a>, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:</p>\n<a href="https://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>, <a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/abrightclearweb">abrightclearweb</a>, <a href="https://profiles.wordpress.org/ibachal">Achal Jain</a>, <a href="https://profiles.wordpress.org/achbed">achbed</a>, <a href="https://profiles.wordpress.org/acmethemes">Acme Themes</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/adammacias">adammacias</a>, <a href="https://profiles.wordpress.org/mrahmadawais">Ahmad Awais</a>, <a href="https://profiles.wordpress.org/ahmadawais">ahmadawais</a>, <a href="https://profiles.wordpress.org/airesvsg">airesvsg</a>, <a href="https://profiles.wordpress.org/ajoah">ajoah</a>, <a href="https://profiles.wordpress.org/akibjorklund">Aki Bj&#246;rklund</a>, <a href="https://profiles.wordpress.org/akshayvinchurkar">akshayvinchurkar</a>, <a href="https://profiles.wordpress.org/schlessera">Alain Schlesser</a>, <a href="https://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="https://profiles.wordpress.org/xavortm">Alex Dimitrov</a>, <a href="https://profiles.wordpress.org/ironpaperweight">Alex Hon</a>, <a href="https://profiles.wordpress.org/alex27">alex27</a>, <a href="https://profiles.wordpress.org/allancole">allancole</a>, <a href="https://profiles.wordpress.org/arush">Amanda Rush</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andrewp-2">Andreas Panag</a>, <a href="https://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/rarst">Andrey "Rarst" Savchenko</a>, <a href="https://profiles.wordpress.org/andizer">Andy Meerwaldt</a>, <a href="https://profiles.wordpress.org/kelderic">Andy Mercer</a>, <a href="https://profiles.wordpress.org/andy">Andy Skelton</a>, <a href="https://profiles.wordpress.org/aniketpant">Aniket Pant</a>, <a href="https://profiles.wordpress.org/anilbasnet">Anil Basnet</a>, <a href="https://profiles.wordpress.org/ankit-k-gupta">Ankit K Gupta</a>, <a href="https://profiles.wordpress.org/ahortin">Anthony Hortin</a>, <a href="https://profiles.wordpress.org/antisilent">antisilent</a>, <a href="https://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="https://profiles.wordpress.org/apokalyptik">apokalyptik</a>, <a href="https://profiles.wordpress.org/artoliukkonen">artoliukkonen</a>, <a href="https://profiles.wordpress.org/ideag">Arunas Liuiza</a>, <a href="https://profiles.wordpress.org/attitude">attitude</a>, <a href="https://profiles.wordpress.org/backermann">backermann1978</a>, <a href="https://profiles.wordpress.org/b-07">Bappi</a>, <a href="https://profiles.wordpress.org/bcole808">Ben Cole</a>, <a href="https://profiles.wordpress.org/quasel">Bernhard Gronau</a>, <a href="https://profiles.wordpress.org/kau-boy">Bernhard Kau</a>, <a href="https://profiles.wordpress.org/binarymoon">binarymoon</a>, <a href="https://profiles.wordpress.org/birgire">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/bjornw">BjornW</a>, <a href="https://profiles.wordpress.org/bobbingwide">bobbingwide</a>, <a href="https://profiles.wordpress.org/boblinthorst">boblinthorst</a>, <a href="https://profiles.wordpress.org/boboudreau">boboudreau</a>, <a href="https://profiles.wordpress.org/gitlost">bonger</a>, <a href="https://profiles.wordpress.org/boonebgorges">Boone B. Gorges</a>, <a href="https://profiles.wordpress.org/bradyvercher">Brady Vercher</a>, <a href="https://profiles.wordpress.org/brainstormforce">Brainstorm Force</a>, <a href="https://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/brianhogg">Brian Hogg</a>, <a href="https://profiles.wordpress.org/krogsgard">Brian Krogsgard</a>, <a href="https://profiles.wordpress.org/bronsonquick">Bronson Quick</a>, <a href="https://profiles.wordpress.org/sixhours">Caroline Moore</a>, <a href="https://profiles.wordpress.org/caseypatrickdriscoll">Casey Driscoll</a>, <a href="https://profiles.wordpress.org/caspie">Caspie</a>, <a href="https://profiles.wordpress.org/chandrapatel">Chandra Patel</a>, <a href="https://profiles.wordpress.org/chaos-engine">Chaos Engine</a>, <a href="https://profiles.wordpress.org/cheeserolls">cheeserolls</a>, <a href="https://profiles.wordpress.org/chesio">chesio</a>, <a href="https://profiles.wordpress.org/ketuchetan">chetansatasiya</a>, <a href="https://profiles.wordpress.org/choongsavvii">choong</a>, <a href="https://profiles.wordpress.org/chouby">Chouby</a>, <a href="https://profiles.wordpress.org/chredd">chredd</a>, <a href="https://profiles.wordpress.org/chrisjean">Chris Jean</a>, <a href="https://profiles.wordpress.org/cmmarslender">Chris Marslender</a>, <a href="https://profiles.wordpress.org/chris_d2d">Chris Smith</a>, <a href="https://profiles.wordpress.org/chrisvanpatten">Chris Van Patten</a>, <a href="https://profiles.wordpress.org/chriswiegman">Chris Wiegman</a>, <a href="https://profiles.wordpress.org/chriscct7">chriscct7</a>, <a href="https://profiles.wordpress.org/chriseverson">chriseverson</a>, <a href="https://profiles.wordpress.org/christian1012">Christian Chung</a>, <a href="https://profiles.wordpress.org/cwpnolen">Christian Nolen</a>, <a href="https://profiles.wordpress.org/needle">Christian Wach</a>, <a href="https://profiles.wordpress.org/christophherr">Christoph Herr</a>, <a href="https://profiles.wordpress.org/clarionwpdeveloper">Clarion Technologies</a>, <a href="https://profiles.wordpress.org/claudiosmweb">Claudio Sanches</a>, <a href="https://profiles.wordpress.org/claudiosanches">Claudio Sanches</a>, <a href="https://profiles.wordpress.org/claudiolabarbera">ClaudioLaBarbera</a>, <a href="https://profiles.wordpress.org/codemovementpk">codemovement.pk</a>, <a href="https://profiles.wordpress.org/coderkevin">coderkevin</a>, <a href="https://profiles.wordpress.org/codfish">codfish</a>, <a href="https://profiles.wordpress.org/coreymcollins">coreymcollins</a>, <a href="https://profiles.wordpress.org/curdin">Curdin Krummenacher</a>, <a href="https://profiles.wordpress.org/cgrymala">Curtiss Grymala</a>, <a href="https://profiles.wordpress.org/cdog">Cătălin Dogaru</a>, <a href="https://profiles.wordpress.org/danhgilmore">danhgilmore</a>, <a href="https://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber </a>, <a href="https://profiles.wordpress.org/danielkanchev">Daniel Kanchev</a>, <a href="https://profiles.wordpress.org/danielpietrasik">Daniel Pietrasik</a>, <a href="https://profiles.wordpress.org/mte90">Daniele Scasciafratte</a>, <a href="https://profiles.wordpress.org/dllh">Daryl L. L. Houston (dllh)</a>, <a href="https://profiles.wordpress.org/davepullig">Dave Pullig</a>, <a href="https://profiles.wordpress.org/goto10">Dave Romsey (goto10)</a>, <a href="https://profiles.wordpress.org/davidakennedy">David A. Kennedy</a>, <a href="https://profiles.wordpress.org/turtlepod">David Chandra Purnama</a>, <a href="https://profiles.wordpress.org/dlh">David Herrera</a>, <a href="https://profiles.wordpress.org/dglingren">David Lingren</a>, <a href="https://profiles.wordpress.org/davidmosterd">David Mosterd</a>, <a href="https://profiles.wordpress.org/dshanske">David Shanske</a>, <a href="https://profiles.wordpress.org/davidbhayes">davidbhayes</a>, <a href="https://profiles.wordpress.org/folletto">Davide ''Folletto'' Casali</a>, <a href="https://profiles.wordpress.org/deeptiboddapati">deeptiboddapati</a>, <a href="https://profiles.wordpress.org/delphinus">delphinus</a>, <a href="https://profiles.wordpress.org/deltafactory">deltafactory</a>, <a href="https://profiles.wordpress.org/denis-de-bernardy">Denis de Bernardy</a>, <a href="https://profiles.wordpress.org/valendesigns">Derek Herman</a>, <a href="https://profiles.wordpress.org/pcfreak30">Derrick Hammer</a>, <a href="https://profiles.wordpress.org/derrickkoo">Derrick Koo</a>, <a href="https://profiles.wordpress.org/dimchik">dimchik</a>, <a href="https://profiles.wordpress.org/dineshc">Dinesh Chouhan</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/dipeshkakadiya">dipeshkakadiya</a>, <a href="https://profiles.wordpress.org/dmsnell">dmsnell</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/dotancohen">Dotan Cohen</a>, <a href="https://profiles.wordpress.org/dougwollison">Doug Wollison</a>, <a href="https://profiles.wordpress.org/doughamlin">doughamlin</a>, <a href="https://profiles.wordpress.org/dreamon11">DreamOn11</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/duncanjbrown">duncanjbrown</a>, <a href="https://profiles.wordpress.org/dungengronovius">dungengronovius</a>, <a href="https://profiles.wordpress.org/dylanauty">DylanAuty</a>, <a href="https://profiles.wordpress.org/hurtige">Eddie Hurtig</a>, <a href="https://profiles.wordpress.org/oso96_2000">Eduardo Reveles</a>, <a href="https://profiles.wordpress.org/chopinbach">Edwin Cromley</a>, <a href="https://profiles.wordpress.org/electricfeet">ElectricFeet</a>, <a href="https://profiles.wordpress.org/eliorivero">Elio Rivero</a>, <a href="https://profiles.wordpress.org/iseulde">Ella Iseulde Van Dorpe</a>, <a href="https://profiles.wordpress.org/elyobo">elyobo</a>, <a href="https://profiles.wordpress.org/enodekciw">enodekciw</a>, <a href="https://profiles.wordpress.org/enshrined">enshrined</a>, <a href="https://profiles.wordpress.org/ericlewis">Eric Andrew Lewis</a>, <a href="https://profiles.wordpress.org/pushred">Eric Lanehart</a>, <a href="https://profiles.wordpress.org/eherman24">Evan Herman</a>, <a href="https://profiles.wordpress.org/flixos90">Felix Arntz</a>, <a href="https://profiles.wordpress.org/fencer04">Fencer04</a>, <a href="https://profiles.wordpress.org/florianbrinkmann">Florian Brinkmann</a>, <a href="https://profiles.wordpress.org/mista-flo">Florian TIAR</a>, <a href="https://profiles.wordpress.org/foliovision">FolioVision</a>, <a href="https://profiles.wordpress.org/fomenkoandrey">fomenkoandrey</a>, <a href="https://profiles.wordpress.org/frankiet">Francesco Taurino</a>, <a href="https://profiles.wordpress.org/frank-klein">Frank Klein</a>, <a href="https://profiles.wordpress.org/fjarrett">Frankie Jarrett</a>, <a href="https://profiles.wordpress.org/akeif">Fred</a>, <a href="https://profiles.wordpress.org/frozzare">Fredrik Forsmo</a>, <a href="https://profiles.wordpress.org/fuscata">fuscata</a>, <a href="https://profiles.wordpress.org/gma992">Gabriel Maldonado</a>, <a href="https://profiles.wordpress.org/voldemortensen">Garth Mortensen</a>, <a href="https://profiles.wordpress.org/garyj">Gary Jones</a>, <a href="https://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/geekysoft">Geeky Software</a>, <a href="https://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="https://profiles.wordpress.org/goranseric">Goran &#352;erić</a>, <a href="https://profiles.wordpress.org/grahamarmfield">Graham Armfield</a>, <a href="https://profiles.wordpress.org/grantderepas">Grant Derepas</a>, <a href="https://profiles.wordpress.org/tivnet">Gregory Karpinsky (@tivnet)</a>, <a href="https://profiles.wordpress.org/hardeepasrani">Hardeep Asrani</a>, <a href="https://profiles.wordpress.org/helen">Helen Hou-Sandí</a>, <a href="https://profiles.wordpress.org/henrywright">Henry Wright</a>, <a href="https://profiles.wordpress.org/hiddenpearls">hiddenpearls</a>, <a href="https://profiles.wordpress.org/hnle">Hinaloe</a>, <a href="https://profiles.wordpress.org/hristo-sg">Hristo Pandjarov</a>, <a href="https://profiles.wordpress.org/hugobaeta">Hugo Baeta</a>, <a href="https://profiles.wordpress.org/polevaultweb">Iain Poulson</a>, <a href="https://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="https://profiles.wordpress.org/ianedington">Ian Edington</a>, <a href="https://profiles.wordpress.org/idealien">idealien</a>, <a href="https://profiles.wordpress.org/igmoweb">Ignacio Cruz Moreno</a>, <a href="https://profiles.wordpress.org/imath">imath</a>, <a href="https://profiles.wordpress.org/implenton">implenton</a>, <a href="https://profiles.wordpress.org/ionutst">Ionut Stanciu</a>, <a href="https://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/ivdimova">ivdimova</a>, <a href="https://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jakept">Jacob Peattie</a>, <a href="https://profiles.wordpress.org/whyisjake">Jake Spurlock</a>, <a href="https://profiles.wordpress.org/jnylen0">James Nylen</a>, <a href="https://profiles.wordpress.org/jamesacero">jamesacero</a>, <a href="https://profiles.wordpress.org/japh">Japh</a>, <a href="https://profiles.wordpress.org/jaredcobb">Jared Cobb</a>, <a href="https://profiles.wordpress.org/jayarjo">jayarjo</a>, <a href="https://profiles.wordpress.org/jdolan">jdolan</a>, <a href="https://profiles.wordpress.org/jdoubleu">jdoubleu</a>, <a href="https://profiles.wordpress.org/jblz">Jeff Bowen</a>, <a href="https://profiles.wordpress.org/jbpaul17">Jeff Paul</a>, <a href="https://profiles.wordpress.org/cheffheid">Jeffrey de Wit</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jpry">Jeremy Pry</a>, <a href="https://profiles.wordpress.org/jimt">jimt</a>, <a href="https://profiles.wordpress.org/jipmoors">Jip Moors</a>, <a href="https://profiles.wordpress.org/jmusal">jmusal</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joehoyle">Joe Hoyle</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/joelcj91">Joel James</a>, <a href="https://profiles.wordpress.org/johanmynhardt">johanmynhardt</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/zyphonic">John Dittmar</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="https://profiles.wordpress.org/johnpbloch">John P. Bloch</a>, <a href="https://profiles.wordpress.org/johnregan3">John Regan</a>, <a href="https://profiles.wordpress.org/johnpgreen">johnpgreen</a>, <a href="https://profiles.wordpress.org/kenshino">Jon (Kenshino)</a>, <a href="https://profiles.wordpress.org/jonathanbardo">Jonathan Bardo</a>, <a href="https://profiles.wordpress.org/jbrinley">Jonathan Brinley</a>, <a href="https://profiles.wordpress.org/daggerhart">Jonathan Daggerhart</a>, <a href="https://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/spacedmonkey">Jonny Harris</a>, <a href="https://profiles.wordpress.org/jonnyauk">jonnyauk</a>, <a href="https://profiles.wordpress.org/jordesign">jordesign</a>, <a href="https://profiles.wordpress.org/jorritschippers">JorritSchippers</a>, <a href="https://profiles.wordpress.org/joefusco">Joseph Fusco</a>, <a href="https://profiles.wordpress.org/jjeaton">Josh Eaton</a>, <a href="https://profiles.wordpress.org/shelob9">Josh Pollock</a>, <a href="https://profiles.wordpress.org/joshcummingsdesign">joshcummingsdesign</a>, <a href="https://profiles.wordpress.org/joshkadis">joshkadis</a>, <a href="https://profiles.wordpress.org/joyously">Joy</a>, <a href="https://profiles.wordpress.org/jrf">jrf</a>, <a href="https://profiles.wordpress.org/jrgould">JRGould</a>, <a href="https://profiles.wordpress.org/juanfra">Juanfra Aldasoro</a>, <a href="https://profiles.wordpress.org/juhise">Juhi Saxena</a>, <a href="https://profiles.wordpress.org/nukaga">Junko Nukaga</a>, <a href="https://profiles.wordpress.org/justinbusa">Justin Busa</a>, <a href="https://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="https://profiles.wordpress.org/jshreve">Justin Shreve</a>, <a href="https://profiles.wordpress.org/jtsternberg">Justin Sternberg</a>, <a href="https://profiles.wordpress.org/kadamwhite">K.Adam White</a>, <a href="https://profiles.wordpress.org/kacperszurek">kacperszurek</a>, <a href="https://profiles.wordpress.org/trepmal">Kailey (trepmal)</a>, <a href="https://profiles.wordpress.org/kalenjohnson">KalenJohnson</a>, <a href="https://profiles.wordpress.org/codebykat">Kat Hagan</a>, <a href="https://profiles.wordpress.org/kkoppenhaver">Keanan Koppenhaver</a>, <a href="https://profiles.wordpress.org/keesiemeijer">keesiemeijer</a>, <a href="https://profiles.wordpress.org/kellbot">kellbot</a>, <a href="https://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/khag7">Kevin Hagerty</a>, <a href="https://profiles.wordpress.org/kwight">Kirk Wight</a>, <a href="https://profiles.wordpress.org/kitchin">kitchin</a>, <a href="https://profiles.wordpress.org/ixkaito">Kite</a>, <a href="https://profiles.wordpress.org/kjbenk">kjbenk</a>, <a href="https://profiles.wordpress.org/knutsp">Knut Sparhell</a>, <a href="https://profiles.wordpress.org/koenschipper">koenschipper</a>, <a href="https://profiles.wordpress.org/kokarn">kokarn</a>, <a href="https://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/kouratoras">Konstantinos Kouratoras</a>, <a href="https://profiles.wordpress.org/kuchenundkakao">kuchenundkakao</a>, <a href="https://profiles.wordpress.org/kuldipem">kuldipem</a>, <a href="https://profiles.wordpress.org/laurelfulford">Laurel Fulford</a>, <a href="https://profiles.wordpress.org/leewillis77">Lee Willis</a>, <a href="https://profiles.wordpress.org/leobaiano">Leo Baiano</a>, <a href="https://profiles.wordpress.org/littlebigthing">LittleBigThings (Csaba)</a>, <a href="https://profiles.wordpress.org/lucasstark">Lucas Stark</a>, <a href="https://profiles.wordpress.org/lukecavanagh">Luke Cavanagh</a>, <a href="https://profiles.wordpress.org/lgedeon">Luke Gedeon</a>, <a href="https://profiles.wordpress.org/lukepettway">Luke Pettway</a>, <a href="https://profiles.wordpress.org/lyubomir_popov">lyubomir_popov</a>, <a href="https://profiles.wordpress.org/mariovalney">M&#225;rio Valney</a>, <a href="https://profiles.wordpress.org/mageshp">mageshp</a>, <a href="https://profiles.wordpress.org/mahesh901122">Mahesh Waghmare</a>, <a href="https://profiles.wordpress.org/mangeshp">Mangesh Parte</a>, <a href="https://profiles.wordpress.org/manishsongirkar36">Manish Songirkar</a>, <a href="https://profiles.wordpress.org/mantismamita">mantismamita</a>, <a href="https://profiles.wordpress.org/mbootsman">Marcel Bootsman</a>, <a href="https://profiles.wordpress.org/tyxla">Marin Atanasov</a>, <a href="https://profiles.wordpress.org/clorith">Marius L. J.</a>, <a href="https://profiles.wordpress.org/mbelchev">Mariyan Belchev</a>, <a href="https://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/mrwweb">Mark Root-Wiley</a>, <a href="https://profiles.wordpress.org/mapk">Mark Uraine</a>, <a href="https://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="https://profiles.wordpress.org/markshep">markshep</a>, <a href="https://profiles.wordpress.org/matrixik">matrixik</a>, <a href="https://profiles.wordpress.org/mjbanks">Matt Banks</a>, <a href="https://profiles.wordpress.org/mattking5000">Matt King</a>, <a href="https://profiles.wordpress.org/jaworskimatt">Matt PeepSo</a>, <a href="https://profiles.wordpress.org/veraxus">Matt van Andel</a>, <a href="https://profiles.wordpress.org/mattwiebe">Matt Wiebe</a>, <a href="https://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="https://profiles.wordpress.org/mattyrob">mattyrob</a>, <a href="https://profiles.wordpress.org/maxcutler">Max Cutler</a>, <a href="https://profiles.wordpress.org/maximeculea">Maxime Culea</a>, <a href="https://profiles.wordpress.org/mayukojpn">Mayo Moriyama</a>, <a href="https://profiles.wordpress.org/mckernanin">mckernanin</a>, <a href="https://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="https://profiles.wordpress.org/mhowell">mhowell</a>, <a href="https://profiles.wordpress.org/michaelarestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michael-arestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michalzuber">michalzuber</a>, <a href="https://profiles.wordpress.org/stubgo">Miina Sikk</a>, <a href="https://profiles.wordpress.org/mauteri">Mike Auteri</a>, <a href="https://profiles.wordpress.org/mihai2u">Mike Crantea</a>, <a href="https://profiles.wordpress.org/mdgl">Mike Glendinning</a>, <a href="https://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="https://profiles.wordpress.org/mikelittle">Mike Little</a>, <a href="https://profiles.wordpress.org/mikeschroder">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mikeviele">Mike Viele</a>, <a href="https://profiles.wordpress.org/dimadin">Milan Dinić</a>, <a href="https://profiles.wordpress.org/modemlooper">modemlooper</a>, <a href="https://profiles.wordpress.org/batmoo">Mohammad Jangda</a>, <a href="https://profiles.wordpress.org/deremohan">Mohan Dere</a>, <a href="https://profiles.wordpress.org/monikarao">monikarao</a>, <a href="https://profiles.wordpress.org/morettigeorgiev">morettigeorgiev</a>, <a href="https://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="https://profiles.wordpress.org/mor10">Morten Rand-Hendriksen</a>, <a href="https://profiles.wordpress.org/mt8biz">moto hachi ( mt8.biz )</a>, <a href="https://profiles.wordpress.org/mrbobbybryant">mrbobbybryant</a>, <a href="https://profiles.wordpress.org/nnaimov">Naim Naimov</a>, <a href="https://profiles.wordpress.org/natereist">Nate Reist</a>, <a href="https://profiles.wordpress.org/natewr">NateWr</a>, <a href="https://profiles.wordpress.org/nathanrice">nathanrice</a>, <a href="https://profiles.wordpress.org/nazgul">Nazgul</a>, <a href="https://profiles.wordpress.org/greatislander">Ned Zimmerman</a>, <a href="https://profiles.wordpress.org/krstarica">net</a>, <a href="https://profiles.wordpress.org/celloexpressions">Nick Halsey </a>, <a href="https://profiles.wordpress.org/nikeo">Nicolas GUILLAUME</a>, <a href="https://profiles.wordpress.org/nikschavan">Nikhil Chavan</a>, <a href="https://profiles.wordpress.org/nikv">Nikhil Vimal</a>, <a href="https://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski</a>, <a href="https://profiles.wordpress.org/rabmalin">Nilambar Sharma</a>, <a href="https://profiles.wordpress.org/noplanman">noplanman</a>, <a href="https://profiles.wordpress.org/nullvariable">nullvariable</a>, <a href="https://profiles.wordpress.org/odie2">odie2</a>, <a href="https://profiles.wordpress.org/odysseygate">odyssey</a>, <a href="https://profiles.wordpress.org/hideokamoto">Okamoto Hidetaka</a>, <a href="https://profiles.wordpress.org/orvils">orvils</a>, <a href="https://profiles.wordpress.org/oskosk">oskosk</a>, <a href="https://profiles.wordpress.org/ottok">Otto Kek&#228;l&#228;inen</a>, <a href="https://profiles.wordpress.org/ovann86">ovann86</a>, <a href="https://profiles.wordpress.org/imnok">Pantip Treerattanapitak (Nok)</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/patilvikasj">patilvikasj</a>, <a href="https://profiles.wordpress.org/pbearne">Paul Bearne</a>, <a href="https://profiles.wordpress.org/paulwilde">Paul Wilde</a>, <a href="https://profiles.wordpress.org/sirbrillig">Payton Swick</a>, <a href="https://profiles.wordpress.org/pdufour">pdufour</a>, <a href="https://profiles.wordpress.org/piewp">Perdaan</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/phh">phh</a>, <a href="https://profiles.wordpress.org/php">php</a>, <a href="https://profiles.wordpress.org/delawski">Piotr Delawski</a>, <a href="https://profiles.wordpress.org/pippinsplugins">pippinsplugins</a>, <a href="https://profiles.wordpress.org/pjgalbraith">pjgalbraith</a>, <a href="https://profiles.wordpress.org/pkevan">pkevan</a>, <a href="https://profiles.wordpress.org/pratikchaskar">Pratik</a>, <a href="https://profiles.wordpress.org/pressionate">Pressionate</a>, <a href="https://profiles.wordpress.org/presskopp">Presskopp</a>, <a href="https://profiles.wordpress.org/procodewp">procodewp</a>, <a href="https://profiles.wordpress.org/rachelbaker">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rahulsprajapati">Rahul Prajapati</a>, <a href="https://profiles.wordpress.org/superpoincare">Ramanan</a>, <a href="https://profiles.wordpress.org/ramiy">Rami Yushuvaev</a>, <a href="https://profiles.wordpress.org/ramiabraham">ramiabraham</a>, <a href="https://profiles.wordpress.org/ranh">ranh</a>, <a href="https://profiles.wordpress.org/redsand">Red Sand Media Group</a>, <a href="https://profiles.wordpress.org/youknowriad">Riad Benguella</a>, <a href="https://profiles.wordpress.org/rianrietveld">Rian Rietveld</a>, <a href="https://profiles.wordpress.org/iamfriendly">Richard Tape</a>, <a href="https://profiles.wordpress.org/rpayne7264">Robert D Payne</a>, <a href="https://profiles.wordpress.org/iamjolly">Robert Jolly</a>, <a href="https://profiles.wordpress.org/rnoakes3rd">Robert Noakes</a>, <a href="https://profiles.wordpress.org/d4z_c0nf">Rocco Aliberti</a>, <a href="https://profiles.wordpress.org/rodrigosprimo">Rodrigo Primo</a>, <a href="https://profiles.wordpress.org/rommelxcastro">Rommel Castro</a>, <a href="https://profiles.wordpress.org/fronaldaraujo">Ronald Ara&#250;jo</a>, <a href="https://profiles.wordpress.org/magicroundabout">Ross Wintle</a>, <a href="https://profiles.wordpress.org/guavaworks">Roy Sivan</a>, <a href="https://profiles.wordpress.org/ryankienstra">Ryan Kienstra</a>, <a href="https://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="https://profiles.wordpress.org/ryanplas">Ryan Plas</a>, <a href="https://profiles.wordpress.org/welcher">Ryan Welcher</a>, <a href="https://profiles.wordpress.org/salcode">Sal Ferrarello</a>, <a href="https://profiles.wordpress.org/samikeijonen">Sami Keijonen</a>, <a href="https://profiles.wordpress.org/solarissmoke">Samir Shah</a>, <a href="https://profiles.wordpress.org/samuelsidler">Samuel Sidler</a>, <a href="https://profiles.wordpress.org/sandesh055">Sandesh</a>, <a href="https://profiles.wordpress.org/smyoon315">Sang-Min Yoon</a>, <a href="https://profiles.wordpress.org/sanketparmar">Sanket Parmar</a>, <a href="https://profiles.wordpress.org/pollyplummer">Sarah Gooding</a>, <a href="https://profiles.wordpress.org/sayedwp">Sayed Taqui</a>, <a href="https://profiles.wordpress.org/schrapel">schrapel</a>, <a href="https://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="https://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="https://profiles.wordpress.org/scrappyhuborg">scrappy@hub.org</a>, <a href="https://profiles.wordpress.org/scribu">scribu</a>, <a href="https://profiles.wordpress.org/seancjones">seancjones</a>, <a href="https://profiles.wordpress.org/sebastianpisula">Sebastian Pisula</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/sgr33n">Sergio De Falco</a>, <a href="https://profiles.wordpress.org/sfpt">sfpt</a>, <a href="https://profiles.wordpress.org/shayanys">shayanys</a>, <a href="https://profiles.wordpress.org/shazahm1hotmailcom">shazahm1</a>, <a href="https://profiles.wordpress.org/shprink">shprink</a>, <a href="https://profiles.wordpress.org/simonlampen">simonlampen</a>, <a href="https://profiles.wordpress.org/skippy">skippy</a>, <a href="https://profiles.wordpress.org/smerriman">smerriman</a>, <a href="https://profiles.wordpress.org/snacking">snacking</a>, <a href="https://profiles.wordpress.org/solal">solal</a>, <a href="https://profiles.wordpress.org/soean">Soren Wrede</a>, <a href="https://profiles.wordpress.org/sstoqnov">Stanimir Stoyanov</a>, <a href="https://profiles.wordpress.org/metodiew">Stanko Metodiev</a>, <a href="https://profiles.wordpress.org/sharkomatic">Steph</a>, <a href="https://profiles.wordpress.org/sswells">Steph Wells</a>, <a href="https://profiles.wordpress.org/sillybean">Stephanie Leary</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stephenharris">Stephen Harris</a>, <a href="https://profiles.wordpress.org/stevenkword">Steven Word</a>, <a href="https://profiles.wordpress.org/stevenlinx">stevenlinx</a>, <a href="https://profiles.wordpress.org/sudar">Sudar Muthu</a>, <a href="https://profiles.wordpress.org/patilswapnilv">Swapnil V. Patil</a>, <a href="https://profiles.wordpress.org/swapnild">swapnild</a>, <a href="https://profiles.wordpress.org/szaqal21">szaqal21</a>, <a href="https://profiles.wordpress.org/takahashi_fumiki">Takahashi Fumiki</a>, <a href="https://profiles.wordpress.org/miyauchi">Takayuki Miyauchi</a>, <a href="https://profiles.wordpress.org/karmatosed">Tammie Lister</a>, <a href="https://profiles.wordpress.org/tapsboy">tapsboy</a>, <a href="https://profiles.wordpress.org/tlovett1">Taylor Lovett</a>, <a href="https://profiles.wordpress.org/team">team</a>, <a href="https://profiles.wordpress.org/tg29359">tg29359</a>, <a href="https://profiles.wordpress.org/tharsheblows">tharsheblows</a>, <a href="https://profiles.wordpress.org/the">the</a>, <a href="https://profiles.wordpress.org/themeshaper">themeshaper</a>, <a href="https://profiles.wordpress.org/thenbrent">thenbrent</a>, <a href="https://profiles.wordpress.org/thomaswm">thomaswm</a>, <a href="https://profiles.wordpress.org/tfrommen">Thorsten Frommen</a>, <a href="https://profiles.wordpress.org/tierra">tierra</a>, <a href="https://profiles.wordpress.org/tnash">Tim Nash</a>, <a href="https://profiles.wordpress.org/timmydcrawford">Timmy Crawford</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/timph">timph</a>, <a href="https://profiles.wordpress.org/tkama">Tkama</a>, <a href="https://profiles.wordpress.org/tnegri">tnegri</a>, <a href="https://profiles.wordpress.org/tomauger">Tom Auger</a>, <a href="https://profiles.wordpress.org/tjnowell">Tom J Nowell</a>, <a href="https://profiles.wordpress.org/tomdxw">tomdxw</a>, <a href="https://profiles.wordpress.org/toro_unit">Toro_Unit (Hiroshi Urabe)</a>, <a href="https://profiles.wordpress.org/zodiac1978">Torsten Landsiedel</a>, <a href="https://profiles.wordpress.org/transl8or">transl8or</a>, <a href="https://profiles.wordpress.org/traversal">traversal</a>, <a href="https://profiles.wordpress.org/wpsmith">Travis Smith</a>, <a href="https://profiles.wordpress.org/nmt90">Triet Minh</a>, <a href="https://profiles.wordpress.org/trishasalas">Trisha Salas</a>, <a href="https://profiles.wordpress.org/tristangemus">tristangemus</a>, <a href="https://profiles.wordpress.org/truongwp">truongwp</a>, <a href="https://profiles.wordpress.org/tsl143">tsl143</a>, <a href="https://profiles.wordpress.org/tywayne">Ty Carlson</a>, <a href="https://profiles.wordpress.org/grapplerulrich">Ulrich</a>, <a href="https://profiles.wordpress.org/utkarshpatel">Utkarsh</a>, <a href="https://profiles.wordpress.org/valeriutihai">Valeriu Tihai</a>, <a href="https://profiles.wordpress.org/zuige">Viljami Kuosmanen</a>, <a href="https://profiles.wordpress.org/vishalkakadiya">Vishal Kakadiya</a>, <a href="https://profiles.wordpress.org/vortfu">vortfu</a>, <a href="https://profiles.wordpress.org/vrundakansara-1">Vrunda Kansara</a>, <a href="https://profiles.wordpress.org/webbgaraget">webbgaraget</a>, <a href="https://profiles.wordpress.org/webmandesign">WebMan Design &#124; Oliver Juhas</a>, <a href="https://profiles.wordpress.org/websupporter">websupporter</a>, <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</a>, <a href="https://profiles.wordpress.org/earnjam">William Earnhardt</a>, <a href="https://profiles.wordpress.org/williampatton">williampatton</a>, <a href="https://profiles.wordpress.org/wolly">Wolly aka Paolo Valenti</a>, <a href="https://profiles.wordpress.org/wraithkenny">WraithKenny</a>, <a href="https://profiles.wordpress.org/yale01">yale01</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/yogasukma">Yoga Sukma</a>, <a href="https://profiles.wordpress.org/oxymoron">Zach Wills</a>, <a href="https://profiles.wordpress.org/tollmanz">Zack Tollman</a>, <a href="https://profiles.wordpress.org/vanillalounge">Ze Fontainhas</a>, <a href="https://profiles.wordpress.org/zhildzik">zhildzik</a>, and <a href="https://profiles.wordpress.org/zsusag">zsusag</a>.\n<p>&nbsp;</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.</p>\n<p>Do you want to report on WordPress 4.8? <a href="https://s.w.org/images/core/4.8/wp-4-8_press-kit.zip">We&#8217;ve compiled a press kit</a> featuring information about the release features, and some media assets to help you along.</p>\n<p>If you want to follow along or help out, check out <a href="https://make.wordpress.org/">Make WordPress</a> and our <a href="https://make.wordpress.org/core/">core development blog</a>. Thanks for choosing WordPress — we hope you enjoy!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"4770";s: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:"Wed, 18 Oct 2017 07:42:05 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:25:"strict-transport-security";s:11:"max-age=360";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Thu, 12 Oct 2017 06:29:32 GMT";s:4:"link";s:63:"<https://wordpress.org/news/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 250";}}s:5:"build";s:14:"20130911040210";}', 'no');
INSERT INTO `pb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1039, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1508355727', 'no'),
(1040, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1508312527', 'no'),
(1041, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1508355730', 'no');
INSERT INTO `pb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1042, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"HeroPress: Be Brave and Trust Yourself";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2172";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:128:"https://heropress.com/essays/be-brave-and-trust-yourself/#utm_source=rss&utm_medium=rss&utm_campaign=be-brave-and-trust-yourself";s: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:11558:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/101717-min-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: Choose to be brave and trust yourself." /><h3>Beginnings</h3>\n<p>I was born into a working-class family in Targoviste, a small town in Romania situated around 50 miles from the capital, Bucharest. My childhood was a normal one, mostly happy but marked negatively by the frequent conflicts between my parents.</p>\n<p>Growing up, they didn’t have much to offer to me and my brother. They struggled to give us as much as possible, and at the end, they did offer us quite a decent life, but all those shortages can be quite difficult to understand, especially for a child.</p>\n<p>“Why the other kids can have things that I don’t have?”</p>\n<p>“Why didn’t my parents gave me more?”</p>\n<p>I knew since then, part of the answer. They didn’t give me more because they didn’t have more, not because they didn’t want to. Thinking more about this, years later, I actually realized, that this whole situation was actually more of a blessing for me, and I am now really grateful for it.</p>\n<p>Why I’m saying this?</p>\n<p>Because not having everything gave me an incredible motivation to grow, overcome my situation, be creative and don’t ever give up on my dreams.</p>\n<h3>Facing the world</h3>\n<p>Wanting to do great things with my life, I always knew that staying in my small town forever is not an option.<br />\nSo, at 19, after finishing high school, I got admitted to Politehnica University of Bucharest, to study Computer Science. My brother was the one that convinced me to pursue this subject of study, as I wasn’t very sure on which path I should choose because I was not having enough self-confidence that I would be good at it, even though I always was better at this fields of study in school.</p>\n<p>I have to thank him for that.</p>\n<p>Going to University was by far the most important moment in my life at that time. It was hard but beautiful at the same time, the whole experience. At first, it was a total shock for me. Between all the big changes in my life, like leaving home for the first time, living in a college dorm with three new girls, taking care of myself and all that, school was not that easy anymore either. Even though I always liked studying and was one of the best students in my class, University was at a totally different level.</p>\n<blockquote><p>It was really difficult to adjust, as I started to think again that maybe I wasn’t good enough for this, that it’s not something I can do, and I should give up.</p></blockquote>\n<p>Luckily I didn’t do that, and with lots of work, in time, I managed to adapt and eventually finish the University with both a Bachelor’s degree and Master’s degree in Computer Science.</p>\n<p>From my second year at University, I started thinking seriously that I should start working. I always wanted to have financial independence, as I also knew deep down, how difficult it would be for my parents to sustain me over the course of the next years of study. So, I started to search for jobs. I had so little self-confidence that I thought that nobody will ever hire me, so I took the first job offer that I received.</p>\n<p>I started to work part-time as a junior web developer at a small IT company. Looking back at that time, I can’t say I learned much there, as the company itself and the people in charge of it were not very interested in teaching me something or giving me interesting projects, so I could evolve professionally. And this was not happening just for me. Months later I realized this was their thing. They were mostly hiring students, paying them very small salaries and in some ways taking advantages of them. For example, in my case, they didn’t make me a contract even after 6 months there, even though they promised me that since day one. So, I was working illegally all that time, with no paid taxes, with a salary of just 90$ a month.</p>\n<p>But considering all this, I’m honestly happy I’ve had the chance to work there. I didn’t have the chance to learn much programming there, but I learned other valuable things that helped me through my life. All I’ve experienced that time, gave me a much more sense of what the world really is. And it made me realize that I want more, that I deserve more. There had to be something better out there.</p>\n<p>Plus, there is where I met my fiance <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f642.png" alt="🙂" class="wp-smiley" /></p>\n<h3>Finding my way</h3>\n<p>I started to search for a new job and lucky enough, in a couple of days I started working at Codeinwp.com. At that time, it was a really small agency, in a tiny office, with only two other employees besides me. We were all kind of the same age, students with no money, no major work ( or as a matter of fact, even life ) experience but with big ambitions. It was obvious for me, from the start, that this was a very different company than the one where I’ve worked before. I got my contract signed in the first two days, I got payed better, I got interesting projects to work on, I got people helping me learn.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/img_1.jpg"><img class="wp-image-2173" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/img_1.jpg" alt="Rodica at WordCamp" width="300" height="450" /></a>WordCamp Europe 2017 Paris, The Afterparty\n<p>And I got something that I didn’t know existed in other companies. I got freedom and trust. Lots of trust.</p>\n<p>The company is co-founded by Ionut Neagu, who was at that moment living in France. And he was running the business from there, miles away from us, not knowing what we’re doing all the time. I don’t think many people would be able to do this. And do it successfully.</p>\n<p>I also think that part of his success in running this business is his way of being, as he is genuinely one of the most generous and kind-hearted people I’ve met. Always there for everyone.</p>\n<h3>The Breakthrough</h3>\n<p>The first couple of years in the company were a bit tough, especially for Ionut, as he had to always find new projects and customers to make sure we are making enough money to sustain us all. At that time, I didn’t realized that, but now I understand how difficult it was for him sometimes, and I appreciate him more.</p>\n<blockquote><p>Here is where I also first encountered WordPress. It was a new concept, not just for me, but for the other guys too. And we started to learn it, step by step, project by project. And it changed our lives.</p></blockquote>\n<p>In 2014, the whole company made a risky change, that proved, in time, to be a great choice. We launched Themeisle.com, a marketplace for our own WordPress themes and plugins, and also launched Zerif Lite, that gradually became one of the most popular themes on the wordpress.org repository. Currently is used by more than 100.000 users.</p>\n<p>The road was not an easy one, but 5 years later, almost 500,000 people in the world are using our products. I still can’t believe that so many people are influenced by something that I’ve done. Always thought that is difficult for a common man to have an impact on the world. But I had an impact too, in my own way.</p>\n<h3>Discovering The World</h3>\n<p>The first time I visited a foreign country was in 2014, at WordCamp Europe in Sofia, Bulgaria. I remember it like yesterday. It was so exciting for me. Though, I don’t think I’ve realized, at that time, the true meaning and dimensions of a WordCamp and all the great things happening in the community. I think I was too amazed of just having the opportunity to travel. But this was not going to stop here.</p>\n<p>We got the chance to travel to all major WordCamps in Europe, and discovered the joy of participating as volunteers too ( and organizers now too).</p>\n<blockquote><p>I’ve met so many great people, from all around the globe, I’ve learned so much from all the different cultures.</p></blockquote>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/img_2.jpg"><img class="wp-image-2175 size-medium" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/img_2-300x200.jpg" alt="ThemeIsle Team" width="300" height="200" /></a>Part of the team at WordCamp Europe 2017\n<p>And last year, I’ve got the chance to go somewhere I’ve never imagine going. We went to New York, and joined WordCamp US in Philadelphia. It was such an amazing experience for which I’m so grateful, and hope everyone can have this kind of opportunities.</p>\n<h3>In Conclusion</h3>\n<p>I’m so proud of being part of the WordPress community and part of the ThemeIsle team. It’s so rewarding to start working in a small company and see it grow, alongside you. To see it flourish, starting from almost nothing and reaching success, after many challenges and obstacles along the way. As cheesy as it may sound, it’s almost like seeing your child grow and fulfill his dreams.</p>\n<p>And as I mostly struggled thinking I wasn’t better enough at the beginning of my life, all these experiences made me realize that you just have to work for your dreams, don’t ever give up, and realize that always, even though somebody will be better than you, you are better than others. It’s important the direction you choose to look at.</p>\n<p>So choose to be brave and trust yourself.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Be Brave and Trust Yourself" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Be%20Brave%20and%20Trust%20Yourself&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbe-brave-and-trust-yourself%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Be Brave and Trust Yourself" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbe-brave-and-trust-yourself%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbe-brave-and-trust-yourself%2F&title=Be+Brave+and+Trust+Yourself" rel="nofollow" target="_blank" title="Share: Be Brave and Trust Yourself"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/be-brave-and-trust-yourself/&media=https://heropress.com/wp-content/uploads/2017/10/101717-min-150x150.jpg&description=Be Brave and Trust Yourself" rel="nofollow" target="_blank" title="Pin: Be Brave and Trust Yourself"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/be-brave-and-trust-yourself/" title="Be Brave and Trust Yourself"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/be-brave-and-trust-yourself/">Be Brave and Trust Yourself</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Oct 2017 05:00:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Rodica Andronache";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:86:"WPTavern: Medium Opens Partner Program, Allows Anyone to Publish Behind Its $5 Paywall";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75602";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/medium-opens-partner-program-allows-anyone-to-publish-behind-its-5-paywall";s: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:11215:"<p>In March 2017, Medium <a href="https://wptavern.com/medium-aims-to-fix-broken-media-with-new-5-subscription-program" rel="noopener" target="_blank">scrapped its previous ad-driven revenue model</a> to become a publisher of premium, subscription-based content. The company launched a new $5 subscription program and gave a select group of writers and publications the ability to publish articles behind a paywall inside its network. Medium&#8217;s invitation-only Partner Program <a href="https://blog.medium.com/expanding-the-medium-partner-program-3be09dd146e4" rel="noopener" target="_blank">launched in August</a> but has now been expanded to include any author or publisher who wants to publish behind the paywall.</p>\n<p>&#8220;Starting today, anyone can enroll in our Partner Program and earn money based on the depth and value they provide to members, not the fleeting attention they deliver to advertisers,&#8221; Medium CEO Ev Williams said. &#8220;Along with that, we add stories from the world’s best publishers and seamlessly combine it all in an ad-free, personalized experience. The end goal is to offer the world&#8217;s best source for important stories and ideas.&#8221;</p>\n<p>Authors are rewarded based on engagement with their posts, as measured by the number of &#8220;clap&#8221; reactions a post receives via the network&#8217;s new <a href="https://blog.medium.com/show-authors-more-%EF%B8%8F-with-s-c1652279ba01" rel="noopener" target="_blank">applause button</a>. Readers can clap multiple times and the system evaluates claps on a per-user basis, tracking the number of claps a reader assigns relative to the number of claps that individual typically sends. Subscribers will have their membership fees allocated to different authors based the claps they have given to posts behind the paywall.</p>\n<p>Medium quickly changed its &#8220;no access&#8221; paywall to a &#8220;metered&#8221; one after launching with a small group of publishers. This means that members can still read a limited number of locked stories each month before hitting the wall. The idea behind this move, according to Sam Duboff, Medium&#8217;s head of product marketing, is to give paywalled posts exposure to a wider audience while still paying content creators, instead of having articles simply get buried due to lack of exposure.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">with our metered paywall, we''re hoping to enable both reach &amp; $$. also lots of great writers haven''t joined b/c they can be paid elsewhere.</p>\n<p>&mdash; Sam Duboff (@duboff) <a href="https://twitter.com/duboff/status/909849467859345408?ref_src=twsrc%5Etfw">September 18, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Perhaps, but note the paywall is (now) metered, a la NYT, so free readers can still access (w/login)</p>\n<p>&mdash; Ev Williams (@ev) <a href="https://twitter.com/ev/status/900067262031290368?ref_src=twsrc%5Etfw">August 22, 2017</a></p></blockquote>\n<p></p>\n<p>Some authors have posted publicly about their earnings and Medium representatives told <a href="https://techcrunch.com/2017/10/10/medium-opens-up-its-partner-program-allowing-anyone-to-publish-behind-its-paywall/" rel="noopener" target="_blank">TechCrunch</a> that 83% of those who published paywalled stories received payments during the month of September with payments averaging $93.65. The largest payment for a single author was $2,279.12 and the largest payment for a single publication was $1,466.68. It&#8217;s too soon to see the effects of opening up the partner program to anyone who wants to participate, but Medium&#8217;s membership fees will need to stretch further to accommodate all the claps for newly paywalled content.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">update on my <a href="https://twitter.com/Medium?ref_src=twsrc%5Etfw">@Medium</a> partner program testing -&gt; $113.91<a href="https://twitter.com/hashtag/MakeItClap?src=hash&ref_src=twsrc%5Etfw">#MakeItClap</a> <a href="https://t.co/6nW2fqQppy">pic.twitter.com/6nW2fqQppy</a></p>\n<p>&mdash; <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f468-1f3fb-200d-1f4bb.png" alt="👨🏻‍💻" class="wp-smiley" /><img src="https://s.w.org/images/core/emoji/2.3/72x72/1f3e2.png" alt="🏢" class="wp-smiley" /><img src="https://s.w.org/images/core/emoji/2.3/72x72/2600.png" alt="☀" class="wp-smiley" /> (@hunterwalk) <a href="https://twitter.com/hunterwalk/status/910619420614987776?ref_src=twsrc%5Etfw">September 20, 2017</a></p></blockquote>\n<p></p>\n<p>Non-subscribing readers were not enthused with the paywall when it first launched. With the number of Partner Program participants going up, there are bound to be more links to paywalled content floating around social media.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Stop posting links to paid posts, or at least include “Paywall” “Premium” “Subscriber Only”, ANYTHING! Create a Medium Premium handle maybe?</p>\n<p>&mdash; Branden Bytes (@BrandenBytes) <a href="https://twitter.com/BrandenBytes/status/914134301616300032?ref_src=twsrc%5Etfw">September 30, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">click the <a href="https://twitter.com/Medium?ref_src=twsrc%5Etfw">@Medium</a> article link to see it is behind the paywall. Close the page and move on. That may teach people not to click at all ;)</p>\n<p>&mdash; Denys Vuika (@DenysVuika) <a href="https://twitter.com/DenysVuika/status/914086021230456834?ref_src=twsrc%5Etfw">September 30, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Muted <a href="https://twitter.com/Medium?ref_src=twsrc%5Etfw">@Medium</a> for a month. Maybe after that they’ll stop tweeting paywall’ed articles.</p>\n<p>&mdash; spooky<img src="https://s.w.org/images/core/emoji/2.3/72x72/1f383.png" alt="🎃" class="wp-smiley" />watermelon (@smartwatermelon) <a href="https://twitter.com/smartwatermelon/status/911399338462420992?ref_src=twsrc%5Etfw">September 23, 2017</a></p></blockquote>\n<p></p>\n<p>Readers are finding, however, that they are frequently encountering articles behind Medium&#8217;s paywall that are already available for free elsewhere. This is because Medium&#8217;s membership also includes curated selections from from The New York Times, The Financial Times, The Economist, CNN, Fast Company, and other publications to supplement original content created by those within the Medium ecosystem. The experience of finding otherwise free content behind Medium&#8217;s paywall seems to be confusing for non-subscribers and is ultimately driving readers back to independent publishers.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">New routine: See interesting <a href="https://twitter.com/Medium?ref_src=twsrc%5Etfw">@medium</a> tweet, see it''s behind their paywall, search headline in google, find original piece, read article.</p>\n<p>&mdash; Matt Deegan (@matt) <a href="https://twitter.com/matt/status/911954101042376705?ref_src=twsrc%5Etfw">September 24, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Why is Medium taking all these <a href="https://twitter.com/vulture?ref_src=twsrc%5Etfw">@vulture</a> posts and putting them behind a paywall?? <a href="https://t.co/bb28b6gCdQ">https://t.co/bb28b6gCdQ</a></p>\n<p>&mdash; Lizzie Ellis (@lizmeister321) <a href="https://twitter.com/lizmeister321/status/912346466437468163?ref_src=twsrc%5Etfw">September 25, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">1) great piece <br />2) this is a 2011 article free on <a href="https://twitter.com/TheAtlantic?ref_src=twsrc%5Etfw">@TheAtlantic</a> <a href="https://t.co/e12B6wHLO4">https://t.co/e12B6wHLO4</a> but behind paywall on <a href="https://twitter.com/Medium?ref_src=twsrc%5Etfw">@Medium</a> <a href="https://t.co/vOQcfhVqoK">https://t.co/vOQcfhVqoK</a></p>\n<p>&mdash; JD (@jarroddicker) <a href="https://twitter.com/jarroddicker/status/915541246936002572?ref_src=twsrc%5Etfw">October 4, 2017</a></p></blockquote>\n<p></p>\n<p>In a post titled &#8220;<a href="https://blog.medium.com/words-still-matter-6e9163216052" rel="noopener" target="_blank">Words Still Matter</a>,&#8221; Williams once again described the broken ad-driven model and the attention economy it fuels. After failing to find success with this model, Medium has repackaged itself as a publisher of subscription-based content and aims to throw a wide net by calling its partner program &#8220;<a href="http://medium.com/creators" rel="noopener" target="_blank">the internet’s first open paywall</a>.&#8221;</p>\n<p>&#8220;And while many publishers are looking towards subscriptions as an alternative to the deleterious effects of ads (a move we support for everyone), Medium is the only &#8216;open paywall&#8217; for thoughtful content on the internet,&#8221; Williams said. &#8220;Which means, we tap into the ideas and expertise of thousands of the smartest minds on the planet — many of whom made Medium what it is today — to bring fresh perspectives to Medium members.&#8221;</p>\n<p>Despite setting out to create “a different, bolder approach,” as Williams called it earlier this year, the company has landed on a cheap paywall that is open to any content creator. Putting content behind a paywall isn&#8217;t a good strategy for individuals or businesses that depend on their products and ideas getting maximum exposure. It&#8217;s also <a href="https://wptavern.com/publishers-are-moving-back-to-wordpress-after-short-experiments-with-medium" rel="noopener" target="_blank">not a sustainable model for larger publishers</a>, several of which Medium had wooed to its platform before suddenly shifting its business strategy.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Our medium publication gets a ton of traffic, but feels shitty to paywall it to make $12 bucks. I don’t get this model.</p>\n<p>&mdash; Erik Flowers (@erik_flowers) <a href="https://twitter.com/erik_flowers/status/911364373167300608?ref_src=twsrc%5Etfw">September 22, 2017</a></p></blockquote>\n<p></p>\n<p>Opening up the partner program is the next step in Medium&#8217;s continued experimentation with monetizing its users&#8217; content. If the company cannot substantially increase its subscriber base to properly pay all the authors who will soon be paywalling unlimited amounts of content, it will need to pivot yet again after its users have spent their efforts building an audience inside the Medium paywall.</p>\n<p>&#8220;These are just the early days of what we consider a grand experiment,&#8221; Williams said after expanding the parnter program in August. &#8220;Imagine a day when anyone with the skills and willingness to put in the effort can write something useful, insightful, or moving and be compensated based on its value to others. There is a lot we need to figure out to make this work right. But we are convinced that by joining forces, we can make a new economic model for quality content. We hope you’ll join us in this experiment.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Oct 2017 04:51:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"WPTavern: Bear App Users Want WordPress Publishing Integration";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=71864";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wptavern.com/bear-app-users-want-wordpress-publishing-integration";s: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:7003:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-08-at-10.50.16-PM.png?ssl=1"><img /></a></p>\n<p>Ever since the demise of <a href="http://codex.wordpress.org/Version_3.2" rel="noopener" target="_blank">WordPress&#8217; old distraction-free writing mode</a>, users have been forced to look elsewhere for a truly zen writing experience. Gutenberg&#8217;s current design trajectory doesn&#8217;t seem to be putting it on track for delivering the minimalist writing environment that many writers crave. The project has a lot of publishing and design-related functionality to account for in its UI, but I am hopeful that the plugin ecosystem will offer extensions that pare Gutenberg back to just the essentials for writing.</p>\n<p>In the meantime, those in search of a minimalist writing experience have found it in dedicated writing apps like iA Writer, Ulysses, WriteRoom, OmmWriter, and others. The <a href="http://www.bear-writer.com/" rel="noopener" target="_blank">Bear app</a>, a newcomer launched in 2016, is a rising favorite that works on iPhone, iPad, and Mac. Although somewhat better known as a note-taking app, Bear&#8217;s beautiful writing experience won the app a <a href="https://blog.bear-writer.com/thank-you-yes-you-for-our-2017-apple-design-award-1b13e702ee91" rel="noopener" target="_blank">2017 Apple Design Award</a>.</p>\n<p>Bear blends the best features of a note-taking app with a writing app. Users can turn on Focus Mode using the bottom right icon, which hides the sidebar and note list to provide a more minimal writing space. Bear saves users&#8217; writing in real-time, offers in-line support for images, and syntax highlighting for 20+ programming languages. There are no distractions while the user is composing, as the editor instantly displays rich previews. It&#8217;s easy to see why Bear has become an instant favorite.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-13-at-12.29.28-PM.png?ssl=1"><img /></a></p>\n<p>Many Bear users still have the need to publish their writings to the web, a capability that the app doesn&#8217;t currently support. Naturally, a WordPress export or &#8220;Publish to WordPress&#8221; option is one of the most often requested features. However, <a href="http://www.shinyfrog.net/" rel="noopener" target="_blank">Shiny Frog</a>, the company behind the Bear app, is not yet working on publishing features.</p>\n<p>&#8220;Medium and WordPress publishing features are on our todo list, but not on top priority right now,&#8221; Shiny Frog co-founder Danilo Bonardi <a href="http://help.shinyfrog.net/discussions/bear/2477-export-to-wordpress" rel="noopener" target="_blank">said</a> when I asked last November about the company&#8217;s plans to support a WordPress export option.</p>\n<p>Other users have also posted to the app&#8217;s <a href="http://help.shinyfrog.net/" rel="noopener" target="_blank">support forum</a> and its <a href="https://www.reddit.com/r/bearapp/" rel="noopener" target="_blank">subreddit</a>, asking for WordPress integration:</p>\n<blockquote><p>I&#8217;m really enjoying using Bear for my writing, and the newer features are great, but I&#8217;m trying to get started with my own blog and more as I am developing my own business and being able to export to WordPress would be incredibly helpful for me going forward.</p></blockquote>\n<blockquote><p>This is the one feature that would allow me to switch from Ulysses.</p></blockquote>\n<blockquote><p>With Ulysses going to a (more expensive) subscription, the time seems right for Bear to offer a &#8220;publish to WordPress&#8221; feature that could match what Ulysses offers. This is about the only thing holding Bear back for me.</p></blockquote>\n<blockquote><p>I&#8217;m currently deciding between Bear and Ulysses, and right now the dealbreaker is Ulysses&#8217;s ability to push to WordPress. If you were able to build that functionality, it would seal the deal!</p></blockquote>\n<p>Bonardi <a href="https://www.reddit.com/r/bearapp/comments/6z9qum/feature_request_medium_integration/dmurk7m/" rel="noopener" target="_blank">confirmed</a> again, as recently as last month, that the company is still keeping a tight focus and has not yet prioritized publishing to WordPress.</p>\n<p>&#8220;Publishing features have been asked before and we will address them sooner or later,&#8221; Bonardi said. &#8220;Our hopes are to integrate Bear with Medium/WordPress apps instead of implementing our own publishing tool with their APIs. Using their APIs is the other solution but in this scenario we have to build a specific UI for this functionality instead of relying on external apps.&#8221;</p>\n<p>In the meantime, Bear App support staff recommends using the Markdown export option, available in the free version. Additional export options, including HTML, are available Bear&#8217;s $14.99 per year Pro version, which is much more affordable than pricey competitors like <a href="https://ulyssesapp.com/" rel="noopener" target="_blank">Ulysses</a> and others that cater specifically to long-form writing.</p>\n<p>Quadro also has an <a href="https://www.quadro.me/themes/unleash-the-bear" rel="noopener" target="_blank">option to share Bear notes to both Medium and WordPress</a>. However, it&#8217;s not an official Bear utility and the workflow is rather complicated to set up. Users who have tried this option didn&#8217;t find it to save time over simply copying and pasting.</p>\n<h3>WordPress Needs Its Own Beautiful Writing Experience</h3>\n<p>WordPress publishing support for Bear doesn&#8217;t seem to be a major priority for the company at this time, but splitting up the writing and publishing process is a deal breaker for many who want a simple workflow that doesn’t involve copying and pasting between apps.</p>\n<p>Alternatively, what if WordPress could be known for its beautiful writing experience in core, without a user having to resort to plugins or third-party apps to get there? This seems like a reasonable expectation for Gutenberg, but the project has the added challenge of incorporating a lot of publishing, media, and legacy functionality into its UI in a way that is easily discoverable.</p>\n<p>Unfortunately, this has resulted in an interface that is constantly popping into view. With the right combination of clicks and hovers, a user can end up in situation like the one shown below in the screenshot &#8211; surrounded by formatting options and icons on all sides.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/06/Screen-Shot-2017-10-13-at-1.22.21-PM.png?ssl=1"><img /></a></p>\n<p>Making it easy to publish to the web, which is WordPress&#8217; forte, isn&#8217;t as compelling if users have to look elsewhere to find a truly distraction-free writing experience.  Fortunately, minimalist writing apps like Bear can fill the gap until the WordPress plugin ecosystem can produce an interface where writing is a delight.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Oct 2017 22:17:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:96:"WPTavern: WordPress 4.9 Protects Users From Fatal Errors Created in the Theme and Plugin Editors";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75725";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"https://wptavern.com/wordpress-4-9-protects-users-from-fatal-errors-created-in-the-theme-and-plugin-editors";s: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:1923:"<p>Over the years, there have been many discussions and debates on whether or not WordPress should have a built-in file editor for themes and plugins. The file editors, while convenient, allow users to easily trigger fatal errors that can be difficult to fix, especially if they don&#8217;t have FTP access.</p>\n<p>Instead of removing the editors from core, the WordPress development team has enhanced them by adding fatal error protection in WordPress 4.9. When a user accesses the theme or plugin editor for the first time, they&#8217;re presented with the following warnings. The warnings are a result of a <a href="https://core.trac.wordpress.org/ticket/31779">three-year-old trac ticket</a>.</p>\n<img />Plugin Editor Warning\n<img />Theme Editor Warning\n<p>If you try to save changes to a file and WordPress detects a fatal error, the change is not saved and a warning message is displayed that explains where the error occurred. Although the changes are rolled back, the code in the editor is not replaced with the original. To replace the code, simply refresh the browser tab.</p>\n<img />Fatal Error Detected\n<p>In addition to safety features, the code editors are powered by <a href="https://codemirror.net/">CodeMirror</a>, an open-source, JavaScript powered text editor that adds features such as line numbers. The plugin editor includes the ability to look up documentation for filters, hooks, and actions with many of the links pointing to the new <a href="https://developer.wordpress.org/">WordPress Developers Resource</a> site.</p>\n<p>Even with the addition of CodeMirror in core, the file editors in WordPress are not a replacement for an integrated development environment. However, the warnings and fatal error protection are huge improvements that will prevent many users from creating a <a href="https://codex.wordpress.org/Common_WordPress_Errors">White Screen of Death</a> situation on their sites.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Oct 2017 21:25:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"WPTavern: GitHub Launches New Dependency Graph Feature with Security Alerts Coming Soon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75675";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/github-launches-new-dependency-graph-feature-with-security-alerts-coming-soon";s: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:2930:"<p>GitHub announced a new <a href="https://help.github.com/articles/listing-the-packages-that-a-repository-depends-on/" rel="noopener" target="_blank">Dependency Graph</a> feature at the Github Universe conference yesterday. It lists all the dependencies for a repository and will soon identify known vulnerabilities. The graph can be accessed under the Insights tab and currently supports Ruby and JavaScript dependencies with Python coming soon.</p>\n<p>Public repositories display the graph by default and private repository owners also have the option to enable it. Below is a screenshot of <a href="https://github.com/WordPress/gutenberg/network/dependencies" rel="noopener" target="_blank">Gutenberg&#8217;s dependency graph</a>:</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-11.30.42-AM-e1507825905511.png?ssl=1"><img /></a></p>\n<p>GitHub plans to extend dependency graphs to show security alerts when one of the dependencies is using a version that is publicly known to be vulnerable to a security issue. The alerts may also in some cases be able to suggest a security fix. Security alerts for dependencies is the first among a collection of security tools that GitHub has planned to release.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/dependency-graph.gif?ssl=1"><img /></a></p>\n<p>The dependency graph isn&#8217;t yet as useful as it could be for many PHP-based WordPress projects, but GitHub&#8217;s decision to start with support for JavaScript and Ruby dependencies is in line with the data the company collected from repositories. JavaScript and Ruby are among the top four most popular languages on GitHub, as measured by the number of pull requests. JavaScript is by far the most popular and PHP isn&#8217;t too far behind Ruby, according to stats from the <a href="https://octoverse.github.com/" rel="noopener" target="_blank">State of the Octoverse 2017</a>.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-12.35.41-PM-e1507830673184.png?ssl=1"><img /></a></p>\n<p>GitHub is also launching new efforts to connect its massive community. The company reported 24 million developers working across 67 million repositories in 2017. The new community features are aimed at helping developers make meaningful connections in the vast sea of repositories on the platform. Users will notice a new “Discover Repositories” feed in their dashboards that makes recommendations based on their starred repositories and the people they follow.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-12-at-12.15.45-PM.png?ssl=1"><img /></a></p>\n<p>GitHub has also launched a new curated <a href="https://github.com/explore" rel="noopener" target="_blank">Explore</a> section to help users browse open source projects, topics, events, and resources.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Oct 2017 18:56:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Dev Blog: WordPress 4.9 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4946";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/10/wordpress-4-9-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1626:"<p>WordPress 4.9 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.9-beta2.zip">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href="https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/">Beta 1</a> blog post. Since then, we’ve made <a href="https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=41846&stop_rev=41777&limit=100&sfp_email=&sfph_mail=">70 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p><em>Let’s test all of these:</em><br />\n<em>code editing, theme switches,</em><br />\n<em>widgets, scheduling.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Oct 2017 06:29:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Mel Choyce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WPTavern: WordPress Replaces Browserify with Webpack for Build Process";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=75656";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"https://wptavern.com/wordpress-replaces-browserify-with-webpack-for-build-process";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1898:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-11-at-6.51.54-PM.png?ssl=1"><img /></a></p>\n<p>During a core <a href="https://make.wordpress.org/core/2017/05/24/javascript-chat-summary-for-may-23rd/" rel="noopener" target="_blank">JavaScript chat held in May</a>, WordPress contributors agreed on using <a href="https://webpack.js.org/" rel="noopener" target="_blank">Webpack</a> (and ES6 imports)  instead of Browserify for JavaScript bundling in the build process.</p>\n<p>&#8220;Since we split the media files in <a href="https://core.trac.wordpress.org/ticket/28510" rel="noopener" target="_blank">#28510</a>, the core build process has used Browserify to combine the media files,&#8221; Adam Silverstein said in the <a href="https://core.trac.wordpress.org/ticket/40894" rel="noopener" target="_blank">ticket</a> proposing the replacement. &#8220;While browserify has served us well, Webpack is probably a better long term choice for the project, especially with the introduction of a new JavaScript framework that may require a build.&#8221;</p>\n<p>Over the past four months contributors on the ticket have worked on making sure the Webpack setup is working well to build the files. WordPress core committer K. Adam White also reached out to some Webpack contributors for an additional review during the process before replacing Browserify as the JavaScript bundler.</p>\n<p>Webpack has rapidly gained popularity among the many utilities for bundling JavaScript files and is one of the most prominent examples of a project that has successfully found a sustainable source of funding through its account on <a href="https://opencollective.com/webpack" rel="noopener" target="_blank">Open Collective</a>. The project funded its first full-time developer through the platform and has an estimated annual budget of $241,650, based on current donations.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Oct 2017 23:58:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:7;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:75:"WPTavern: WPWeekly Episode 291 – All Hands on Deck on The Ship of Theseus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75663&preview=true&preview_id=75663";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"https://wptavern.com/wpweekly-episode-291-all-hands-on-deck-on-the-ship-of-theseus";s: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:2463:"<p>In this episode, <a href="https://jjj.blog/">John James Jacoby</a> and I discuss the news of the week including DonateWC sponsoring its first recipient to WordCamp Cape Town, WordPress 4.9 Beta 1, and WooCommerce 3.2. We also have a bit of fun with Poopy.life and blurt out a few crappy puns. Last but not least, we dissect Matías Ventura&#8217;s vision of Gutenberg.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/">WordPress 4.9 Beta 1 Released</a><br />\n<a href="https://woocommerce.wordpress.com/2017/10/11/woocommerce-3-2/">WooCommerce 3.2 Released </a><br />\n<a href="https://wptavern.com/wooconf-2017-livestream-tickets-now-on-sale">WooConf 2017 Livestream Tickets Now on Sale</a><br />\n<a href="https://wptavern.com/gutenberg-engineer-matias-ventura-unpacks-the-vision-for-gutenblocks-front-end-editing-and-the-future-of-wordpress-themes">Gutenberg Engineer Matías Ventura Unpacks the Vision for Gutenblocks, Front-End Editing, and the Future of WordPress Themes</a><br />\n<a href="https://wptavern.com/poopy-life-launches-pro-version-at-wpsandbox-io-aimed-at-theme-and-plugin-developers">Poopy.life Launches Pro Version at WPsandbox.io Aimed at Theme and Plugin Developers</a><br />\n<a href="https://wptavern.com/disqus-data-breach-affects-17-5-million-accounts">Disqus Data Breach Affects 17.5 Million Accounts</a><br />\n<a href="https://donatewc.org/sponsorship-recipients/were-sending-a-speaker-to-wordcamp-cape-town/">We’re sending a speaker to WordCamp Cape Town</a><br />\n<a href="https://wptavern.com/gitlab-raises-20-million-series-c-round-adds-matt-mullenweg-to-board-of-directors">GitLab Raises $20 Million Series C Round, Adds Matt Mullenweg to Board of Directors</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 18th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #291:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Oct 2017 23:10:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:121:"WPTavern: WooCommerce 3.2 Adds Ability to Apply Coupons in the Admin, Introduces Pre-Update Version Checks for Extensions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75637";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:131:"https://wptavern.com/woocommerce-3-2-adds-ability-to-apply-coupons-in-the-admin-introduces-pre-update-version-checks-for-extensions";s: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:4252:"<p><a href="https://woocommerce.wordpress.com/2017/10/11/woocommerce-3-2/" rel="noopener" target="_blank">WooCommerce 3.2</a> has arrived a week ahead of the plugin&#8217;s upcoming <a href="https://wptavern.com/seattle-to-host-wooconf-2017-in-october-conference-to-focus-on-developers" rel="noopener" target="_blank">WooConf Developers Conference</a> in Seattle. The release went into beta at the end of August and an extra week was added to the RC testing phase to give store owners and extension developers ample opportunity to prepare for the update.</p>\n<p>Version 3.2 adds the ability for administrators to apply coupons to existing orders in the backend of the store. This feature was <a href="http://ideas.woocommerce.com/forums/133476-woocommerce/suggestions/3867647-ability-to-apply-coupons-manually-when-manually-ad" rel="noopener" target="_blank">requested on the WooCommerce ideas board</a> four years ago and had received 374 votes for consideration.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/woocommerce-apply-coupon.png?ssl=1"><img /></a></p>\n<p>WooCommerce will now automatically re-calculate the order total after applying the coupon and the same in reverse if a coupon is removed. Although it seems like a small improvement, implementing it without breaking extensions was a fairly complex endeavor for the WooCommerce team.</p>\n<p>&#8220;This was tricky to develop because of the way the cart and coupons were built initially, so some refactoring was needed, but we tried to implement these changes in a backwards compatible manner so extensions wouldn’t require changes,&#8221; WooCommerce lead developer Mike Jolley said.</p>\n<h3>WooCommerce 3.2 Adds Extension Support Version Checks Prior to Core Updates</h3>\n<p>One of the most exciting new features in 3.2 is support for a new plugin header that extension developers can use to specify which versions of WooCommerce have been tested and confirmed to be compatible. This information will be displayed to users in the plugin update screen when future WooCommerce core updates become available.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/woocommerce-extensions-version-checks.png?ssl=1"><img /></a></p>\n<p>These warnings save time for store owners by identifying extensions that need further research and testing before applying a core update. It makes it easier for admins to confidently update their installations without having to worry about extensions breaking. After a few more major releases of the plugin, it will be interesting to see how this new system improves updates overall and how other plugins with their own ecosystems of extensions might be able to benefit from something similar.</p>\n<p>Version 3.2 also brings improved accessibility for select boxes, updates to the new store setup wizard, a new “resend” option on the edit order page, and a host of admin UI enhancements that make it easier to manage products and extensions.</p>\n<h3>WooCommerce.com Adds New Subscription Sharing Feature</h3>\n<p>Customers who have purchased extensions from WooCommerce.com can now take advantage of a new <a href="https://docs.woocommerce.com/document/managing-woocommerce-com-subscriptions/#section-11" rel="noopener" target="_blank">subscription sharing feature</a> that allows them to specify additional sites (via WooCommerce.com email address) where they want the extension/key to be active. This is especially useful for agencies, developers, and multisite store owners who can now grant the use of an extension without having to connect their own accounts to client sites. The original purchaser of the extension will be the one billed for the subscription and can revoke access for connected sites at any time.</p>\n<p>WooCommerce 3.2 had <a href="https://github.com/woocommerce/woocommerce/compare/3.1.2...3.2.0" rel="noopener" target="_blank">1610 commits</a> from 98 contributors. Currently, 47% of installs are still on 3.1 but that number should go down as store owners start updating to the latest. The WooCommerce team reports that all changes should be backwards compatible with 3.0 and 3.1 sites, but site owners will still want to test their extensions before applying the 3.2 update.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Oct 2017 19:07:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"HeroPress: Queer Woman In Tech … In A Bowtie";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2144";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:120:"https://heropress.com/essays/queer-woman-tech-bowtie/#utm_source=rss&utm_medium=rss&utm_campaign=queer-woman-tech-bowtie";s: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:7663:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/101117-min-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: I have found the WordPress Community the most diverse and accepting space for our beautiful, vast array of queer individuals in tech, period." /><p>Did you know there are still several states in the US where employers can fire me for being gay? Legislation and protections have improved in the past several years, but there are still large gaps throughout the United States for queer and trans people. In addition, I hear horror stories of toxic workplaces that my LGBTQ+ friends have endured and/or have pushed them out of a job due to not feeling safe. I have been incredibly lucky to have a career full of supportive companies where I have felt safe and accepted. But I also have another big thing that has helped me for over 13 years: WordPress.</p>\n<h3>A Little History</h3>\n<p>Back when I was in high school in the mid nineties, I was fortunate enough to have access to a computer that connected to this new “internet” thing. This was in 1996 when we had to call the internet. I remember vividly spending nights browsing all these “homepages” of people—even people that were my age—from all over the world. One night I thought, “One day I want to make one of these…” I literally stopped mid thought and decided that I was just going to start right that instant. I signed up for a free Angelfire account using my mom’s email address, and was off and running. Angelfire gave you an advanced option of a code editor, so I copied and pasted and poked and prodded code all summer.</p>\n<blockquote><p>As a result, I taught myself a good chunk of HTML by creating some of the ugliest pages in internet history.</p></blockquote>\n<p>But that started me on a path that I would never look back from. I saw such great potential in connecting with others using this whole “World Wide Web” thing I had just discovered.</p>\n<h3>A Web Log</h3>\n<p>Fast forward some years into college and the dawn of the 2000’s when this crazy idea of sharing a journal on the internet started. Web logs—later termed “blogs”—started popping up left and right. I hopped on board with a blogger.com blog almost exactly 17 years ago (10/19/00), then moved to this blogging platform known as b2 just about a year later. Some may recognize this, because b2 by cafelog was the codebase forked to create the first WordPress. So technically, I’ve been using WordPress since before it was WordPress.</p>\n<h3>Creating Community</h3>\n<p>Back when blogging first became a thing, commenting systems weren’t developed yet, so it was more like just shouting into space wondering if anyone was listening. But people were. Some of us added message boards to our sites.</p>\n<blockquote><p>Conversations happened, connections were made and communities started to form. Some of these connections are still some of my close friends today.</p></blockquote>\n<p>We share a special bond because we all kind of learned the internet together. These created communities also helped me feel less like an outcast and gave me hope that I wasn’t the only one that felt out of place like I did. People’s blogs were vulnerable glimpses into their lives and hardships, really helping me see I was not alone and even helping me face some of my own struggles. Back then I didn’t realize I was gay, but I did feel strangely out of place in so many parts of my life.</p>\n<h3>Coming Out</h3>\n<p>In my late 20’s I finally realized, accepted and came out to myself that I was a lesbian. For many years following I stumbled around a lot to find my true expression and identity. Not to mention shed—and recover from—the many external pressures that were forcing me into a completely fabricated heteronormative “box” that I did not fit. It took well into my 30’s to find my comfort zone as an androgynous/masculine of center expressing, gay woman. With that, my outward expression and style creates a daily “coming out” to everyone I meet… or at the very least, draws attention to me when in midwestern heteronormative spaces. Thus, putting me a bit more at risk of being targeted for being queer.</p>\n<h3>And now back to WordPress</h3>\n<p>Back to the subject at hand, how does all this relate to WordPress? Throughout this whole journey of self discovery, I was continually using and learning WordPress as well. By the time I had come out, I had learned enough about working with WordPress templates to create custom websites. This gave me the tools to create my own job if I ever lost my full time employment, or would find myself in a toxic, unhealthy—or even dangerous—working environment.</p>\n<blockquote><p>WordPress became my ticket to being self sufficient and confident in my career.</p></blockquote>\n<p>On top of it all, I have found the WordPress community the most diverse and accepting space for our beautiful, vast array of queer individuals in tech, period. This made the decision to join in the WordPress community an easy and safe choice. I had not seen many people like me at tech-related events before, let alone speaking at one. But WordCamps have given me the ability to be that gay woman in a bowtie speaking at the front of the room that I had not seen represented before. And that I can do that without fear is priceless! WordPress and this wonderful community has helped me feel more confident in who I am as a web creator, but more importantly, a person.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Queer Woman In Tech &#8230; In A Bowtie" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Queer%20Woman%20In%20Tech%20%26%238230%3B%20In%20A%20Bowtie&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Queer Woman In Tech &#8230; In A Bowtie" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fqueer-woman-tech-bowtie%2F&title=Queer+Woman+In+Tech+%26%238230%3B+In+A+Bowtie" rel="nofollow" target="_blank" title="Share: Queer Woman In Tech &#8230; In A Bowtie"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/queer-woman-tech-bowtie/&media=https://heropress.com/wp-content/uploads/2017/10/101117-min-150x150.jpg&description=Queer Woman In Tech ... In A Bowtie" rel="nofollow" target="_blank" title="Pin: Queer Woman In Tech &#8230; In A Bowtie"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/queer-woman-tech-bowtie/" title="Queer Woman In Tech &#8230; In A Bowtie"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/queer-woman-tech-bowtie/">Queer Woman In Tech &#8230; In A Bowtie</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Oct 2017 12:00:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Tracy Apps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"WPTavern: Gutenberg 1.4 Adds HTML Mode for Blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75581";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wptavern.com/gutenberg-1-4-adds-html-mode-for-blocks";s: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:3429:"<p><a href="https://make.wordpress.org/core/2017/10/10/whats-new-in-gutenberg-october-10th/" rel="noopener" target="_blank">Gutenberg 1.4</a> was released today with a new feature that allows users to <a href="https://github.com/WordPress/gutenberg/pull/2797" rel="noopener" target="_blank">edit HTML on a per-block basis</a>. HTML mode can be triggered by toggling the ellipsis menu and selecting the HTML icon. This will switch the block between visual and text mode, without having to switch the entire document into text mode.</p>\n<p><img src="https://i1.wp.com/cldup.com/ghvzrEw2wk.gif?w=627&ssl=1" /></p>\n<p>Contributors debated on whether or not to place the HTML button in the quick toolbar or to add the button to the side of the block. Eventually, they landed on putting the trash icon, the cog settings, and this new HTML mode under an ellipsis.</p>\n<p>Gutenberg testers will also notice that version 1.4 <a href="https://github.com/WordPress/gutenberg/pull/2878" rel="noopener" target="_blank">redesigns the editor&#8217;s header</a>, grouping content actions to the left and post actions to the right.</p>\n<p>This release adds the initial REST API infrastructure for reusable global blocks, an idea Matias Ventura <a href="https://github.com/WordPress/gutenberg/issues/1516" rel="noopener" target="_blank">proposed</a> several months ago. The <a href="https://github.com/WordPress/gutenberg/pull/2503" rel="noopener" target="_blank">pull request</a> was created by new Gutenberg contributor Robert Anderson, a web and mobile developer at Tumblr. It is based on the technical details that Weston Ruter <a href="https://github.com/WordPress/gutenberg/issues/2081" rel="noopener" target="_blank">outlined</a> for creating dynamic reusable blocks. Anderson highlighted a few examples of what this infrastructure will eventually enable for users:</p>\n<ul>\n<li>Convert a block into a reusable block, and give it a name</li>\n<li>Convert a reusable block back into a regular block</li>\n<li>Edit a reusable block within a post and have the changes appear across all posts</li>\n<li>Insert an existing reusable block into a post</li>\n<li>Delete an existing reusable block</li>\n</ul>\n<p>Anderson said the next step is adding a core/reusable-block block to the editor that can be rendered and edited, followed by a UI for adding, deleting, attaching, and detaching reusable blocks.</p>\n<p>Gutenberg 1.4 will now <a href="https://github.com/WordPress/gutenberg/pull/2877" rel="noopener" target="_blank">show a users&#8217; most frequently used blocks</a> when hovering over the inserter. If the editor doesn&#8217;t have enough usage data, it will display the paragraph and image blocks by default.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-10-at-10.49.18-PM.png?ssl=1"><img /></a></p>\n<p>Version 1.3 of the plugin introduced <a href="https://wptavern.com/gutenberg-1-3-adds-new-feedback-option-for-plugin-testers" rel="noopener" target="_blank">a new feedback option for testers</a> with a link in the Gutenberg sidebar menu. Ventura reported that the team has received 12 responses so far, which included four bugs and two proposed enhancements. Check out the full <a href="https://make.wordpress.org/core/2017/10/10/whats-new-in-gutenberg-october-10th/" rel="noopener" target="_blank">changelog for 1.4</a> for more details on what&#8217;s new in the latest beta release.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Oct 2017 04:57:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:11;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"WPTavern: GitLab Raises $20 Million Series C Round, Adds Matt Mullenweg to Board of Directors";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75476";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"https://wptavern.com/gitlab-raises-20-million-series-c-round-adds-matt-mullenweg-to-board-of-directors";s: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:6213:"<p><a href="https://about.gitlab.com/" rel="noopener" target="_blank">GitLab</a> celebrated its <a href="https://gitlab.com/gitlab-org/gitlab-ce/commit/9ba1224867665844b117fa037e1465bb706b3685" rel="noopener" target="_blank">sixth anniversary as an open source project</a> yesterday and <a href="https://about.gitlab.com/2017/10/09/gitlab-raises-20-million-to-complete-devops/" rel="noopener" target="_blank">announced</a> a $20 million Series C round of funding led by <a href="https://www.gv.com/team/dave-munichiello/" rel="noopener" target="_blank">GV General Partner Dave Munichiello</a>. The company&#8217;s CEO Sid Sijbrandij joined Municheiello with guest hosts, Adam Stacoviak and Jerod Santo from The Changelog podcast, for the <a href="https://www.youtube.com/watch?v=5dhjw-TT964" rel="noopener" target="_blank">GitLab live event</a> that aired yesterday.</p>\n<p>&#8220;When we think about investing, we want to be involved in the fastest-growing companies in the world,&#8221; Munichiello said. &#8220;We think about that a little differently than most firms in that we are looking for looking for dev-focused tools. We think software will disrupt the enterprises of the future and so we think the best tools that help enable and empower the best software teams will become enormous companies over time. We&#8217;re certainly seeing that with GitLab.&#8221;</p>\n<p>Munichiello said he favors investing in open source because it is &#8220;the most secure and the best software in the world.&#8221; Although GitLab is a much smaller company than its more prominent rivals GitHub and Bitbucket, it currently dominates the self-hosted Git market with its open source tools. GitLab is used by 100,000 organizations and customers include NASA, the Nasdaq Stock Market, Sony Corp, Comcast, Bayer, among many other large companies.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-10-at-11.50.49-AM.png?ssl=1"><img /></a></p>\n<p>In addition to the $20 million in funding, the company also announced that it has appointed Matt Mullenweg to its board of directors.</p>\n<p>&#8220;I&#8217;m very excited to announce that Matt Mullenweg, the CEO of Automattic and founder of WordPress decided to join our board,&#8221; Sid Sijbrandij said. &#8220;He&#8217;s a leading figure on how to think about open source and how to build a business on that and a remote-only work culture.&#8221; Sijbrandij said GitLab&#8217;s board of directors sets the tone for what the company is allowed to spend its money on, how it approaches the balance between open source and closed source, and the features that the team decides to make money with.</p>\n<p>&#8220;GitLab’s powerful momentum and scaling have a lot of parallels to Automattic and WordPress in their early days,&#8221; Mullenweg said. &#8220;WordPress had to battle a lot of competitors, and ultimately came out on top as a successful company on an open source business model. I hope to help GitLab achieve the same triumph. Fundamentally, I want to help create the kind of internet that I want to live in and I want my children to live in, one that reaches a global audience and one that is able to make a difference.&#8221;</p>\n<p>Mullenweg also said he was impressed with GitLab&#8217;s transparency and how the company shares many of its internal documents, whether it&#8217;s a sales manual or employee onboarding information. GitLab, which employees nearly 200 people, also shares a similar work culture to Automattic, as 100% of the team works remotely.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">“Not only being ahead in terms of transparency, GitLab is exciting for me bc I think distributed work is the future of work.” &#8211;<a href="https://twitter.com/photomatt?ref_src=twsrc%5Etfw">@photomatt</a> <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f4bb.png" alt="💻" class="wp-smiley" /><img src="https://s.w.org/images/core/emoji/2.3/72x72/2728.png" alt="✨" class="wp-smiley" /></p>\n<p>&mdash; GitLab (@gitlab) <a href="https://twitter.com/gitlab/status/917441432847376385?ref_src=twsrc%5Etfw">October 9, 2017</a></p></blockquote>\n<p></p>\n<p>When asked if there is anything down the line for collaboration between GitLab and WordPress, Mullenweg said, &#8220;It&#8217;s definitely something on our minds. Core WordPress is still Trac and Subversion, so I think that it&#8217;s not our top priority this year, but in the future it&#8217;s definitely on the radar.&#8221;</p>\n<p>GitLab started with basic version control and an issues tracker. Last year  the company announced its first master plan to make GitLab a complete developer solution, which it completed in December 2016. Sijbrandij said the company is aiming to deliver a complete DevOps solution in 2018, a set of tools that unifies the development and operations work into a single user experience.</p>\n<p>GitLab has been working towards the goal of supporting the complete DevOps lifecycle by adding tools for application performance monitoring and server monitoring. This enables developers and operations managers to keep tabs on code after it is deployed, while using a single user interface, the same tools, and one permissions model.</p>\n<p>&#8220;It used to be that development and operations were separate parts in a company and they had their own tools and those tools were different,&#8221; Sijbrandij said. &#8220;You needed different expertise to operate them. Now devops aims to align and integrate those groups. What happens is people took the tools from two different departments and tried to glue them together. They duck taped the tools together. That&#8217;s what you see in traditional devops &#8211; the glue between the traditional developer tools and the traditional operating tools, and it&#8217;s not a very good experience. We want to take the complete set of tooling we have for development and extend it all the way to operations, so it&#8217;s about creating a single application that does both.&#8221;</p>\n<p>Check out the recording of the GitLab live event below for a more in-depth explanation of Sijbrandij&#8217;s vision for creating a complete DevOps solution in 2018.</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Oct 2017 18:55:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:94:"WPTavern: WordPress 4.9 Adds Scheduling, Drafts, and Front-End Preview Links to the Customizer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=75276";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wordpress-4-9-adds-scheduling-drafts-and-front-end-preview-links-to-the-customizer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2012:"<p>While <a href="https://wptavern.com/wordpress-4-8-evans-released-featuring-nearby-wordpress-events-new-media-widgets-and-link-boundaries">WordPress 4.8</a> focused on adding new widgets, visual improvements to links in the text editor, and a new dashboard widget that displays nearby events, WordPress 4.9 places a heavy emphasis on customization.</p>\n<p>In WordPress 4.9, the Customizer has a new publish button with options to publish, save draft, or schedule changes. Edits made via the Customizer are called changesets that have status&#8217; similar to posts. These improvements were incorporated from the <a href="https://wordpress.org/plugins/customize-snapshots/">Customize Snapshots</a> and <a href="https://wordpress.org/plugins/customize-posts/">Customize Posts</a> feature plugins.</p>\n<img />New Customizer Publishing Options\n<p>Those who design sites will appreciate the ability to easily <a href="http://drab-yak.w4.poopy.life/?customize_changeset_uuid=e34fb3ad-ecd8-4bd6-b53a-726cf3d1c46e">share a link</a> that provides a front-end preview to changes. Note the About This Site widget at the bottom of the page.</p>\n<p>This eliminates the need to publish changes to a live site or give users access to the WordPress backend. Links are generated by saving a draft in the Customizer.</p>\n<p>Clicking the Discharge Changes link removes unpublished edits. Scheduling changes is as simple as choosing a day and time for them to take place.</p>\n<p>These are just a few of the improvements in WordPress 4.9 which you can try out for yourself by downloading and testing <a href="https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/">WordPress 4.9 beta 1</a> on a test site. Alternatively, you can install the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Testing plugin</a> on a test site, configure it for point release nightlies, and update to 4.9 Beta 1.</p>\n<p>Stay tuned as we go in-depth on some of the other features in WordPress 4.9 in the coming days.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Oct 2017 13:32:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:13;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:134:"WPTavern: Gutenberg Engineer Matías Ventura Unpacks the Vision for Gutenblocks, Front-End Editing, and the Future of WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75472";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:142:"https://wptavern.com/gutenberg-engineer-matias-ventura-unpacks-the-vision-for-gutenblocks-front-end-editing-and-the-future-of-wordpress-themes";s: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:8642:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/ship-bottle.jpg?ssl=1"><img /></a>photo credit: KaylaKandzorra <a href="http://www.flickr.com/photos/48077358@N02/4952091078">i miss you grampa.</a> &#8211; <a href="https://creativecommons.org/licenses/by/2.0/">(license)</a>\n<p>In a post titled <a href="http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/" rel="noopener" target="_blank">Gutenberg, or the Ship of Theseus</a>, Matías Ventura breaks down the vision for how the project will transform WordPress&#8217; content creation experience and the decisions the team has made along the way. Ventura describes how WordPress has become difficult to customize, as online publishing has embraced rich media and web design has evolved in complexity over the years.</p>\n<p>&#8220;WordPress can build incredible sites, yet the usability and clarity that used to be a driving force for its adoption has been fading away,&#8221; Ventura said. &#8220;The present reality is that many people struggle using WordPress as a tool for expression.&#8221;</p>\n<p>Ventura&#8217;s words hint at the growing threats from competitors whose interfaces define users&#8217; current expectations for a front-end editing experience. If WordPress is to stay afloat in a sea of competitors, it can no longer continue expanding its capabilities while leaving a disconnect between what users see while editing in the admin versus what is displayed on the frontend.</p>\n<p>&#8220;WordPress has always been about the user experience, and that needs to continue to evolve under newer demands,&#8221; Ventura said. &#8220;Gutenberg is an attempt at fundamentally addressing those needs, based on the idea of content blocks. It’s an attempt to improve how users interact with their content in a fundamentally visual way, while at the same time giving developers the tools to create more fulfilling experiences for the people they are helping.&#8221;</p>\n<p>Ventura elaborated on the foundations of the block approach to content creation and how it will expose more functionality to users in a unified interface, bringing more opportunities to the plugin ecosystem. The post offers some clarity for those who have been wondering about the decision to &#8220;make everything a block.&#8221; Ventura also anticipates that blocks will become a big part of WordPress theming in the future:</p>\n<blockquote><p>Themes can also provide styles for individual blocks, which can, in aggregation, fundamentally alter the visual appearance of the whole site. You can imagine themes becoming more about the presentation of blocks, while the functional parts can be extracted into blocks (which can potentially work across multiple theme variations). Themes can also provide templates for multiple kind of pages—colophon, products, portfolios, etc., by mixing blocks, setting them up as placeholders, and customizing their appearance.</p></blockquote>\n<p>Ventura also introduced a few new possibilities that Gutenberg could enable. He shared a video showing how granular control over each block can pave the way for a future where WordPress core allows for real-time collaborative editing. This is a feature that has been painfully lacking from the CMS but is nearer on the horizon with Gutenberg in place.</p>\n<p>&#8220;This same granularity is allowing us to develop a collaborative editing framework where we can lock content being edited by a peer on per block basis, instead of having to lock down the whole post,&#8221; Ventura said.</p>\n<p></p>\n<p>Ventura sees Gutenberg as the path to finally bringing front-end editing to WordPress:</p>\n<blockquote><p>Once Gutenberg is capable of handling all the pieces that visually compose a site—with themes providing styles for all the blocks—we end up with an editor that looks exactly like the front-end. (And at that point, we might just call it front-end editing.) Yet we’d had arrived at it through gradually improving the pieces of our familiar ship, in a way that didn’t cause it to collapse or alienated the people aboard. We want to accomplish this in a way that would allow us to refine and correct as we iterate and experience the reality of what is being built and how it is being used.</p></blockquote>\n<p>He likened the challenge of the Gutenberg project to upgrading the materials on a ship while ensuring that it continues to sail. As there are many passengers who depend on the boat, completely breaking it for the purpose of rebuilding is not an acceptable way forward.</p>\n<p>&#8220;It is an attempt at improving how users can connect with their site in a visual way, not at removing the flexibility and power that has made WordPress thrive,&#8221; Ventura said. &#8220;There might be a time when the old ways become obsolete and disappear, absorbed by the richer and clearer interface of blocks, but we are doing as much as possible to make this a process. The old doesn’t have to disappear suddenly, it can be gradually shaped into the new.&#8221;</p>\n<p>Comments are not enabled on the post, but it has received mostly positive feedback on Twitter. For some, it clarifies the direction of Gutenberg, the purpose of blocks and the possibilities they enable. Others in the community are on board with the concepts behind Gutenberg but are not comfortable with the tentative timeline for its inclusion in core. Ventura&#8217;s post does not address many of the more practical concerns the community has about allowing enough time for the WordPress product ecosystem to get ready for Gutenberg.</p>\n<p>Matt Mullenweg has confirmed that <a href="https://wptavern.com/matt-mullenweg-addresses-concerns-about-gutenberg-confirms-new-editor-to-ship-with-wordpress-5-0" rel="noopener" target="_blank">Gutenberg will ship with WordPress 5.0</a> whenever Gutenberg is ready and most recently said that delays on selecting the JavaScript framework &#8220;will likely delay Gutenberg at least a few weeks, and may push the release into next year.&#8221;</p>\n<p>Last week, a post published by Yoast SEO founder Joost de Valk sparked conversation with his proposed <a href="https://yoast.com/gutenberg-alternative-approach/" rel="noopener" target="_blank">alternative approach to Gutenberg</a>, which calls for a slower, staged rollout for plugin authors.</p>\n<p>&#8220;In this point of time, it’s not possible for plugins at all to integrate with Gutenberg,&#8221; de Valk said. &#8220;How on earth should plugin authors be able to build their integrations within a few months? That’s not possible. At least not without breaking things.&#8221;</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Gutenberg-2.2-block-level.jpg?ssl=1"><img /></a>His proposal recommends keeping the idea of blocks and making over the admin for WordPress 5.0 but leaving the meta boxes and toolbar untouched.</p>\n<p>&#8220;We are very enthusiastic about the idea of blocks, but have strong concerns about some of the technical choices and the speed of the implementation process,&#8221; de Valk said. &#8220;We are also worried about the lack of priority given to accessibility issues in the project. But most importantly, we are very much concerned about the fact that plugins are not able to integrate with the new editor.&#8221;</p>\n<p>It&#8217;s impossible for developers to have a clear understanding of the right way to extend Gutenberg right now. The JavaScript framework for the plugin has not yet been announced and critical issues regarding how block data should be stored are just now being floated for discussion.</p>\n<p>&#8220;The Editor/Gutenberg team would like the broader core group to start thinking about and discussing how block data is stored,&#8221; Ventura proposed during last week&#8217;s core development meeting. &#8220;We currently (specially after allowing meta attributes) have a lot of ways to store block data, with different tradeoffs. It’s going to be important to communicate when each is appropriate. This will come through examples and documentation, but generally such knowledge has also spread by core contributors doing talks and blog posts, etc.&#8221;</p>\n<p>Further collaboration from the broader community of WordPress core contributors should bring the project closer to being able to deliver the documentation developers need in order to follow best practices for extending the new editor. In the meantime, Ventura&#8217;s <a href="http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/" rel="noopener" target="_blank">post</a> is a great read for understanding the larger vision behind Gutenberg and where it is headed.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Oct 2017 03:56:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:14;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Matt: Potential of Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=47605";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"https://ma.tt/2017/10/potential-of-gutenberg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:456:"<p>Matias Ventura, the lead of the editor focus for WordPress, has written <a href="http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/">Gutenberg, or the Ship of Theseus</a> to talk about how Gutenberg&#x27;s approach will simplify many of the most complex parts of WordPress, building pages, and theme editing. If you want a peek at some of the things coming down the line with Gutenberg, including serverless WebRTC real-time co-editing.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 Oct 2017 12:47:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"WPTavern: WPThemeDoc: A Single-File HTML Template for Documenting WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75437";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"https://wptavern.com/wpthemedoc-a-single-file-html-template-for-documenting-wordpress-themes";s: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:2142:"<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/writing.jpg?ssl=1"><img /></a>photo credit: <a href="https://stocksnap.io/photo/2FS8R15QYN">Lia Leslie</a>\n<p><a href="https://themebeans.com/" rel="noopener" target="_blank">ThemeBeans</a> founder Rich Tabor has <a href="https://richtabor.com/wpthemedoc/" rel="noopener" target="_blank">open sourced WPThemeDoc</a>, the template he uses for documenting his commercial WordPress themes. Tabor is also the creator of <a href="https://wptavern.com/new-merlin-wp-onboarding-wizard-makes-wordpress-theme-installation-and-setup-effortless" rel="noopener" target="_blank">Merlin WP</a>, a theme onboarding wizard that makes setup effortless for users. After applying his aesthetic talents to the documentation aspect of his business, he decided to package up his efforts and release <a href="https://github.com/richtabor/WPThemeDoc" rel="noopener" target="_blank">WPThemeDoc on GitHub</a> to benefit other theme developers.</p>\n<p>WPThemeDoc is neatly organized and easy to navigate. It can be used without any design modifications or as a starting point for your own branded documentation design. Check out the <a href="http://docs.themebeans.com/york/" rel="noopener" target="_blank">live demo</a> documenting Tabor&#8217;s York Pro theme.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/wpthemedoc.jpg?ssl=1"><img /></a></p>\n<p>The template is a single HTML file that is easy to extend by adding or removing sections. It includes a set of &#8220;find and replace&#8221; variables that developers can use to quickly customize the document&#8217;s information for their own themes. The template itself requires very little documentation, as it uses nothing more than simple HTML and CSS.</p>\n<p>For many theme developers documentation is a chore &#8211; it&#8217;s not the fun part of creating themes. WPThemeDoc makes documentation as simple as filling in the blanks. It is licensed under the GPL v2.0 or later and feedback and contributions are <a href="https://github.com/richtabor/WPThemeDoc" rel="noopener" target="_blank">welcome on GitHub</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 07 Oct 2017 04:44:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WPTavern: Disqus Data Breach Affects 17.5 Million Accounts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75434";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wptavern.com/disqus-data-breach-affects-17-5-million-accounts";s: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:2094:"<p><a href="https://disqus.com/">Disqus</a>, a comment management and hosting service, <a href="https://blog.disqus.com/security-alert-user-info-breach">has announced</a> it suffered a data breach that affects 17.5 million users. A snapshot of its database from 2012 with information dating back to 2007 containing email addresses, usernames, sign-up dates, and last login dates in plain-text were exposed.</p>\n<p>Passwords hashed with the SHA1 protocol and a salt for about one-third of affected users are also included in the snap-shot. Disqus was made aware of the breach and received the exposed data on October 5th by <a href="https://www.troyhunt.com/">Troy Hunt</a>, an independent security researcher. Today, the service contacted affected users, reset their passwords, and publicly disclosed the incident.</p>\n<p>Jason Yan, CTO of Disqus, says the company has no evidence that unauthorized logins are occurring due to compromised credentials. &#8220;No plain-text passwords were exposed, but it is possible for this data to be decrypted (even if unlikely),&#8221; Yan said.</p>\n<p>&#8220;As a security precaution, we have reset the passwords for all affected users. We recommend that all users change passwords on other services if they are shared. At this time, we do not believe that this data is widely distributed or readily available. We can also confirm that the most recent data that was exposed is from July, 2012.&#8221;</p>\n<p>Since emails were stored in plain-text, it&#8217;s possible affected users may receive unwanted email. Disqus doesn&#8217;t believe there is any threat to user accounts as it has made improvements over the years to significantly increase password security. One of those improvements was changing the password hashing algorithm from SHA1 to bcrypt.</p>\n<p>If your account is affected by the data breach, you will receive an email from Disqus requesting that you change your password. The company is continuing to investigate the breach and will share new information on <a href="https://blog.disqus.com/">its blog</a> when it becomes available.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 07 Oct 2017 03:13:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:94:"WPTavern: Poopy.life Launches Pro Version at WPsandbox.io Aimed at Theme and Plugin Developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74874";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"https://wptavern.com/poopy-life-launches-pro-version-at-wpsandbox-io-aimed-at-theme-and-plugin-developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6661:"<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/sandbox.png?ssl=1"><img /></a>photo credit: <a href="http://www.flickr.com/photos/hiljainenmies/3580475943/">hiljainenmies</a> &#8211; <a href="http://creativecommons.org/licenses/by-nc/2.0/">cc</a>\n<p>Six months ago, the team behind <a href="http://www.wpallimport.com/" rel="noopener" target="_blank">WP All Import</a> and <a href="https://www.oxygenapp.com/try" rel="noopener" target="_blank">Oxygen</a> <a href="https://wptavern.com/poopy-life-lets-you-create-free-unlimited-wordpress-test-installs" rel="noopener" target="_blank">opened Poopy.life to the public</a>, a service that offers free unlimited WordPress installs for anyone who needs a temporary testing site. Public testing went well enough that a commercial tier of the service is now available at <a href="https://wpsandbox.io/" rel="noopener" target="_blank">WPSandbox.io</a>, with plans ranging from $49/month &#8211; $699/month, depending on the number of installs required.</p>\n<p>&#8220;On any given day we have around 3-4K active installs,&#8221; WP All Import team lead Joe Guilmette said. &#8220;We actually got around 7K the first day and the infrastructure didn’t go down. So we were pretty stoked.&#8221;</p>\n<p>Guilmette said a few plugin and theme shops are using the service and one developer even wrote a script to iframe their poopy.life installs for use in their theme demos.</p>\n<p>&#8220;We’ll probably put a stop to that at some point, but it was pretty cool to see,&#8221; Guilmette said. &#8220;Tons of people use it for testing plugins, themes, and just all sorts of general WordPress testing. We’ve been using this internally for years, and every time we&#8217;d fire up localhost or a testing install, it’s just faster to use poopy.life.&#8221;</p>\n<p>Pro users get all the convenience of Poopy.life under the more business-friendly wpsandbox.pro domain with a dashboard to manage installs, SSH and SFTP access to their installs, and the ability to hot-swap between PHP versions. Having Poopy.life open to the public has given the team an opportunity to address any remaining pain points with hosting thousands of test installs.</p>\n<p>&#8220;Since launching poopy.life everything has actually been pretty smooth,&#8221; Guilmette said. &#8220;We&#8217;ve already been using various versions of this internally to sell millions of dollars worth of plugins over the last five years. So it’s already been hacked to pieces, DDoSed, etc. We’ve already been through all that.&#8221;</p>\n<p>When the team first started Poopy.life as an internal project for WP All Import, they had a difficult time trying to host it on a VPS with the requirement of isolating installs from each other without any professional systems administrators on board.</p>\n<p>&#8220;We were getting hacked all the time, so we started using CloudLinux, the same software that a lot webhosts use for their shared hosting servers,&#8221; Guilmette said. &#8220;This also prevents resource hogging, where someone could start mining bitcoin and then everyone’s installs would take forever to load.</p>\n<p>&#8220;Then came the spammers, using their installs to send out email spam. So we learned we had to discard e-mail silently while allowing scripts that expect e-mail to be available to still function correctly.</p>\n<p>&#8220;Once we went on that whole journey, it was kind of a no-brainer to share this tool with everyone else. We’ve been through a lot of pain in building this platform, and in opening this up to the public we hope we can help others avoid those same issues.&#8221;</p>\n<p>The team now has two systems administrators on call 24/7 to get the service back up and running quickly if anything breaks.</p>\n<h3>WP Sandbox Service is Aimed at Theme and Plugin Developers</h3>\n<p>In the past six months since opening Poopy.life to the public, Guilmette&#8217;s team has learned several valuable lessons in how to market the commercial service.</p>\n<p>&#8220;We use the Sandbox for so many different things, so the in the beginning the temptation was to kind of market it to everyone who we thought would find it useful,&#8221; Guilmette he said. &#8220;We didn’t find a whole lot of success, and are now focusing on plugin and theme developers. It’s helped us so much for WP All Import and Oxygen &#8211; everything from increasing sales to making tech support much easier by giving users isolated places they can reproduce problems. We know plugin and theme developers need this tool, so it makes the most sense for us to focus our marketing directly at them.&#8221;</p>\n<p>Having a way to allow users to try a product like Oxygen before purchasing will be particularly useful in the Gutenberg era, where many users are unsure about the differences between what core will offer and what a site building product can bring to the table. Guilmette and his team are optimistic about what Gutenberg will bring to the customization experience.</p>\n<p>&#8220;We can’t wait for it to ship in core,&#8221; Guilmette said. &#8220;I think a lot of the negativity about Gutenberg is from folks who make page builders and view it as competition. But Oxygen is a site builder, not a page builder (i.e. you design headers, footers, etc.). We don’t see Oxygen as competition; we think it will enhance the Oxygen experience. We think Gutenberg is great, and are excited to see some other talented teams out there working hard to make WordPress easier to use for everyone.&#8221;</p>\n<p>He said his team is hoping to provide a Gutenberg component that users can drop into Oxygen and then edit that area of the site with Gutenberg. Having a sandboxed version of this available for users to test will help them to understand how the product works before purchasing.</p>\n<p>Regardless of whether or not WP Sandbox takes off with other WordPress product companies, WP All Import and Oxygen have benefited from bringing sandboxing to the sales experience and continue to make use of the architecture the team has developed.</p>\n<p>&#8220;We generally avoid big, coordinated releases,&#8221; Guilmette said. &#8220;We prefer to slowly build a product around a group of slowly growing users. If you release a finished product to the world, chances are you spent too much money making something no one wants.</p>\n<p>&#8220;It hasn’t paid for itself yet, but that’s to be expected. We have enough users to make us optimistic, and some very exciting customers in the onboarding process. Once we get a few big names using it and other plugin developers realize the benefits of using it, we think it will take off.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 06 Oct 2017 19:17:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"WPTavern: WooConf 2017 Livestream Tickets Now on Sale";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75369";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wptavern.com/wooconf-2017-livestream-tickets-now-on-sale";s: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:2445:"<p>The third edition of <a href="https://wooconf.com/" rel="noopener" target="_blank">WooConf</a> is being held in Seattle, Washington, October 19-20. This year the event is <a href="https://wptavern.com/seattle-to-host-wooconf-2017-in-october-conference-to-focus-on-developers" rel="noopener" target="_blank">narrowing its focus to developers</a> and will feature eight workshops and more than 30 speakers. Topics include scaling, client relations, A/B testing, and enterprise e-commerce.</p>\n<p><a href="https://wordpress.org/plugins/woocommerce/" rel="noopener" target="_blank">WooCommerce</a> is currently active on more than three million sites and the plugin has been downloaded 31 million times. Developers are using the plugin all over the world, but only a small fraction of them will be able to make it to Seattle for the conference. WooConf is less than two weeks away but in-person <a href="https://wooconf.com/#buy-a-ticket" rel="noopener" target="_blank">tickets are still available</a> at $699 per attendee.</p>\n<p>A livestream of the conference is available for those who would like to attend but are unable to travel. <a href="https://wooconf.com/product/live-stream/" rel="noopener" target="_blank">Livestream tickets</a> went on sale today for $50/each.</p>\n<p>&#8220;The in-person ticket prices, the live stream tickets, and the support of our sponsors are what funds the conference,&#8221; WooConf co-organizer Aviva Pinchas said. &#8220;For those who are not in a position to pay for the live stream tickets or attend the event in-person, the video recordings will be released later for free, and there are a number of other ways people can participate.&#8221;</p>\n<p>Pinchas said the team will be sharing updates on social media, the event&#8217;s blog, and in the WooCommerce Community Slack. They have also arranged with local WooCommerce meetup organizers to livestream parts of the event during free <a href="https://wooconf.com/meetups/" rel="noopener" target="_blank">IRL meetups</a> in 12 major cities across the globe. These satellite events will include local speakers and offer attendees the opportunity to connect with other nearby WooCommerce developers and store owners.</p>\n<p>All of the recorded sessions will be published to the <a href="https://www.youtube.com/channel/UC63GQg3s2QcgOpMzsiF6wwQ" rel="noopener" target="_blank">WooCommerce YouTube channel</a> sometime after the conclusion of the event.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 06 Oct 2017 03:04: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: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	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"WPTavern: DonateWC Successfully Sponsors its First Applicant to WordCamp Cape Town";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75279";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"https://wptavern.com/donatewc-successfully-sponsors-its-first-applicant-to-wordcamp-capetown";s: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:1656:"<p><a href="https://donatewc.org/">DonateWC</a> has <a href="https://donatewc.org/sponsorship-recipients/wordcamp-capetown-speaker-fundraiser/">selected</a> and successfully sponsored its first applicant to <a href="https://2017.capetown.wordcamp.org/">WordCamp Cape Town</a>. The recipient has chosen to remain anonymous although they are a speaker at the event.</p>\n<p>Funds left over from the <a href="https://donatewc.org/news/surprise-our-goal-is-fully-funded/">initial crowdfunding campaign</a> and from the <a href="https://donatewc.org/make-a-donation/">general donation pool</a> were used to cover expenses. The total cost of sponsorship is €669.24 with €197.37 coming from donations.</p>\n<p>In addition to sponsoring recipients, DonateWC is also publishing stories submitted by contributors on the benefits and impacts WordCamps have. <a href="https://twitter.com/arvindsinghdev">Arvind Singh</a> published <a href="https://donatewc.org/wordcamp-stories/getting-to-wordcamp-udaipur/">the first story</a> on DonateWC where he explains how his experience at <a href="https://2017.udaipur.wordcamp.org/">WordCamp Udaipur</a> translated into WordPress meetups in <a href="https://2017.delhi.wordcamp.org/">Delhi, India</a> and eventually, the first <a href="https://2017.delhi.wordcamp.org/">WordCamp Delhi</a>.</p>\n<p>There&#8217;s no word yet on who will be the next recipient of a DonateWC sponsorship but the initiative still needs your help. If you believe in the cause, please consider making a <a href="https://donatewc.org/make-a-donation/">donation.</a> The funds will be used to help others who are less fortunate attend WordCamps.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Oct 2017 23:33:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"WPTavern: Gutenberg 1.3 Adds New Feedback Option for Plugin Testers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75323";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"https://wptavern.com/gutenberg-1-3-adds-new-feedback-option-for-plugin-testers";s: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:3240:"<p><a href="https://make.wordpress.org/core/2017/10/04/whats-new-in-gutenberg-4th-october/" rel="noopener" target="_blank">Gutenberg 1.3</a> was released this week with many small tweaks and improvements to existing features. One of the most visible updates for those who are testing the Cover Image block is the addition of an <a href="https://github.com/WordPress/gutenberg/pull/2815" rel="noopener" target="_blank">opacity slider</a>. It brings more flexibility to the feature than the previous on/off background dimming toggle provided. Users can now slide the opacity along a range snapped to percentages of 10.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/cover-image-block-opacity.gif?ssl=1"><img /></a></p>\n<p>Version 1.3 also introduces an option to <a href="https://github.com/WordPress/gutenberg/pull/2807" rel="noopener" target="_blank">convert a single block to an HTML block when Gutenberg detects conflicting content</a>. This is a precursor to an open issue that proposes <a href="https://github.com/WordPress/gutenberg/issues/2794" rel="noopener" target="_blank">an HTML mode for blocks</a>, essentially a mechanism for each block to be edited as HTML. Contributors are still discussing the best approach for implementing the UI, which we will likely see in a future release.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-05-at-1.47.01-PM.png?ssl=1"><img /></a></p>\n<p>Gutenberg 1.3 adds a new submenu item that ramps up the potential for gathering more feedback from people who are using the plugin. The Feedback link appears in the plugin&#8217;s sidebar menu and leads to a polldaddy form that separates users&#8217; comments into either either a feedback or support channel.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-05-at-2.03.23-PM.png?ssl=1"><img /></a></p>\n<p>Instead of relying on testers to know where to go to offer feedback, the new link offers them an easily accessible avenue for sharing their thoughts and concerns. This option is especially helpful for those who are not as adept at using GitHub or writing meaningful bug reports. The forms guide the user to report important details of their setup, browser information, screenshots, and other useful information.</p>\n<p>Gutenberg does not track any information about users who submit feedback via the Polldaddy forms and there is nothing to indicate that the responses will be made public. It is unrealistic to expect that the Gutenberg team will be able to respond to each submission individually, but it would be helpful if they provided summaries of trends in user feedback and how it is informing the design and development of the project. This could go a long way to prevent users from perceiving that their concerns are being buried.</p>\n<p>Version 1.3 also adds expandable panels to the block inspector, support for pasting plain text markdown content (and converting it to blocks), and accessibility improvements to the color palette component. Check out the full <a href="https://make.wordpress.org/core/2017/10/04/whats-new-in-gutenberg-4th-october/" rel="noopener" target="_blank">changelog</a> for more details.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Oct 2017 22:01: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WPTavern: WPWeekly Episode 290 – Putting The Rad in Brad";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75361&preview=true&preview_id=75361";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wptavern.com/wpweekly-episode-290-putting-the-rad-in-brad";s: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:2823:"<p>In this episode, I&#8217;m joined by special guest co-host Brad Williams, Co-Founder and CEO of the website design and development agency <a href="https://webdevstudios.com/">WebDevStudios</a>. Brad shared his experience at CampPress and is looking forward to attending the event again in 2018.</p>\n<p>We discussed the recent move to moderate all comments on the Tavern again. We covered the news of the week and near the end of the show, Brad describes why his company gives back to WordPress by participating in the <a href="https://ma.tt/2014/09/five-for-the-future/">Five for the Future</a> initiative.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/camp-press-a-detox-from-digital-life">Camp Press – A Detox from Digital Life</a><br />\n<a href="https://yoast.com/gutenberg-alternative-approach/">Yoast Publishes an Alternative to Gutenberg While Raising Concerns About its Development. </a><br />\n<a href="https://wptavern.com/new-wp-cli-project-aims-to-extend-checksum-verification-to-plugins-and-themes">New WP-CLI Project Aims to Extend Checksum Verification to Plugins and Themes</a><br />\n<a href="https://wptavern.com/regenerate-thumbnails-plugin-passes-5-million-downloads-rewrite-in-the-works">Regenerate Thumbnails Plugin Passes 5 Million Downloads, Rewrite in the Works</a><br />\n<a href="https://wptavern.com/drupal-core-maintainers-propose-adopting-react-for-administrative-uis">Drupal Core Maintainers Propose Adopting React for Administrative UI’s</a><br />\n<a href="https://wpcampus.org/conferences/apply-to-host/">WPCampus 2018 is Taking Submissions From Host Cities</a><br />\n<a href="https://jetpack.com/2017/10/03/jetpack-5-4-date-picker-contact-form/">Jetpack 5.4 Released </a></p>\n<h2>Picks of the Week:</h2>\n<p>If you have any WordPress related questions, consider asking them during the <a href="https://maintainn.com/ask-maintainn-twitter-event-october-5/">Ask Maintainn event</a> on October 5th using the #askMaintainn hashtag on Twitter. Jim Byrom, Director of Client Services, will answer the questions directly through the Maintainn Twitter account.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 11th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #290:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Oct 2017 07:21: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:"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:22;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Dev Blog: WordPress 4.9 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=4926";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/10/wordpress-4-9-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:9104:"<p>WordPress 4.9 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.9-beta1.zip">download the beta here</a> (zip).</p>\n<p>WordPress 4.9 is slated for release on <a href="https://make.wordpress.org/core/4-9/">November 14</a>, but we need your help to get there. We’ve been working on making it even easier to customize your site. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li>Drafting (<a href="https://core.trac.wordpress.org/ticket/39896">#39896</a>) and scheduling (<a href="https://core.trac.wordpress.org/ticket/28721">#28721</a>) of changes in the Customizer. Once you save or schedule a changeset, when any user comes into the Customizer the pending changes will be autoloaded. A button is provided to discard changes to restore the Customizer to the last published state. (This is a new “linear” mode for changesets, as opposed to “branching” mode which can be enabled by filter so that every time  user opens the Customizer a new blank changeset will be started.)</li>\n<li>Addition of a frontend preview link to the Customizer to allow changes to be browsed on the frontend, even without a user being logged in (<a href="https://core.trac.wordpress.org/ticket/39896">#39896</a>).</li>\n<li>Addition of autosave revisions in the Customizer (<a href="https://core.trac.wordpress.org/ticket/39275">#39275</a>).</li>\n<li>A brand new theme browsing experience in the Customizer (<a href="https://core.trac.wordpress.org/ticket/37661">#37661</a>).</li>\n<li>Gallery widget (<a href="https://core.trac.wordpress.org/ticket/41914">#41914</a>), following the media and image widgets introduced in 4.8.</li>\n<li>Support for shortcodes in Text widgets (<a href="https://core.trac.wordpress.org/ticket/10457">#10457</a>).</li>\n<li>Support for adding media to Text widgets (<a href="https://core.trac.wordpress.org/ticket/40854">#40854</a>).</li>\n<li>Support for adding oEmbeds outside post content, including Text widgets (<a href="https://core.trac.wordpress.org/ticket/34115">#34115</a>).</li>\n<li>Support for videos from providers other than YouTube and Vimeo in the Video widget (<a href="https://core.trac.wordpress.org/ticket/42039">#42039</a>)</li>\n<li>Improve the flow for creating new menus in the Customizer (<a href="https://core.trac.wordpress.org/ticket/40104">#40104</a>).</li>\n<li>Educated guess mapping of nav menus and widgets when switching themes (<a href="https://core.trac.wordpress.org/ticket/39692">#39692</a>).</li>\n<li>Plugins: Introduce singular capabilities for activating and deactivating individual plugins (<a href="https://core.trac.wordpress.org/ticket/38652">#38652</a>).</li>\n<li>Sandbox PHP file edits in both plugins and themes, without auto-deactivation when an error occurs; a PHP edit that introduces a fatal error is rolled back with an opportunity then for the user to fix the error and attempt to re-save. (<a href="https://core.trac.wordpress.org/ticket/21622">#21622</a>).</li>\n<li>Addition of dirty state for widgets on the admin screen, indicating when a widget has been successfully saved and showing an “Are you sure?” dialog when attempting to leave without saving changes. (<a href="https://core.trac.wordpress.org/ticket/23120">#23120</a>, <a href="https://core.trac.wordpress.org/ticket/41610">#41610</a>)</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li>CodeMirror editor added to theme/plugin editor, Custom CSS in Customizer, and Custom HTML widgets. Integration includes support for linters to catch errors before you attempt to save. Includes new APIs for plugins to instantiate editors. (<a href="https://core.trac.wordpress.org/ticket/12423">#12423</a>)</li>\n<li>Introduction of an extensible code editor control for adding instances of CodeMirror to the Customizer. (<a href="https://core.trac.wordpress.org/ticket/41897">#41897</a>)</li>\n<li>Addition of global notifications area (<a href="https://core.trac.wordpress.org/ticket/35210">#35210</a>), panel and section notifications (<a href="https://core.trac.wordpress.org/ticket/38794">#38794</a>), and a notification overlay that takes over the entire screen in the Customizer (<a href="https://core.trac.wordpress.org/ticket/37727">#37727</a>).</li>\n<li>A date/time control in the Customizer (<a href="https://core.trac.wordpress.org/ticket/42022">#42022</a>).</li>\n<li>Improve usability of Customize JS API (<a href="https://core.trac.wordpress.org/ticket/42083">#42083</a>, <a href="https://core.trac.wordpress.org/ticket/37964">#37964</a>, <a href="https://core.trac.wordpress.org/ticket/36167">#36167</a>).</li>\n<li>Introduction of control templates for base controls (<a href="https://core.trac.wordpress.org/ticket/30738">#30738</a>).</li>\n<li>Use WP_Term_Query when transforming tax queries (<a href="https://core.trac.wordpress.org/ticket/37038">#37038</a>).</li>\n<li>Database: Add support for MySQL servers connecting to IPv6 hosts (<a href="https://core.trac.wordpress.org/ticket/41722">#41722</a>).</li>\n<li>Emoji: Bring Twemoji compatibility to PHP (<a href="https://core.trac.wordpress.org/ticket/35293">#35293</a>). Test for any weirdness with emoji in RSS feeds or emails.</li>\n<li>I18N: Introduce the Plural_Forms class (<a href="https://core.trac.wordpress.org/ticket/41562">#41562</a>).</li>\n<li>Media: Upgrade MediaElement.js to 4.2.5-74e01a40 (<a href="https://core.trac.wordpress.org/ticket/39686">#39686</a>).</li>\n<li>Media: Use max-width for default captions (<a href="https://core.trac.wordpress.org/ticket/33981">#33981</a>). We will want to make sure this doesn’t cause unexpected visual regressions in existing themes, default themes were all fine in testing.</li>\n<li>Media: Reduce duplicated custom header crops in the Customizer (<a href="https://core.trac.wordpress.org/ticket/21819">#21819</a>).</li>\n<li>Media: Store video creation date in meta (<a href="https://core.trac.wordpress.org/ticket/35218">#35218</a>). Please help test different kinds of videos.</li>\n<li>Multisite: Introduce get_site_by() (<a href="https://core.trac.wordpress.org/ticket/40180">#40180</a>).</li>\n<li>Multisite: Improve get_blog_details() by using get_site_by() (<a href="https://core.trac.wordpress.org/ticket/40228">#40228</a>).</li>\n<li>Multisite: Improve initializing available roles when switch sites (<a href="https://core.trac.wordpress.org/ticket/38645">#38645</a>).</li>\n<li>Multisite: Initialize a user&#8217;s roles correctly when setting them up for a different site (<a href="https://core.trac.wordpress.org/ticket/36961">#36961</a>).</li>\n<li>REST API: Support registering complex data structures for settings and meta</li>\n<li>REST API: Support for objects in schema validation and sanitization (<a href="https://core.trac.wordpress.org/ticket/38583">#38583</a>)</li>\n<li>Role/Capability: Introduce capabilities dedicated to installing and updating language files (<a href="https://core.trac.wordpress.org/ticket/39677">#39677</a>).</li>\n<li>Remove SWFUpload (<a href="https://core.trac.wordpress.org/ticket/41752">#41752</a>).</li>\n<li>Users: Require a confirmation link in an email to be clicked when a user attempts to change their email address (<a href="https://core.trac.wordpress.org/ticket/16470">#16470</a>).</li>\n<li>Core and the unit test suite is fully compatible with the upcoming release of PHP 7.2</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.9, <a href="https://make.wordpress.org/core/tag/4-9/">check out posts tagged with 4.9 on the main development blog</a>, or look at a <a href="https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.9&group=component&order=priority">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n<p><b>If you think you’ve found a bug</b>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><i>Without your testing,<br />\nwe might hurt the internet.<br />\nPlease help us find bugs.<img src="https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png" alt="🐛" class="wp-smiley" /></i></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Oct 2017 05:54: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Jeffrey Paul";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:119:"WPTavern: Jetpack 5.4 Introduces Beta Version of New Search Module Powered by Elasticsearch for Professional Plan Users";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75300";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:130:"https://wptavern.com/jetpack-5-4-introduces-beta-version-of-new-search-module-powered-by-elasticsearch-for-professional-plan-users";s: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:4648:"<p><a href="https://jetpack.com/2017/10/03/jetpack-5-4-date-picker-contact-form/" rel="noopener" target="_blank">Jetpack 5.4</a> was released yesterday with many small enhancements to existing modules and an expansion of features for users on the paid plans. A new date picker field is available for the Contact Form, allowing administrators to request additional information such as project timelines, event reservations, or any other date-related data.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-04-at-2.43.45-PM.png?ssl=1"><img /></a></p>\n<p>This release also fixes a bug with Jetpack&#8217;s Comments module where the form had whitespace beneath it when displayed in some themes. It now has a set default height, which will expand automatically as commenters are typing.</p>\n<p>A few other other improvements for all Jetpack users include the ability for third-party plugin and theme authors to add new menu items to the WordPress.com toolbar, connection process updated to allow for more users, improved display of Facebook embeds, and a better migration process for Widget Visibility rules when switching to the new WordPress Image Widget. Check out the full list of changes in the plugin&#8217;s <a href="https://wordpress.org/plugins/jetpack/#developers" rel="noopener" target="_blank">changelog</a>.</p>\n<h3>New Features for Jetpack Personal, Premium, and Professional Plans: Welcome Screens and Search Module in Beta</h3>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/personal-plan.png?ssl=1"><img /></a>Jetpack 5.4 adds a new welcome screen for users who upgrade to a paid plan, highlighting some of the additional features included.</p>\n<p>The plugin will soon be introducing a new <a href="https://jetpack.com/support/search/" rel="noopener" target="_blank">Jetpack Search</a> module for users on its <a href="https://jetpack.com/install/professional/" rel="noopener" target="_blank">Professional plan</a>, the top tier that caters to those who need more business and marketing tools. Version 5.4 adds the architecture for the feature, which is powered by Elasticsearch and runs in the WordPress.com cloud. Users who want to participate in the beta can enable the feature at Settings > Traffic on WordPress.com and then add the new Search widget within wp-admin.</p>\n<p>WordPress&#8217; native search function is notoriously slow and often provides poor and inadequate results for sites with large amounts of content. Jetpack&#8217;s new Search module aims to deliver faster, more relevant results using the same powerful infrastructure that runs Jetpack Related Posts and the search on hundreds of WordPress.com VIP sites. In July 2017, WordPress.com&#8217;s <a href="https://data.blog/2017/07/11/real-time-elasticsearch-indexing-on-wordpress-com/" rel="noopener" target="_blank">data.blog</a> reported that its network averages 23 million actions per day that trigger indexing of 75 million Elasticsearch documents into hundreds of indices.</p>\n<p>Jetpack Search boasts a zero configuration setup, real-time indexing (WordPress.com&#8217;s VIP indices have a one-second refresh rate), and the flexibility for developers to create custom Elasticsearch queries.</p>\n<p>The Jetpack Professional plan&#8217;s $299/year price point is highly competitive for access to a hosted Elasticsearch engine. Ordinarily, developers looking for the most economical way to implement Elasticsearch on a WordPress site will have to host and manage their own instances on Amazon AWS or other cloud services. This often comes with more ongoing maintenance and setup.</p>\n<p>Most managed WordPress hosts do not have a hosted Elasticsearch solution built into their plans. Earlier this year 10up launched <a href="http://ElasticPress.io" rel="noopener" target="_blank">ElasticPress.io</a> to fill this need for for enterprise clients. The service starts at $299/month for up to 20GB of storage and unlimited Elasticsearch bandwidth and goes up to $999/month for more resources. WordPress.com VIP also offers Elasticsearch for their customers on plans ranging from $5,000 – $25,000 per month. Access to WordPress.com&#8217;s Elasticsearch infrastructure is arguably the highest value addition to Jetpack&#8217;s commercial plans to date.</p>\n<p>The Jetpack team is still working on the documentation for the new Search feature and has not published the specifics of the Elasticsearch resources and limits for Jetpack Professional subscribers. More information should be available once the feature is out of beta but current customers can test it after updating to Jetpack 5.4.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Oct 2017 23:17: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:24;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Matt: Consciousness of Matter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=47581";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"https://ma.tt/2017/10/consciousness-of-matter/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:242:"<p>Nautilus Magazine has <a href="http://nautil.us/issue/47/consciousness/is-matter-conscious">an interesting look at the question of Is Matter Conscious</a>? Worth reading to learn what the word "panpsychism" means. Hat tip: John Vechey.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Oct 2017 22:22:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"HeroPress: WordPress Research Behind The Scenes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2134";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:138:"https://heropress.com/essays/wordpress-research-behind-scenes/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-research-behind-scenes";s: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:7994:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/10/100417-min-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: I have met wonderful people from whom I have learned so much in the WordPress community." /><p>When I moved from Bogota (Colombia) to Paris I did a degree in translation and found myself, years later, working for one of the most important publishers specializing in research. But my dream since I left Colombia was to study Psychology. After about two years, I quit my job and went back to college. It was not an easy decision, but it never is, is it?</p>\n<p>My interest in starting this new career was to work in Clinical Psychology and Psychopathology. However, as far as I continued with my degree, I was finding subjects that put in doubt what I really wanted to work in the future. Health and Occupational Psychology was one of them.</p>\n<h3>Finding a Purpose</h3>\n<p>At that time I was still living in Paris with my husband, Andrés Cifuentes, a chemical engineer who ended up doing a master&#8217;s degree in web programming. Afterwards he became a WordPress enthusiast and nowadays he works within the WordPress ecosystem. Back then, while he spent his free time getting to know and learn more about WordPress (I didn’t know at that time that I was discovering WordPress too!) he listened to different podcasts and many of them addressed issues of the problems that remote workers had to face.</p>\n<blockquote><p>All of these people in the podcasts mentioned burnout as a result of their work and what they suffered for it. It was at that moment that I made the connection; I had found what I wanted to do.</p></blockquote>\n<p>The same day I started to investigate more about remote work and its impact on stress and burnout on the web (blogs, articles, essays).</p>\n<h3>Putting It Into Action</h3>\n<p>When time came to start my master I presented my project to my thesis director: I wanted to establish a relationship between remote work and burnout. Although he accepted my first subject of study, there was a long path waiting before establishing and defining my research area.</p>\n<p>Getting into the first steps of the research, I started an arduous research work of the literature review on remote work, which turned out being quite frustrating, as I could not find any scientific paper for my study on the subject. The only helpful information I could find was the research that had been done on telework, which was the closest type to remote work although it was not good enough.</p>\n<p>On the other hand, as a requirement for the master, I had to find an internship in a company, so I spent hours and hours writing cover letters and applying to boring internship offers which practically wanted the interns to make coffee. Nice!</p>\n<p>Fortunately, my husband had the wonderful idea for me to apply to companies working with WordPress. Since those companies are mostly 100% remote, this would help with my research along with having personal experience on remote work myself.</p>\n<blockquote><p>Lucky me! I had the great opportunity to do my internship in Human Made.</p></blockquote>\n<p>My proposal was to do a psychosocial risk assessment in the company that would also serve for my study. They were very kind to me and welcomed me warmly. No doubt they are a great company, Tom Wilmot truly cares for the wellbeing of his Humans and among themselves they help each other a lot, which for me is the basis of the success of the company&#8217;s growth. I really hope they have learned as much as I did.</p>\n<h3>Narrowing Focus</h3>\n<p>For several months I delivered to my thesis director about 8 different projects that I had find interesting to work on the remote work (stress, social support, culture differences, coping strategies, communication, isolation, identity…) all of them without success. My director disapproved each one of them as remote work in general is too extensive and scattered for a master thesis and I had to focus on a smaller group.</p>\n<blockquote><p>As I was doing my internship at Human Made, I thought it was a good idea to focus my study on the same subject but only within the WordPress community.</p></blockquote>\n<p>It was perfect since there have been no studies in this field in the WordPress community! Since WordPress project volunteers are the driving force behind the project, it has become particularly important to focus more on their psychological well-being.</p>\n<p>I sent the new thesis project about the role of motivation on burnout into the WordPress Community to my director and my research protocol was finally approved!</p>\n<h3>Studying The WordPress Community</h3>\n<p>WordPress is a community I&#8217;ve known for years thanks to my husband and I got closer to it with the time. My first contribution was to the Polyglots Team, he taught me how to start contributing and translating. He motivated me to give talks in WordCamps, something that I was very afraid of but I took it as an opportunity to share what I have learned about stress. I end up contributing with a couple of talks in WordCamp Sevilla and Barcelona about stress and remote work. Recently, I volunteered at past WordCamp Europe 2017.</p>\n<blockquote><p>I have met wonderful people from whom I have learned so much in the WordPress community, I never thought that I would ended up being part of this community myself!</p></blockquote>\n<p>So, in the end, for me it is more exciting to do my research on the WordPress community because I have a lot of affection for it. And there are so many more things to investigate!<br />\nMy purpose is to contribute with this ecosystem improving its well-being.</p>\n<p>For the moment, I am working on the survey data of my current research and I am looking forward to sharing the results with the WordPress community!</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: WordPress Research Behind The Scenes" class="rtsocial-twitter-button" href="https://twitter.com/share?text=WordPress%20Research%20Behind%20The%20Scenes&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-research-behind-scenes%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: WordPress Research Behind The Scenes" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-research-behind-scenes%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-research-behind-scenes%2F&title=WordPress+Research+Behind+The+Scenes" rel="nofollow" target="_blank" title="Share: WordPress Research Behind The Scenes"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-research-behind-scenes/&media=https://heropress.com/wp-content/uploads/2017/10/100417-min-150x150.jpg&description=WordPress Research Behind The Scenes" rel="nofollow" target="_blank" title="Pin: WordPress Research Behind The Scenes"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/wordpress-research-behind-scenes/" title="WordPress Research Behind The Scenes"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/wordpress-research-behind-scenes/">WordPress Research Behind The Scenes</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Oct 2017 00:00:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Catalina Alvarez";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"WPTavern: Drupal Core Maintainers Propose Adopting React for Administrative UI’s";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=75269";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"https://wptavern.com/drupal-core-maintainers-propose-adopting-react-for-administrative-uis";s: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:6627:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/drupal_logo-blue.png?ssl=1"><img /></a></p>\n<p>Both the Drupal and WordPress communities are now knee-deep in weighing JavaScript frameworks to modernize underlying architecture for building user interfaces in 2018 and beyond. Yesterday Drupal founder Dries Buytaert <a href="https://dri.es/drupal-looking-to-adopt-react" rel="noopener" target="_blank">published a summary</a> of his discussions with core committers, framework managers, JavaScript subsystem maintainers, and JavaScript experts at DrupalCon Vienna. Together they concluded that Drupal should consider adopting React.</p>\n<p>&#8220;We agreed that today, React would be the most promising option given its expansive adoption by developers, its unopinionated and component-based nature, and its well-suitedness to building new Drupal interfaces in an incremental way,&#8221; Buytaert said. &#8220;Today, I&#8217;m formally proposing that the Drupal community adopt React, after discussion and experimentation has taken place.&#8221;</p>\n<p>The <a href="https://www.drupal.org/node/2913321" rel="noopener" target="_blank">proposal</a> is now available to the broader Drupal community and Buytaert&#8217;s recommendation during his keynote presentation in Vienna was to test and research how Drupal&#8217;s administrative UX could be improved by using a JavaScript framework.</p>\n<p>Two years ago Drupal explored adopting a JavaScript framework and at that time Buytaert was considering React, Ember, and Angular. Facebook&#8217;s patent clause in React&#8217;s licensing made him hesitant to want to pursue it for Drupal but the license has since been changed to MIT. The Drupal community was not eager to select a framework at that time and in response Buytaert opted to focus on improving <a href="https://dri.es/tag/web-services" rel="noopener" target="_blank">Drupal&#8217;s web service APIs</a> instead.</p>\n<p>&#8220;By not committing to a specific framework, we are seeing Drupal developers explore a range of JavaScript frameworks and members of multiple JavaScript framework communities consuming Drupal&#8217;s web services,&#8221; Buytaert said. &#8220;I&#8217;ve seen Drupal 8 used as a content repository behind Angular, Ember, React, Vue, and other JavaScript frameworks.&#8221;</p>\n<p>Buytaert shared an illustration showing how he envisions Drupal &#8220;supporting a variety of JavaScript libraries on the user-facing front end while relying on a single shared framework as a standard across Drupal administrative interfaces.&#8221;</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/drupal-supporting-different-javascript-front-ends.jpg?ssl=1"><img /></a></p>\n<p>This approach is similar to what WordPress&#8217; Gutenberg contributors are proposing with <a href="https://github.com/WordPress/gutenberg/pull/2463" rel="noopener" target="_blank">framework-agnostic block interoperability</a> where core would adopt a framework internally but developers could extend the new editor (and other UIs) using any JS library they prefer. In addition to giving developers more flexibility, this approach also helps to protect the project from the effects of the rapid pace at which JavaScript frameworks and libraries are coming and going.</p>\n<p>&#8220;Several years later, we still don&#8217;t know what JavaScript framework will win, if any, and I&#8217;m willing to bet that waiting two more years won&#8217;t give us any more clarity,&#8221; Buytaert said. &#8220;JavaScript frameworks will continue to evolve and take new shapes. Picking a single one will always be difficult and to some degree &#8216;premature.&#8217; That said, I see React having the most momentum today.&#8221;</p>\n<p>The <a href="https://www.drupal.org/node/2913321" rel="noopener" target="_blank">proposal</a> on Drupal.org, authored by Lauri Eskola, Dupal&#8217;s core framework manager who specializes in JavaScript, said contributors&#8217; discussions revealed &#8220;unanimous consensus&#8230;that React would be a good choice.&#8221; Eskola cited several benefits they believe React will bring to Drupal, including its large ecosystem of libraries, active developer community, project maturity, and improved career options for classical Drupal developers. WordPress.com, TYPO3, The New York Times, Airbnb, and others using React were also listed among React&#8217;s benefits.</p>\n<p>The discussion on the <a href="https://www.drupal.org/node/2913321" rel="noopener" target="_blank">proposal</a> is an interesting read with many similarities to the recent discussions in the WordPress community regarding React. Several Drupal developers expressed concerns about how difficult it may be for those with a PHP background to learn React, as it adds more complexity to the development process.</p>\n<p>&#8220;Overall I&#8217;m in favor of a framework,&#8221; Drual developer Mark Miller <a href="https://www.drupal.org/node/2913321#comment-12283495" rel="noopener" target="_blank">said</a>. &#8220;However, a big question for me is how many PHP developers are going to easily pick up React? I know we want to bring in more Javascript developers, but it seems that most people creating modules and using this will be coming from a PHP background. I know pure JavaScript people love React, but it will likely be a steep curve to others in Drupal&#8217;s already steep learning curve.&#8221;</p>\n<p>Others, who had previously become disillusioned by a perception of Drupal being unable to keep up with modern web development, welcome the proposal to experiment with React. A few advocated for their frameworks of choice and said they would like to see the experimentation expanded to include other frameworks as well.</p>\n<p>&#8220;Is there an issue yet for the React prototype of the watchdog page?&#8221; Drupal core committer Angie Byron said. &#8220;When that&#8217;s created, folks interested in alternative frameworks (I&#8217;m hearing both &#8216;vanilla&#8217; web components and Vue.js come up a lot, both here and in the WP discussions) could start an alternate implementation in a duplicate issue and we could compare/contrast, which would be very helpful in my opinion.&#8221;</p>\n<p>Drupal is aiming to have enough real-world testing done to make a final decision before the upcoming 8.6.0 development period slated for the first part of 2018. Buytaert said that after deciding on a framework, Drupal&#8217;s leadership plans to begin adoption in a limited and incremental way &#8220;so that the decision is easily reversible if better approaches come later on.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Oct 2017 23:04:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"WPTavern: Regenerate Thumbnails Plugin Passes 5 Million Downloads, Rewrite in the Works";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=74186";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wptavern.com/regenerate-thumbnails-plugin-passes-5-million-downloads-rewrite-in-the-works";s: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:4603:"<p><a href="https://wordpress.org/plugins/regenerate-thumbnails/" rel="noopener" target="_blank">Regenerate Thumbnails</a>, written by prolific plugin developer <a href="https://alex.blog/" rel="noopener" target="_blank">Alex Mills</a>, has passed 5 million downloads. The plugin was first released nearly a decade ago in August 2008 during the days of WordPress 2.6. Regenerate Thumbnails is used to retroactively generate new thumbnail sizes for past uploads. It has become an indispensable utility over the years, helping millions of users successfully transition between WordPress themes that have different featured image sizes.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/regenerate-thumbnails-v-1.png?ssl=1"><img /></a>Regenerate Thumbnails version 1.0.0\n<p>&#8220;I was freelancing at the time and according to an ancient post on my blog, I apparently wrote it as a client needed the functionality,&#8221; Mills said. &#8220;I don&#8217;t remember that though and I certainly never figured it&#8217;d be installed and activated on over a million sites like it is today!&#8221;</p>\n<p>Regenerate Thumbnails is downloaded thousands of times every day, and, fortunately, it is the type of plugin that doesn&#8217;t generate too many support issues. Mills said he is thankful for the many volunteers on the WordPress.org support forums who have also helped manage the load. Despite the continued and widespread use of the plugin, Mills has never considered cashing in on it.</p>\n<p>&#8220;I&#8217;d never monetize any of my plugins,&#8221; he said. &#8220;I write them for fun not profit. It would be a conflict of interest anyway due to my employment at Automattic.&#8221;</p>\n<p>Regenerate Thumbnails is a fairly straightforward plugin that rarely requires updating, but this year Mills said he has tried to give it a lot more love and will soon be releasing a complete rewrite.</p>\n<p>&#8220;The rewrite is currently taking place on <a href="https://github.com/Viper007Bond/regenerate-thumbnails" rel="noopener" target="_blank">GitHub</a> and is a complete rethink of the plugin, both in terms of the interface and underlying technologies,&#8221; Mills said. &#8220;The interface is powered by Vue.js, which I&#8217;m learning and using for the first time, and the WordPress REST API. I also have a full suite of unit tests for PHPUnit to verify that the plugin code is working as intended, both now and into the future. Those have been incredibly useful while writing the plugin and I highly recommend other plugin authors make use of them too. <a href="https://make.wordpress.org/cli/handbook/plugin-unit-tests/" rel="noopener" target="_blank">WP-CLI makes it very easy to set up</a>.&#8221;</p>\n<p>After nine years of supporting Regenerate Thumbnails, and many other plugins, Mills said he doesn&#8217;t consider himself the best example when it comes to maintaining plugins. His advice to other developers is &#8220;try to make sure to write your plugins to be future-proof.&#8221;</p>\n<p>&#8220;Outside of some updates last month, the last real changes to the plugin were made in 2012!&#8221; Mills said. &#8220;I wrote the plugin well the first time around and it&#8217;s just worked mostly fine ever since because it uses built-in WordPress code to do the work.&#8221;</p>\n<p>This is the reason why Regenerate Thumbnails has already blazed past its major milestone at 5,762,713 downloads and is well on its way to 6 million before the end of the year. Users still find the plugin to work as reliably as it did in 2008.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Have loved this plugin for years, just used it to relaunch a website with 50000 images and 30 image sizes.</p>\n<p>&mdash; Scott Fennell (@scottfennell123) <a href="https://twitter.com/scottfennell123/status/896933624657756160?ref_src=twsrc%5Etfw">August 14, 2017</a></p></blockquote>\n<p></p>\n<p>Mills said that making a plugin future proof is key if you write code all day for a living and then find it difficult to write more in the evenings and weekends for WordPress.org plugins. However, due to his current illness, he hasn&#8217;t worked in nearly a year since October 2016.</p>\n<p>&#8220;While I&#8217;m still battling the leukemia, I&#8217;m at least feeling better than I was at the beginning of the year so I&#8217;ve gotten the itch to code again,&#8221; Mills said. &#8220;Working on personal projects such as Regenerate Thumbnails has been a good way to brush off my coding skills in anticipation of returning to work. Plus it&#8217;s just fun to code again!&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Oct 2017 21:53: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:28;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"WPTavern: New WP-CLI Project Aims to Extend Checksum Verification to Plugins and Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75100";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/new-wp-cli-project-aims-to-extend-checksum-verification-to-plugins-and-themes";s: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:3908:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/05/wp-cli-logo.png?ssl=1"><img /></a></p>\n<p>The WP-CLI team is initiating a new project that <a href="https://make.wordpress.org/cli/2017/09/26/wordpress-plugin-and-theme-checksums-project-announcement/" rel="noopener" target="_blank">aims to bring checksum verification to plugins and themes</a>. Checksums are a method of verifying the integrity of files. Three years ago, WP-CLI added the capability of verifying WordPress core checksums using the MD5 algorithm. This is a useful security feature that allows developers to easily see if any files have been modified or compromised.</p>\n<p>The core checksums are handled via WordPress&#8217; official API (https://api.wordpress.org/core/checksums/) and WP-CLI contributors are planning to extend this infrastructure to plugins and themes hosted on WordPress.org.</p>\n<p>&#8220;Having this kind of functionality for plugins and themes as well would be a huge security benefit,&#8221; WP-CLI co-maintainer Alain Schlesser said. &#8220;It would allow you to check the file integrity of an entire site, possibly in an automated fashion. However, there is no centralized way of retrieving the file checksums for plugins or themes yet, and the alternative of downloading the plugins and themes from the official servers first just to check against them is wasteful in terms of resources and bandwidth.&#8221;</p>\n<p>Contributors are currently exploring different options for implementation in a <a href="https://github.com/wp-cli/ideas/issues/6" rel="noopener" target="_blank">discussion on GitHub</a>, inspired by an existing <a href="https://github.com/eriktorsner/wp-checksum" rel="noopener" target="_blank">wp-checksum project</a> by Erik Torsner.</p>\n<p>&#8220;The simplest possible infrastructure to go with would be flat files (no database),&#8221; WP-CLI maintainer Daniel Bachhuber said. &#8220;I&#8217;ve chatted with the corresponding WordPress.org folks about hosting. If our middleware application can generate flat files served by some API, then it will be fine to sync those flat files to a WordPress.org server (with rsync or similar).&#8221;</p>\n<p>The team is considering building the API under a separate URL for testing and iteration and then incorporating it back into WordPress.org&#8217;s infrastructure once it is ready. However, the sheer size of the SVN checkouts and the CPU required to sync the files makes it an interesting challenge. DreamHost has volunteered a server for the team to run its checksum generator on while the infrastructure is being developed.</p>\n<p>Torsner&#8217;s WP-CLI subcommand to verify checksums for themes and plugins currently only works with those hosted on WordPress.org, but he is also experimenting with mechanisms for getting checksums from some commercial vendors, including Gravity Forms and Easy Digital Downloads. He said he hopes the project would be capable of keeping these capabilities for commercial plugins after it is incorporated back into WordPress.org.</p>\n<p>The Plugin and Themes Checksums project is currently in the initiation stage and will have an official kickofff during the next WP-CLI meeting on <a href="http://www.timeanddate.com/worldclock/fixedtime.html?iso=20171003T1600" rel="noopener" target="_blank">Tuesday, October 3, 2017, at 11:00 AM CDT</a>. Anyone who would like to volunteer is encouraged to attend, especially those with an interest in security, systems administration, and the technology required to get this project off the ground.</p>\n<p>&#8220;This project will have a huge impact on the perceived and effective security of WordPress installations,&#8221; Schlesser said. &#8220;It can greatly reduce the amount of malware-infested sites plaguing the internet, and through the substantial market share of WordPress, improve the general browsing experience for all net citizens.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Oct 2017 18:37:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"Dev Blog: The Month in WordPress: September 2017";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4920";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wordpress.org/news/2017/10/the-month-in-wordpress-september-2017/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5633:"<p>This has been an interesting month for WordPress, as a bold move on the JavaScript front brought the WordPress project to the forefront of many discussions across the development world. There have also been some intriguing changes in the WordCamp program, so read on to learn more about the WordPress community during the month of September.</p>\n<hr />\n<h2>JavaScript Frameworks in WordPress</h2>\n<p>Early in the month, <a href="https://ma.tt/2017/09/on-react-and-wordpress/">Matt Mullenweg announced</a> that WordPress will be switching away from React as the JavaScript library WordPress Core might use — this was in response to Facebook’s decision to keep a controversial patent clause in the library’s license, making many WordPress users uncomfortable.</p>\n<p>A few days later, <a href="https://ma.tt/2017/09/facebook-dropping-patent-clause/">Facebook reverted the decision</a>, making React a viable option for WordPress once more. Still, the WordPress Core team is exploring a move <a href="https://github.com/WordPress/gutenberg/pull/2463">to make WordPress framework-agnostic</a>, so that the framework being used could be replaced by any other framework without affecting the rest of the project.</p>\n<p>This is a bold move that will ultimately make WordPress core a lot more flexible, and will also protect it from potential license changes in the future.</p>\n<p>You can get involved in the JavaScript discussion by joining the #core-js channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a> and following the <a href="https://make.wordpress.org/core/">WordPress Core development blog</a>.</p>\n<h2>Community Initiative to Make WordCamps More Accessible</h2>\n<p>A WordPress community member, Ines van Essen, started a new nonprofit initiative to offer financial assistance to community members to attend WordCamps. <a href="https://donatewc.org/">DonateWC</a> launched with a crowdsourced funding campaign to cover the costs of getting things up and running.</p>\n<p>Now that she’s raised the initial funds, Ines plans to set up a nonprofit organization and use donations from sponsors to help people all over the world attend and speak at WordCamps.</p>\n<p>If you would like to support the initiative, you can do so by <a href="https://donatewc.org/make-a-donation/">donating through their website</a>.</p>\n<h2>The WordCamp Incubator Program Returns</h2>\n<p>Following the success of <a href="https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/">the first WordCamp Incubator Program</a>, the Community Team is <a href="https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/">bringing the program back</a> to assist more underserved cities in kick-starting their WordPress communities.</p>\n<p>The program’s first phase aims to find community members who will volunteer to mentor, assist, and work alongside local leaders in the incubator communities — this is a time-intensive volunteer role that would need to be filled by experienced WordCamp organizers.</p>\n<p>If you would like to be a part of this valuable initiative, join the #community-team channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a> and follow the <a href="https://make.wordpress.org/community/">Community Team blog</a> for updates.</p>\n<h2>WordPress 4.8.2 Security Release</h2>\n<p>On September 19, <a href="https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/">WordPress 4.8.2 was released to the world</a> — this was a security release that fixed nine issues in WordPress Core, making the platform more stable and secure for everyone.</p>\n<p>To get involved in building WordPress Core, jump into the #core channel in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack group</a>, and follow <a href="https://make.wordpress.org/core/">the Core team blog</a>.</p>\n<hr />\n<h2>Further Reading:</h2>\n<ul>\n<li>The WordPress Meetup program hit a significant milestone this month — there are now 500 meetup groups in <a href="https://www.meetup.com/pro/wordpress/">the official chapter program</a>.</li>\n<li>The SWFUpload library <a href="https://make.wordpress.org/core/2017/09/07/removing-swfupload/">will be removed from WordPress Core</a> in version 4.9, scheduled for release in mid-November.</li>\n<li>Matías Ventura put together some useful videos on <a href="https://make.wordpress.org/core/2017/08/31/gutenberg-themes/">how theme developers can integrate Gutenberg into their work</a>.</li>\n<li><a href="http://applyfilters.fm/"><i>Apply Filters</i></a>, the popular WordPress development podcast, will go on hiatus after the upcoming 83rd episode.</li>\n<li>The WordPress Plugin Directory <a href="https://make.wordpress.org/plugins/2017/09/04/plugin-support-reps/">has added the ability</a> for plugin owners to assign plugin support representatives.</li>\n<li>After a couple of slower development weeks, <a href="https://make.wordpress.org/core/2017/09/27/whats-new-in-gutenberg-1-2-1/">Gutenberg v1.2 is out</a> and it’s looking better than ever.</li>\n<li>The third <a href="https://wordpress.org/news/2017/09/global-wordpress-translation-day-3/">Global WordPress Translation Day</a> took place this past weekend — keep an eye on <a href="https://make.wordpress.org/polyglots/">the Polyglots team blog</a> for updates.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href="https://make.wordpress.org/community/month-in-wordpress-submissions/">submit it here</a>.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Oct 2017 08:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"WPTavern: Gutenberg 1.2 Adds Postmeta Support and Extended Settings Placeholder";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75199";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"https://wptavern.com/gutenberg-1-2-adds-postmeta-support-and-extended-settings-placeholder";s: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:5590:"<p>WordPress contributors have not yet made a final decision on the JavaScript framework to adopt for core, but Gutenberg development continues on with <a href="https://make.wordpress.org/core/2017/09/27/whats-new-in-gutenberg-1-2-1/" rel="noopener" target="_blank">version 1.2</a> released this week.</p>\n<p>The update provides a better experience <a href="https://github.com/WordPress/gutenberg/pull/2708" rel="noopener" target="_blank">resolving block conflicts</a> when switching between the &#8220;classic editor&#8221; and Gutenberg. Previously, if a user had created some paragraph blocks in Gutenberg but switched to the classic editor, the tags would get stripped out, making those blocks invalid when moving back to Gutenberg. Version 1.2 merges a pull request that detects whether the post contains blocks and then disables the wpautop behavior in the classic editor to prevent it from stripping the tags.</p>\n<p>This release also offers initial <a href="https://github.com/WordPress/gutenberg/pull/2740" rel="noopener" target="_blank">support for postmeta</a> in block attributes. Gutenberg contributor Gary Pendergast tweeted <a href="https://gist.github.com/pento/19b35d621709042fc899e394a9387a54" rel="noopener" target="_blank">an example plugin</a> for those who want to experiment with it.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Just between us, the new Gutenberg 1.2 release includes the first version of postmeta support! If you want to start experimenting with it, here''s a sample plugin to get you going. <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f642.png" alt="🙂" class="wp-smiley" /><a href="https://t.co/O1GbKZ3xzt">https://t.co/O1GbKZ3xzt</a></p>\n<p>&mdash; Gary (@GaryPendergast) <a href="https://twitter.com/GaryPendergast/status/913623415549976577?ref_src=twsrc%5Etfw">September 29, 2017</a></p></blockquote>\n<p></p>\n<p>Another new item you&#8217;ll notice in version 1.2 is the addition of word and block counts to the table of contents. The value of knowing how many blocks are in play on the page or how many headings have been used is not immediately evident. It strikes me as a rather large and obtrusive display of non-essential information, which for some reason has been given priority placement at the top of the editor.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-10.36.02-PM.png?ssl=1"><img /></a></p>\n<p>Gutenberg is getting ready to support metaboxes and this release adds a placeholder for the proposed Extended Settings panel. The <a href="https://github.com/WordPress/gutenberg/pull/2800" rel="noopener" target="_blank">metabox placeholder shell</a> currently sits beneath the content with a &#8220;coming soon&#8221; message.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-10.56.48-PM.png?ssl=1"><img /></a></p>\n<p>Developer Ross Wintle <a href="https://github.com/WordPress/gutenberg/pull/2800#issuecomment-332573684" rel="noopener" target="_blank">commented</a> on the pull request with a few concerns about the naming and placement of this panel with notes on how it might impact interfaces that have required meta fields:</p>\n<blockquote><p>\na) Meta boxes currently have several places that they can live: in the sidebar, below post content with different priorities and contexts<br />\nb) I also have cases where I&#8217;ve improved the editing experience for my users by having meta boxes above or below the title because this fits with their content editing flow.<br />\nc) I really don&#8217;t like the &#8220;Extended settings&#8221; title. For some editing workflows the information in meta boxes is actually critical, core content/settings, not something optional/added-on/extended. Is this editable? Can developers add additional sections of their own like this?</p></blockquote>\n<p>Gutenberg engineer Riad Benguella acknowledged these concerns as legitimate and said the team is still exploring different options for the panel.</p>\n<p>&#8220;For the first iteration, we&#8217;ll probably keep the collapsed state but have multiple areas,&#8221; Benguella said. &#8220;There are some good design proposals dropping the expanding area (for the content area) and replacing them with &#8220;separators,&#8221; which might be <a href="https://github.com/WordPress/gutenberg/issues/952#issuecomment-312804592" rel="noopener" target="_blank">good as a v2</a>.&#8221;</p>\n<p>It may have seemed like Gutenberg development has been on hold due to the delayed JavaScript framework decision, but development is still ongoing. It slowed over the past couple weeks while most of the project&#8217;s chief contributors were attending the Automattic GM.</p>\n<p>&#8220;The framework decision doesn’t affect most Gutenberg development work &#8211; because the framework is hidden behind a compatibility layer, the majority of development work (at least, the work that touches the UI) can talk to the compatibility layer,&#8221; contributor Gary Pendergast said.</p>\n<p>&#8220;There are also large areas of code that don’t need the framework at all. For example, adding <a href="https://github.com/WordPress/gutenberg/pull/2740" rel="noopener" target="_blank">postmeta support</a> was just about writing the glue between the Block API and the REST API.&#8221;</p>\n<p>Pendergast said that even once a JavaScript framework decision is made, Gutenberg will only require one or two developers to work on the necessary changes, but all other contributors will be able to continue on without any issues.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 30 Sep 2017 04:21: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:31;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:111:"WPTavern: DigitalOcean Partners with GitHub to Support Open Source Projects during Hacktoberfest October 1–31";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75163";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:120:"https://wptavern.com/digitalocean-partners-with-github-to-support-open-source-projects-during-hacktoberfest-october-1-31";s: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:2705:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-12.29.22-PM.png?ssl=1"><img /></a></p>\n<p>DigitalOcean is organizing its fourth annual <a href="https://hacktoberfest.digitalocean.com" rel="noopener" target="_blank">Hacktoberfest</a> in partnership with GitHub. The event was created to support open source projects and participants can earn a free t-shirt by contributing four pull requests during the month of October.</p>\n<p>More than 29,000 people signed up for <a href="https://blog.digitalocean.com/open-source-at-its-hacktoberbest/" rel="noopener" target="_blank">Hacktoberfest 2016</a> from 114 countries and 10,227 people completed the challenge. The event tracked a record-breaking 92,569 total PRs opened, up from 49,000 the previous year. Participants contributed to more than 29,000 repositories, spurring progress on thousands of open source projects and making maintainers very busing during the month of October.</p>\n<p>In preparation for the event, maintainers can add the &#8220;Hacktoberfest&#8221; label to issues in their GitHub projects that would be suitable for new contributors to work on. Participants can <a href="https://github.com/search?q=label:hacktoberfest+state:open+type:issue" rel="noopener" target="_blank">browse all the &#8220;Hacktoberfest&#8221; issues</a> if they need some inspiration to get started.</p>\n<p>Both <a href="https://github.com/woocommerce/woocommerce/issues?q=is%3Aissue%20is%3Aopen%20label%3AHacktoberfest" rel="noopener" target="_blank">WooCommerce</a> and <a href="https://github.com/WordPress/gutenberg/labels/Hacktoberfest" rel="noopener" target="_blank">Gutenberg</a> plugin maintainers have already started applying the &#8220;Hacktoberfest&#8221; label to  issues to help WordPress developers find a good entry point for contributing.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-29-at-12.19.21-PM.png?ssl=1"><img /></a></p>\n<p><a href="https://hacktoberfest.digitalocean.com/" rel="noopener" target="_blank">Hacktoberfest</a> begins Sunday, October 1, but participants can sign up anytime between October 1 and October 31. All participants will receive limited-edition Hactoberfest stickers, even if you don&#8217;t complete the four pull requests. Those who complete the challenge before October 31st will be eligible to receive a shirt. Pull requests can be made in any public GitHub-hosted repository and are not limited to those with the Hacktoberfest label.</p>\n<p>Please leave a comment on this post if you have a WordPress-related plugin, theme, or project that has a few designated Hacktoberfest issues for new contributors.</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 29 Sep 2017 18:16: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:32;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"WPTavern: A Very Brief Introduction to Version Control and Git";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75177";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wptavern.com/a-very-brief-introduction-to-version-control-and-git";s: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:3819:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg?ssl=1"><img /></a>This post was contributed by guest author <a href="http://petersuhm.com/" target="_blank">Peter Suhm</a>. Peter is a web developer from the Land of the Danes. He is the creator of <a href="https://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github" target="_blank">WP Pusher</a> and a huge travel addict, bringing his work along with him as he goes.<br />\n&nbsp;</p>\n<hr />\n<p>Have you ever done this?</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/file-versions.png?ssl=1"><img /></a></p>\n<p>Most of us have.</p>\n<p>Do you know what the technical term for it is? <em>Version control</em>. Your own, homemade, delicious implementation of version control!</p>\n<p>Okay, how about this?</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/commented-code.png?ssl=1"><img /></a></p>\n<p>Version control right there!</p>\n<p>What I’m trying to show with these two examples is that all developers use some sort of version control. Some use Ctrl-z to roll back to a previous version, some use a zipped backup in a Dropbox folder and some use a dedicated version control system (VCS), such as Git. All the things we are trying to accomplish by backing up our files, commenting out old code and stashing it away in another “final-FINAL” zipball has been taken care of already. All we need to do is to embrace these VCS tools that we have available in our tool belt.</p>\n<p>Git is not complicated to use. It might seem difficult and overwhelming but in your day to day life you will probably use a maximum of 3-4 different commands. Learning how to use 3-4 commands to properly have version control of every single change ever made to your code base is a great deal compared to the “final-FINAL” approach.</p>\n<p>Here’s what version control looks like:</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/version-control-intro.png?ssl=1"><img /></a></p>\n<p>This is a screenshot of the <a href="https://github.com/WordPress/WordPress" rel="noopener" target="_blank">WordPress Git mirror on GitHub</a>. Every time a change is made to the code base, it is recorded with Git and there is no need to copy the whole code base, throwing it into another folder, zipping it and naming it “final-FINAL-F-I-N-A-L”. If you dive into the WordPress code base on GitHub, you can find <a href="https://github.com/WordPress/WordPress/commit/23f1a9d2a4e9b484290f130e6c80e38e7fdcd453" rel="noopener" target="_blank">commits dating back to 2003</a>, made by “someone” named saxmatt!</p>\n<p>Let’s dive into one of these commits, as they are called in Git:</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/commit.png?ssl=1"><img /></a></p>\n<p>This is the diff (Git jargon for difference between 2 commits) for the “class-wp-widget-text.php” file. The red line is being replaced with the green line below it. No need to comment it out to save it for eternity, like in that other example. Git will do that for us and we can forever and always refer back to this commit to see what was replaced and with what.</p>\n<p>Of course, the full WordPress code base is a large project with many collaborators. However, no project is too small to benefit from Git. Once you master those 3-4 commands, using Git in your day-to-day developer life becomes second nature, just like hitting Ctrl-s. It might not be obvious right now, but when you pull out an old project months or years later, having version control helps you catch up and gives you the confidence to change things without fearing disaster.</p>\n<p>So I challenge you to learn Git! Not necessarily deeply, just a little bit.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Sep 2017 22: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:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WPTavern: WordCamp Incubator Program Gears Up for Round 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=75159";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wordcamp-incubator-program-gears-up-for-round-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:2791:"<p>Last year the WordPress Community Team launched an experimental <a href="https://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program" rel="noopener" target="_blank">WordCamp Incubator program</a> to bring WordCamps to new cities where meetups had not been very well established. After receiving 182 applications, organizers narrowed the selections to three cities with the most potential to foster an emerging WordPress community. Successful WordCamps were held in Denpasar, Harare, and Medellín. Six additional communities that applied to the program ended up organizing WordCamps as well with the help of community mentors.</p>\n<p>This week Andrea Middleton announced that the Community Team will be pursuing <a href="https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/" rel="noopener" target="_blank">round two of the WordCamp Incubator program</a>. Given the rapid growth of the global WordPress community, Middleton said the greatest challenge to getting the program running again is finding people who can oversee the new WordCamps. The full-time sponsored volunteer staff from the previous year is already fully committed for 2018.</p>\n<p>&#8220;This is a time-intensive volunteer role,&#8221; Middleton said. &#8220;We estimate that lead organizers spend about 170 hours on a WordCamp, and I figure that the folks working to support the growth of an Incubator event need to dedicate about 200-250 hours over the planning cycle. The job is that of co-organizer, mentor, and ambassador — since it’s probable that no one you’re working with has ever actually attended a WordCamp.&#8221;</p>\n<p>Experience having organized WordCamps is a prerequisite for taking on the community advisor role. Middleton also emphasized the importance of sensitivity and experience collaborating with people from other cultures. She estimates the volunteer role is likely to require 25 hours per month. As this is almost a part-time job, the Community Team is looking at the possibility of having interested volunteers pitch their companies to sponsor some of their hours to work on the incubator program. They are also considering creating a team of incubator advisors to work together assisting multiple communities.</p>\n<p>The team is aiming to decide on a name for the advisor role and come up with a plan for recruiting volunteers by October 6. This will be followed by a call for communities that would like to be considered for the program and host their first WordCamp in 2018. Anyone interested in volunteering can jump in on the discussion on the <a href="https://make.wordpress.org/community/2017/09/27/wordcamp-incubator-program-v2-new-role-name/" rel="noopener" target="_blank">make.wordpress.org/community</a> blog.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Sep 2017 21:26:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"WPTavern: WPWeekly Episode 289 – Where Did WordPress’ Ease of Use Go?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75134&preview=true&preview_id=75134";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wptavern.com/wpweekly-episode-289-where-did-wordpress-ease-of-use-go";s: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:3091:"<p>In this episode, <a href="https://jjj.blog/">John James Jacoby</a> and I are joined by <a href="http://scottbolinger.com/">Scott Bolinger</a>. Bolinger recently attended a Content and Commerce Summit where WordPress and WooCommerce were not mentioned. Bolinger <a href="http://scottbolinger.com/perspective-on-wordpress/">shared the perspective</a> he gained from an attending the event and speaking with a friend who uses Shopify.</p>\n<p>We discuss what happened to WordPress&#8217; ease of use, which user segment the project is developed for, and how can it provide an end-to-end user experience that&#8217;s on par with SaaS offerings like SquareSpace or Wix. We also talk about the challenges associated with setting up a WordPress site after the installation process. Last but not least, we discuss why some people are not recommending WordPress to friends or family anymore.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/donatewc-reaches-fundraising-goal">DonateWC Reaches Fundraising Goal</a><br />\n<a href="https://wptavern.com/wordcamp-for-publishers-videos-now-available-on-youtube">WordCamp for Publishers Videos Now Available on YouTube</a><br />\n<a href="https://wptavern.com/apply-filters-podcast-to-be-retired-after-83-episodes">Apply Filters Podcast to be Retired after 83 Episodes</a><br />\n<a href="https://wptavern.com/facebook-to-re-license-react-after-backlash-from-open-source-community">Facebook to Re-license React after Backlash from Open Source Community</a><br />\n<a href="https://wptavern.com/wordpress-explores-a-javascript-framework-agnostic-approach-to-building-gutenberg-blocks">WordPress Explores a JavaScript Framework-Agnostic Approach to Building Gutenberg Blocks</a><br />\n<a href="https://wptavern.com/si-captcha-anti-spam-plugin-permanently-removed-from-wordpress-og-due-to-spam-code">SI CAPTCHA Anti-Spam Plugin Permanently Removed from WordPress.org Due to Spam Code</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href="https://make.wordpress.org/plugins/2016/02/12/on-the-topic-of-selling-your-plugins/">Otto shares tips and advice on selling plugins</a>.</p>\n<p><a href="https://en.wikipedia.org/wiki/Metroid:_Samus_Returns">Metroid: Samus Returns</a> and Nintendo 3DS.</p>\n<p><a href="http://amyciavolino.com/assets/MindfulCommunicationInCodeReviews.pdf">Mindful Communication in Code Reviews by Amy Ciavolino</a>.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 4th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #289:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Sep 2017 22:37: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:35;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:95:"WPTavern: WordPress.com Adds Google Photos Integration, Available Now for Jetpack-Enabled Sites";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75084";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"https://wptavern.com/wordpress-com-adds-google-photos-integration-available-now-for-jetpack-enabled-sites";s: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:3566:"<p>WordPress.com now supports <a href="https://en.blog.wordpress.com/2017/09/26/upload-once-blog-anywhere-photos-from-google/" rel="noopener" target="_blank">seamless integration between Google Photos and the WordPress media library</a>. Users can connect their Google accounts to have access to their photos when inserting an image.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-27-at-3.39.22-PM.png?ssl=1"><img /></a></p>\n<p><a href="https://www.google.com/photos/" rel="noopener" target="_blank">Google Photos</a> has gained popularity due to its automatic tagless organization and free, unlimited backup for photos and videos up to 16MP and 1080p HD. In May 2017, the service reported <a href="https://www.blog.google/products/photos/google-photos-500-million-new-sharing/" rel="noopener" target="_blank">500 million monthly users</a> backing up more than 1.2 billion photos and videos per day.</p>\n<p>When inserting pictures on WordPress.com, users can also take advantage of Google&#8217;s smart image searching capabilities. The service is fairly good at recognizing what is in your images and where they were taken, even if you haven&#8217;t specifically categorized them or added descriptions.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-27-at-3.46.51-PM.png?ssl=1"><img /></a></p>\n<p>The new Google Photos integration is also available for Jetpack-enabled sites when posting via the WordPress.com interface. (It is not available in wp-admin of self-hosted sites.) Unfortunately, this experience is still rather buggy. After adding photos, WordPress.com didn&#8217;t seem to be able to save drafts and it was also unable to display the most recent photos from the past week.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-27-at-1.44.52-PM-e1506544898526.png?ssl=1"><img /></a></p>\n<p>Users should also note that when you authenticate with Google Photos, it will open access to the photos from every single site that you have connected to that particular WordPress.com account. This access is, however, is limited to the specific user who connected. Multiple users on a site will each need to authenticate separately and can connect their own Google accounts. The users do not have access to each other&#8217;s photos. It&#8217;s also easy to revoke access at <a href="https://wordpress.com/sharing/" rel="noopener" target="_blank">wordpress.com/sharing</a>.</p>\n<p>The new Google Photos feature has been very well received by WordPress.com users, as it saves them the trouble of downloading images from the service and then uploading to their media libraries. It&#8217;s not quite as convenient for Jetpack-enabled sites, because it adds additional steps to the publishing process.</p>\n<p>&#8220;Excellent feature, but will it be available directly from self-hosted sites without using WordPress.com?&#8221; one user asked. &#8220;This cuts out so many steps in our publishing workflow, but then adds several more if we then need to login to WordPress.com to do this. Our admin setup is complex, so switching to editing here isn’t an option. I have multiple contributors who write directly and this would be a game changer if they could directly upload their images from their account.&#8221;</p>\n<p>A WordPress.com representative confirmed that there are currently no plans to support a standalone version in Jetpack. They are, however, looking at supporting other services, such as Flickr, in the future.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Sep 2017 22:17: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: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	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"WPTavern: Camp Press – A Detox from Digital Life";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75139";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/camp-press-a-detox-from-digital-life";s: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:3381:"<p>The following is a guest post by Brad Williams who shares his experience at <a href="https://camp.press/">Camp Press</a> this past weekend. Brad is the Co-Founder and CEO of the website design and development agency <a href="https://webdevstudios.com">WebDevStudios</a>.</p>\n<p>He is also a co-author of the Professional WordPress book series. Brad is a US Marine Corps veteran and has been developing websites for over 20 years, including the last 10 where he has focused on open-source technologies like WordPress.</p>\n<hr />\n<img />Brad Williams at Camp Press\n<p>I’ve been to a number of WordCamps and tech-related events over the years. They all follow a similar pattern of speakers, panels, sponsors, after-parties, etc. We’ve all been to these types of events and generally know what to expect; so when <a href="https://twitter.com/ifyouwillit?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor">Mendel Kurland</a> pitched the idea of <a href="https://camp.press/">Camp Press</a> to me as &#8216;geeks camping,&#8217; I was intrigued.</p>\n<p>I went to Camp Press with no idea of what to expect. I honestly have never felt less prepared for an event as I did for this one. I like to plan. So, going to an event where I wasn’t 100% sure how it would work had me feeling nervous. What I soon realized is that I liked being pushed out of my &#8216;safety bubble.&#8217;</p>\n<p>The Camp Press location was absolutely amazing and truly helped make the event special. We stayed at a large summer camp style setup, about an hour outside of Oklahoma City called Fry Lake. If you aren’t familiar with Oklahoma, just imagine driving an hour from a large city to the middle of nowhere. Perfect.</p>\n<p>Fry Lake had cabins, shower and bathroom facilities, an amazing swimming lake with diving boards, and a full cafeteria kitchen. We were literally back at the type of summer camp we experienced as kids, and we immediately knew it.</p>\n<img />Camp Press Fire\n<p>As we learned more about each other, we quickly became more comfortable as a group. We shared stories, laughed, cooked, and debated topics from tech to TV shows. We discussed very personal struggles and experiences, some of which I would guess haven’t been shared outside of close family. We sang songs around the campfire, performed late-night improv, made s’mores, and enjoyed each other’s company.</p>\n<p>Even more amazing is that nothing was scripted. There was no agenda, set activities, presentations. It was just natural interaction. Over the course of a few days, we all grew closer to each other. There was an unspoken bond forming between everyone at Camp Press.</p>\n<p>I didn’t know what to expect going to <a href="https://camp.press/">Camp Press</a>. What I promptly learned is that was the entire point of the event—doing the unexpected, pushing yourself outside of your comfort zone, making new friends, having fun and serious conversations, and doing all of this without the normal technology that is always around us.</p>\n<p>When is the last time you had a detox from digital life? My detox was last weekend, and I can’t wait to do it again!</p>\n<img />Camp Press Attendees\n<p>For more insight into Camp Press and to get Mendel&#8217;s perspective, check out the event&#8217;s <a href="https://camp.press/general/inaugural-camp-press-2017-huge-success/">official blog post</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Sep 2017 22:12:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Dev Blog: Global WordPress Translation Day 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4915";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wordpress.org/news/2017/09/global-wordpress-translation-day-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3298:"<p><span>On September 30 2017, the WordPress Polyglots Team &#8211; whose mission is to translate WordPress into as many languages as possible &#8211; will hold its third <a href="https://wptranslationday.org/">Global WordPress Translation Day</a>, a 24-hour, round-the-clock, digital and physical global marathon dedicated to the localisation and internationalisation of the WordPress platform and ecosystem, a structure that powers, today, over 28% of all existing websites.</span></p>\n<p><span>The localisation process allows for WordPress and for all WordPress-related products (themes and plugins) to be available in local languages, so to improve their accessibility and usage and to allow as many people as possible to take advantage of the free platform and services available.</span></p>\n<p><span>In a (not completely) serendipitous coincidence, September 30 has also been declared by the United Nations “International Translation Day”, to pay homage to the great services of translators everywhere, one that allows communication and exchange.</span></p>\n<p><span>The event will feature a series of multi-language live speeches (training sessions, tutorials, case histories, etc.) that will be screen-casted in streaming, starting from Australia and the Far East and ending in the Western parts of the United States.</span></p>\n<p><span>In that same 24-hour time frame, Polyglots worldwide will gather physically in local events, for dedicated training and translations sprints (and for some fun and socializing as well), while those unable to physically join their teams will do so remotely.</span></p>\n<p><span>A big, fun, useful and enlightening party and a lovely mix of growing, giving, learning and teaching, to empower, and cultivate, and shine.</span></p>\n<p><span>Here are some stats about the first two events:</span></p>\n<p><b>Global WordPress Translation Day 1</b></p>\n<ul>\n<li><span>   </span><span>448 translators worldwide</span></li>\n<li><span>   </span><span>50 local events worldwide</span></li>\n<li><span>   </span><span>54 locales involved</span></li>\n<li><span>   </span><span>40350 strings translated, in</span></li>\n<li><span>   </span><span>597 projects</span></li>\n</ul>\n<p><b>Global WordPress Translation Day 2</b></p>\n<ul>\n<li><span>   </span><span>780 translators worldwide</span></li>\n<li><span>   </span><span>67 local events worldwide</span></li>\n<li><span>   </span><span>133 locales involved</span></li>\n<li><span>   </span><span>60426 strings translated, in</span></li>\n<li><span>   </span><span>590 projects</span></li>\n</ul>\n<p><span>We would like your help in spreading this news and in reaching out to all four corners of the world to make the third #WPTranslationDay a truly amazing one and to help celebrate the unique and fundamental role that translators have in the Community but also in all aspects of life.</span></p>\n<p><span>A full press release is available, along with more information and visual assets at </span><a href="https://wptranslationday.org/press/"><span>wptranslationday.org/press</span></a>.</p>\n<p><span>For any additional information please don’t hesitate to contact the event team on </span><a href="mailto:press@wptranslationday.org"><span>press@wptranslationday.org</span></a><span>.</span></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Sep 2017 11:56: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:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"HeroPress: Challenge Gladly Accepted";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2129";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:124:"https://heropress.com/essays/challenge-gladly-accepted/#utm_source=rss&utm_medium=rss&utm_campaign=challenge-gladly-accepted";s: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:8986:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/09/092717-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: I could never have imagined that WordPress would become an important part of my life." /><p>I grew up in a suburb to Stockholm, where me and my brothers would wrestle over who was allowed to use our first PC. I think it was a pre-owned old beaten Compaq Deskpro 386. We only stopped arguing once we could sit down together and play Civ; one of us at the controls, the others giving advice on what moves to make.</p>\n<h3>Dipping Into The Web</h3>\n<p>I learnt HTML and built my first pages on Geocities and out of necessity: I needed a place to publish my angsty teenage poetry. But people didn’t come to my website for the bad poetry, instead they filled my guestbook with webdesign and HTML questions.</p>\n<p>I have built websites for myself and others since the mid 90’s and kept a few clients on the side while studying. At this time, there was not a lot of computer or programming classes available for high school students. It had been easy enough to learn HTML online by reading guides, message boards and similar. During one of my final semesters, my school announced a new class called “Computers for girls”. I signed up hoping to learn enough to assemble or upgrade my own PC. The class was a joke. Instead of teaching us about motherboards, memory or networks, our teacher showed us where to put the cords…</p>\n<p>He didn’t realise that most of us already spent every recess in the computer halls, chatting over IRC. In order to learn the basics of actual programming (not just HTML), I had to take adult education evening- and summer classes since my school didn’t offer any.</p>\n<h3>Derailed</h3>\n<p>After high school I did like many others of my generation: I fell in love with someone I had only met online, who lived on the other side of the world. All to the soundtrack of Savage Garden&#8217;s “I Knew I Loved You”.</p>\n<div class="jetpack-video-wrapper"></div>\n<p>It took all my savings and courage to travel back and forward between Sweden and the US, while studying from a distance.</p>\n<blockquote><p>When my boyfriend suddenly passed away in 2001 I had to make drastic changes in my life.</p></blockquote>\n<p>I was in the middle of moving, I couldn’t keep up with deadlines or deal with clients, and I was barely able to finish my project managing and programming classes. I had to forget all our plans, start over, and take a desk job instead.</p>\n<h3>Coming Back To The Web</h3>\n<p>Many years later one of my former clients asked if I had tried WordPress. It took me a few months to decide if I liked it or not, partially because I didn’t know PHP, and because I didn’t have great experiences from trying Joomla and Drupal.</p>\n<p>I did some customization work and eventually I submitted my first theme to WordPress.org. Of course my theme was a mess and did not even work as expected.</p>\n<blockquote><p>But I appreciated that someone took the time to look at my code and explain what I needed to do to fix it and where I could read more. It was very rare to receive such feedback.</p></blockquote>\n<p>I joined the Theme Review Team&#8217;s mailing list, listening in and learning. I started reviewing themes to learn more and to improve my own themes.</p>\n<p>For those who do not know what the Theme Review Team does, we test and review the code (every single file) of themes that are submitted to be included in the WordPress.org theme directory.</p>\n<h3>My Secret Power</h3>\n<p>Because I am on the autism spectrum, the structure and patterns of coding languages suits me well. I need both structure and a creative outlet in my life, and coding is therapy, much like a puzzle or a coloring book. I love my once dreaded desk job, because it gives me the opportunity to help people on a different scale than I ever could as a freelancer. Being a volunteer on WordPress.org lets me combine both worlds.</p>\n<p>I could never have imagined that WordPress would become an important part of my life, that I would spend this much time on it (sometimes up to 20 hours per week), or that I would be asked to be one of the team leads for the Theme Review Team in 2017.</p>\n<p>Today I honestly don’t know what I would do if I could no longer contribute to WordPress the way I know and am familiar with. It is an essential part of my everyday life.</p>\n<p>WordPress is also challenging because you can only do so much without interacting with others… And even though I find that difficult, I have had to learn that it is something I need as well.</p>\n<blockquote><p>I have to remind myself from time to time that here, I am allowed to be myself, with all my flaws, to contribute as much or as little as I choose, at my own pace.</p></blockquote>\n<p>And to be able to contribute and to help others, I also have to remind myself that people are not scary.</p>\n<h3>And Then WordCamp</h3>\n<p>I was a volunteer online for 6 years before I had the courage to go to my first WordCamp, which took place in my own home town. When I was finally there, I only spoke to 3 or 4 people. My second WordCamp went better, but the experience was still overwhelming.</p>\n<p>During my third WordCamp, which was WCEU 2017, I helped lead the Theme Review section of the contributor day, having to speak in front of 500 people.</p>\n<blockquote><p>The thing is, even when it overwhelms you, this community and its energy is addicting.</p></blockquote>\n<p>Everything changes once you go to your first meetup or WordCamp, meeting people who share your interest and passion. The community at large is open and welcoming, passionate, curious and caring. And it is trying to be a safe place for us all.</p>\n<h3>The Theme Review Team</h3>\n<p>There always seem to be a lot of opinions and even controversy surrounding the Theme Review Team. It is not always easy to handle the pressure and the amount of responsibility that is placed on you because so many people have a financial interest in WordPress themes. As a team lead or moderator, you often have to try to find the least bad solution to many different kind of situations.</p>\n<p>By the end of September, it is time for the current team leads to step back and welcome our next leads. I am looking forward to the break, but also to see what new ideas they will bring.<br />\nIt takes time to change a system that has been in place for this many years, and truthfully, sometimes it is painfully slow. It has proven difficult to find a system where themes without errors can be added to the directory quickly, and where reviewers can support authors who need extra help.</p>\n<p>This amazing team of volunteers has managed to reduce the queue time from 7 months down to 8-10 weeks. We still hope to be able to reduce it further, possibly by automating parts of the code review.</p>\n<p>Finally, the Theme Review Team is open to everyone and always looking for new volunteers.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Challenge Gladly Accepted" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Challenge%20Gladly%20Accepted&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fchallenge-gladly-accepted%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Challenge Gladly Accepted" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fchallenge-gladly-accepted%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fchallenge-gladly-accepted%2F&title=Challenge+Gladly+Accepted" rel="nofollow" target="_blank" title="Share: Challenge Gladly Accepted"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/challenge-gladly-accepted/&media=https://heropress.com/wp-content/uploads/2017/09/092717-150x150.jpg&description=Challenge Gladly Accepted" rel="nofollow" target="_blank" title="Pin: Challenge Gladly Accepted"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/challenge-gladly-accepted/" title="Challenge Gladly Accepted"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/challenge-gladly-accepted/">Challenge Gladly Accepted</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Sep 2017 00:00:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Carolina Nymark";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:122:"WPTavern: WordPress Core JavaScript Framework Selection Discussion Continues with Input from Open Source Community Leaders";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75086";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:133:"https://wptavern.com/wordpress-core-javascript-framework-selection-discussion-continues-with-input-from-open-source-community-leaders";s: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:10632:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/09/javascript.jpg?ssl=1"><img /></a></p>\n<p>WordPress&#8217; #core-js Slack channel hosted a lively and productive meeting this morning led by Andrew Duthie. The discussion focused less on specific framework comparisons and more on the role a framework will play in building JavaScript-powered interfaces for WordPress. Contributors were joined by core developers and leaders from the React and Vue communities, Chrome engineers, and other interested parties from outside the WordPress community.</p>\n<p>&#8220;This chat will focus largely on identifying requirements in building core features, overlap with plugin and theme authors, and patterns to reducing framework lock-in,&#8221; Duthie said. &#8220;Ideally this is higher-level than simply debating the merits of specific frameworks in a vacuum, and should be seen as an opportunity to collaborate between projects to set a path forward for WordPress which will provide flexibility and resiliency to future churn.&#8221;</p>\n<p>Duthie began by asking what role a framework should play in a WordPress developer&#8217;s workflow and also asked framework contributors to offer their perspectives on recommendations for extendable interfaces. This question provided attendees with the opportunity to weigh in on topics such as <a href="https://github.com/WordPress/gutenberg/pull/2791" rel="noopener" target="_blank">support for web components</a>, <a href="https://github.com/WordPress/gutenberg/pull/2463" rel="noopener" target="_blank">framework-agnostic block interoperability</a> for Gutenberg, and how this might affect WordPress&#8217; plugin ecosystem.</p>\n<p>&#8220;I disagree a bit with the idea that whatever core (in this case Gutenberg) uses to power some of the intricacies of building a stateful app is going to be the de facto standard for plugin development,&#8221; Gutenberg engineer Matías Ventura said. &#8220;The actual framework here, in general terms, is going to be what WordPress exposes and the APIs.&#8221;</p>\n<p>With a framework-agnostic approach to building Gutenblocks, the library that core decides to build on doesn&#8217;t have to become the de facto standard for plugin developers but many outside the Gutenberg team believe that it will inevitably end up that way in practice. There are entire teams of engineers waiting on this decision that are committed to adopt whichever framework WordPress bets on.</p>\n<p>&#8220;To provide some perspective on how WP’s decision on a framework impacts developers downstream, I’m a developer at Boston University and our plan is to focus on whichever framework WP decides upon, even if Gutenberg has a completely agnostic API,&#8221; Adam Pieniazek said. &#8220;We’re primarily a WP shop (~ 1,000 site WP install powers most/a lot of our public web presence) and end up creating huge customizations on top of WP that often require diving into core to see what is actually happening in the background. I like Vue more than React personally, but if WP decides upon React, BU will focus on building expertise in React for when we need to peek/debug beyond the API. It doesn’t mean we won’t also use Vue but it won’t be our primary focus.&#8221;</p>\n<p>Pieniazek feedback echoes that of Gravity Forms co-founder Carl Hancock, who said his team is ready to adopt whatever library WordPress selects.</p>\n<p>“People are going to end up adopting whatever core uses for the most part despite the rainbows and butterflies some are claiming as it relates to creating an abstraction layer so plugin/theme developers can use whatever they want,” Hancock said in the #core-js channel earlier this week.</p>\n<p>Many participants from outside the WordPress community seemed to be in agreement with a framework-agnostic approach and none were eager to force a single framework on all developers working with WordPress. The remaining concern is how this works out practically and whether it puts developers in the confusing position of using a framework on top of a framework.</p>\n<p>&#8220;Since Gutenberg itself is going to become a platform to build for, the best level of separation is if the framework is used to build the core, but isn’t exposed as API to block builders,&#8221; AMP engineer Paul Bakaus said. &#8220;This gives one the choice to replace the underlying foundation whenever necessary.&#8221;</p>\n<p>Gutenberg engineer Riad Benguella summarized the approach the team has been discussing:</p>\n<blockquote><p>I think what we try to communicate is something like:</p>\n<p>&#8211; WordPress Core is going to use this X framework internally<br />\n &#8211; If you want to use it, we think it’s good<br />\n &#8211; If you want to use something else, you can just as easily as you’d use the Core’s chosen framework</p></blockquote>\n<p>Benguella also said that one of the goals for Gutenberg is &#8220;to set the basis for how we extend WordPress&#8217; UI in the future.&#8221; Once it ships, the team will likely set its sights on other parts of the wp-admin and build them in the same way.</p>\n<p>&#8220;If all parts of WP’s UI can be extended via a standard interface, whether it be a simple &#8216;data down, events up&#8217; API, or expecting a WC, I think this would cleanly separate the concerns of &#8216;what framework to use for core&#8217; vs. &#8216;what framework to use for extension development,''&#8221; Vue.js creator Evan You said.</p>\n<p>When asked for his thoughts on on React becoming a primary framework for WordPress, React maintainer Dan Abromov was hesitant to advocate for WordPress adopting the library. His response underscored the necessity of having a framework-agnostic approach for extending Gutenberg and future WP interface overhauls.</p>\n<p>&#8220;I don&#8217;t really know WordPress well, so it&#8217;s hard for me to say whether it&#8217;s a great fit for the use case or not,&#8221; Abramov said. &#8220;Generally we use React for highly interactive UIs and find that it scales well with the app size. I&#8217;m also happy to answer technical questions about it. But I think in general people have strong opinions about, for example, templating vs expressiveness, and I don&#8217;t feel like forcing React upon everyone is the best way.&#8221;</p>\n<p>&#8220;I also feel the same way,&#8221; Evan You said. &#8220;Forcing a single framework on everyone, regardless of which one, is IMO not a good idea because it is bound to alienate the group of devs who are not into that framework, and imposes a bigger long term stability risk.&#8221;</p>\n<p>Abramov also said that people are already &#8220;very bitter and divisive&#8221; about the subject of selecting a framework. He also tweeted a similar sentiment prior to the meeting.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">When I read discussion threads (e.g. about WordPress) there’s a sense that people perceive every team as hostile to others. That’s false.</p>\n<p>&mdash; Dan Abramov (@dan_abramov) <a href="https://twitter.com/dan_abramov/status/912645022344007682">September 26, 2017</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Think of it like tending a garden. You’re welcome to hang out at ours. Other gardens are great too <img src="https://s.w.org/images/core/emoji/2.3/72x72/1f642.png" alt="🙂" class="wp-smiley" /></p>\n<p>&mdash; Dan Abramov (@dan_abramov) <a href="https://twitter.com/dan_abramov/status/912653828977254401">September 26, 2017</a></p></blockquote>\n<p></p>\n<p>&#8220;I believe it’s important (and technically feasible) to separate &#8216;which framework to use for core&#8217; and &#8216;which framework community devs use for extensions,''&#8221; Evan You said.</p>\n<p>&#8220;Yes, I think there’s a goal here to be unopinionated for what we’re exposing to plugin authors, so long as the APIs/interfaces we do expose are sufficiently flexible (and easy) to build the UIs and interactions they need to implement,&#8221; Andrew Duthie said.</p>\n<p>The topic of <a href="https://github.com/WordPress/gutenberg/pull/2791" rel="noopener" target="_blank">supporting web components interoperability for Gutenblocks</a> was also part of the discussion during the meeting.</p>\n<p>&#8220;While less powerful than most of the actual frameworks at this point, they are likely to become a W3C standard, ensuring that they will stick around and evolve,&#8221; Felix Arntz said. &#8220;Plus once browser support is fully there, there&#8217;s less functionality to implement by an actual framework built on top.&#8221;</p>\n<p>Polymer.js representative Justin Fagnani said he disagreed that they are &#8220;less powerful&#8221; and noted that web components already are a W3C standard.</p>\n<p>&#8220;I think WP is also uniquely positioned to help drive forward support for web components natively everywhere,&#8221; EventEspresso core dev Darren Ethier said. &#8220;Pretty much all the frameworks have the ability to work with the web component spec now. It’s just a matter of proper implementation.&#8221;</p>\n<p>Several participants referenced <a href="https://custom-elements-everywhere.com/" rel="noopener" target="_blank">custom-elements-everywhere.com</a>, a site that displays popular JS frameworks&#8217; progress on communicating Custom Elements in a way that promotes interoperability. Matías Ventura asked React and Vue core devs how web components (and their future) fit into each framework at the moment.</p>\n<p>&#8220;In React, we have some web component support but haven&#8217;t made it a large priority since use cases have seemed slim in the past, especially since adding Web Components hasn&#8217;t made a lot of sense in a first-party application where you control the whole stack – but we do have some support for them nonetheless and I&#8217;m happy to entertain adding more, either now or in the future,&#8221; Sophie Alpert said.</p>\n<p>&#8220;On the high level I think frameworks like React/Vue provide what is not really addressed in web components: efficient and declarative DOM updates reacting to state changes,&#8221; Evan You said. &#8220;This is also why Polymer exists on top of WC. I have always acknowledged the value of WC as an interop interface.&#8221;</p>\n<p>Overall, attendees at the meeting were respectful, collaborative, and eager to contribute their expertise to help WordPress contributors find the best way forward in the framework selection process. The discussion will continue at next week&#8217;s meeting and likely in the comments of a forthcoming Make/Core post summarizing the meeting.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Sep 2017 22:16:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"WPTavern: SI CAPTCHA Anti-Spam Plugin Permanently Removed from WordPress.org Due to Spam Code";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75059";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/si-captcha-anti-spam-plugin-permanently-removed-from-wordpress-og-due-to-spam-code";s: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:4092:"<p>The <a href="https://wordpress.org/plugins/si-captcha-for-wordpress/" rel="noopener" target="_blank">SI CAPTCHA Anti-Spam</a> plugin has been removed from the WordPress Directory due to its author including spam code. The plugin added a CAPTCHA image test to WordPress forms to prevent spam and was compatible with forms generated by bbPress, BuddyPress, Jetpack, and WooCommerce. It had more than 300,000 active installs at the time of removal.</p>\n<p><a href="https://profiles.wordpress.org/mikechallis" rel="noopener" target="_blank">Mike Challis</a>, the original author of the plugin, said that a WordPress.org user named &#8220;<a href="https://profiles.wordpress.org/fastsecure" rel="noopener" target="_blank">fastsecure</a>&#8221; became the new owner of SI CAPTCHA Anti-Spam in June 2017. Challis was not aware of the new owner&#8217;s plans for the plugin but <a href="https://wordpress.org/support/topic/where-did-the-plugin-go-2/" rel="noopener" target="_blank">posted a notice</a> on the WordPress.org support forums to inform users about why it was removed.</p>\n<p>&#8220;The new owner attempted to put code in several of his newly acquired WordPress plugins that would connect to a 3rd party server he also owned and place spam ads for payday loans and such in the WP posts,&#8221; Challis said. He also linked the incident to a ring of WordPress plugins that researchers at Wordfence say were part of a <a href="https://www.wordfence.com/blog/2017/09/coordinated-plugin-spam/" rel="noopener" target="_blank">coordinated spam campaign</a>. Display Widgets, one of the most notable plugins in this group, was recently <a href="https://wptavern.com/display-widgets-plugin-permanently-removed-from-wordpress-org-due-to-malicious-code" rel="noopener" target="_blank">permanently removed from WordPress.org</a> for a series of violations wherein the author had injected malicious code.</p>\n<p>Challis said the new owner failed to display any spam on sites due to how the code was implemented, but the code could have been activated at a later time:</p>\n<blockquote><p>The new owner put spam code in versions 3.0.1 and 3.0.2 but it failed to display any spam because he put the code in the secureimage.php file. The malicious code required WordPress libraries to also be loaded to execute. The reason the spam code did not do anything at all is because the secureimage.php file is not included in the WordPress run time environment. The secureimage.php file is included from another file securimage_show.php that loads the captcha image directly from html img src outside of the WordPress run time. The spam code in this plugin was never activated, it would not have corrupted your posts or changed anything in the WordPress database.</p></blockquote>\n<p>SI CAPTCHA Anti-Spam users who still have the plugin installed may see an update available in the WordPress admin. Plugin team member Samuel (Otto) Wood removed the malicious code and <a href="https://wordpress.org/support/topic/where-did-the-plugin-go-2/" rel="noopener" target="_blank">released 3.0.3</a> as a clean version that is a safe update for users who still rely on the plugin. Wood recommends users find an alternative, because SI CAPTCHA Anti-Spam will not be re-listed in the directory or receive any future updates.</p>\n<p>The incident is another reminder for users to be on alert when WordPress.org plugins change hands, as the buyers do not always disclose their actual intentions for the plugin. Users in search of an alternative to SI CAPTCHA Anti-Spam will find many alternative options on WordPress.org. <a href="https://wordpress.org/plugins/cleantalk-spam-protect/" rel="noopener" target="_blank">AntiSpam by CleanTalk</a>, <a href="https://wordpress.org/plugins/simple-google-recaptcha/" rel="noopener" target="_blank">Simple Google reCAPTCHA</a>, and <a href="https://wordpress.org/plugins/captcha-code-authentication/" rel="noopener" target="_blank">CAPTCHA Code</a> are a few examples that may work as replacements, depending on what other plugins you need the anti-spam capabilities to support.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 25 Sep 2017 21:50:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:80:"WPTavern: Facebook to Re-license React after Backlash from Open Source Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=75021";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/facebook-to-re-license-react-after-backlash-from-open-source-community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4566:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/react.png?ssl=1"><img /></a></p>\n<p>Facebook has <a href="https://code.facebook.com/posts/300798627056246/relicensing-react-jest-flow-and-immutable-js/" rel="noopener" target="_blank">announced</a> its intentions to re-license React, Jest, Flow, and Immutable.js under the MIT license. React community members began rallying around a <a href="https://wptavern.com/react-users-petition-facebook-to-re-license-react-js-after-apache-software-foundation-bans-bsdpatents-license-in-dependencies" rel="noopener" target="_blank">petition to re-license React</a> after the Apache Software Foundation (ASF) added Facebook’s BSD+Patents license to its Category X list of disallowed licenses for Apache PMC members. Facebook’s engineering directors officially denied the request in mid-August, citing the burden of meritless patent litigation as the reason for keeping the patents clause.</p>\n<p>Facebook moved forward on this decision in full recognition that it might lose some React community members as a consequence. Many open source project maintainers began to look for alternatives. In a surprising move, Matt Mullenweg announced that <a href="https://wptavern.com/wordpress-abandons-react-due-to-patents-clause-gutenberg-to-be-rewritten-with-a-different-library" rel="noopener" target="_blank">WordPress would also be parting ways with React</a> and planned to remove it from the upcoming Gutenberg editor.</p>\n<p>Mullenweg&#8217;s decision to drop React from consideration for WordPress was likely an influential factor in Facebook&#8217;s eventual about-face on the topic of re-licensing the project. Facebook&#8217;s announcement on Friday acknowledges that the company failed to convince the open source community of the benefits of its BSD + Patents license:</p>\n<blockquote><p>We&#8217;re relicensing these projects because React is the foundation of a broad ecosystem of open source software for the web, and we don&#8217;t want to hold back forward progress for nontechnical reasons. </p>\n<p>This decision comes after several weeks of disappointment and uncertainty for our community. Although we still believe our BSD + Patents license provides some benefits to users of our projects, we acknowledge that we failed to decisively convince this community.</p></blockquote>\n<p>The React 16 release, slated for this week, will ship with the updated MIT license. Facebook declined to respond to our request for further comment and said their post is the only public statement they will be providing.</p>\n<p>It&#8217;s not yet clear whether WordPress will continue on with React, picking up where the team left off on Gutenberg, or  shift to another library. Core contributors had originally <a href="https://twitter.com/nacin/status/911356481936740352" rel="noopener" target="_blank">decided on React</a> while attending WordPress&#8217; community summit in Paris last June, although this decision had not yet been made public when the greater open source community started petitioning Facebook to re-license React.</p>\n<p>&#8220;I’m just so tired of this drama,&#8221; Gutenberg engineer Riad Benguella said. &#8220;We spent days and days thinking about the best framework for WP, and this change will just add more thinking, complexity, and uncertainty to our decision. I’m just tired of all this&#8230;we all have to rethink everything.&#8221;</p>\n<p>Mullenweg, who had previously penned a several-thousand word unpublished announcement about how WordPress would be adopting React, did not confirm whether WordPress is still examining other libraries.</p>\n<p>&#8220;Our decision to move away from React, based on their previous stance, has sparked a lot of interesting discussions in the WordPress world,&#8221; Mullenweg said in a <a href="https://ma.tt/2017/09/facebook-dropping-patent-clause/" rel="noopener" target="_blank">post</a> published to his blog this weekend. &#8220;Particularly with Gutenberg there may be an approach that allows developers to write Gutenberg blocks (Gutenblocks) in the library of their choice including Preact, Polymer, or Vue, and now React could be an officially-supported option as well.&#8221;</p>\n<p>The regularly scheduled core JavaScript meeting is set for Tuesday, September 26 at 15:00 GMT and contributors plan to discuss the role a JS framework will play in current and future core focuses. The time has been changed to be two hours later than originally planned in an effort to accommodate more contributors across various timezones.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 25 Sep 2017 16:53: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:42;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Matt: Facebook Dropping Patent Clause";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=47574";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://ma.tt/2017/09/facebook-dropping-patent-clause/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1326:"<p>I am surprised and excited to see the news that Facebook is going to drop the <a href="https://ma.tt/2017/09/on-react-and-wordpress/">patent clause that I wrote about last week</a>. They’ve announced that with React 16 the license will just be <a href="https://code.facebook.com/posts/300798627056246/relicensing-react-jest-flow-and-immutable-js/">regular MIT with no patent addition</a>. I applaud Facebook for making this move, and I hope that patent clause use is re-examined across all their open source projects.</p>\n<p>Our decision to move away from React, based on their previous stance, has sparked a lot of interesting discussions in the WordPress world. Particularly with <a href="https://github.com/WordPress/gutenberg">Gutenberg</a> there may be an approach that allows developers to write Gutenberg blocks (Gutenblocks) in the library of their choice including Preact, Polymer, or Vue, and now React could be an officially-supported option as well.</p>\n<p>I want to say thank you to everyone who participated in the discussion thus far, I really appreciate it. The vigorous debate and discussion in the comments here and on Hacker News and Reddit was great for the passion people brought and the opportunity to learn about so many different points of view; it was even better that Facebook was listening.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 24 Sep 2017 16:20: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:43;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"WPTavern: Scott Bolinger Shares Unique Perspective of WordPress From Outside the Bubble";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75015";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/scott-bolinger-shares-unique-perspective-of-wordpress-from-outside-the-bubble";s: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:5058:"<p>Scott Bolinger, a product developer focused on the WordPress space who has created several products, including <a title="Make native iOS and Android Apps with WordPress" href="https://apppresser.com" target="_blank" rel="noopener">AppPresser </a>and <a href="https://hollerwp.com/">Holler Box</a>, recently attended <a href="http://contentandcommercesummit.com/">Content and Commerce Summit 2017</a>.</p>\n<p>This conference focuses on what’s working in eCommerce, digital media, information publishing, and subscription commerce. <a href="http://scottbolinger.com/perspective-on-wordpress/">According to Bolinger</a>, WordPress and WooCommerce were not topics of discussion.</p>\n<p>&#8220;It really opened my eyes going to an event where no one even said the word WordPress once,&#8221; Bolinger said. &#8220;The audience at this conference was non-technical, mostly marketers selling stuff online. I watched a presentation where the presenter had slides with 20+ different recommended tools on them, and not a single mention of WordPress.</p>\n<p>&#8220;This is an eCommerce conference, WooCommerce is 41% of all eCommerce stores, and not a single person said the word WooCommerce. All I heard about was Shopify and Amazon.&#8221;</p>\n<p>According to <a href="https://www.similartech.com/">SimilarTech</a>, WooCommerce is leading in the top 100K sites, top 1M sites, and the entire web while Shopify is leading in the top 10K sites. While Shopify has a lot less market share, it&#8217;s used on substantially higher trafficked sites.</p>\n<p>Bolinger shared the perspective of a friend who uses Shopify to sell clothing and will gross more than $1M in revenue this year. According to his friend, Shopify is easy to use, from setting up a theme, to the plugin/app ecosystem to add functionality.</p>\n<p>&#8220;When my friend said Shopify is easy to use, this is a whole different category of great user experience,&#8221; Bolinger said. &#8220;This is building a site from scratch for a completely non-technical user, and them loving the end result and the experience.&#8221;</p>\n<p>Bolinger raised an interesting point in that, Wix, Shopify, and SquareSpace are closed, SaaS offerings where they can control the user experience from end-to-end. This is impossible to do with WordPress because there are too many moving parts and core can not control how plugins and themes take part in that experience.</p>\n<p>While WordPress core can&#8217;t necessarily solve the problem, it hasn&#8217;t stopped webhosts from trying. <a href="https://wptavern.com/godaddy-launches-new-onboarding-experience-for-wordpress-customers">GoDaddy</a>,  <a href="https://www.bluehost.com/blog/bluehost-news/welcome-to-the-new-bluehost-8973/">Bluehost</a>, and others have created onboarding solutions that try to control the end-to-end user experience.</p>\n<p>Bolinger shared a sentiment that many in the WordPress community have advocated in recent years. &#8220;If we’re honest, the strength of WordPress is not that it’s easy to use for non-technical people. It’s an open-source platform that is easy for developers to extend and customize for clients.&#8221;</p>\n<ul>\n<li><a href="https://mattreport.com/wordpress-is-not-easy/">WordPress is Not Easy</a></li>\n<li><a href="https://mor10.com/wordpress-easy-thats-ok/">WordPress is not easy – and that’s OK</a></li>\n<li><a href="https://neliosoftware.com/blog/is-wordpress-as-easy-as-we-think/">Is WordPress As Easy As We Think?</a></li>\n</ul>\n<p>There was a time, somewhere between WordPress 2.3 and WordPress 3.5, where one of the main reasons people used WordPress was because it was easy. Between then and now, what caused WordPress to lose its ease-of-use factor?</p>\n<p>SquareSpace, Wix, and Shopify didn&#8217;t exist in the early days of WordPress, they were late to market. This gave them the advantage of implementing all the lessons learned through WordPress&#8217; lifespan and since it&#8217;s a closed system, they can iterate rapidly.</p>\n<p>The biggest reality check that Bolinger shares is that there are a lot of people WordPress simply doesn&#8217;t cater too.</p>\n<p>&#8220;There is a large contingent of people who just want to get stuff done, they don’t want to fuss with the tech&#8221;, He said. &#8220;They don’t care about open source or owning their data. They don’t want to install a theme and setup their widgets, or search thousands of results to find the best SEO plugin.</p>\n<p>&#8220;They don’t want to set up &#8216;managed hosting&#8217;, an SSL certificate, or a payment gateway. They just want to sell their products and make money as fast and easily as possible.&#8221;</p>\n<p>I encourage you to <a href="http://scottbolinger.com/perspective-on-wordpress/">read the full post</a> as it provides a perspective of WordPress not often shared within the WordPress bubble. <a href="http://scottbolinger.com/perspective-on-wordpress/"></a>How does WordPress become a platform that delivers the kind of experience from end-to-end that Bolinger&#8217;s friend describes?</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 23 Sep 2017 00:43:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:98:"WPTavern: WordPress Explores a JavaScript Framework-Agnostic Approach to Building Gutenberg Blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=74900";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"https://wptavern.com/wordpress-explores-a-javascript-framework-agnostic-approach-to-building-gutenberg-blocks";s: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:9072:"<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/blocks.jpg?ssl=1"><img /></a>photo credit: found_drama <a href="http://www.flickr.com/photos/28555778@N00/30725752376">E.&#8217;s pirate town</a> &#8211; <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">(license)</a>\n<p>The discussion regarding WordPress&#8217; JavaScript framework selection continues in the #core-js Slack channel ahead of next week&#8217;s meeting. One of the more recent topics is the possibility of <a href="https://github.com/WordPress/gutenberg/pull/2463" rel="noopener" target="_blank">framework-agnostic block rendering</a> for Gutenberg, which would allow developers to extend the new editor using any JS library they prefer. This means that Gutenberg blocks, which are colloquially referred to as &#8220;Gutenblocks,&#8221; could be built with Vue, React, Preact, Angular, or whatever the developer feels comfortable using.</p>\n<p>Proponents of this idea contend that pursuing a more flexible approach makes WordPress&#8217; core JS framework decision <a href="https://github.com/WordPress/gutenberg/pull/2463#issuecomment-330637007" rel="noopener" target="_blank">less critical</a>. While answering questions on the #core-js channel, Gary Pendergast explained how Gutenberg could be built to maintain the separation.</p>\n<p>&#8220;I&#8217;m really not joking when I say that this decision doesn&#8217;t matter, even for people contributing to Gutenberg,&#8221; Pendergast said. &#8220;In <a href="https://github.com/WordPress/gutenberg/pull/2463" rel="noopener" target="_blank">#2463</a>, the library is treated entirely as a utility library, much like we use lodash, for example. It performs a handful of tasks, and it can be relatively easily pulled out and replaced with something entirely different, with no disruption to the rest of the codebase. For people contributing to Gutenberg, they&#8217;re contributing in the Gutenberg coding style, not the style of whatever library we happen to import.&#8221;</p>\n<p>When asked about a timeline for when the decision will be made and what factors are being considered, Pendergast replied that there is no timeline and that those interested in participating should blog about their experiences and write examples of things they can build with the JS frameworks they are familiar with.</p>\n<p>&#8220;There is neither roadmap, nor timeline, nor does there need to be,&#8221; Pendergast said. &#8220;As Matt mentioned, it&#8217;s really just a technical decision &#8211; the important decision for the wider community was choosing &#8216;not React.&#8217; Unfortunately, this decision has been blown way out of proportion, and heavily conflated with &#8216;what JS library will I be able to build my plugins with?&#8217; and sometimes &#8216;what JS library&#8217;s practices will Gutenberg blocks resemble?,&#8217; neither of which are related. Tweets and posts that treat it like a horse race are not helpful in this way.&#8221;</p>\n<p>Pendergast said whatever library is selected will &#8220;continue to be wrapped by the WordPress element, the underlying library won&#8217;t be exposed.&#8221; The Gutenberg team is working to remove all library dependencies from its components so that plugin developers can use any library they choose.</p>\n<p>However, other community members are not so eager to relegate the JS library selected for core to a simple technical decision or utility library.</p>\n<p>&#8220;Most developers understand that their plugins are not bound by the framework chosen for core/Gutenberg,&#8221; Kevin Hoffman said. &#8220;But that doesn&#8217;t diminish the significance of the decision. If we want to encourage more contributors, we&#8217;d be well served to choose a framework in which a significant majority feel capable and confident. If this majority is out there developing plugins with one framework and has to learn another in order to contribute to core, then we&#8217;re limiting the number of potential contributors.&#8221;</p>\n<p>Peter Booker contends that no matter how elegant Gutenberg&#8217;s separation is, having a decent understanding of the library chosen for core affects a developers&#8217; ability to deeply troubleshoot certain issues.</p>\n<p>&#8220;I do not think we should be so dismissive of the choice as a minor technical decision,&#8221; Booker said. &#8220;Understanding how PHP, JavaScript, and Backbone (among other things) work is essential to be able to properly debug problems with WordPress. The JS framework chosen for Gutenberg is going to impact a great many people, even if we are not core contributors. It will be essential knowledge to be able to fully troubleshoot issues. This is a decision which will impact far more people than just the Gutenberg team.&#8221;</p>\n<h3>What are the implications of providing a flexible, framework-agnostic approach to building Gutenblocks?</h3>\n<p>Jason Bahl asked if anyone has tried mixing React, Preact, Vue, and Angular in a single app to see if it is &#8220;a recipe for a performance nightmare.&#8221; He posed an example scenario wherein Gravity Forms builds Vue-based Gutenblocks, Yoast has React-based blocks, WooCommerce builds blocks with Preact, and another plugin uses Ember.</p>\n<p>&#8220;It sounds kind of nice to be flexible and allow folks to use whatever but also like it could lead to a lot of division on best practices, and potentially performance issues,&#8221; Bahl said. &#8220;We&#8217;ll see tutorials pop up for how to build Gutenblocks in Vue, React, Preact, Ember, Vanilla JS, etc., which would be cool to see, but also confusing and potentially cause further divide in the community and accepted best practices. Flexibility is nice to a degree, but a strong opinion at some level is also good.&#8221;</p>\n<p>Carl Hancock, co-founder of Gravity Forms, contends that offering a framework-agnostic approach to building Gutenblocks will have little influence on developers who are extending the project. The decision cannot be made less critical by offering more flexibility, because developers will inevitably adopt whatever WordPress core uses.</p>\n<p>&#8220;People are going to end up adopting whatever core uses for the most part despite the rainbows and butterflies some are claiming as it relates to creating an abstraction layer so plugin/theme developers can use whatever they want,&#8221; Hancock said. &#8220;Which means however complex that core framework ends up being will have a direct impact on the barrier to entry for plugin and theme developers. That barrier to entry has been historically low to date and a direct contributor to the growth of WordPress as a self-hosted CMS. Dramatically raising that barrier to entry isn’t necessarily a bad thing. For example, Gravity Forms will use Preact, Vue, whatever, because we have the manpower and skillset to do so when we can finally decide to do so once core makes it’s decision.&#8221;</p>\n<h3>WordPress&#8217; Opportunity to Advance the Web</h3>\n<p>WordPress currently powers 28% of all websites, according to <a href="https://w3techs.com/technologies/details/cm-wordpress/all/all" rel="noopener" target="_blank">W3 Techs</a>, and whatever framework it chooses will make a major impact on which library many developers decide to learn in order to extend the software and advance their careers.</p>\n<p>Matías Ventura, one of the technical leads on the Gutenberg project, encouraged participants in the discussion to look at the bigger picture and embrace the opportunity to work together and collaborate on a solution for WordPress that will advance the web. The team&#8217;s efforts to collaborate with representatives from competing frameworks stands apart in an ecosystem that is generally fragmented and fractious.</p>\n<p>&#8220;I’m excited about the opportunity we have to advance web development in terms of JavaScript UI representation, in a similar way to how WordPress was a driving force for web standards during the past decade,&#8221; Ventura said. &#8220;That’s also where I see us having a responsibility as a project, as people will continue to learn web development through WP. Many people have been introduced to PHP through WordPress, originally just interacting with WP functions and APIs, eventually diving a bit more deeply into the language as needed. I do see our core remaining close to JS the language, as that gives the most meaningful tool to learn, spanning across all frameworks and libraries.&#8221;</p>\n<p>Ventura assured participants in the ongoing discussion that the Gutenberg team is listening and working towards a solution that will push the web forward.</p>\n<p>&#8220;We are absolutely aware that how we build and what we offer through Gutenberg is going to affect the dev community and we are not taking this lightly—quite the opposite,&#8221; Ventura said. &#8220;I’ve been talking with Evan (Vue) and Jason (Preact) because rather than having a &#8216;choose your framework&#8217; contest, this seems an opportunity to collaborate and push the web forwards.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Sep 2017 22:26:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WPTavern: DonateWC Reaches Fundraising Goal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=75001";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wptavern.com/donatewc-reaches-fundraising-goal";s: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:1702:"<p><a href="https://donatewc.org/">DonateWC</a>, <a href="https://wptavern.com/donatewc-aims-to-provide-travel-sponsorships-to-attend-large-wordcamps">an initiative</a> focused on providing less fortunate people an opportunity to attend large WordCamps has <a href="https://donatewc.org/news/surprise-our-goal-is-fully-funded/">reached its fundraising goal</a> of 1,000€. Ines van Essen expressed gratitude and appreciation for the donations. &#8220;The responses and feedback that have come in during the past week have been overwhelming,&#8221; She said.</p>\n<p>&#8220;I can’t believe we can already move to legalizing things and actually getting things done. Lesson learned: do not spend two years thinking about something you could maybe do at some point in the future. The time is now, and it’s time to change some lives.&#8221;</p>\n<img />DonateWC Reaches Fundraising Goal\n<p>Essen confirmed that Automattic is not affiliated with the initiative although quite a few of her colleagues are supportive of the idea.  &#8220;Everyone can do something to help another community member,&#8221; She said. &#8220;Whether that&#8217;s buying someone a meal, sharing a ride, or even sharing a room. DonateWC is a big picture thing, but there&#8217;s so many other things you can do to help under privileged groups.&#8221;</p>\n<p>Essen hopes to have the non-profit and other legal aspects of the project taken care of in time to sponsor at least one person to WordCamp US. Part of the funds will be used to pay someone to design a logo and for social media marketing. If you&#8217;re interested in helping out with the project, please <a href="https://donatewc.org/get-in-touch/">get in touch.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Sep 2017 00:13:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: WordCamp for Publishers Videos Now Available on YouTube";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=74871";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wptavern.com/wordcamp-for-publishers-videos-now-available-on-youtube";s: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:2772:"<p><a href="https://2017-denver.journalist.wordcamp.org" rel="noopener" target="_blank">WordCamp for Publishers</a>, held last month at The Denver Post building, was the first niche WordCamp to be focused around a specific industry. The event was designed for people who use WordPress to manage publications and also to encourage collaboration among project maintainers who build open source tools for publishers.</p>\n<p>In addition to hands-on technical workshops, the <a href="https://2017-denver.journalist.wordcamp.org/schedule/" rel="noopener" target="_blank">schedule</a> included a variety of publishing-related topics, such as monetization, content distribution, newsletter tools, and print and digital workflows.</p>\n<p>&#8220;The schedule prompted a great deal of learning and discussion that extended well beyond the content typically found at a regional WordCamp,&#8221; attendee Maura Teal <a href="https://mlteal.com/2017/08/wordcamp-publishers-denver/" rel="noopener" target="_blank">said</a>. &#8220;One of the best aspects of this conference was chatting with other developers and leaders involved in media on the web. There were multiple sessions and hallway discussions that brought intriguing solutions to the table. My primary takeaway was that there certainly needs to be more WordCamps of this kind &#8211; that is, focused on a niche but still rooted in community.&#8221;</p>\n<p>The unique format of the event offered more small group opportunities than a traditional WordCamp does for learning, asking questions, and collaborating around tools and strategies that directly relate to publishers.</p>\n<p>&#8220;WordCamp for Publishers was not your average or typical WordCamp,&#8221; attendee Dwayne McDaniel <a href="https://www.mcdwayne.com/2017/08/21/wordcamp-for-publishers/" rel="noopener" target="_blank">said</a>. &#8220;It felt a lot more like WPCampus insofar as the general mood and feeling I got from the participants. Getting to see folks from competing media companies openly discussing how to solve their common challenges, I learned a whole lot and I am grateful to have had the chance to learn about the publishing space.&#8221;</p>\n<p>Videos for all of the sessions held in the auditorium are now available in a <a href="https://www.youtube.com/playlist?list=PLp4P7UHKK-kC1CGF3LDtfPDwtLEzDKiP9" rel="noopener" target="_blank">YouTube playlist</a>. They will also be uploaded to WordPress.tv in the near future. Organizer Steph Yiu said the event was so successful that they are already planning next year&#8217;s conference. Anyone interested in volunteering or donating a venue can <a href="https://vip.wordpress.com/2017/09/01/wordcamp-for-publishers/" rel="noopener" target="_blank">get in touch</a> with the organizing team.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 21 Sep 2017 18:53: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:47;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WPTavern: Apply Filters Podcast to be Retired after 83 Episodes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=74948";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wptavern.com/apply-filters-podcast-to-be-retired-after-83-episodes";s: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:2025:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/09/apply-filters.png?ssl=1"><img /></a></p>\n<p><a href="http://bradt.ca/" rel="noopener" target="_blank">Brad Touesnard</a> and <a href="http://pippinsplugins.com/" rel="noopener" target="_blank">Pippin Williamson</a> are retiring from podcasting. Their bi-weekly show <a href="http://applyfilters.fm/" rel="noopener" target="_blank">Apply Filters</a>, a favorite podcast among WordPress developers, will go off the air after publishing its 83rd episode. The hosts have not yet revealed why they are retiring but plan to share more details in the final episode.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">We’ll answer that next week during the episode! :)</p>\n<p>&mdash; Apply Filters (@applyfilters) <a href="https://twitter.com/applyfilters/status/910593317179555840">September 20, 2017</a></p></blockquote>\n<p></p>\n<p>Apply Filters focused primarily on development and technical topics but also provided a wealth of information on business models, pricing, and marketing in the WordPress product ecosystem. The first episode aired August 15, 2013, just after the Heartbeat API was introduced in WordPress 3.6.</p>\n<p>The show&#8217;s imminent retirement was announced on Twitter today to the disappointment of its many loyal fans. According to the information available on the sponsors page, each episode was receiving more than 2,000 downloads in the first three months after publishing. Roughly 54% of the audience identified as developers.</p>\n<p>During the past six months, the frequency of the episodes had slowed to once per month. I wouldn&#8217;t be surprised if the hosts became too busy to keep up with the show, as they both lead successful WordPress product businesses. Touesnard and Williamson plan to record one final mailbag episode before retiring the show indefinitely and are inviting listeners to <a href="http://applyfilters.fm/submit-topic-idea/" rel="noopener" target="_blank">send in any last questions</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 21 Sep 2017 03:54:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WPTavern: New Core Gallery Widget Targeted for WordPress 4.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=74896";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/new-core-gallery-widget-targeted-for-wordpress-4-9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3816:"<p>The <a href="https://wordpress.org/plugins/wp-core-media-widgets/" rel="noopener" target="_blank">Core Media Widgets</a> feature plugin introduced a gallery widget in the 0.2.0 release this week. WordPress 4.8 added the new audio, image, and video widgets from this feature plugin. The gallery widget is targeted for merge into the upcoming WordPress 4.9 release.</p>\n<p>In testing the new feature I found it to be a simple, straightforward implementation of a gallery widget that could easily replace many plugins that are currently filling this need for users. The option to edit or replace a gallery is immediately available and users can easily rearrange or randomize the images included.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/core-gallery-widget.png?ssl=1"><img /></a></p>\n<p>On the frontend the gallery displays neatly in a thumbnail grid. I was able to change the number of columns while editing the gallery, but the preview in the admin did not match the the way the gallery looks on the frontend. The number of columns is correct on the frontend but not in the admin preview. This might cause some confusion for users if it isn&#8217;t fixed before landing in core. Contributors to the plugin are looking at this <a href="https://github.com/xwp/wp-core-media-widgets/issues/190#issuecomment-331011895" rel="noopener" target="_blank">issue</a>.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-20-at-3.16.22-PM-e1505938641908.png?ssl=1"><img /></a></p>\n<p>Overall, the implementation is user-friendly and similar to adding galleries in posts and pages. However, the widget could still use some testing, especially with different plugins installed. For example, with Jetpack enabled, users can choose between a thumbnail and a slideshow gallery, but the slideshow option doesn&#8217;t seem to work correctly in the widget. WordPress.org has <a href="https://wordpress.org/plugins/search/gallery+widget/" rel="noopener" target="_blank">several hundred plugins</a> that implement some sort of gallery widget and these plugin authors will want to test the new core widget.</p>\n<p>Theme authors will also need to test how the core gallery widget interacts with their themes. After testing the gallery widget with several popular WordPress.org themes, I found that many display the thumbnails with unsightly outlines and unpredictable spacing between images.</p>\n<p>Weston Ruter, who authored the <a href="https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/" rel="noopener" target="_blank">dev note post</a> when the previous media widgets were introduced in 4.8, said that the paragraph regarding default theme updates is still applicable:</p>\n<blockquote><p>Themes that add custom styles to the MediaElement.js player (namely Twenty Thirteen and Twenty Fourteen) were updated from just styling it within syndicated content, to also include instances within widgets. Most themes don’t restrict styles for captioned images or media players to just post content, that is, limit CSS selectors to classes output by post_class(). If your theme does, make sure to either remove that constraint or include a .widget selector.</p></blockquote>\n<p>Ruter said another dev note will be coming with common theme changes that are required to add the right styling for galleries. Users and theme/plugin developers can test the gallery widget right now on 4.8.2 or 4.9-alpha using the <a href="https://wordpress.org/plugins/wp-core-media-widgets/" rel="noopener" target="_blank">Core Media Widgets</a> plugin. Once the widget is added to WordPress, it will be deactivated in the feature plugin for future releases. Contributors plan to merge the new widget into core next week, provided testing goes well.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 21 Sep 2017 00:35:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:49;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WPTavern: WPWeekly Episode 288 – No React.js Framework for Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=74933&preview=true&preview_id=74933";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wptavern.com/wpweekly-episode-288-no-react-js-framework-for-gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3046:"<p>While I was supposed to be on vacation last week, I instead had surgery for a broken ankle. Tune in to hear the hilarious explanation on how I broke it. The lesson I learned is to not chase animals out of the yard.</p>\n<p><a href="https://jjj.blog/">John James Jacoby</a> and I discuss the news of the week, including a major decision where Gutenberg will not be written in React due to a patent clause in its license. Other topics include, blind speaker selection for WordCamp US, <a href="https://jjj.blog/2017/09/turbo-boost-for-bbpress-2-6/">bbPress performance improvements</a>, and our picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/equifax-launches-wordpress-powered-site-for-consumers-affected-by-security-breach">Equifax Launches WordPress-Powered Site for Consumers Affected by Security Breach</a><br />\n<a href="https://wptavern.com/swfupload-will-officially-be-removed-from-wordpress">SWFUpload Will Officially Be Removed From WordPress</a><br />\n<a href="https://wptavern.com/wordpress-org-adds-new-support-rep-role-for-plugin-pages">WordPress.org Adds New Support Rep Role for Plugin Pages</a><br />\n<a href="https://wptavern.com/display-widgets-plugin-permanently-removed-from-wordpress-org-due-to-malicious-code">Display Widgets Plugin Permanently Removed from WordPress.org Due to Malicious Code</a><br />\n<a href="https://wptavern.com/wordpress-abandons-react-due-to-patents-clause-gutenberg-to-be-rewritten-with-a-different-library">WordPress Abandons React due to Patents Clause, Gutenberg to be Rewritten with a Different Library</a><br />\n<a href="https://wptavern.com/donatewc-aims-to-provide-travel-sponsorships-to-attend-large-wordcamps">DonateWC Aims to Provide Travel Sponsorships to Attend Large WordCamps</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href="https://wptranslationday.org/">WordPress Global Translation day</a> is next Saturday, September 30th. Twenty-four hours dedicated to translating the WordPress ecosystem through sessions, training marathons, and local events.</p>\n<p><a href="https://local.getflywheel.com">Local by Flywheel</a> is software that easily creates a local environment for WordPress development.</p>\n<p>From the folks behind GiveWP, <a href="https://givewp.com/give-live/">Give Live</a> is a series of webinars for the community.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, September 27th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank" rel="noopener">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #288:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 20 Sep 2017 22:13:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}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:"Wed, 18 Oct 2017 07:42:08 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Wed, 18 Oct 2017 07:30:10 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 249";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130911040210";}', 'no');
INSERT INTO `pb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1043, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1508355730', 'no'),
(1044, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1508312530', 'no'),
(1045, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1508355730', 'no'),
(1046, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/''>WordPress 4.9 Beta 2</a></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://heropress.com/essays/be-brave-and-trust-yourself/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=be-brave-and-trust-yourself''>HeroPress: Be Brave and Trust Yourself</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/medium-opens-partner-program-allows-anyone-to-publish-behind-its-5-paywall''>WPTavern: Medium Opens Partner Program, Allows Anyone to Publish Behind Its $5 Paywall</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/bear-app-users-want-wordpress-publishing-integration''>WPTavern: Bear App Users Want WordPress Publishing Integration</a></li></ul></div>', 'no'),
(1060, '_transient_timeout_oembed_116d61c8552784f65a2394a0ec9a1598', '1508403299', 'no'),
(1061, '_transient_oembed_116d61c8552784f65a2394a0ec9a1598', 'O:8:"stdClass":13:{s:11:"author_name";s:16:"Sony Music India";s:13:"thumbnail_url";s:48:"https://i.ytimg.com/vi/gQDo5QuZTaw/hqdefault.jpg";s:12:"provider_url";s:24:"https://www.youtube.com/";s:4:"type";s:5:"video";s:7:"version";s:3:"1.0";s:5:"width";i:600;s:5:"title";s:59:"Mersal - Official Tamil Teaser | Vijay | A R Rahman | Atlee";s:16:"thumbnail_height";i:360;s:4:"html";s:137:"<iframe width="600" height="338" src="https://www.youtube.com/embed/gQDo5QuZTaw?feature=oembed" frameborder="0" allowfullscreen></iframe>";s:15:"thumbnail_width";i:480;s:6:"height";i:338;s:13:"provider_name";s:7:"YouTube";s:10:"author_url";s:46:"https://www.youtube.com/user/sonymusicindiaSME";}', 'no'),
(1062, '_transient_timeout_oembed_2cb1b72dbb873e7181b3747fac982616', '1508403507', 'no'),
(1063, '_transient_oembed_2cb1b72dbb873e7181b3747fac982616', 'O:8:"stdClass":13:{s:13:"provider_name";s:7:"YouTube";s:5:"width";i:600;s:13:"thumbnail_url";s:48:"https://i.ytimg.com/vi/_LuCOAEjnHg/hqdefault.jpg";s:15:"thumbnail_width";i:480;s:11:"author_name";s:70:"IndiaGlitz Tamil Movies | Interviews | Shooting Spot | Review | Gossip";s:4:"html";s:137:"<iframe width="600" height="338" src="https://www.youtube.com/embed/_LuCOAEjnHg?feature=oembed" frameborder="0" allowfullscreen></iframe>";s:10:"author_url";s:36:"https://www.youtube.com/user/IGtamil";s:7:"version";s:3:"1.0";s:5:"title";s:81:"Mersal Rohini Theatre Response | Public Review & Reaction, Vijay Fans Celebration";s:16:"thumbnail_height";i:360;s:12:"provider_url";s:24:"https://www.youtube.com/";s:4:"type";s:5:"video";s:6:"height";i:338;}', 'no'),
(1074, '_transient_timeout_heateor_ss_share_count_341', '1508319759', 'no'),
(1075, '_transient_heateor_ss_share_count_341', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(1076, '_transient_timeout_heateor_ss_share_count_45', '1508320429', 'no'),
(1077, '_transient_heateor_ss_share_count_45', 'a:5:{s:7:"twitter";i:0;s:9:"pinterest";i:0;s:8:"linkedin";i:0;s:6:"reddit";i:0;s:11:"stumbleupon";i:0;}', 'no'),
(1080, '_transient_timeout_oembed_5fcaed00514868ca919ca4a9ff6a1add', '1508407276', 'no'),
(1081, '_transient_oembed_5fcaed00514868ca919ca4a9ff6a1add', 'O:8:"stdClass":13:{s:5:"title";s:80:"Dakota Kai vs. Kavita Devi - First Round Match: Mae Young Classic, Aug. 30, 2017";s:6:"height";i:338;s:15:"thumbnail_width";i:480;s:11:"author_name";s:3:"WWE";s:5:"width";i:600;s:4:"type";s:5:"video";s:4:"html";s:137:"<iframe width="600" height="338" src="https://www.youtube.com/embed/S9TZNPmEBnk?feature=oembed" frameborder="0" allowfullscreen></iframe>";s:12:"provider_url";s:24:"https://www.youtube.com/";s:16:"thumbnail_height";i:360;s:13:"thumbnail_url";s:48:"https://i.ytimg.com/vi/S9TZNPmEBnk/hqdefault.jpg";s:10:"author_url";s:41:"https://www.youtube.com/user/WWEFanNation";s:13:"provider_name";s:7:"YouTube";s:7:"version";s:3:"1.0";}', 'no'),
(1083, '_site_transient_timeout_theme_roots', '1508322772', 'no'),
(1084, '_site_transient_theme_roots', 'a:4:{s:8:"colormag";s:7:"/themes";s:13:"twentyfifteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:13:"twentysixteen";s:7:"/themes";}', 'no'),
(1088, 'category_children', 'a:0:{}', 'yes'),
(1091, '_transient_doing_cron', '1508322239.2832770347595214843750', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `pb_postmeta`
--

CREATE TABLE IF NOT EXISTS `pb_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1450 ;

--
-- Dumping data for table `pb_postmeta`
--

INSERT INTO `pb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(127, 46, '_wp_page_template', 'page-templates/contact.php'),
(129, 47, '_thumbnail_id', '92'),
(131, 48, '_thumbnail_id', '93'),
(133, 49, '_thumbnail_id', '91'),
(135, 50, '_thumbnail_id', '89'),
(137, 51, '_thumbnail_id', '90'),
(189, 52, '_wp_trash_meta_status', 'publish'),
(190, 52, '_wp_trash_meta_time', '1506797349'),
(191, 46, '_edit_lock', '1508259476:1'),
(192, 67, '_wp_attached_file', '2017/09/logo.jpg'),
(193, 67, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:558;s:6:"height";i:93;s:4:"file";s:16:"2017/09/logo.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"logo-150x93.jpg";s:5:"width";i:150;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"logo-300x50.jpg";s:5:"width";i:300;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:15:"logo-392x93.jpg";s:5:"width";i:392;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:15:"logo-390x93.jpg";s:5:"width";i:390;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:15:"logo-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(194, 68, '_wp_attached_file', '2017/09/cropped-logo.jpg'),
(195, 68, '_wp_attachment_context', 'custom-logo'),
(196, 68, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:508;s:6:"height";i:93;s:4:"file";s:24:"2017/09/cropped-logo.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"cropped-logo-150x93.jpg";s:5:"width";i:150;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"cropped-logo-300x55.jpg";s:5:"width";i:300;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:23:"cropped-logo-392x93.jpg";s:5:"width";i:392;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:23:"cropped-logo-390x93.jpg";s:5:"width";i:390;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:23:"cropped-logo-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(197, 69, '_wp_trash_meta_status', 'publish'),
(198, 69, '_wp_trash_meta_time', '1506799352'),
(199, 51, '_edit_lock', '1507307751:1'),
(200, 51, '_edit_last', '1'),
(201, 51, 'colormag_page_layout', 'right_sidebar'),
(208, 50, '_edit_lock', '1506803721:1'),
(209, 50, '_edit_last', '1'),
(210, 50, 'colormag_page_layout', 'default_layout'),
(213, 49, '_edit_lock', '1506803831:1'),
(214, 76, '_wp_attached_file', '2017/09/Ramaleela1.jpg'),
(215, 76, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:384;s:4:"file";s:22:"2017/09/Ramaleela1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Ramaleela1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"Ramaleela1-300x144.jpg";s:5:"width";i:300;s:6:"height";i:144;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Ramaleela1-768x369.jpg";s:5:"width";i:768;s:6:"height";i:369;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:22:"Ramaleela1-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:22:"Ramaleela1-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:21:"Ramaleela1-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:23:"colormag-featured-image";a:4:{s:4:"file";s:22:"Ramaleela1-800x384.jpg";s:5:"width";i:800;s:6:"height";i:384;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:{}}}'),
(216, 49, '_edit_last', '1'),
(217, 49, 'colormag_page_layout', 'default_layout'),
(226, 47, '_edit_lock', '1508309809:1'),
(227, 81, '_wp_attached_file', '2017/09/new-CECindia.jpg'),
(228, 81, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:720;s:6:"height";i:360;s:4:"file";s:24:"2017/09/new-CECindia.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"new-CECindia-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"new-CECindia-300x150.jpg";s:5:"width";i:300;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:24:"new-CECindia-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:24:"new-CECindia-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:23:"new-CECindia-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(229, 47, '_edit_last', '1'),
(230, 47, 'colormag_page_layout', 'default_layout'),
(237, 48, '_edit_lock', '1506804025:1'),
(238, 87, '_wp_attached_file', '2017/09/Ayurvedic-Diet.png'),
(239, 87, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:445;s:4:"file";s:26:"2017/09/Ayurvedic-Diet.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"Ayurvedic-Diet-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:26:"Ayurvedic-Diet-300x167.png";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:26:"Ayurvedic-Diet-768x427.png";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:9:"image/png";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:26:"Ayurvedic-Diet-392x272.png";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:9:"image/png";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:26:"Ayurvedic-Diet-390x205.png";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:9:"image/png";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:25:"Ayurvedic-Diet-130x90.png";s:5:"width";i:130;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(240, 48, '_edit_last', '1'),
(241, 48, 'colormag_page_layout', 'default_layout'),
(244, 89, '_wp_attached_file', '2017/09/heart.jpg'),
(245, 89, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:728;s:6:"height";i:410;s:4:"file";s:17:"2017/09/heart.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"heart-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"heart-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:17:"heart-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:17:"heart-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:16:"heart-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(248, 90, '_wp_attached_file', '2017/09/prabhaavarmma.jpg'),
(249, 90, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:445;s:4:"file";s:25:"2017/09/prabhaavarmma.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"prabhaavarmma-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"prabhaavarmma-300x167.jpg";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"prabhaavarmma-768x427.jpg";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:25:"prabhaavarmma-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:25:"prabhaavarmma-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:24:"prabhaavarmma-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(252, 91, '_wp_attached_file', '2017/09/ramaella-main.jpg'),
(253, 91, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:784;s:6:"height";i:410;s:4:"file";s:25:"2017/09/ramaella-main.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"ramaella-main-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"ramaella-main-300x157.jpg";s:5:"width";i:300;s:6:"height";i:157;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"ramaella-main-768x402.jpg";s:5:"width";i:768;s:6:"height";i:402;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:25:"ramaella-main-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:25:"ramaella-main-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:24:"ramaella-main-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(256, 92, '_wp_attached_file', '2017/09/Smantha.jpg'),
(257, 92, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:445;s:4:"file";s:19:"2017/09/Smantha.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Smantha-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"Smantha-300x167.jpg";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"Smantha-768x427.jpg";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:19:"Smantha-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:19:"Smantha-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:18:"Smantha-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(260, 93, '_wp_attached_file', '2017/09/Ayurvedic-Diet-1.png'),
(261, 93, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:445;s:4:"file";s:28:"2017/09/Ayurvedic-Diet-1.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"Ayurvedic-Diet-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:28:"Ayurvedic-Diet-1-300x167.png";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:28:"Ayurvedic-Diet-1-768x427.png";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:9:"image/png";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:28:"Ayurvedic-Diet-1-392x272.png";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:9:"image/png";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:28:"Ayurvedic-Diet-1-390x205.png";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:9:"image/png";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:27:"Ayurvedic-Diet-1-130x90.png";s:5:"width";i:130;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(309, 100, '_menu_item_type', 'post_type'),
(310, 100, '_menu_item_menu_item_parent', '0'),
(311, 100, '_menu_item_object_id', '46'),
(312, 100, '_menu_item_object', 'page'),
(313, 100, '_menu_item_target', ''),
(314, 100, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(315, 100, '_menu_item_xfn', ''),
(316, 100, '_menu_item_url', ''),
(318, 101, '_menu_item_type', 'post_type'),
(319, 101, '_menu_item_menu_item_parent', '0'),
(320, 101, '_menu_item_object_id', '45'),
(321, 101, '_menu_item_object', 'page'),
(322, 101, '_menu_item_target', ''),
(323, 101, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(324, 101, '_menu_item_xfn', ''),
(325, 101, '_menu_item_url', ''),
(327, 102, '_menu_item_type', 'post_type'),
(328, 102, '_menu_item_menu_item_parent', '0'),
(329, 102, '_menu_item_object_id', '2'),
(330, 102, '_menu_item_object', 'page'),
(331, 102, '_menu_item_target', ''),
(332, 102, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(333, 102, '_menu_item_xfn', ''),
(334, 102, '_menu_item_url', ''),
(368, 108, '_menu_item_type', 'post_type'),
(369, 108, '_menu_item_menu_item_parent', '0'),
(370, 108, '_menu_item_object_id', '2'),
(371, 108, '_menu_item_object', 'page'),
(372, 108, '_menu_item_target', ''),
(373, 108, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(374, 108, '_menu_item_xfn', ''),
(375, 108, '_menu_item_url', ''),
(376, 109, '_menu_item_type', 'post_type'),
(377, 109, '_menu_item_menu_item_parent', '0'),
(378, 109, '_menu_item_object_id', '2'),
(379, 109, '_menu_item_object', 'page'),
(380, 109, '_menu_item_target', ''),
(381, 109, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(382, 109, '_menu_item_xfn', ''),
(383, 109, '_menu_item_url', ''),
(384, 110, '_menu_item_type', 'post_type'),
(385, 110, '_menu_item_menu_item_parent', '0'),
(386, 110, '_menu_item_object_id', '2'),
(387, 110, '_menu_item_object', 'page'),
(388, 110, '_menu_item_target', ''),
(389, 110, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(390, 110, '_menu_item_xfn', ''),
(391, 110, '_menu_item_url', ''),
(392, 111, '_menu_item_type', 'post_type'),
(393, 111, '_menu_item_menu_item_parent', '0'),
(394, 111, '_menu_item_object_id', '2'),
(395, 111, '_menu_item_object', 'page'),
(396, 111, '_menu_item_target', ''),
(397, 111, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(398, 111, '_menu_item_xfn', ''),
(399, 111, '_menu_item_url', ''),
(424, 103, '_wp_trash_meta_status', 'publish'),
(425, 103, '_wp_trash_meta_time', '1506805098'),
(426, 115, '_wp_trash_meta_status', 'publish'),
(427, 115, '_wp_trash_meta_time', '1506805182'),
(428, 116, '_wp_trash_meta_status', 'publish'),
(429, 116, '_wp_trash_meta_time', '1506805460'),
(451, 124, '_wp_trash_meta_status', 'publish'),
(452, 124, '_wp_trash_meta_time', '1506806456'),
(455, 125, '_wp_trash_meta_status', 'publish'),
(456, 125, '_wp_trash_meta_time', '1506806682'),
(457, 127, '_wp_trash_meta_status', 'publish'),
(458, 127, '_wp_trash_meta_time', '1506806795'),
(461, 129, '_wp_trash_meta_status', 'publish'),
(462, 129, '_wp_trash_meta_time', '1506807333'),
(463, 130, '_wp_trash_meta_status', 'publish'),
(464, 130, '_wp_trash_meta_time', '1506834224'),
(465, 131, '_wp_trash_meta_status', 'publish'),
(466, 131, '_wp_trash_meta_time', '1506834385'),
(467, 132, '_wp_trash_meta_status', 'publish'),
(468, 132, '_wp_trash_meta_time', '1506834538'),
(469, 133, '_wp_trash_meta_status', 'publish'),
(470, 133, '_wp_trash_meta_time', '1506834604'),
(471, 134, '_wp_trash_meta_status', 'publish'),
(472, 134, '_wp_trash_meta_time', '1506834883'),
(495, 148, '_wp_trash_meta_status', 'publish'),
(496, 148, '_wp_trash_meta_time', '1506836540'),
(497, 150, '_wp_trash_meta_status', 'publish'),
(498, 150, '_wp_trash_meta_time', '1506836609'),
(499, 151, '_wp_trash_meta_status', 'publish'),
(500, 151, '_wp_trash_meta_time', '1506836665'),
(501, 152, '_wp_trash_meta_status', 'publish'),
(502, 152, '_wp_trash_meta_time', '1506837076'),
(505, 154, '_wp_trash_meta_status', 'publish'),
(506, 154, '_wp_trash_meta_time', '1506837802'),
(515, 157, '_wp_trash_meta_status', 'publish'),
(516, 157, '_wp_trash_meta_time', '1506934818'),
(517, 158, '_wp_trash_meta_status', 'publish'),
(518, 158, '_wp_trash_meta_time', '1506935005'),
(519, 159, '_wp_trash_meta_status', 'publish'),
(520, 159, '_wp_trash_meta_time', '1506935292'),
(521, 160, '_wp_trash_meta_status', 'publish'),
(522, 160, '_wp_trash_meta_time', '1506935406'),
(523, 161, '_wp_trash_meta_status', 'publish'),
(524, 161, '_wp_trash_meta_time', '1506935467'),
(525, 163, '_wp_trash_meta_status', 'publish'),
(526, 163, '_wp_trash_meta_time', '1506937030'),
(527, 164, '_wp_trash_meta_status', 'publish'),
(528, 164, '_wp_trash_meta_time', '1506937380'),
(529, 165, '_wp_trash_meta_status', 'publish'),
(530, 165, '_wp_trash_meta_time', '1506948796'),
(531, 166, '_wp_trash_meta_status', 'publish'),
(532, 166, '_wp_trash_meta_time', '1506948989'),
(533, 167, '_wp_trash_meta_status', 'publish'),
(534, 167, '_wp_trash_meta_time', '1506949291'),
(535, 169, '_wp_attached_file', '2017/10/dtopadd.jpg'),
(536, 169, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:700;s:6:"height";i:100;s:4:"file";s:19:"2017/10/dtopadd.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"dtopadd-150x100.jpg";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"dtopadd-300x43.jpg";s:5:"width";i:300;s:6:"height";i:43;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:19:"dtopadd-392x100.jpg";s:5:"width";i:392;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:19:"dtopadd-390x100.jpg";s:5:"width";i:390;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:18:"dtopadd-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(537, 168, '_wp_trash_meta_status', 'publish'),
(538, 168, '_wp_trash_meta_time', '1506949539'),
(539, 170, '_wp_trash_meta_status', 'publish'),
(540, 170, '_wp_trash_meta_time', '1506949611'),
(541, 171, '_wp_trash_meta_status', 'publish'),
(542, 171, '_wp_trash_meta_time', '1506949638'),
(543, 173, '_wp_attached_file', '2017/10/poojaproducts.jpg'),
(544, 173, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:655;s:6:"height";i:138;s:4:"file";s:25:"2017/10/poojaproducts.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"poojaproducts-150x138.jpg";s:5:"width";i:150;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"poojaproducts-300x63.jpg";s:5:"width";i:300;s:6:"height";i:63;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:25:"poojaproducts-392x138.jpg";s:5:"width";i:392;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:25:"poojaproducts-390x138.jpg";s:5:"width";i:390;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:24:"poojaproducts-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(545, 172, '_wp_trash_meta_status', 'publish'),
(546, 172, '_wp_trash_meta_time', '1506949751'),
(547, 175, '_wp_attached_file', '2017/10/shop-ad-books.jpg'),
(548, 175, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:468;s:6:"height";i:60;s:4:"file";s:25:"2017/10/shop-ad-books.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"shop-ad-books-150x60.jpg";s:5:"width";i:150;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"shop-ad-books-300x38.jpg";s:5:"width";i:300;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:24:"shop-ad-books-392x60.jpg";s:5:"width";i:392;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:24:"shop-ad-books-390x60.jpg";s:5:"width";i:390;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:24:"shop-ad-books-130x60.jpg";s:5:"width";i:130;s:6:"height";i:60;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:{}}}'),
(549, 174, '_wp_trash_meta_status', 'publish'),
(550, 174, '_wp_trash_meta_time', '1506949945'),
(551, 176, '_wp_trash_meta_status', 'publish'),
(552, 176, '_wp_trash_meta_time', '1506949973'),
(553, 177, '_wp_trash_meta_status', 'publish'),
(554, 177, '_wp_trash_meta_time', '1506950120'),
(555, 178, '_wp_attached_file', '2017/10/slideradd1.jpg'),
(556, 178, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:322;s:4:"file";s:22:"2017/10/slideradd1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"slideradd1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"slideradd1-245x300.jpg";s:5:"width";i:245;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:22:"slideradd1-263x272.jpg";s:5:"width";i:263;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:22:"slideradd1-263x205.jpg";s:5:"width";i:263;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:21:"slideradd1-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(557, 179, '_wp_trash_meta_status', 'publish'),
(558, 179, '_wp_trash_meta_time', '1506950163'),
(559, 180, '_wp_trash_meta_status', 'publish'),
(560, 180, '_wp_trash_meta_time', '1506950187'),
(561, 181, '_wp_trash_meta_status', 'publish'),
(562, 181, '_wp_trash_meta_time', '1506950458'),
(563, 182, '_wp_trash_meta_status', 'publish'),
(564, 182, '_wp_trash_meta_time', '1506951155'),
(565, 184, '_wp_attached_file', '2017/10/slideradd3.jpg'),
(566, 184, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:322;s:4:"file";s:22:"2017/10/slideradd3.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"slideradd3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"slideradd3-245x300.jpg";s:5:"width";i:245;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:22:"slideradd3-263x272.jpg";s:5:"width";i:263;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:22:"slideradd3-263x205.jpg";s:5:"width";i:263;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:21:"slideradd3-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(567, 185, '_wp_attached_file', '2017/10/rightadd4.jpg'),
(568, 185, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:322;s:4:"file";s:21:"2017/10/rightadd4.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"rightadd4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"rightadd4-245x300.jpg";s:5:"width";i:245;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:21:"rightadd4-263x272.jpg";s:5:"width";i:263;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:21:"rightadd4-263x205.jpg";s:5:"width";i:263;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:20:"rightadd4-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(569, 183, '_wp_trash_meta_status', 'publish'),
(570, 183, '_wp_trash_meta_time', '1506951474'),
(571, 187, '_wp_trash_meta_status', 'publish'),
(572, 187, '_wp_trash_meta_time', '1506951809'),
(573, 188, '_wp_trash_meta_status', 'publish'),
(574, 188, '_wp_trash_meta_time', '1506951916'),
(575, 189, '_wp_trash_meta_status', 'publish'),
(576, 189, '_wp_trash_meta_time', '1506951982'),
(577, 190, '_wp_trash_meta_status', 'publish'),
(578, 190, '_wp_trash_meta_time', '1506952046'),
(579, 191, '_wp_trash_meta_status', 'publish'),
(580, 191, '_wp_trash_meta_time', '1506952095'),
(581, 192, '_wp_trash_meta_status', 'publish'),
(582, 192, '_wp_trash_meta_time', '1506952173'),
(583, 193, '_wp_trash_meta_status', 'publish'),
(584, 193, '_wp_trash_meta_time', '1506952208'),
(585, 195, '_wp_attached_file', '2017/10/leftadd1.jpg'),
(586, 195, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:168;s:6:"height";i:184;s:4:"file";s:20:"2017/10/leftadd1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"leftadd1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:19:"leftadd1-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(587, 196, '_wp_attached_file', '2017/10/leftadd2.jpg'),
(588, 196, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:168;s:6:"height";i:138;s:4:"file";s:20:"2017/10/leftadd2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"leftadd2-150x138.jpg";s:5:"width";i:150;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:19:"leftadd2-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(589, 197, '_wp_attached_file', '2017/10/rightadd2.jpg'),
(590, 197, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:98;s:4:"file";s:21:"2017/10/rightadd2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"rightadd2-150x98.jpg";s:5:"width";i:150;s:6:"height";i:98;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:20:"rightadd2-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(591, 198, '_wp_attached_file', '2017/10/leftadd5.jpg'),
(592, 198, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:168;s:6:"height";i:316;s:4:"file";s:20:"2017/10/leftadd5.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"leftadd5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"leftadd5-159x300.jpg";s:5:"width";i:159;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:20:"leftadd5-168x272.jpg";s:5:"width";i:168;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:20:"leftadd5-168x205.jpg";s:5:"width";i:168;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:19:"leftadd5-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(593, 199, '_wp_trash_meta_status', 'publish'),
(594, 199, '_wp_trash_meta_time', '1506952960'),
(595, 200, '_wp_trash_meta_status', 'publish'),
(596, 200, '_wp_trash_meta_time', '1506967070'),
(597, 201, '_wp_trash_meta_status', 'publish'),
(598, 201, '_wp_trash_meta_time', '1506967165'),
(599, 202, '_wp_trash_meta_status', 'publish'),
(600, 202, '_wp_trash_meta_time', '1506967205'),
(601, 203, '_wp_trash_meta_status', 'publish'),
(602, 203, '_wp_trash_meta_time', '1506967240'),
(603, 45, '_edit_lock', '1508309174:1'),
(604, 2, '_edit_lock', '1508262949:1'),
(605, 206, '_wp_trash_meta_status', 'publish'),
(606, 206, '_wp_trash_meta_time', '1507049723'),
(607, 207, '_wp_trash_meta_status', 'publish'),
(608, 207, '_wp_trash_meta_time', '1507049903'),
(609, 208, '_wp_trash_meta_status', 'publish'),
(610, 208, '_wp_trash_meta_time', '1507049984'),
(611, 209, '_wp_trash_meta_status', 'publish'),
(612, 209, '_wp_trash_meta_time', '1507050019'),
(613, 210, '_wp_trash_meta_status', 'publish'),
(614, 210, '_wp_trash_meta_time', '1507050134'),
(615, 211, '_wp_trash_meta_status', 'publish'),
(616, 211, '_wp_trash_meta_time', '1507050254'),
(617, 212, '_wp_trash_meta_status', 'publish'),
(618, 212, '_wp_trash_meta_time', '1507050445'),
(619, 215, 'sidebar_id', 'custom-sidebar-60'),
(620, 215, 'sidebar_replacement_id', 'colormag_right_sidebar'),
(621, 215, 'sidebar_description', ''),
(622, 215, 'sidebar_attachments', 'a:4:{i:0;a:6:{s:15:"menu-item-db-id";s:1:"3";s:19:"menu-item-object-id";s:1:"3";s:16:"menu-item-object";s:8:"category";s:19:"menu-item-parent-id";s:1:"0";s:18:"menu-item-position";s:1:"0";s:14:"menu-item-type";s:14:"category_posts";}i:1;a:6:{s:15:"menu-item-db-id";s:1:"4";s:19:"menu-item-object-id";s:1:"4";s:16:"menu-item-object";s:8:"category";s:19:"menu-item-parent-id";s:1:"0";s:18:"menu-item-position";s:1:"0";s:14:"menu-item-type";s:8:"taxonomy";}i:2;a:6:{s:15:"menu-item-db-id";s:1:"6";s:19:"menu-item-object-id";s:1:"6";s:16:"menu-item-object";s:8:"category";s:19:"menu-item-parent-id";s:1:"0";s:18:"menu-item-position";s:1:"0";s:14:"menu-item-type";s:8:"taxonomy";}i:3;a:6:{s:15:"menu-item-db-id";s:1:"7";s:19:"menu-item-object-id";s:1:"7";s:16:"menu-item-object";s:8:"category";s:19:"menu-item-parent-id";s:1:"0";s:18:"menu-item-position";s:1:"0";s:14:"menu-item-type";s:8:"taxonomy";}}'),
(625, 51, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:100;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(691, 237, '_edit_last', '1'),
(692, 237, '_edit_lock', '1508042522:1'),
(693, 237, 'jm_breaking_news_in_ex', '0'),
(694, 237, 'jm_breaking_news_link', 'https://www.fresherslive.com/current-affairs/current-affairs-quiz/october-2017-quiz/5'),
(695, 237, 'jm_breaking_news_limit', '39'),
(696, 237, 'jm_breaking_news_target', '1'),
(697, 237, 'jm_breaking_news_color', '#C42B2B'),
(698, 237, 'jm_breaking_news_background_color', '#262626'),
(699, 237, 'jm_breaking_news_text_color', '#ffffff'),
(700, 237, 'jm_breaking_news_news_text_color', '#ffffff'),
(701, 237, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(726, 253, '_edit_lock', '1508006248:1'),
(727, 254, '_wp_trash_meta_status', 'publish'),
(728, 254, '_wp_trash_meta_time', '1508007993'),
(729, 256, '_wp_trash_meta_status', 'publish'),
(730, 256, '_wp_trash_meta_time', '1508008669'),
(731, 257, '_edit_lock', '1508009472:1'),
(735, 261, '_wp_attached_file', '2017/10/cropped-dtopadd.jpg'),
(736, 261, '_wp_attachment_context', 'custom-header'),
(737, 261, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:700;s:6:"height";i:100;s:4:"file";s:27:"2017/10/cropped-dtopadd.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"cropped-dtopadd-150x100.jpg";s:5:"width";i:150;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"cropped-dtopadd-300x43.jpg";s:5:"width";i:300;s:6:"height";i:43;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:27:"cropped-dtopadd-392x100.jpg";s:5:"width";i:392;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:27:"cropped-dtopadd-390x100.jpg";s:5:"width";i:390;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:26:"cropped-dtopadd-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(740, 262, '_wp_trash_meta_status', 'publish'),
(741, 262, '_wp_trash_meta_time', '1508010026'),
(742, 263, '_wp_attached_file', '2017/10/header.png'),
(743, 263, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1190;s:6:"height";i:160;s:4:"file";s:18:"2017/10/header.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"header-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"header-300x40.png";s:5:"width";i:300;s:6:"height";i:40;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:18:"header-768x103.png";s:5:"width";i:768;s:6:"height";i:103;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:19:"header-1024x138.png";s:5:"width";i:1024;s:6:"height";i:138;s:9:"mime-type";s:9:"image/png";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:18:"header-392x160.png";s:5:"width";i:392;s:6:"height";i:160;s:9:"mime-type";s:9:"image/png";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:18:"header-390x160.png";s:5:"width";i:390;s:6:"height";i:160;s:9:"mime-type";s:9:"image/png";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:17:"header-130x90.png";s:5:"width";i:130;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:23:"colormag-featured-image";a:4:{s:4:"file";s:18:"header-800x160.png";s:5:"width";i:800;s:6:"height";i:160;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(744, 264, '_wp_attached_file', '2017/10/cropped-header.png'),
(745, 264, '_wp_attachment_context', 'custom-header'),
(746, 264, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1190;s:6:"height";i:142;s:4:"file";s:26:"2017/10/cropped-header.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"cropped-header-150x142.png";s:5:"width";i:150;s:6:"height";i:142;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:25:"cropped-header-300x36.png";s:5:"width";i:300;s:6:"height";i:36;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:25:"cropped-header-768x92.png";s:5:"width";i:768;s:6:"height";i:92;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:27:"cropped-header-1024x122.png";s:5:"width";i:1024;s:6:"height";i:122;s:9:"mime-type";s:9:"image/png";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:26:"cropped-header-392x142.png";s:5:"width";i:392;s:6:"height";i:142;s:9:"mime-type";s:9:"image/png";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:26:"cropped-header-390x142.png";s:5:"width";i:390;s:6:"height";i:142;s:9:"mime-type";s:9:"image/png";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:25:"cropped-header-130x90.png";s:5:"width";i:130;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:23:"colormag-featured-image";a:4:{s:4:"file";s:26:"cropped-header-800x142.png";s:5:"width";i:800;s:6:"height";i:142;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(747, 264, '_wp_attachment_custom_header_last_used_colormag', '1508010280'),
(748, 264, '_wp_attachment_is_custom_header', 'colormag'),
(749, 265, '_wp_trash_meta_status', 'publish'),
(750, 265, '_wp_trash_meta_time', '1508010280'),
(751, 266, '_wp_trash_meta_status', 'publish'),
(752, 266, '_wp_trash_meta_time', '1508010481'),
(753, 267, '_wp_trash_meta_status', 'publish'),
(754, 267, '_wp_trash_meta_time', '1508010530'),
(755, 268, '_wp_trash_meta_status', 'publish'),
(756, 268, '_wp_trash_meta_time', '1508010565'),
(757, 269, '_wp_trash_meta_status', 'publish'),
(758, 269, '_wp_trash_meta_time', '1508010627'),
(759, 270, '_wp_trash_meta_status', 'publish'),
(760, 270, '_wp_trash_meta_time', '1508010664'),
(761, 271, '_wp_trash_meta_status', 'publish'),
(762, 271, '_wp_trash_meta_time', '1508010740'),
(763, 272, '_edit_lock', '1508322770:1'),
(764, 272, '_edit_last', '1'),
(765, 272, '_mtphr_dnt_admin_tab', '#mtphr-dnt-type-select'),
(766, 272, '_mtphr_dnt_type', 'default'),
(767, 272, '_mtphr_dnt_mode', 'rotate'),
(768, 272, '_mtphr_dnt_line_breaks', ''),
(769, 272, '_mtphr_dnt_ticks', 'a:5:{i:0;a:4:{s:4:"tick";s:50:"<img src="wp-content/uploads/2017/10/Radd1.jpg" />";s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:8:"nofollow";s:0:"";}i:1;a:4:{s:4:"tick";s:50:"<img src="wp-content/uploads/2017/10/Radd2.jpg" />";s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:8:"nofollow";s:0:"";}i:2;a:4:{s:4:"tick";s:50:"<img src="wp-content/uploads/2017/10/Radd3.png" />";s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:8:"nofollow";s:0:"";}i:3;a:4:{s:4:"tick";s:50:"<img src="wp-content/uploads/2017/10/Radd4.jpg" />";s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:8:"nofollow";s:0:"";}i:4;a:4:{s:4:"tick";s:50:"<img src="wp-content/uploads/2017/10/Radd5.jpg" />";s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:8:"nofollow";s:0:"";}}'),
(770, 272, '_mtphr_dnt_mixed_ticks', 'a:1:{i:0;a:3:{s:4:"type";s:7:"default";s:6:"offset";i:0;s:3:"all";s:0:"";}}'),
(771, 272, '_mtphr_dnt_scroll_direction', 'down'),
(772, 272, '_mtphr_dnt_scroll_init', ''),
(773, 272, '_mtphr_dnt_scroll_width', '0'),
(774, 272, '_mtphr_dnt_scroll_height', '0'),
(775, 272, '_mtphr_dnt_scroll_padding', '0'),
(776, 272, '_mtphr_dnt_scroll_margin', '0'),
(777, 272, '_mtphr_dnt_scroll_speed', '10'),
(778, 272, '_mtphr_dnt_scroll_pause', 'on'),
(779, 272, '_mtphr_dnt_scroll_tick_spacing', '40'),
(780, 272, '_mtphr_dnt_rotate_type', 'slide_left'),
(781, 272, '_mtphr_dnt_rotate_directional_nav_reverse', 'on'),
(782, 272, '_mtphr_dnt_rotate_height', '0'),
(783, 272, '_mtphr_dnt_rotate_padding', '0'),
(784, 272, '_mtphr_dnt_rotate_margin', '0'),
(785, 272, '_mtphr_dnt_auto_rotate', 'on'),
(786, 272, '_mtphr_dnt_rotate_delay', '3'),
(787, 272, '_mtphr_dnt_rotate_pause', ''),
(788, 272, '_mtphr_dnt_rotate_speed', '10'),
(789, 272, '_mtphr_dnt_rotate_ease', 'easeInOutQuint'),
(790, 272, '_mtphr_dnt_rotate_directional_nav', ''),
(791, 272, '_mtphr_dnt_rotate_directional_nav_hide', 'on'),
(792, 272, '_mtphr_dnt_rotate_control_nav', 'on'),
(793, 272, '_mtphr_dnt_rotate_control_nav_type', 'button'),
(794, 272, '_mtphr_dnt_rotate_disable_touchswipe', ''),
(795, 272, '_mtphr_dnt_list_padding', '0'),
(796, 272, '_mtphr_dnt_list_margin', '0'),
(797, 272, '_mtphr_dnt_list_tick_spacing', '10'),
(798, 272, '_mtphr_dnt_list_tick_paging', ''),
(799, 272, '_mtphr_dnt_list_tick_count', '10'),
(800, 272, '_mtphr_dnt_list_tick_prev_next', ''),
(801, 272, '_mtphr_dnt_list_tick_prev_text', '« Previous'),
(802, 272, '_mtphr_dnt_list_tick_next_text', 'Next »'),
(803, 272, '_mtphr_dnt_title', 'on'),
(804, 272, '_mtphr_dnt_inline_title', ''),
(805, 272, '_mtphr_dnt_hide', 'on'),
(806, 272, '_mtphr_dnt_shuffle', ''),
(807, 272, '_mtphr_dnt_ticker_width', '0'),
(808, 272, '_mtphr_dnt_offset', '20'),
(809, 272, '_mtphr_dnt_trim_ticks', ''),
(810, 272, '_mtphr_dnt_pause_button', ''),
(811, 272, '_mtphr_dnt_grid', ''),
(812, 272, '_mtphr_dnt_grid_empty_rows', ''),
(813, 272, '_mtphr_dnt_grid_equal_width', ''),
(814, 272, '_mtphr_dnt_grid_cols', '2'),
(815, 272, '_mtphr_dnt_grid_rows', '2'),
(816, 272, '_mtphr_dnt_grid_padding', '5'),
(817, 272, '_mtphr_dnt_grid_remove_padding', ''),
(818, 272, '_the_champ_meta', 'a:9:{s:7:"sharing";i:1;s:16:"vertical_sharing";i:1;s:7:"counter";i:1;s:16:"vertical_counter";i:1;s:11:"fb_comments";i:1;s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(819, 273, '_wp_trash_meta_status', 'publish'),
(820, 273, '_wp_trash_meta_time', '1508040688'),
(821, 274, '_wp_trash_meta_status', 'publish'),
(822, 274, '_wp_trash_meta_time', '1508041113'),
(823, 275, '_wp_trash_meta_status', 'publish'),
(824, 275, '_wp_trash_meta_time', '1508041206'),
(825, 278, '_wp_trash_meta_status', 'publish'),
(826, 278, '_wp_trash_meta_time', '1508043667'),
(827, 279, '_edit_lock', '1508309748:1'),
(828, 279, '_edit_last', '1'),
(829, 279, 'carousel_meta', 'a:22:{s:10:"display_by";s:8:"taxonomy";s:8:"taxonomy";s:8:"category";s:4:"term";a:1:{i:0;s:1:"1";}s:11:"exclude_ids";s:0:"";s:9:"post_type";s:0:"";s:5:"title";s:10:"post_title";s:4:"desc";s:0:"";s:5:"words";s:2:"20";s:12:"hover_effect";s:9:"post card";s:13:"read_more_txt";s:4:"More";s:17:"read_more_classes";s:0:"";s:16:"read_more_target";s:0:"";s:12:"border_width";s:0:"";s:12:"border_color";s:7:"#1e73be";s:11:"arrow_color";s:4:"#000";s:8:"title_bg";s:0:"";s:11:"title_color";s:7:"#1e73be";s:10:"desc_color";s:0:"";s:6:"shadow";s:30:"1px 1px 3px rgba(0, 0, 0, 0.3)";s:10:"custom_css";s:0:"";s:6:"slider";a:10:{s:8:"autoplay";s:2:"on";s:4:"dots";s:2:"on";s:6:"arrows";s:2:"on";s:13:"autoplaySpeed";s:4:"3000";s:12:"slidesToShow";s:1:"1";s:14:"slidesToScroll";s:1:"1";s:5:"speed";s:3:"300";s:6:"margin";s:4:"20px";s:4:"rows";s:1:"3";s:12:"slidesPerRow";s:1:"2";}s:11:"images_size";s:0:"";}'),
(830, 281, '_edit_lock', '1508262061:1'),
(831, 281, '_edit_last', '1'),
(832, 281, '_rtbs_tabs_head', 'a:3:{i:0;a:3:{s:16:"_rtbs_tab_header";s:0:"";s:11:"_rtbs_title";s:4:"TAB1";s:13:"_rtbs_content";s:163:"<img class="alignnone size-medium wp-image-244" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/death-300x200.jpg" alt="" width="300" height="200" />";}i:1;a:3:{s:16:"_rtbs_tab_header";s:0:"";s:11:"_rtbs_title";s:4:"TAB2";s:13:"_rtbs_content";s:164:"<img class="alignnone size-medium wp-image-225" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/body-1-300x169.jpg" alt="" width="300" height="169" />";}i:2;a:2:{s:11:"_rtbs_title";s:4:"TAB3";s:13:"_rtbs_content";s:164:"<img class="alignnone size-medium wp-image-221" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/sachin-300x157.png" alt="" width="300" height="157" />";}}'),
(833, 281, '_rtbs_breakpoint', '600'),
(834, 282, '_wp_trash_meta_status', 'publish'),
(835, 282, '_wp_trash_meta_time', '1508045517'),
(836, 283, '_wp_trash_meta_status', 'publish'),
(837, 283, '_wp_trash_meta_time', '1508046082'),
(838, 284, '_wp_trash_meta_status', 'publish'),
(839, 284, '_wp_trash_meta_time', '1508046222'),
(840, 285, '_wp_trash_meta_status', 'publish'),
(841, 285, '_wp_trash_meta_time', '1508046623'),
(842, 286, '_wp_trash_meta_status', 'publish'),
(843, 286, '_wp_trash_meta_time', '1508046694'),
(844, 287, '_wp_trash_meta_status', 'publish'),
(845, 287, '_wp_trash_meta_time', '1508046806'),
(846, 288, '_wp_trash_meta_status', 'publish'),
(847, 288, '_wp_trash_meta_time', '1508046861'),
(848, 289, '_wp_trash_meta_status', 'publish'),
(849, 289, '_wp_trash_meta_time', '1508047571'),
(856, 293, '_menu_item_type', 'taxonomy'),
(857, 293, '_menu_item_menu_item_parent', '0'),
(858, 293, '_menu_item_object_id', '3'),
(859, 293, '_menu_item_object', 'category'),
(860, 293, '_menu_item_target', ''),
(861, 293, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(862, 293, '_menu_item_xfn', ''),
(863, 293, '_menu_item_url', ''),
(865, 294, '_wp_trash_meta_status', 'publish'),
(866, 294, '_wp_trash_meta_time', '1508090266'),
(867, 2, '_edit_last', '1'),
(868, 2, 'colormag_page_layout', 'right_sidebar'),
(869, 2, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(870, 300, '_edit_lock', '1508092261:1'),
(871, 301, '_wp_trash_meta_status', 'publish'),
(872, 301, '_wp_trash_meta_time', '1508092864'),
(873, 302, '_wp_trash_meta_status', 'publish'),
(874, 302, '_wp_trash_meta_time', '1508092937'),
(875, 303, '_wp_trash_meta_status', 'publish'),
(876, 303, '_wp_trash_meta_time', '1508093045'),
(877, 304, '_wp_trash_meta_status', 'publish'),
(878, 304, '_wp_trash_meta_time', '1508093160'),
(879, 305, '_wp_trash_meta_status', 'publish'),
(880, 305, '_wp_trash_meta_time', '1508093234'),
(881, 306, '_wp_trash_meta_status', 'publish'),
(882, 306, '_wp_trash_meta_time', '1508093286'),
(883, 307, '_wp_trash_meta_status', 'publish'),
(884, 307, '_wp_trash_meta_time', '1508093354'),
(885, 308, '_wp_trash_meta_status', 'publish'),
(886, 308, '_wp_trash_meta_time', '1508148670'),
(887, 309, '_wp_trash_meta_status', 'publish'),
(888, 309, '_wp_trash_meta_time', '1508148689'),
(889, 310, '_wp_trash_meta_status', 'publish'),
(890, 310, '_wp_trash_meta_time', '1508148713'),
(891, 311, '_wp_trash_meta_status', 'publish'),
(892, 311, '_wp_trash_meta_time', '1508148748'),
(903, 317, '_edit_lock', '1508151427:1'),
(913, 320, '_wp_trash_meta_status', 'publish'),
(914, 320, '_wp_trash_meta_time', '1508151782'),
(915, 321, '_wp_trash_meta_status', 'publish'),
(916, 321, '_wp_trash_meta_time', '1508152074'),
(919, 281, '_rtbs_tabs_bg_color', '#1e73be'),
(920, 325, '_edit_lock', '1508308613:1'),
(921, 325, '_edit_last', '1'),
(922, 325, 'post__in', ''),
(923, 325, 'post__not_in', ''),
(924, 325, 'limit', ''),
(925, 325, 'layout', 'layout3'),
(926, 325, 'isotope_filter', 'category'),
(927, 325, 'tgp_layout2_image_column', '1'),
(928, 325, 'column', '2'),
(929, 325, 'pagination', NULL),
(930, 325, 'posts_per_page', '5'),
(931, 325, 'featured_image_size', 'colormag-featured-image'),
(932, 325, 'media_source', 'feature_image'),
(933, 325, 'tgp_excerpt_type', 'word'),
(934, 325, 'excerpt_limit', '');
INSERT INTO `pb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(935, 325, 'tgp_excerpt_more_text', '...'),
(936, 325, 'tpg_overlay', NULL),
(937, 325, 'primary_color', '#0367bf'),
(938, 325, 'button_bg_color', ''),
(939, 325, 'button_hover_bg_color', ''),
(940, 325, 'button_active_bg_color', ''),
(941, 325, 'button_text_color', ''),
(942, 325, 'title_color', '#dd3333'),
(943, 325, 'tpg_post_type', 'post'),
(981, 327, '_wp_trash_meta_status', 'publish'),
(982, 327, '_wp_trash_meta_time', '1508223488'),
(983, 328, '_wp_trash_meta_status', 'publish'),
(984, 328, '_wp_trash_meta_time', '1508223560'),
(985, 329, '_wp_trash_meta_status', 'publish'),
(986, 329, '_wp_trash_meta_time', '1508223620'),
(987, 330, '_wp_trash_meta_status', 'publish'),
(988, 330, '_wp_trash_meta_time', '1508223687'),
(989, 331, '_wp_trash_meta_status', 'publish'),
(990, 331, '_wp_trash_meta_time', '1508223762'),
(991, 332, '_wp_trash_meta_status', 'publish'),
(992, 332, '_wp_trash_meta_time', '1508223811'),
(993, 333, '_wp_trash_meta_status', 'publish'),
(994, 333, '_wp_trash_meta_time', '1508223873'),
(995, 334, '_wp_trash_meta_status', 'publish'),
(996, 334, '_wp_trash_meta_time', '1508223894'),
(997, 335, '_edit_lock', '1508224711:1'),
(998, 335, '_edit_last', '1'),
(999, 335, 'rsg_galleryImages', 'a:15:{i:0;s:3:"146";i:1;s:3:"145";i:2;s:3:"144";i:3;s:3:"143";i:4;s:3:"147";i:5;s:3:"142";i:6;s:3:"141";i:7;s:3:"140";i:8;s:3:"139";i:9;s:3:"138";i:10;s:3:"137";i:11;s:2:"92";i:12;s:2:"89";i:13;s:2:"90";i:14;s:2:"76";}'),
(1000, 335, 'rsg_width-size', 'a:1:{s:5:"width";s:3:"100";}'),
(1001, 335, 'rsg_thumb-size-options', 'a:4:{s:7:"orderby";s:9:"categoryD";s:6:"source";s:6:"medium";s:5:"width";s:3:"240";s:6:"height";s:3:"140";}'),
(1002, 335, 'rsg_colums', 'a:8:{s:9:"autowidth";s:4:"auto";s:6:"colums";s:1:"3";s:10:"autowidth1";s:4:"auto";s:7:"colums1";s:1:"3";s:10:"autowidth2";s:4:"auto";s:7:"colums2";s:1:"2";s:10:"autowidth3";s:4:"auto";s:7:"colums3";s:1:"1";}'),
(1003, 335, 'rsg_radius', '5'),
(1004, 335, 'rsg_horizontalSpaceBetweenBoxes', '15'),
(1005, 335, 'rsg_verticalSpaceBetweenBoxes', '15'),
(1006, 335, 'rsg_shadow', '1'),
(1007, 335, 'rsg_shadow-options', 'a:4:{s:7:"hshadow";s:1:"0";s:7:"vshadow";s:1:"5";s:7:"bshadow";s:1:"7";s:5:"color";s:21:"rgba(34, 25, 25, 0.4)";}'),
(1008, 335, 'rsg_hover-shadow-options', 'a:4:{s:7:"hshadow";s:1:"1";s:7:"vshadow";s:1:"3";s:7:"bshadow";s:1:"3";s:5:"color";s:21:"rgba(34, 25, 25, 0.4)";}'),
(1009, 335, 'rsg_border-options', 'a:3:{s:5:"width";s:1:"5";s:5:"style";s:5:"solid";s:5:"color";s:16:"rgb(229, 64, 40)";}'),
(1010, 335, 'rsg_hover-border-options', 'a:3:{s:5:"width";s:1:"5";s:5:"style";s:5:"solid";s:5:"color";s:16:"rgb(229, 64, 40)";}'),
(1011, 335, 'rsg_thumbClick', '0'),
(1012, 335, 'rsg_hover', '1'),
(1013, 335, 'rsg_background', 'rgba(7, 7, 7, 0.5)'),
(1014, 335, 'rsg_overlayEffect', 'direction-aware-fade'),
(1015, 335, 'rsg_showTitle', 'a:6:{s:7:"enabled";s:1:"1";s:8:"fontBold";s:4:"bold";s:8:"fontSize";s:2:"12";s:14:"fontLineHeight";s:3:"100";s:5:"color";s:18:"rgb(255, 255, 255)";s:10:"colorHover";s:18:"rgb(255, 255, 255)";}'),
(1016, 335, 'rsg_linkIcon', 'a:8:{s:10:"iconSelect";s:7:"fa-link";s:8:"fontSize";s:2:"20";s:14:"fontLineHeight";s:3:"100";s:10:"borderSize";s:1:"0";s:5:"color";s:18:"rgb(255, 255, 255)";s:10:"colorHover";s:18:"rgb(255, 255, 255)";s:7:"colorBg";s:16:"rgb(229, 64, 40)";s:12:"colorBgHover";s:16:"rgb(183, 55, 37)";}'),
(1017, 335, 'rsg_zoomIcon', 'a:9:{s:7:"enabled";s:1:"1";s:10:"iconSelect";s:14:"fa-search-plus";s:8:"fontSize";s:2:"16";s:14:"fontLineHeight";s:3:"100";s:10:"borderSize";s:1:"2";s:5:"color";s:18:"rgb(255, 255, 255)";s:10:"colorHover";s:18:"rgb(255, 255, 255)";s:7:"colorBg";s:17:"rgb(13, 130, 241)";s:12:"colorBgHover";s:15:"rgb(6, 70, 130)";}'),
(1018, 335, 'rsg_showDesc', 'a:4:{s:8:"fontSize";s:2:"24";s:14:"fontLineHeight";s:3:"100";s:5:"color";s:12:"rgb(0, 0, 0)";s:10:"colorHover";s:12:"rgb(0, 0, 0)";}'),
(1019, 335, 'rsg_desc_template', '@TITLE@ @CAPTION@ @DESC@ Read more'),
(1020, 335, 'rsg_menu', '1'),
(1021, 335, 'rsg_menuSelfImages', '1'),
(1022, 335, 'rsg_menuRoot', '1'),
(1023, 335, 'rsg_menuRootLabel', 'All'),
(1024, 335, 'rsg_menuSelf', '1'),
(1025, 335, 'rsg_buttonFill', 'border'),
(1026, 335, 'rsg_buttonColor', 'red'),
(1027, 335, 'rsg_buttonType', 'normal'),
(1028, 335, 'rsg_buttonSize', 'normal'),
(1029, 335, 'rsg_buttonAlign', 'left'),
(1030, 335, 'rsg_paddingLeft', '5'),
(1031, 335, 'rsg_paddingBottom', '10'),
(1032, 335, 'rsg_searchColor', 'rgb(218, 139, 163)'),
(1033, 335, 'rsg_searchLabel', 'search'),
(1034, 335, 'rsg_lazyLoad', '1'),
(1035, 335, 'rsg_boxesToLoadStart', '12'),
(1036, 335, 'rsg_boxesToLoad', '8'),
(1037, 335, 'rsg_waitUntilThumbLoads', '1'),
(1038, 335, 'rsg_loadingBgColor', 'rgb(255, 255, 255)'),
(1039, 335, 'rsg_LoadingWord', 'Loading...'),
(1040, 335, 'rsg_loadMoreWord', 'Load More'),
(1041, 335, 'rsg_noMoreEntriesWord', 'No More Entries'),
(1042, 335, 'rsg_polaroidSource', 'desc'),
(1043, 335, 'rsg_polaroidBackground', 'rgb(255, 255, 255)'),
(1044, 335, 'rsg_polaroidAlign', 'center'),
(1045, 335, 'rsg_lightboxTitle', '1'),
(1046, 335, 'rsg_lightboxSource', 'title'),
(1047, 335, 'rsg_lightboxColor', 'rgb(243, 243, 243)'),
(1048, 335, 'rsg_lightboxBackground', 'rgba(11, 11, 11, 0.8)'),
(1049, 335, 'rsg_lightboxCounter', '1'),
(1050, 335, 'rsg_lightboxCounterText', 'of'),
(1051, 335, 'rsg_lightboxSwipe', '1'),
(1052, 335, 'rsg_lightboxClose', '1'),
(1053, 335, 'rsg_lightboxArrow', '1'),
(1054, 335, 'rsg_lightboxDescSource', 'title'),
(1055, 335, 'rsg_lightboxDescClass', 'light'),
(1056, 335, 'rsg_lightboxSocialFacebook', '1'),
(1057, 335, 'rsg_lightboxSocialTwitter', '1'),
(1058, 335, 'rsg_lightboxSocialGoogleplus', '1'),
(1059, 335, 'rsg_lightboxSocialPinterest', '1'),
(1060, 335, 'rsg_lightboxSocialVK', '1'),
(1061, 335, '_the_champ_meta', 'a:9:{s:7:"sharing";i:1;s:16:"vertical_sharing";i:1;s:7:"counter";i:1;s:16:"vertical_counter";i:1;s:11:"fb_comments";i:1;s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1062, 335, 'gallery_views_count', '6'),
(1063, 335, 'rsg_noHoverOnMobile', '1'),
(1064, 335, 'rsg_options', '335'),
(1065, 336, '_edit_lock', '1508224913:1'),
(1069, 338, '_edit_lock', '1508227384:1'),
(1070, 339, '_edit_lock', '1508319662:1'),
(1071, 339, '_edit_last', '1'),
(1072, 339, 'colormag_page_layout', 'default_layout'),
(1073, 339, '_wp_page_template', 'default'),
(1074, 339, '_the_champ_meta', 'a:9:{s:7:"sharing";i:1;s:16:"vertical_sharing";i:1;s:7:"counter";i:1;s:16:"vertical_counter";i:1;s:11:"fb_comments";i:1;s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1075, 341, '_edit_lock', '1508319663:1'),
(1076, 341, '_edit_last', '1'),
(1077, 341, 'colormag_page_layout', 'default_layout'),
(1078, 341, '_wp_page_template', 'default'),
(1079, 341, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1088, 355, '_wp_trash_meta_status', 'publish'),
(1089, 355, '_wp_trash_meta_time', '1508229999'),
(1090, 357, '_wp_attached_file', '2017/10/bg.jpg'),
(1091, 357, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1280;s:4:"file";s:14:"2017/10/bg.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"bg-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:14:"bg-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:14:"bg-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:15:"bg-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:14:"bg-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:14:"bg-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:13:"bg-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:23:"colormag-featured-image";a:4:{s:4:"file";s:14:"bg-800x445.jpg";s:5:"width";i:800;s:6:"height";i:445;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:{}}}'),
(1092, 362, '_wp_trash_meta_status', 'publish'),
(1093, 362, '_wp_trash_meta_time', '1508262137'),
(1094, 45, '_edit_last', '1'),
(1095, 45, 'colormag_page_layout', 'default_layout'),
(1096, 45, '_wp_page_template', 'default'),
(1097, 45, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1116, 325, 'item_fields', 'title'),
(1117, 325, 'item_fields', 'excerpt'),
(1118, 325, 'item_fields', 'read_more'),
(1119, 325, 'item_fields', 'post_date'),
(1120, 325, 'item_fields', 'author'),
(1121, 325, 'item_fields', 'categories'),
(1122, 325, 'item_fields', 'tags'),
(1123, 325, 'item_fields', 'comment_count'),
(1186, 185, '_edit_lock', '1508310106:1'),
(1192, 374, '_wp_trash_meta_status', 'publish'),
(1193, 374, '_wp_trash_meta_time', '1508311472'),
(1196, 375, '_wp_trash_meta_status', 'publish'),
(1197, 375, '_wp_trash_meta_time', '1508311967'),
(1201, 378, '_wp_trash_meta_status', 'publish'),
(1202, 378, '_wp_trash_meta_time', '1508312041'),
(1203, 379, '_wp_trash_meta_status', 'publish'),
(1204, 379, '_wp_trash_meta_time', '1508312065'),
(1209, 381, '_wp_trash_meta_status', 'publish'),
(1210, 381, '_wp_trash_meta_time', '1508312347'),
(1211, 385, '_wp_attached_file', '2017/10/logo.jpg'),
(1212, 385, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:360;s:6:"height";i:83;s:4:"file";s:16:"2017/10/logo.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"logo-150x83.jpg";s:5:"width";i:150;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"logo-300x69.jpg";s:5:"width";i:300;s:6:"height";i:69;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:15:"logo-130x83.jpg";s:5:"width";i:130;s:6:"height";i:83;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:{}}}'),
(1213, 383, '_wp_trash_meta_status', 'publish'),
(1214, 383, '_wp_trash_meta_time', '1508312591'),
(1215, 386, '_wp_attached_file', '2017/10/fav.jpg'),
(1216, 386, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:99;s:6:"height";i:93;s:4:"file";s:15:"2017/10/fav.jpg";s:5:"sizes";a:1:{s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:13:"fav-99x90.jpg";s:5:"width";i:99;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:6:"Picasa";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1426706563";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(1217, 387, '_wp_trash_meta_status', 'publish'),
(1218, 387, '_wp_trash_meta_time', '1508312942'),
(1219, 388, '_edit_lock', '1508314437:1'),
(1220, 388, '_edit_last', '1'),
(1221, 388, 'colormag_page_layout', 'default_layout'),
(1224, 388, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1225, 388, '_wp_trash_meta_status', 'publish'),
(1226, 388, '_wp_trash_meta_time', '1508314579'),
(1227, 388, '_wp_desired_post_slug', 'test-page'),
(1228, 390, '_wp_trash_meta_status', 'publish'),
(1229, 390, '_wp_trash_meta_time', '1508314626'),
(1230, 391, '_wp_attached_file', '2017/10/fifa.jpg'),
(1231, 391, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:958;s:6:"height";i:120;s:4:"file";s:16:"2017/10/fifa.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"fifa-150x120.jpg";s:5:"width";i:150;s:6:"height";i:120;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"fifa-300x38.jpg";s:5:"width";i:300;s:6:"height";i:38;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"fifa-768x96.jpg";s:5:"width";i:768;s:6:"height";i:96;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:16:"fifa-392x120.jpg";s:5:"width";i:392;s:6:"height";i:120;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:16:"fifa-390x120.jpg";s:5:"width";i:390;s:6:"height";i:120;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:15:"fifa-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:23:"colormag-featured-image";a:4:{s:4:"file";s:16:"fifa-800x120.jpg";s:5:"width";i:800;s:6:"height";i:120;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:{}}}'),
(1232, 391, '_wp_attachment_custom_header_last_used_colormag', '1508315115'),
(1233, 391, '_wp_attachment_is_custom_header', 'colormag'),
(1234, 392, '_wp_trash_meta_status', 'publish'),
(1235, 392, '_wp_trash_meta_time', '1508315123'),
(1236, 393, '_edit_lock', '1508315670:1'),
(1237, 393, '_edit_last', '1'),
(1238, 394, '_wp_attached_file', '2017/10/pv-sindhu.jpg'),
(1239, 394, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:445;s:4:"file";s:21:"2017/10/pv-sindhu.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"pv-sindhu-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"pv-sindhu-300x167.jpg";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"pv-sindhu-768x427.jpg";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:21:"pv-sindhu-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:21:"pv-sindhu-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:20:"pv-sindhu-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(1240, 393, 'colormag_page_layout', 'default_layout'),
(1241, 393, '_thumbnail_id', '394'),
(1244, 393, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1245, 396, '_wp_attached_file', '2017/10/fifa-2.jpg'),
(1246, 396, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:925;s:6:"height";i:120;s:4:"file";s:18:"2017/10/fifa-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"fifa-2-150x120.jpg";s:5:"width";i:150;s:6:"height";i:120;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"fifa-2-300x39.jpg";s:5:"width";i:300;s:6:"height";i:39;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"fifa-2-768x100.jpg";s:5:"width";i:768;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"fifa-2-800x104.jpg";s:5:"width";i:800;s:6:"height";i:104;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:18:"fifa-2-392x120.jpg";s:5:"width";i:392;s:6:"height";i:120;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:18:"fifa-2-390x120.jpg";s:5:"width";i:390;s:6:"height";i:120;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:17:"fifa-2-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:23:"colormag-featured-image";a:4:{s:4:"file";s:18:"fifa-2-800x120.jpg";s:5:"width";i:800;s:6:"height";i:120;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:{}}}'),
(1247, 396, '_wp_attachment_custom_header_last_used_colormag', '1508315779'),
(1248, 396, '_wp_attachment_is_custom_header', 'colormag'),
(1249, 397, '_wp_trash_meta_status', 'publish'),
(1250, 397, '_wp_trash_meta_time', '1508315779'),
(1251, 398, '_edit_lock', '1508316246:1'),
(1252, 398, '_edit_last', '1'),
(1253, 399, '_wp_attached_file', '2017/10/kohli.jpg'),
(1254, 399, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:445;s:4:"file";s:17:"2017/10/kohli.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"kohli-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"kohli-300x167.jpg";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"kohli-768x427.jpg";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:17:"kohli-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:17:"kohli-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:16:"kohli-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(1255, 398, 'colormag_page_layout', 'default_layout'),
(1256, 398, '_thumbnail_id', '399'),
(1257, 398, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1260, 401, '_edit_lock', '1508316643:1'),
(1261, 401, '_edit_last', '1'),
(1262, 402, '_wp_attached_file', '2017/10/dileep.jpg'),
(1263, 402, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:445;s:4:"file";s:18:"2017/10/dileep.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"dileep-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"dileep-300x167.jpg";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"dileep-768x427.jpg";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:18:"dileep-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:18:"dileep-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:17:"dileep-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(1264, 401, 'colormag_page_layout', 'default_layout'),
(1265, 401, '_thumbnail_id', '402'),
(1268, 401, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1269, 404, '_edit_lock', '1508317904:1'),
(1270, 404, '_edit_last', '1'),
(1271, 404, '_oembed_4ba2e0f6b4678952322ef432c42d0887', '<iframe width="800" height="450" src="https://www.youtube.com/embed/gQDo5QuZTaw?feature=oembed" frameborder="0" allowfullscreen></iframe>'),
(1272, 404, '_oembed_time_4ba2e0f6b4678952322ef432c42d0887', '1508316900'),
(1273, 404, '_oembed_fb56e0ee141597bf5e2a9d04739541af', '<iframe width="800" height="450" src="https://www.youtube.com/embed/_LuCOAEjnHg?feature=oembed" frameborder="0" allowfullscreen></iframe>'),
(1274, 404, '_oembed_time_fb56e0ee141597bf5e2a9d04739541af', '1508317108'),
(1277, 406, '_wp_attached_file', '2017/10/mersal.jpg'),
(1278, 406, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:18:"2017/10/mersal.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"mersal-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"mersal-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"mersal-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"mersal-791x445.jpg";s:5:"width";i:791;s:6:"height";i:445;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:18:"mersal-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:18:"mersal-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:17:"mersal-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:23:"colormag-featured-image";a:4:{s:4:"file";s:18:"mersal-800x445.jpg";s:5:"width";i:800;s:6:"height";i:445;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:{}}}'),
(1279, 404, 'colormag_page_layout', 'default_layout'),
(1280, 404, '_thumbnail_id', '406'),
(1283, 404, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1286, 408, '_edit_lock', '1508318396:1'),
(1287, 408, '_edit_last', '1'),
(1288, 409, '_wp_attached_file', '2017/10/dia1.jpg'),
(1289, 409, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:384;s:4:"file";s:16:"2017/10/dia1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"dia1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"dia1-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:16:"dia1-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:16:"dia1-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:15:"dia1-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(1290, 410, '_wp_attached_file', '2017/10/dia3.jpg'),
(1291, 410, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:300;s:4:"file";s:16:"2017/10/dia3.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"dia3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"dia3-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:16:"dia3-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:16:"dia3-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:15:"dia3-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(1292, 411, '_wp_attached_file', '2017/10/diabetic.jpg'),
(1293, 411, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:445;s:4:"file";s:20:"2017/10/diabetic.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"diabetic-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"diabetic-300x167.jpg";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"diabetic-768x427.jpg";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:20:"diabetic-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:20:"diabetic-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:19:"diabetic-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(1294, 408, 'colormag_page_layout', 'default_layout'),
(1295, 408, '_thumbnail_id', '411'),
(1298, 408, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1299, 413, '_edit_lock', '1508319625:1'),
(1300, 413, '_edit_last', '1'),
(1301, 414, '_wp_attached_file', '2017/10/vayalar.jpg'),
(1302, 414, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:445;s:4:"file";s:19:"2017/10/vayalar.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"vayalar-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"vayalar-300x167.jpg";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"vayalar-768x427.jpg";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:19:"vayalar-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:19:"vayalar-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:18:"vayalar-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(1303, 413, 'colormag_page_layout', 'default_layout'),
(1304, 413, '_thumbnail_id', '414'),
(1307, 413, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1308, 416, '_menu_item_type', 'post_type'),
(1309, 416, '_menu_item_menu_item_parent', '421'),
(1310, 416, '_menu_item_object_id', '339'),
(1311, 416, '_menu_item_object', 'page'),
(1312, 416, '_menu_item_target', ''),
(1313, 416, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1314, 416, '_menu_item_xfn', ''),
(1315, 416, '_menu_item_url', ''),
(1317, 417, '_menu_item_type', 'post_type'),
(1318, 417, '_menu_item_menu_item_parent', '421'),
(1319, 417, '_menu_item_object_id', '341'),
(1320, 417, '_menu_item_object', 'page'),
(1321, 417, '_menu_item_target', ''),
(1322, 417, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1323, 417, '_menu_item_xfn', ''),
(1324, 417, '_menu_item_url', ''),
(1326, 418, '_edit_lock', '1508321431:1'),
(1327, 418, '_edit_last', '1'),
(1328, 418, 'colormag_page_layout', 'default_layout'),
(1329, 418, '_wp_page_template', 'default'),
(1330, 418, '_the_champ_meta', 'a:9:{s:7:"sharing";i:1;s:16:"vertical_sharing";i:1;s:7:"counter";i:1;s:16:"vertical_counter";i:1;s:11:"fb_comments";i:1;s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1331, 421, '_menu_item_type', 'post_type'),
(1332, 421, '_menu_item_menu_item_parent', '0'),
(1333, 421, '_menu_item_object_id', '418'),
(1334, 421, '_menu_item_object', 'page'),
(1335, 421, '_menu_item_target', ''),
(1336, 421, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1337, 421, '_menu_item_xfn', ''),
(1338, 421, '_menu_item_url', ''),
(1340, 423, '_menu_item_type', 'taxonomy'),
(1341, 423, '_menu_item_menu_item_parent', '0'),
(1342, 423, '_menu_item_object_id', '6'),
(1343, 423, '_menu_item_object', 'category'),
(1344, 423, '_menu_item_target', ''),
(1345, 423, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1346, 423, '_menu_item_xfn', ''),
(1347, 423, '_menu_item_url', ''),
(1349, 424, '_menu_item_type', 'taxonomy'),
(1350, 424, '_menu_item_menu_item_parent', '0'),
(1351, 424, '_menu_item_object_id', '7'),
(1352, 424, '_menu_item_object', 'category'),
(1353, 424, '_menu_item_target', ''),
(1354, 424, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1355, 424, '_menu_item_xfn', ''),
(1356, 424, '_menu_item_url', ''),
(1357, 424, '_menu_item_orphaned', '1508319848'),
(1358, 425, '_menu_item_type', 'taxonomy'),
(1359, 425, '_menu_item_menu_item_parent', '0'),
(1360, 425, '_menu_item_object_id', '4'),
(1361, 425, '_menu_item_object', 'category'),
(1362, 425, '_menu_item_target', ''),
(1363, 425, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1364, 425, '_menu_item_xfn', ''),
(1365, 425, '_menu_item_url', ''),
(1367, 426, '_edit_lock', '1508320805:1'),
(1368, 426, '_edit_last', '1'),
(1369, 427, '_wp_attached_file', '2017/10/kavitha.jpg'),
(1370, 427, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:437;s:6:"height";i:404;s:4:"file";s:19:"2017/10/kavitha.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"kavitha-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"kavitha-300x277.jpg";s:5:"width";i:300;s:6:"height";i:277;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:19:"kavitha-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:19:"kavitha-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:18:"kavitha-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(1371, 428, '_wp_attached_file', '2017/10/kavitha-1.jpg'),
(1372, 428, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:445;s:4:"file";s:21:"2017/10/kavitha-1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"kavitha-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"kavitha-1-300x167.jpg";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"kavitha-1-768x427.jpg";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:21:"kavitha-1-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:21:"kavitha-1-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:20:"kavitha-1-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:{}}}'),
(1373, 426, 'colormag_page_layout', 'default_layout'),
(1374, 426, '_thumbnail_id', '428'),
(1377, 426, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1380, 426, '_oembed_a270ead12718aff88a618735e329a8f8', '<iframe width="800" height="450" src="https://www.youtube.com/embed/S9TZNPmEBnk?feature=oembed" frameborder="0" allowfullscreen></iframe>'),
(1381, 426, '_oembed_time_a270ead12718aff88a618735e329a8f8', '1508320878'),
(1384, 433, '_wp_trash_meta_status', 'publish'),
(1385, 433, '_wp_trash_meta_time', '1508321005'),
(1386, 434, '_wp_trash_meta_status', 'publish'),
(1387, 434, '_wp_trash_meta_time', '1508321020'),
(1388, 435, '_wp_trash_meta_status', 'publish'),
(1389, 435, '_wp_trash_meta_time', '1508321036'),
(1390, 436, '_wp_trash_meta_status', 'publish'),
(1391, 436, '_wp_trash_meta_time', '1508321055'),
(1392, 437, '_wp_trash_meta_status', 'publish'),
(1393, 437, '_wp_trash_meta_time', '1508321075'),
(1394, 438, '_wp_trash_meta_status', 'publish'),
(1395, 438, '_wp_trash_meta_time', '1508321088'),
(1396, 439, '_wp_trash_meta_status', 'publish'),
(1397, 439, '_wp_trash_meta_time', '1508321156'),
(1398, 440, '_wp_trash_meta_status', 'publish'),
(1399, 440, '_wp_trash_meta_time', '1508321253'),
(1400, 442, '_edit_lock', '1508321685:1'),
(1401, 442, '_edit_last', '1'),
(1402, 443, '_wp_attached_file', '2017/10/sachin-god.jpg'),
(1403, 443, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:22:"2017/10/sachin-god.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"sachin-god-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:22:"sachin-god-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"sachin-god-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"sachin-god-593x445.jpg";s:5:"width";i:593;s:6:"height";i:445;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:22:"sachin-god-392x272.jpg";s:5:"width";i:392;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:22:"sachin-god-390x205.jpg";s:5:"width";i:390;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:21:"sachin-god-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:23:"colormag-featured-image";a:4:{s:4:"file";s:22:"sachin-god-800x445.jpg";s:5:"width";i:800;s:6:"height";i:445;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:{}}}'),
(1404, 442, 'colormag_page_layout', 'default_layout'),
(1405, 442, '_thumbnail_id', '443'),
(1408, 442, '_the_champ_meta', 'a:4:{s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1409, 441, '_wp_trash_meta_status', 'publish'),
(1410, 441, '_wp_trash_meta_time', '1508321773'),
(1411, 445, '_wp_trash_meta_status', 'publish'),
(1412, 445, '_wp_trash_meta_time', '1508321806'),
(1413, 446, '_edit_lock', '1508322152:1'),
(1424, 446, '_edit_last', '1'),
(1425, 446, 'colormag_page_layout', 'default_layout'),
(1428, 446, '_the_champ_meta', 'a:9:{s:7:"sharing";i:1;s:16:"vertical_sharing";i:1;s:7:"counter";i:1;s:16:"vertical_counter";i:1;s:11:"fb_comments";i:1;s:25:"facebook_horizontal_count";i:0;s:24:"twitter_horizontal_count";i:0;s:26:"pinterest_horizontal_count";i:0;s:25:"linkedin_horizontal_count";i:0;}'),
(1429, 453, '_wp_trash_meta_status', 'publish'),
(1430, 453, '_wp_trash_meta_time', '1508322144'),
(1436, 446, '_wp_trash_meta_status', 'publish'),
(1437, 446, '_wp_trash_meta_time', '1508322294'),
(1438, 446, '_wp_desired_post_slug', 'seemaati-silks'),
(1439, 456, '_wp_attached_file', '2017/10/Radd1.jpg'),
(1440, 456, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:322;s:4:"file";s:17:"2017/10/Radd1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Radd1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"Radd1-245x300.jpg";s:5:"width";i:245;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:17:"Radd1-263x272.jpg";s:5:"width";i:263;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:17:"Radd1-263x205.jpg";s:5:"width";i:263;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:16:"Radd1-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(1441, 457, '_wp_attached_file', '2017/10/Radd2.jpg'),
(1442, 457, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:322;s:4:"file";s:17:"2017/10/Radd2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Radd2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"Radd2-245x300.jpg";s:5:"width";i:245;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:17:"Radd2-263x272.jpg";s:5:"width";i:263;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:17:"Radd2-263x205.jpg";s:5:"width";i:263;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:16:"Radd2-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(1443, 458, '_wp_attached_file', '2017/10/Radd3.png'),
(1444, 458, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:262;s:6:"height";i:322;s:4:"file";s:17:"2017/10/Radd3.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Radd3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"Radd3-244x300.png";s:5:"width";i:244;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:17:"Radd3-262x272.png";s:5:"width";i:262;s:6:"height";i:272;s:9:"mime-type";s:9:"image/png";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:17:"Radd3-262x205.png";s:5:"width";i:262;s:6:"height";i:205;s:9:"mime-type";s:9:"image/png";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:16:"Radd3-130x90.png";s:5:"width";i:130;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1445, 459, '_wp_attached_file', '2017/10/Radd4.jpg'),
(1446, 459, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:322;s:4:"file";s:17:"2017/10/Radd4.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Radd4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"Radd4-245x300.jpg";s:5:"width";i:245;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:17:"Radd4-263x272.jpg";s:5:"width";i:263;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:17:"Radd4-263x205.jpg";s:5:"width";i:263;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:16:"Radd4-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(1447, 460, '_wp_attached_file', '2017/10/Radd5.jpg'),
(1448, 460, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:262;s:6:"height";i:320;s:4:"file";s:17:"2017/10/Radd5.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Radd5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"Radd5-246x300.jpg";s:5:"width";i:246;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:25:"colormag-highlighted-post";a:4:{s:4:"file";s:17:"Radd5-262x272.jpg";s:5:"width";i:262;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:29:"colormag-featured-post-medium";a:4:{s:4:"file";s:17:"Radd5-262x205.jpg";s:5:"width";i:262;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:28:"colormag-featured-post-small";a:4:{s:4:"file";s:16:"Radd5-130x90.jpg";s:5:"width";i:130;s:6:"height";i:90;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:"1";s:8:"keywords";a:0:{}}}'),
(1449, 458, '_edit_lock', '1508322689:1');

-- --------------------------------------------------------

--
-- Table structure for table `pb_posts`
--

CREATE TABLE IF NOT EXISTS `pb_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=462 ;

--
-- Dumping data for table `pb_posts`
--

INSERT INTO `pb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2, 1, '2017-09-30 18:34:25', '2017-09-30 18:34:25', '<span style="color: #ff0000;">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:</span>\r\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.\r\n\r\nAs a new WordPress user, you should go to <a href="http://localhost/PRAVASABHUMI/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!</blockquote>\r\n[rtbs name="281"]\r\n\r\n&nbsp;\r\n\r\n[do_widget "recent posts"]', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2017-10-17 17:46:59', '2017-10-17 17:46:59', '', 0, 'http://localhost/PRAVASABHUMI/?page_id=2', 0, 'page', '', 0),
(45, 1, '2017-09-30 18:48:58', '2017-09-30 18:48:58', 'ThemeGrill layout content\r\n\r\n&nbsp;\r\n\r\n[wcp-carousel id="279"]', 'Layout', '', 'publish', 'closed', 'closed', '', 'layout', '', '', '2017-10-18 06:42:12', '2017-10-18 06:42:12', '', 0, 'http://localhost/PRAVASABHUMI/?page_id=45', 0, 'page', '', 0),
(46, 1, '2017-09-30 18:48:59', '2017-09-30 18:48:59', 'This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2017-09-30 18:48:59', '2017-09-30 18:48:59', '', 0, 'http://localhost/PRAVASABHUMI/?page_id=46', 0, 'page', '', 0),
(47, 1, '2017-09-30 18:48:59', '2017-09-30 18:48:59', 'ഇന്‍സ്റ്റഗ്രാമില്‍ പോസ്റ്റ് ചെയ്ത ഒരു ഫോട്ടോയിലൂടെ പുലിവാല് പിടിച്ചിരിക്കുകയാണ് നടി സാമന്ത. മിനി വെക്കേഷന്‍ എന്ന അടിക്കുറിപ്പോടെ ഒരു ബിക്കിനിയുടെ ചിത്രമാണ് സാമന്ത പോസ്റ്റ് ചെയ്തത്. എന്നാല്‍ ചിത്രം കുറച്ചു കടന്നു പോയെന്ന് ആരോപിച്ച് ആരാധകരും രംഗത്തെത്തി. ഇതില്‍ ഒരു ആരാധകന്റെ കമന്റ് സാമന്തയ്ക്ക് അത്ര ഇഷ്ടപ്പെട്ടില്ല.\r\n\r\nനിങ്ങളുടെ ജീവിതം നിങ്ങളുടെത് മാത്രമല്ല ഒരു തലമുറ നിങ്ങളില്‍ നിന്നാണ് പഠിക്കുന്നതെന്നായിരുന്നു ആരാധകന്റെ കമന്റ്. എന്നാല്‍ ഇത് സാമന്തയ്ക്ക് ഇഷ്ടപ്പെട്ടില്ല. തലമുറ അവരുടെ കാര്യങ്ങള്‍ നന്നായി നോക്കുന്നുണ്ട്. ഒരാളെ വിലയിരുത്തുന്നത് അവരുടെ വസ്ത്രം നോക്കിയാകരുത്. നിങ്ങളുടെ ചിന്താഗതിയില്‍ പുഛം തോന്നുന്നുവെന്നും സാമന്ത കുറിച്ചു. പിന്നാലെ ഇയാളെ ബ്ലോക് ചെയ്യുകയും ചെയ്തു.\r\n\r\nഎനിക്ക് പുതിയൊരു പാഠം പഠിപ്പിച്ചു തന്നതിന് നന്ദിയെന്നും, അഹങ്കാരിയായ നിങ്ങള്‍ ഇറങ്ങി പോകുവെന്നും ഇയാള്‍ ട്വീറ്റ് ചെയ്തു. സാമന്തയുടെ കടുത്ത ആരാധകന്‍ കൂടിയായ ഇയാള്‍ പിന്നാലെ തന്റെ അക്കൗണ്ടും ഡിലീറ്റ് ചെയ്തു.', 'ആരാധകന്‍റെ ട്വിറ്റര്‍ അക്കൗണ്ട് പൂട്ടിച്ച് സാമന്ത', '', 'publish', 'open', 'open', '', 'coffee-is-health-food-myth-or-fact', '', '', '2017-09-30 20:40:05', '2017-09-30 20:40:05', '', 0, 'http://localhost/PRAVASABHUMI/?p=47', 0, 'post', '', 0),
(48, 1, '2017-09-30 18:48:59', '2017-09-30 18:48:59', 'േവ​ന​ൽ​ച്ചൂ​ടി​ൽ​നി​ന്ന് അ​ന്ത​രീ​ക്ഷ​ത്തെ​പ്പോ​ലെ മ​നു​ഷ്യ​ശ​രീ​ര​വും ത​ണു​പ്പി​ലേ​ക്ക് മാ​റു​ന്ന നാളുകളാണ്​ മ​ഴ​ക്കാ​ലം. ഇ​തി​ൻെ​റ മാ​റ്റ​ങ്ങ​ൾ ന​മ്മു​ടെ ശാ​രീ​രി​ക പ്ര​വ​ർ​ത്ത​ന​ത്തി​ലും കാ​ണാം. ശ​രീ​ര​ത്തിെ​ൻ​റ ബ​ലം കു​റ​യു​ന്ന​ത് ഇ​തി​ൽ പ്ര​ധാ​ന​മാ​ണ്. അ​തു​കൊ​ണ്ടാ​ണ് മ​ഴ​ക്കാ​ല​ത്തി​നൊ​പ്പം രോ​ഗ​ങ്ങ​ളും ശ​രീ​ര​ത്തി​ലേ​ക്ക് വി​രു​ന്നെ​ത്തു​ന്ന​ത്. പ​നി, ത്വ​ഗ്​​രോ​ഗ​ങ്ങ​ൾ, ശ്വാ​സം​മു​ട്ട്, ചു​മ, നീ​രി​റ​ക്കം പോ​ലു​ള്ള ശ്വ​സ​ന​സം​ബ​ന്ധ​മാ​യ രോ​ഗ​ങ്ങ​ൾ ഇ​വ​യെ​ല്ലാ​മാ​ണ് മ​ഴ​ക്കാ​ല രോ​ഗ​ങ്ങ​ളി​ൽ പ്ര​ധാ​നം. വാ​ത​സം​ബ​ന്ധ​മാ​യ അ​സു​ഖ​ങ്ങ​ളും വ​ർ​ധി​ക്കും. അ​സു​ഖ​മു​ള്ള​വ​ർ​ക്ക് അ​ത് വ​ർ​ധി​ക്കാ​നും ഇ​ല്ലാ​ത്ത​വ​ർ​ക്ക് അ​സു​ഖം ബാ​ധി​ക്കാ​നും ഈ ​കാ​ലം ഇ​ട​യാ​ക്കു​ന്നു.\r\n\r\nനാം ​ക​ഴി​ക്കു​ന്ന ഭ​ക്ഷ​ണ​ത്തെ ദ​ഹി​പ്പി​ക്കു​ന്ന​ത് ശ​രീ​ര​ത്തി​ലു​ള്ള അ​ഗ്​​നി​ര​സ​മാ​ണ്. മ​ഴ​ക്കാ​ല​ത്ത് അ​ഗ്​​നി​ബ​ലം കു​റ​യു​ന്നു. അ​തു​കൊ​ണ്ടു​ത​ന്നെ ദ​ഹ​ന​വും കു​റ​യും. ദ​ഹി​ക്കാ​ത്ത ഭ​ക്ഷ​ണം വിഷമായി ശ​രീ​ര​ത്തി​ൽ അ​വ​ശേ​ഷി​ക്കു​ന്നു. ആ​മം എ​ന്നാ​ണ് ഇ​തി​ന് പ​റ​യു​ക. അ​സു​ഖ​ത്തി​ന് കാ​ര​ണ​മാ​വു​ന്ന​ത് ഇ​താ​ണെ​ന്നാ​ണ് ആ​യു​ർ​വേ​ദ സ​ങ്ക​ൽ​പം. അ​തു​കൊ​ണ്ടാ​ണ് ആ​യു​ർ​വേ​ദ​ത്തി​ൽ രോ​ഗ​ത്തെ ആ​മ​യം എ​ന്ന്​ വി​ശേ​ഷി​പ്പി​ക്കു​ന്ന​ത്. അ​തു​കൊ​ണ്ടു​ത​ന്നെ രോ​ഗ​ങ്ങ​ളി​ല്ലാ​താ​ക്കാ​ൻ പ്ര​ധാ​നം ഭ​ക്ഷ​ണ​നി​യ​ന്ത്ര​ണ​മാ​ണ്.\r\n\r\n<strong>പ്രതിരോധം പ്രധാനം</strong>\r\n\r\nഏ​തു രോ​ഗ​ത്തെ​യും പ്ര​തി​രോ​ധി​ക്കാ​ൻ വ്യാ​യാ​മ​വും ഭ​ക്ഷ​ണ​നി​യ​ന്ത്ര​ണ​വു​മാ​ണ് മു​ഖ്യ​മാ​യും ചെ​യ്യേ​ണ്ട​ത്. ദ​ഹ​നം കു​റ​യു​ന്ന​തി​നാ​ൽ ഭ​ക്ഷ​ണം കു​റ​ക്കു​ന്ന​താ​ണ് ഉ​ത്ത​മം. എ​ത്ര വി​ശ​പ്പു​ണ്ടെ​ങ്കി​ലും പാ​തി വ​യ​ർ മാ​ത്രം ക​ഴി​ക്കു​ക. കാ​ര​ണം, വ​യ​റു​നി​റ​യെ ക​ഴി​ച്ചാ​ൽ പാ​തി​യും ദ​ഹി​ക്കാ​തെ ശ​രീ​ര​ത്തി​ല​ടി​ഞ്ഞു​കൂ​ടി രോ​ഗ​ത്തി​ലേ​ക്ക് ന​യി​ക്കു​ന്നു.\r\n\r\nക​ഴി​ക്കു​ന്ന​ത് ചി​ട്ട​യാ​യ സ​മ​യ​ക്ര​മം പാ​ലി​ച്ചാ‍യി​രി​ക്ക​ണം എ​ന്ന​തും പ്ര​ധാ​ന​മാ​ണ്. തോ​ന്നി​യ നേ​ര​ത്ത് ക​ഴി​ക്കാ​തെ കൃ​ത്യ​മാ​യ ഇ​ട​വേ​ള​യി​ൽ ക​ഴി​ക്കു​ക\r\n\r\nരാ​ത്രി​ഭ​ക്ഷ​ണം ക​ഴി​ക്കു​ന്ന​തി​നും ഉ​റ​ങ്ങാ​ൻ കി​ട​ക്കു​ന്ന​തി​നും ഇ​ട​യി​ൽ മൂ​ന്നു മ​ണി​ക്കൂ​റിെ​ൻ​റ ഇ​ട​വേ​ള അ​നി​വാ​ര്യ​മാ​ണ്. കാ​ര​ണം, ഭ​ക്ഷ​ണം ക​ഴി​ച്ച​യു​ട​ൻ നാം ​ഉ​റ​ങ്ങി​യാ​ലും കു​ട​ൽ പ്ര​വ​ർ​ത്തി​ച്ചു​കൊ​ണ്ടി​രി​ക്കും. ഇ​ത് അ​ടു​ത്ത​ദി​വ​സ​ത്തെ ന​മ്മു​ടെ ശാ​രീ​രി​കോ​ർ​ജ​ത്തെ​യും പ്ര​സ​രി​പ്പി​നെ​യും ബാ​ധി​ക്കും.\r\n\r\nഭ​ക്ഷ​ണം​പോ​ലെ ത​ന്നെ ശ്ര​ദ്ധി​ക്കേ​ണ്ട​താ​ണ് വ്യാ​യാ​മ​വും. ശാ​രീ​രി​ക വ്യാ​യാ​മം ഏ​തു കാ​ല​ത്തും പ്ര​ധാ​ന​മാ​ണെ​ങ്കി​ലും മ​ഴ​ക്കാ​ലം രോ​ഗ​ങ്ങ​ളു​ടെ കാ​ലം​കൂ​ടി​യാ​യ​തി​നാ​ൽ വ്യാ​യാ​മ​ത്തി​ന് കൂ​ടു​ത​ൽ പ്രാ​ധാ​ന്യ​മു​ണ്ട്. രാ​വി​ലെ എ​ഴു​ന്നേ​റ്റ് കു​റ​ച്ചു​നേ​രം വ്യാ​യാ​മം ചെ​യ്യു​ന്ന​ത് ഒ​ട്ടു​മി​ക്ക രോ​ഗ​ങ്ങ​ളെ​യും ശ​രീ​ര​ത്തി​നു പു​റ​ത്തു​നി​ർ​ത്താ​ൻ സ​ഹാ​യി​ക്കും.\r\n\r\n<strong>പഞ്ചകർമം</strong>\r\n\r\nശ​രീ​ര​ത്തി​ൽ കെ​ട്ടി​ക്കി​ട​ക്കു​ന്ന ആ​മ​ത്തെ ഇ​ല്ലാ​താ​ക്കു​ക​യാ​ണ് പ്ര​ധാ​ന​മെ​ന്ന് നേ​ര​ത്തേ സൂ​ചി​പ്പി​ച്ചു. ഇ​തി​നാ​യി പ​ഞ്ച​ക​ർ​മ ക്രി​യ​യാ​ണ് പ്ര​ധാ​ന​മാ​യും ചെ​യ്യാ​റു​ള്ള​ത്. രോ​ഗ​ത്തി​നും രോ​ഗി​യു​ടെ ശ​രീ​ര​പ്ര​കൃ​തി​ക്കും മ​റ്റും അ​നു​സ​രി​ച്ചാ​ണ് പ​ഞ്ച​ക​ർ​മ​ത്തി​ൽ ഏ​തു​വേ​ണ​മെ​ന്ന് തെ​ര​ഞ്ഞെ​ടു​ക്കു​ന്ന​ത്. വ​മ​ന​മാ​ണ് പ​ഞ്ച​ക​ര്‍മ​ത്തി​ലെ ഒ​ന്നാ​മ​ത്തെ ക​ര്‍മം. ക​ഫ​പ്ര​ധാ​ന​മാ​യ ദോ​ഷ​ത്തെ ഛർ​ദി​യു​ണ്ടാ​ക്കു​ന്ന ഔ​ഷ​ധ​ങ്ങ​ള്‍ ക​ഴി​പ്പി​ച്ച് ഛർ​ദി​പ്പി​ച്ചു ക​ള​യു​ന്ന​താ​ണ് രീ​തി.\r\n\r\nപി​ത്ത​ദോ​ഷ​ത്തെ വ​യ​റി​ള​ക്കു​ന്ന ഔ​ഷ​ധ​ങ്ങ​ള്‍ ക​ഴി​പ്പി​ച്ച് വി​രേ​ചി​പ്പി​ക്ക​ല്‍ (വി​സ​ര്‍ജി​പ്പി​ക്ക​ൽ) ആ​ണ് അ​ടു​ത്ത രീ​തി. വാ​ത​ദോ​ഷ​ത്തെ പു​റ​ത്തുക​ള​യാ​ന്‍ ഗുദത്തിലൂടെ ഔ​ഷ​ധം ക​ട​ത്തി​വി​ട്ട് പു​റ​ത്തു​ക​ള​യു​ന്ന സ​മ്പ്ര​ദാ​യ​മാ​ണ് വ​സ്തി. ര​ക്തം ദു​ഷി​ക്കു​ന്ന​തു മൂ​ല​മു​ണ്ടാ​കു​ന്ന രോ​ഗ​ങ്ങ​ള്‍ ശ​മി​പ്പി​ക്കാ​ന്‍ ര​ക്തം പു​റ​ത്തു​ക​ള​യു​ന്ന രീ​തി​യാ​ണ് ര​ക്ത​മോ​ക്ഷം. മൂ​ക്കി​ലൂ​ടെ ഔ​ഷ​ധം അ​ക​ത്തേ​ക്കൊ​ഴി​ച്ച് തൊ​ണ്ട​യി​ലും ത​ല​യി​ലു​മു​ള്ള ദോ​ഷ​ങ്ങ​ള്‍ ഇ​ള​ക്കി​ക്ക​ള​യു​ന്ന രീ​തി​യാ​ണ് ന​സ്യം. ഉ​ള്ളി​ലെ മാ​ലി​ന്യ​ങ്ങ​ൾ ഈ ​അ​ഞ്ചു പ്ര​ക്രി​യ​ക​ളി​ലൂ​ടെ പു​റ​ന്ത​ള്ള​പ്പെ​ടു​ന്നു', 'അരവയർ ആഹാരം അത്​ഭുതം സൃഷ്​ടിക്കും', '', 'publish', 'open', 'open', '', 'get-more-nutrition-in-every-bite', '', '', '2017-09-30 20:41:30', '2017-09-30 20:41:30', '', 0, 'http://localhost/PRAVASABHUMI/?p=48', 0, 'post', '', 0),
(49, 1, '2017-09-30 18:49:00', '2017-09-30 18:49:00', 'നവഗതനായ അരുണ്‍ ഗോപി സംവിധാനം ചെയ്ത് ദിലീപ് നായകനായി എത്തുന്ന പൊളിറ്റിക്കല്‍ ത്രില്ലറാണ് രാമലീല. വിവാദങ്ങളും, നായകന്‍റെ ജയില്‍വാസവും ഒക്കെ തീര്‍ത്ത പ്രതിസന്ധികള്‍ക്കിടയിലാണ് ചിത്രം തീയറ്ററുകളില്‍ എത്തിയിരിക്കുന്നത്. പതിവ് ദിലീപ് ചിത്രങ്ങളില്‍ നിന്നും വ്യത്യസ്തമായ രീതിയിലാണ് ചിത്രം ഒരുക്കിയത് എന്ന സംവിധായകന്‍റെ വാക്കുകള്‍ ശരിവയ്ക്കുന്നതാണ് ചിത്രത്തിന്‍റെ കാഴ്ച അനുഭവം. ദിലീപ് ചിത്രങ്ങളുടെ കോര്‍ഫാന്‍സ് എന്ന് പറയുന്ന കുടുംബങ്ങള്‍ കുറവായ ഒരു ഹൗസ്ഫുള്‍ തിയറ്ററില്‍ നിന്നാണ് ചിത്രം കണ്ടത്\r\n\r\n<img class="wp-image-76 aligncenter" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/Ramaleela1-300x144.jpg" alt="" width="703" height="338" />\r\n\r\n&nbsp;\r\n\r\nറണ്‍ ബേബി റണ്‍ പോലുള്ള ഒരു ത്രില്ലറിന് തൂലിക ചലിപ്പിച്ച സച്ചിയുടെ തിരക്കഥയിലാണ് ചിത്രം ഒരുങ്ങിയിരിക്കുന്നത്. അതിനാല്‍ തന്നെ ചിത്രം പ്രേക്ഷകന്‍ പ്രതീക്ഷിക്കുന്ന ട്വിസ്റ്റുകളും ടേണുകളും പുലര്‍ത്തുന്നു. ഭരണകക്ഷിയായ സിഡിപിയുടെ യുവ എംഎല്‍എയായ രാമനുണ്ണി പാര്‍ട്ടിയുമായുള്ള ആശയ വ്യത്യസത്തിന്‍റെ പേരില്‍ രാജിവയ്ക്കുന്നു. പിന്നീട് വരുന്ന ഉപതെരഞ്ഞെടുപ്പില്‍ എതിര്‍പക്ഷത്തുള്ള വലത് പക്ഷ പാര്‍ട്ടിയുടെ സ്വതന്ത്ര്യസ്ഥാനാര്‍ത്ഥിയാകുന്നു. സിഡിപി രക്തസാക്ഷിയായ സഖാവ് രാഘവന്‍റെ മകനാണ് രാമനുണ്ണി. എന്നാല്‍ അപ്രതീക്ഷിതമായ ഈ ചുവട് മാറ്റത്തില്‍ രാമനുണ്ണിക്ക് മുന്നില്‍ എതിരാളിയായി എത്തുന്നത് പ്രതീക്ഷിക്കാത്ത ഒരാള്‍. അതിനിടയില്‍ ഒരു കുറ്റകൃത്യത്തില്‍ പ്രതിചേര്‍ക്കപ്പെടുന്ന രാമനുണ്ണി അതില്‍ നിന്നും ഹെലന എന്ന ന്യൂമീഡിയ പ്രവര്‍ത്തകയുടെ സഹായത്താല്‍ പുറത്തുവരുന്നതും, അതിനോട് അനുബന്ധിച്ച അപ്രതീക്ഷിത ക്ലൈമാക്സുമാണ് രണ്ടര മണിക്കൂര്‍ ചിത്രം പറയുന്നത്.', 'രാമന്‍റെ ''ത്രില്ലര്‍'' ലീലകള്‍ - രാമലീല റിവ്യൂ', '', 'publish', 'open', 'open', '', 'womens-relay-competition', '', '', '2017-09-30 20:39:30', '2017-09-30 20:39:30', '', 0, 'http://localhost/PRAVASABHUMI/?p=49', 0, 'post', '', 0),
(50, 1, '2017-09-30 18:49:01', '2017-09-30 18:49:01', '<img class="size-medium wp-image-40 alignright" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/yummy-2-300x167.jpg" alt="" width="300" height="167" />മനുഷ്യ ശരീരത്തില്‍ ഒരു ദിവസം പോലും വിശ്രമമില്ലാതെ പ്രവര്‍ത്തിക്കുന്ന അവയവമാണ് ഹൃദയം. സിരകളിലൂടെ ഹൃദയത്തിലെത്തുന്ന ഓക്‌സിജന്‍ കുറഞ്ഞ രക്തത്തെ ശ്വാസകോശത്തിലെത്തിച്ച് ഓക്‌സിജന്‍ സമ്പുഷ്ടമാക്കി ശരീരത്തിന്റെ വിവിധ ഭാഗങ്ങളിലേക്ക് എത്തിക്കുന്ന സുപ്രധാന ദൗത്യമുള്ള മനുഷ്യ അവയവം. അതുകൊണ്ട് തന്നെ ഹൃദയത്തിനേല്ല്‍ക്കുന്ന ചെറിയ പോറല്‍ പോലും ജീവന്‍ വരെ നഷ്ടപ്പെടാനും കാരണമാവാം.\r\n\r\nനില്‍ക്കാതെ മിടിച്ച് കൊണ്ടിരിക്കുന്ന ഹൃദയത്തിന് അത്രത്തോളം കാര്യങ്ങളുണ്ട് മനുഷ്യ ശരീരത്തില്‍ ചെയ്ത് തീര്‍ക്കാന്‍. പക്ഷെ നിര്‍ഭാഗ്യമെന്നോണം ലോകത്ത് സംഭവിക്കുന്ന മനുഷ്യ മരണങ്ങളില്‍ ഒന്നാമതെത്തി നില്‍ക്കുന്നത് ഹൃദയസംബന്ധമായ അസുഖങ്ങളാണെന്ന് ലോകാരോഗ്യ സംഘടന ചൂണ്ടിക്കാട്ടുന്നു.ഇത് അത്ര നിസാരമായി കാണേണ്ട കാര്യമല്ല. അതുകൊണ്ട് തന്നെയാണ് വേള്‍ഡ് ഹാര്‍ട്ട് ഫെഡറേഷന്‍ ഹൃദയ സുരക്ഷയ്ക്കായുള്ള ബോധവത്കരണവും മുന്നറിയിപ്പുമായി സെപ്തംബര്‍ 29-ന് ലോക ഹൃദയ ദിനം ആചരിച്ച് വരുന്നത്.', 'ഹൃദയത്തിന് വേണം കരുത്തും കരുതലും', '', 'publish', 'open', 'open', '', 'a-paradise-for-holiday', '', '', '2017-09-30 20:37:37', '2017-09-30 20:37:37', '', 0, 'http://localhost/PRAVASABHUMI/?p=50', 0, 'post', '', 0),
(51, 1, '2017-09-30 18:49:01', '2017-09-30 18:49:01', '<p style="text-align: center;"><img src="images/Rimage/vallathol.png" alt="" /></p>\r\n2017 ലെ വള്ളത്തോള്‍ പുരസ്കാരം പ്രഭാവര്‍മ്മയ്ക്ക്\r\n<ul>\r\n 	<li>വള്ളത്തോൾ സാഹിത്യസമിതി അന്തരിച്ച പ്രശസ്ത മലയാള കവിയായ വള്ളത്തോളിന്റെ പേരിൽ ഏർപ്പെടുത്തിയ പുരസ്കാരം ആണ്‌ <b>വള്ളത്തോൾ പുരസ്കാരം</b>.</li>\r\n</ul>\r\n<ul>\r\n 	<li>1,11,111 രൂപയും പ്രശസ്തിപത്രവും ഉൾപ്പെട്ടതാണ് ഈ പുരസ്കാരം.</li>\r\n</ul>\r\n<h2></h2>\r\n<h2><span id=".E0.B4.AA.E0.B5.81.E0.B4.B0.E0.B4.B8.E0.B5.8D.E0.B4.95.E0.B4.BE.E0.B4.B0.E0.B4.9C.E0.B5.87.E0.B4.A4.E0.B4.BE.E0.B4.95.E0.B5.8D.E0.B4.95.E0.B5.BE" class="mw-headline">പുരസ്കാരജേതാക്കൾ</span></h2>\r\n<ul>\r\n 	<li>വള്ളത്തോൾ പുരസ്കാരം ലഭിച്ചവരുടെ പട്ടിക (1991 മുതൽ).</li>\r\n</ul>\r\n<table class="wikitable" style="border-color: #0099ff; margin-left: auto; margin-right: auto;" border="1" cellspacing="5" cellpadding="5">\r\n<tbody>\r\n<tr style="height: 15px;">\r\n<th style="height: 15px;">വർഷം</th>\r\n<th style="height: 15px;">പേര്‌</th>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1991</td>\r\n<td style="height: 15px;">പാലാ നാരായണൻ നായർ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1992</td>\r\n<td style="height: 15px;">ശൂരനാട് കുഞ്ഞൻ പിള്ള</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1993</td>\r\n<td style="height: 15px;">ബാലാമണിയമ്മ,വൈക്കം മുഹമ്മദ് ബഷീർ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1994</td>\r\n<td style="height: 15px;">പൊൻകുന്നം വർക്കി</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1995</td>\r\n<td style="height: 15px;">എം.പി. അപ്പൻ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1996</td>\r\n<td style="height: 15px;">തകഴി ശിവശങ്കരപ്പിള്ള</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1997</td>\r\n<td style="height: 15px;">അക്കിത്തം അച്യുതൻനമ്പൂതിരി</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1998</td>\r\n<td style="height: 15px;">കെ.എം. ജോർജ്</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1999</td>\r\n<td style="height: 15px;">എസ്. ഗുപ്തൻ നായർ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2000</td>\r\n<td style="height: 15px;">പി. ഭാസ്കരൻ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2001</td>\r\n<td style="height: 15px;">ടി. പത്മനാഭൻ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2002</td>\r\n<td style="height: 15px;">ഡോ. എം. ലീലാവതി</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2003</td>\r\n<td style="height: 15px;">സുഗതകുമാരി</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2004</td>\r\n<td style="height: 15px;">കെ. അയ്യപ്പപ്പണിക്കർ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2005</td>\r\n<td style="height: 15px;">എം.ടി. വാസുദേവൻ നായർ</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2006</td>\r\n<td style="height: 18px;">ഒ. എൻ. വി. കുറുപ്പ്</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2007</td>\r\n<td style="height: 18px;">സുകുമാർ അഴീക്കോട്</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2008</td>\r\n<td style="height: 18px;">പുതുശ്ശേരി രാമചന്ദ്രൻ</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2009</td>\r\n<td style="height: 18px;">കാവാലം നാരായണപണിക്കർ</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2010</td>\r\n<td style="height: 18px;">വിഷ്ണുനാരായണൻ നമ്പൂതിരി</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2011</td>\r\n<td style="height: 18px;">സി. രാധാകൃഷ്ണൻ</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2012</td>\r\n<td style="height: 18px;">യൂസഫലി കേച്ചേരി</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2013</td>\r\n<td style="height: 18px;">പെരുമ്പടവം ശ്രീധരൻ</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2014</td>\r\n<td style="height: 18px;">പി. നാരായണക്കുറുപ്പ്</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2015</td>\r\n<td style="height: 15px;">ആനന്ദ്</td>\r\n</tr>\r\n<tr style="height: 18.625px;">\r\n<td style="height: 18.625px;">2016</td>\r\n<td style="height: 18.625px;">ശ്രീകുമാരൻ തമ്പി</td>\r\n</tr>\r\n<tr style="height: 18.625px;">\r\n<td style="height: 18.625px;">2017</td>\r\n<td style="height: 18.625px;">പ്രഭാവര്‍മ്മ</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'വള്ളത്തോള്‍ പുരസ്കാരം പ്രഭാവര്‍മ്മയ്ക്ക്', '', 'publish', 'open', 'open', '', 'destruction-in-montania', '', '', '2017-10-06 16:37:52', '2017-10-06 16:37:52', '', 0, 'http://localhost/PRAVASABHUMI/?p=51', 0, 'post', '', 1);
INSERT INTO `pb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(52, 1, '2017-09-30 18:48:56', '2017-09-30 18:48:56', '{\n    "widget_colormag_728x90_advertisement_widget[3]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjE3OiI3Mjh4OTBfaW1hZ2VfbGluayI7czo0MToiaHR0cHM6Ly9kZW1vLnRoZW1lZ3JpbGwuY29tL2NvbG9ybWFnLXByby8iO3M6MTY6IjcyOHg5MF9pbWFnZV91cmwiO3M6NzM6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdGhlbWVzL2NvbG9ybWFnL2ltZy9hZC1sYXJnZS5qcGciO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "677ea7b08e9770d965d394896abbbfc8"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_header_sidebar]": {\n        "starter_content": true,\n        "value": [\n            "colormag_728x90_advertisement_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_slider_widget[3]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToxOntzOjY6Im51bWJlciI7aToyO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "2bbcd8d39f84d165cb105cf196d38208"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_slider_area]": {\n        "starter_content": true,\n        "value": [\n            "colormag_featured_posts_slider_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_highlighted_posts_widget[3]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToxOntzOjY6Im51bWJlciI7aTo0O30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "5199a05af8a104dbe547dea802e13b48"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_area_beside_slider]": {\n        "starter_content": true,\n        "value": [\n            "colormag_highlighted_posts_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_vertical_widget[5]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjQ6Ik5FV1MiO3M6NjoibnVtYmVyIjtpOjI7fQ==",\n            "title": "NEWS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "978d6a677f4b9abcf1f764cdce8830b1"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_text[7]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjE0OiJQcmVtaXVtIFRoZW1lcyI7czo0OiJ0ZXh0IjtzOjc0NjoiPHVsPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vdGhlbWVzL3NwYWNpb3VzLXByby8iPlNwYWNpb3VzIFBybzwvYT48L2xpPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vdGhlbWVzL2Zvb2RodW50LXByby8iPkZvb2RIdW50IFBybzwvYT48L2xpPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vdGhlbWVzL2NvbG9ybmV3cy1wcm8vIj5Db2xvck5ld3MgUHJvPC9hPjwvbGk+CgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly90aGVtZWdyaWxsLmNvbS90aGVtZXMvYWNjZWxlcmF0ZS1wcm8vIj5BY2NlbGVyYXRlIFBybzwvYT48L2xpPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vdGhlbWVzL2VzdGVlbS1wcm8vIj5Fc3RlZW0gUHJvPC9hPjwvbGk+CgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9odHRwOi8vdGhlbWVncmlsbC5jb20vdGhlbWVzL3JhZGlhdGUtcHJvLyI+UmFkaWF0ZSBQcm88L2E+PC9saT4KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL3RoZW1lZ3JpbGwuY29tL3RoZW1lcy9maXRjbHViLXByby8iPkZpdGNsdWIgUHJvPC9hPjwvbGk+CgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly90aGVtZWdyaWxsLmNvbS90aGVtZXMvaGltYWxheWFzLXByby8iPkhpbWFsYXlhcyBQcm88L2E+PC9saT4KCQkJCQkJCQkJPC91bD4iO30=",\n            "title": "Premium Themes",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "ee7027f6d21ad7aaa8b8f9961c0f9ac6"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_125x125_advertisement_widget[3]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YTo5OntzOjU6InRpdGxlIjtzOjE1OiJURzogMTI1eDEyNSBBZHMiO3M6MjA6IjEyNXgxMjVfaW1hZ2VfbGlua18xIjtzOjIzOiJodHRwczovL3RoZW1lZ3JpbGwuY29tLyI7czoxOToiMTI1eDEyNV9pbWFnZV91cmxfMSI7czo3MzoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC90aGVtZXMvY29sb3JtYWcvaW1nL2FkLXNtYWxsLmpwZyI7czoyMDoiMTI1eDEyNV9pbWFnZV9saW5rXzIiO3M6MjM6Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vIjtzOjE5OiIxMjV4MTI1X2ltYWdlX3VybF8yIjtzOjczOiJodHRwOi8vbG9jYWxob3N0L1BSQVZBU0FCSFVNSS93cC1jb250ZW50L3RoZW1lcy9jb2xvcm1hZy9pbWcvYWQtc21hbGwuanBnIjtzOjIwOiIxMjV4MTI1X2ltYWdlX2xpbmtfMyI7czoyMzoiaHR0cHM6Ly90aGVtZWdyaWxsLmNvbS8iO3M6MTk6IjEyNXgxMjVfaW1hZ2VfdXJsXzMiO3M6NzM6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdGhlbWVzL2NvbG9ybWFnL2ltZy9hZC1zbWFsbC5qcGciO3M6MjA6IjEyNXgxMjVfaW1hZ2VfbGlua180IjtzOjIzOiJodHRwczovL3RoZW1lZ3JpbGwuY29tLyI7czoxOToiMTI1eDEyNV9pbWFnZV91cmxfNCI7czo3MzoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC90aGVtZXMvY29sb3JtYWcvaW1nL2FkLXNtYWxsLmpwZyI7fQ==",\n            "title": "TG: 125x125 Ads",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "639a928b08f0859cbb08a40a6f4b0b07"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "starter_content": true,\n        "value": [\n            "colormag_featured_posts_vertical_widget-5",\n            "text-7",\n            "colormag_125x125_advertisement_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_widget[4]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjY6IkhFQUxUSCI7czo2OiJudW1iZXIiO2k6NTt9",\n            "title": "HEALTH",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "c1b48e18cb5b82c2c172b0a7c4e45ef0"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "starter_content": true,\n        "value": [\n            "colormag_featured_posts_widget-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_vertical_widget[6]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjc6IkZBU0hJT04iO3M6NjoibnVtYmVyIjtpOjQ7fQ==",\n            "title": "FASHION",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "9cac9078ba67ee2f4b1e9bed5bdbb94f"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_middle_left_section]": {\n        "starter_content": true,\n        "value": [\n            "colormag_featured_posts_vertical_widget-6"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_vertical_widget[7]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjY6IlNQT1JUUyI7czo2OiJudW1iZXIiO2k6NDt9",\n            "title": "SPORTS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "0e11348567df7866bd097a8363dcc93a"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_middle_right_section]": {\n        "starter_content": true,\n        "value": [\n            "colormag_featured_posts_vertical_widget-7"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_widget[5]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjEwOiJURUNITk9MT0dZIjtzOjQ6InRleHQiO3M6Mzk6IkNoZWNrIG91dCB0ZWNobm9sb2d5IGNoYW5naW5nIHRoZSBsaWZlLiI7czo2OiJudW1iZXIiO2k6NDt9",\n            "title": "TECHNOLOGY",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "e70145c2e3e5e5e87fb992ac46178d52"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_bottom_section]": {\n        "starter_content": true,\n        "value": [\n            "colormag_featured_posts_widget-5"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_text[8]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjg6IkFib3V0IFVzIjtzOjQ6InRleHQiO3M6MzYyOiI8YSB0aXRsZT0ibG9nbyIgaHJlZj0iaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkiPjxpbWcgc3JjPSJodHRwOi8vbG9jYWxob3N0L1BSQVZBU0FCSFVNSS93cC1jb250ZW50L3RoZW1lcy9jb2xvcm1hZy9pbWcvY29sb3JtYWctbG9nby5wbmciIGFsdD0iTG9nbyIgLz48L2E+IDxicj4gV2UgbG92ZSBXb3JkUHJlc3MgYW5kIHdlIGFyZSBoZXJlIHRvIHByb3ZpZGUgeW91IHdpdGggcHJvZmVzc2lvbmFsIGxvb2tpbmcgV29yZFByZXNzIHRoZW1lcyBzbyB0aGF0IHlvdSBjYW4gdGFrZSB5b3VyIHdlYnNpdGUgb25lIHN0ZXAgYWhlYWQuIFdlIGZvY3VzIG9uIHNpbXBsaWNpdHksIGVsZWdhbnQgZGVzaWduIGFuZCBjbGVhbiBjb2RlLiI7fQ==",\n            "title": "About Us",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "25580ff392dc50b298df6f3716769fb8"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_footer_sidebar_one]": {\n        "starter_content": true,\n        "value": [\n            "text-8"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_text[9]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjEyOiJVc2VmdWwgTGlua3MiO3M6NDoidGV4dCI7czo2NTQ6Ijx1bD4KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL3RoZW1lZ3JpbGwuY29tLyI+VGhlbWVHcmlsbDwvYT48L2xpPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vc3VwcG9ydC1mb3J1bS8iPlN1cHBvcnQ8L2E+PC9saT4KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL3RoZW1lZ3JpbGwuY29tL3RoZW1lLWluc3RydWN0aW9uL2NvbG9ybWFnLyI+RG9jdW1lbnRhdGlvbjwvYT48L2xpPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vZnJlcXVlbnRseS1hc2tlZC1xdWVzdGlvbnMvIj5GQVE8L2E+PC9saT4KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL3RoZW1lZ3JpbGwuY29tL3RoZW1lcy8iPlRoZW1lczwvYT48L2xpPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vcGx1Z2lucy8iPlBsdWdpbnM8L2E+PC9saT4KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL3RoZW1lZ3JpbGwuY29tL2Jsb2cvIj5CbG9nPC9hPjwvbGk+CgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly90aGVtZWdyaWxsLmNvbS9wbGFucy1wcmljaW5nLyI+UGxhbnMgJmFtcDsgUHJpY2luZzwvYT48L2xpPgoJCQkJCQkJCQk8L3VsPiI7fQ==",\n            "title": "Useful Links",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "819a6e85b337a0593d9e1acd0f158185"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_footer_sidebar_two]": {\n        "starter_content": true,\n        "value": [\n            "text-9"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_text[10]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjEyOiJPdGhlciBUaGVtZXMiO3M6NDoidGV4dCI7czo3NDc6Ijx1bD4KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL3RoZW1lZ3JpbGwuY29tL3RoZW1lcy9lbnZpbmNlLyI+RW52aW5jZTwvYT48L2xpPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vdGhlbWVzL2VzdG9yZS8iPmVTdG9yZTwvYT48L2xpPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vdGhlbWVzL2FtcGxlLyI+QW1wbGU8L2E+PC9saT4KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL3RoZW1lZ3JpbGwuY29tL3RoZW1lcy9zcGFjaW91cy8iPlNwYWNpb3VzPC9hPjwvbGk+CgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly90aGVtZWdyaWxsLmNvbS90aGVtZXMvYWNjZWxlcmF0ZS8iPkFjY2VsZXJhdGU8L2E+PC9saT4KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL3RoZW1lZ3JpbGwuY29tL3RoZW1lcy9yYWRpYXRlLyI+UmFkaWF0ZTwvYT48L2xpPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vdGhlbWVzL2VzdGVlbS8iPkVzdGVlbTwvYT48L2xpPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vdGhlbWVzL2hpbWFsYXlhcy8iPkhpbWFsYXlhczwvYT48L2xpPgoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vdGhlbWVzL2NvbG9ybmV3cy8iPkNvbG9yTmV3czwvYT48L2xpPgoJCQkJCQkJCQk8L3VsPiI7fQ==",\n            "title": "Other Themes",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "9cc8674584176b06f92c91019966d2ea"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_footer_sidebar_three]": {\n        "starter_content": true,\n        "value": [\n            "text-10"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_300x250_advertisement_widget[3]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjEyOiJDb2xvck1hZyBQcm8iO3M6MTg6IjMwMHgyNTBfaW1hZ2VfbGluayI7czo0MToiaHR0cHM6Ly9kZW1vLnRoZW1lZ3JpbGwuY29tL2NvbG9ybWFnLXByby8iO3M6MTc6IjMwMHgyNTBfaW1hZ2VfdXJsIjtzOjc0OiJodHRwOi8vbG9jYWxob3N0L1BSQVZBU0FCSFVNSS93cC1jb250ZW50L3RoZW1lcy9jb2xvcm1hZy9pbWcvYWQtbWVkaXVtLmpwZyI7fQ==",\n            "title": "ColorMag Pro",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "4bd48c9039e63a2b51fcfaee9999a0d8"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_text[11]": {\n        "starter_content": true,\n        "value": {\n            "encoded_serialized_instance": "YToxOntzOjQ6InRleHQiO3M6NzE6IkNvbnRhaW5zIGFsbCBmZWF0dXJlcyBvZiBmcmVlIHZlcnNpb24gYW5kIG1hbnkgbmV3IGFkZGl0aW9uYWwgZmVhdHVyZXMuIjt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "f68ae4a02ed46a943b41cb2a8b3193a6"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_footer_sidebar_four]": {\n        "starter_content": true,\n        "value": [\n            "colormag_300x250_advertisement_widget-3",\n            "text-11"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "nav_menus_created_posts": {\n        "starter_content": true,\n        "value": [\n            37,\n            38,\n            39,\n            40,\n            41,\n            42,\n            43,\n            44,\n            45,\n            46,\n            47,\n            48,\n            49,\n            50,\n            51\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "nav_menu[-1]": {\n        "value": {\n            "name": "Primary",\n            "description": "",\n            "parent": 0,\n            "auto_add": false\n        },\n        "type": "nav_menu",\n        "user_id": 1\n    },\n    "nav_menu_item[-1]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 0,\n            "type": "custom",\n            "title": "Download",\n            "url": "https://downloads.wordpress.org/theme/colormag.zip",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -1,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-2]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 1,\n            "type": "custom",\n            "title": "Theme Info",\n            "url": "https://themegrill.com/themes/colormag/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -1,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-3]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 2,\n            "type": "custom",\n            "title": "View pro",\n            "url": "https://themegrill.com/themes/colormag/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -1,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-4]": {\n        "value": {\n            "object_id": 45,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 3,\n            "type": "post_type",\n            "title": "Layout",\n            "url": "",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Layout",\n            "nav_menu_term_id": -1,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-5]": {\n        "value": {\n            "object_id": 46,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 4,\n            "type": "post_type",\n            "title": "Contact",\n            "url": "",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Contact",\n            "nav_menu_term_id": -1,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "colormag::nav_menu_locations[primary]": {\n        "starter_content": true,\n        "value": -1,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "blogname": {\n        "starter_content": true,\n        "value": "ColorMag",\n        "type": "option",\n        "user_id": 1\n    },\n    "blogdescription": {\n        "starter_content": true,\n        "value": "ColorMag Demo site",\n        "type": "option",\n        "user_id": 1\n    },\n    "colormag::custom_logo": {\n        "starter_content": true,\n        "value": 37,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_breaking_news": {\n        "starter_content": true,\n        "value": 1,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_date_display": {\n        "starter_content": true,\n        "value": 1,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_header_logo_placement": {\n        "starter_content": true,\n        "value": "header_logo_only",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_hide_blog_front": {\n        "starter_content": true,\n        "value": 1,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_search_icon_in_menu": {\n        "starter_content": true,\n        "value": 1,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_random_post_in_menu": {\n        "starter_content": true,\n        "value": 1,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_social_link_activate": {\n        "starter_content": true,\n        "value": 1,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_home_icon_display": {\n        "starter_content": true,\n        "value": 1,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_primary_sticky_menu": {\n        "starter_content": true,\n        "value": 1,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_related_posts_activate": {\n        "starter_content": true,\n        "value": 1,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_social_facebook": {\n        "starter_content": true,\n        "value": "#",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_social_twitter": {\n        "starter_content": true,\n        "value": "#",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_social_googleplus": {\n        "starter_content": true,\n        "value": "#",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_social_instagram": {\n        "starter_content": true,\n        "value": "#",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_social_pinterest": {\n        "starter_content": true,\n        "value": "#",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_social_youtube": {\n        "starter_content": true,\n        "value": "#",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::background_color": {\n        "value": "#ea0000",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '94676a08-911d-4f5d-a3ed-690aa39f37ce', '', '', '2017-09-30 18:48:56', '2017-09-30 18:48:56', '', 0, 'http://localhost/PRAVASABHUMI/?p=52', 0, 'customize_changeset', '', 0),
(53, 1, '2017-09-30 18:48:58', '2017-09-30 18:48:58', 'ThemeGrill layout content', 'Layout', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2017-09-30 18:48:58', '2017-09-30 18:48:58', '', 45, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/45-revision-v1/', 0, 'revision', '', 0),
(54, 1, '2017-09-30 18:48:59', '2017-09-30 18:48:59', 'This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.', 'Contact', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-09-30 18:48:59', '2017-09-30 18:48:59', '', 46, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/46-revision-v1/', 0, 'revision', '', 0),
(55, 1, '2017-09-30 18:48:59', '2017-09-30 18:48:59', 'Vivamus vestibulum ut magna vitae facilisis. Maecenas laoreet lobortis tristique. Aenean accumsan malesuada convallis. Suspendisse egestas luctus nisl, sit amet', 'Coffee is health food: Myth or fact?', '', 'inherit', 'closed', 'closed', '', '47-revision-v1', '', '', '2017-09-30 18:48:59', '2017-09-30 18:48:59', '', 47, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/47-revision-v1/', 0, 'revision', '', 0),
(56, 1, '2017-09-30 18:48:59', '2017-09-30 18:48:59', 'Fusce non nunc mi. Integer placerat nulla id quam varius dapibus. Nulla sit amet tellus et purus lobortis efficitur. Vivamus tempus posuere ipsum in suscipit. Quisque pulvinar fringilla cursus. Morbi malesuada laoreet dui, vitae consequat arcu vehicula vel. Fusce vel turpis non ante mollis bibendum a ac risus. Morbi ornare ipsum sit amet enim rhoncus, sed eleifend felis tristique. Mauris sed sollicitudin libero. In nec lacus quis erat rhoncus molestie.', 'Get more nutrition in every bite', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2017-09-30 18:48:59', '2017-09-30 18:48:59', '', 48, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/48-revision-v1/', 0, 'revision', '', 0),
(57, 1, '2017-09-30 18:49:00', '2017-09-30 18:49:00', 'The young team of Franziska Hildebrand, Franziska Preuss, Vanessa Hinz and Dahlmeier clocked 1 hour, 11 minutes, 54.6 seconds to beat France by just over 1 minute. Italy took bronze, 1:06.1 behind. Germany missed six targets overall, avoiding any laps around the penalty loop. Maria Dorin Habert of France, who has two individual gold medals at these worlds, passed Russia and France on the last leg and to take her team from fourth to second.', 'Women’s Relay Competition', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2017-09-30 18:49:00', '2017-09-30 18:49:00', '', 49, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/49-revision-v1/', 0, 'revision', '', 0),
(58, 1, '2017-09-30 18:49:01', '2017-09-30 18:49:01', 'Chocolate bar marzipan sweet marzipan. Danish tart bear claw donut cake bonbon biscuit powder croissant. Liquorice cake cookie. Dessert cotton candy macaroon gummies sweet gingerbread sugar plum. Biscuit tart cake. Candy jelly ice cream halvah jelly-o jelly beans brownie pastry sweet. Candy sweet roll dessert. Lemon drops jelly-o fruitcake topping. Soufflé jelly beans bonbon.', 'A Paradise for Holiday', '', 'inherit', 'closed', 'closed', '', '50-revision-v1', '', '', '2017-09-30 18:49:01', '2017-09-30 18:49:01', '', 50, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/50-revision-v1/', 0, 'revision', '', 0),
(59, 1, '2017-09-30 18:49:01', '2017-09-30 18:49:01', 'Nunc consectetur ipsum nisi, ut pellentesque felis tempus vitae. Integer eget lacinia nunc. Vestibulum consectetur convallis augue id egestas. Nullam rhoncus, arcu in tincidunt ultricies, velit diam imperdiet lacus, sed faucibus mi massa vel nunc. In ac viverra augue, a luctus nisl. Donec interdum enim tempus, aliquet metus maximus, euismod quam. Sed pretium finibus rhoncus. Phasellus libero diam, rutrum non ipsum ut, ultricies sodales sapien. Duis viverra purus lorem.', 'Destruction in Montania', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2017-09-30 18:49:01', '2017-09-30 18:49:01', '', 51, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/51-revision-v1/', 0, 'revision', '', 0),
(67, 1, '2017-09-30 19:04:11', '2017-09-30 19:04:11', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2017-09-30 19:04:11', '2017-09-30 19:04:11', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(68, 1, '2017-09-30 19:04:27', '2017-09-30 19:04:27', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/cropped-logo.jpg', 'cropped-logo.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-logo-jpg', '', '', '2017-09-30 19:04:27', '2017-09-30 19:04:27', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/cropped-logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2017-09-30 19:22:32', '2017-09-30 19:22:32', '{\n    "blogdescription": {\n        "value": "Pravasabhumi Online",\n        "type": "option",\n        "user_id": 1\n    },\n    "blogname": {\n        "value": "Pravasabhumi",\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '40210b3a-80aa-4804-a36b-8886d8e95b2f', '', '', '2017-09-30 19:22:32', '2017-09-30 19:22:32', '', 0, 'http://localhost/PRAVASABHUMI/?p=69', 0, 'customize_changeset', '', 0),
(70, 1, '2017-10-06 16:37:48', '2017-10-06 16:37:48', '<p style="text-align: center;"><img src="images/Rimage/vallathol.png" alt="" /></p>\n2017 ലെ വള്ളത്തോള്‍ പുരസ്കാരം പ്രഭാവര്‍മ്മയ്ക്ക്\n<ul>\n 	<li>വള്ളത്തോൾ സാഹിത്യസമിതി അന്തരിച്ച പ്രശസ്ത മലയാള കവിയായ വള്ളത്തോളിന്റെ പേരിൽ ഏർപ്പെടുത്തിയ പുരസ്കാരം ആണ്‌ <b>വള്ളത്തോൾ പുരസ്കാരം</b>.</li>\n</ul>\n<ul>\n 	<li>1,11,111 രൂപയും പ്രശസ്തിപത്രവും ഉൾപ്പെട്ടതാണ് ഈ പുരസ്കാരം.</li>\n</ul>\n<h2></h2>\n<h2><span id=".E0.B4.AA.E0.B5.81.E0.B4.B0.E0.B4.B8.E0.B5.8D.E0.B4.95.E0.B4.BE.E0.B4.B0.E0.B4.9C.E0.B5.87.E0.B4.A4.E0.B4.BE.E0.B4.95.E0.B5.8D.E0.B4.95.E0.B5.BE" class="mw-headline">പുരസ്കാരജേതാക്കൾ</span></h2>\n<ul>\n 	<li>വള്ളത്തോൾ പുരസ്കാരം ലഭിച്ചവരുടെ പട്ടിക (1991 മുതൽ).</li>\n</ul>\n<table class="wikitable" style="border-color: #0099ff; margin-left: auto; margin-right: auto;" border="1" cellspacing="5" cellpadding="5">\n<tbody>\n<tr style="height: 15px;">\n<th style="height: 15px;">വർഷം</th>\n<th style="height: 15px;">പേര്‌</th>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">1991</td>\n<td style="height: 15px;">പാലാ നാരായണൻ നായർ</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">1992</td>\n<td style="height: 15px;">ശൂരനാട് കുഞ്ഞൻ പിള്ള</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">1993</td>\n<td style="height: 15px;">ബാലാമണിയമ്മ,വൈക്കം മുഹമ്മദ് ബഷീർ</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">1994</td>\n<td style="height: 15px;">പൊൻകുന്നം വർക്കി</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">1995</td>\n<td style="height: 15px;">എം.പി. അപ്പൻ</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">1996</td>\n<td style="height: 15px;">തകഴി ശിവശങ്കരപ്പിള്ള</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">1997</td>\n<td style="height: 15px;">അക്കിത്തം അച്യുതൻനമ്പൂതിരി</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">1998</td>\n<td style="height: 15px;">കെ.എം. ജോർജ്</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">1999</td>\n<td style="height: 15px;">എസ്. ഗുപ്തൻ നായർ</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">2000</td>\n<td style="height: 15px;">പി. ഭാസ്കരൻ</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">2001</td>\n<td style="height: 15px;">ടി. പത്മനാഭൻ</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">2002</td>\n<td style="height: 15px;">ഡോ. എം. ലീലാവതി</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">2003</td>\n<td style="height: 15px;">സുഗതകുമാരി</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">2004</td>\n<td style="height: 15px;">കെ. അയ്യപ്പപ്പണിക്കർ</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">2005</td>\n<td style="height: 15px;">എം.ടി. വാസുദേവൻ നായർ</td>\n</tr>\n<tr style="height: 18px;">\n<td style="height: 18px;">2006</td>\n<td style="height: 18px;">ഒ. എൻ. വി. കുറുപ്പ്</td>\n</tr>\n<tr style="height: 18px;">\n<td style="height: 18px;">2007</td>\n<td style="height: 18px;">സുകുമാർ അഴീക്കോട്</td>\n</tr>\n<tr style="height: 18px;">\n<td style="height: 18px;">2008</td>\n<td style="height: 18px;">പുതുശ്ശേരി രാമചന്ദ്രൻ</td>\n</tr>\n<tr style="height: 18px;">\n<td style="height: 18px;">2009</td>\n<td style="height: 18px;">കാവാലം നാരായണപണിക്കർ</td>\n</tr>\n<tr style="height: 18px;">\n<td style="height: 18px;">2010</td>\n<td style="height: 18px;">വിഷ്ണുനാരായണൻ നമ്പൂതിരി</td>\n</tr>\n<tr style="height: 18px;">\n<td style="height: 18px;">2011</td>\n<td style="height: 18px;">സി. രാധാകൃഷ്ണൻ</td>\n</tr>\n<tr style="height: 18px;">\n<td style="height: 18px;">2012</td>\n<td style="height: 18px;">യൂസഫലി കേച്ചേരി</td>\n</tr>\n<tr style="height: 18px;">\n<td style="height: 18px;">2013</td>\n<td style="height: 18px;">പെരുമ്പടവം ശ്രീധരൻ</td>\n</tr>\n<tr style="height: 18px;">\n<td style="height: 18px;">2014</td>\n<td style="height: 18px;">പി. നാരായണക്കുറുപ്പ്</td>\n</tr>\n<tr style="height: 15px;">\n<td style="height: 15px;">2015</td>\n<td style="height: 15px;">ആനന്ദ്</td>\n</tr>\n<tr style="height: 18.625px;">\n<td style="height: 18.625px;">2016</td>\n<td style="height: 18.625px;">ശ്രീകുമാരൻ തമ്പി</td>\n</tr>\n<tr style="height: 18.625px;">\n<td style="height: 18.625px;">2017</td>\n<td style="height: 18.625px;">പ്രഭാവര്‍മ്മ</td>\n</tr>\n</tbody>\n</table>', 'വള്ളത്തോള്‍ പുരസ്കാരം പ്രഭാവര്‍മ്മയ്ക്ക്', '', 'inherit', 'closed', 'closed', '', '51-autosave-v1', '', '', '2017-10-06 16:37:48', '2017-10-06 16:37:48', '', 51, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/51-autosave-v1/', 0, 'revision', '', 0),
(71, 1, '2017-09-30 19:27:29', '2017-09-30 19:27:29', '2017 ലെ വള്ളത്തോള്‍ പുരസ്കാരം പ്രഭാവര്‍മ്മയ്ക്ക്\r\n\r\n&nbsp;\r\n\r\nശ്യാമാമാധവം എന്നാ ഖണ്ട കാവ്യത്തിനാണ് പുരസ്കാരം', 'Destruction in Montania', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2017-09-30 19:27:29', '2017-09-30 19:27:29', '', 51, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/51-revision-v1/', 0, 'revision', '', 0),
(72, 1, '2017-09-30 19:28:13', '2017-09-30 19:28:13', '2017 ലെ വള്ളത്തോള്‍ പുരസ്കാരം പ്രഭാവര്‍മ്മയ്ക്ക്\r\n\r\n&nbsp;\r\n\r\nശ്യാമാമാധവം എന്നാ ഖണ്ട കാവ്യത്തിനാണ് പുരസ്കാരം', 'വള്ളത്തോള്‍ പുരസ്കാരം പ്രഭാവര്‍മ്മയ്ക്ക്', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2017-09-30 19:28:13', '2017-09-30 19:28:13', '', 51, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/51-revision-v1/', 0, 'revision', '', 0),
(73, 1, '2017-09-30 19:36:22', '2017-09-30 19:36:22', '<img class="size-medium wp-image-40 alignright" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/yummy-2-300x167.jpg" alt="" width="300" height="167" />മനുഷ്യ ശരീരത്തില്‍ ഒരു ദിവസം പോലും വിശ്രമമില്ലാതെ പ്രവര്‍ത്തിക്കുന്ന അവയവമാണ് ഹൃദയം. സിരകളിലൂടെ ഹൃദയത്തിലെത്തുന്ന ഓക്‌സിജന്‍ കുറഞ്ഞ രക്തത്തെ ശ്വാസകോശത്തിലെത്തിച്ച് ഓക്‌സിജന്‍ സമ്പുഷ്ടമാക്കി ശരീരത്തിന്റെ വിവിധ ഭാഗങ്ങളിലേക്ക് എത്തിക്കുന്ന സുപ്രധാന ദൗത്യമുള്ള മനുഷ്യ അവയവം. അതുകൊണ്ട് തന്നെ ഹൃദയത്തിനേല്ല്‍ക്കുന്ന ചെറിയ പോറല്‍ പോലും ജീവന്‍ വരെ നഷ്ടപ്പെടാനും കാരണമാവാം.\n\nനില്‍ക്കാതെ മിടിച്ച് കൊണ്ടിരിക്കുന്ന ഹൃദയത്തിന് അത്രത്തോളം കാര്യങ്ങളുണ്ട് മനുഷ്യ ശരീരത്തില്‍ ചെയ്ത് തീര്‍ക്കാന്‍. പക്ഷെ നിര്‍ഭാഗ്യമെന്നോണം ലോകത്ത് സംഭവിക്കുന്ന മനുഷ്യ മരണങ്ങളില്‍ ഒന്നാമതെത്തി നില്‍ക്കുന്നത് ഹൃദയസംബന്ധമായ അസുഖങ്ങളാണെന്ന് ലോകാരോഗ്യ സംഘടന ചൂണ്ടിക്കാട്ടുന്നു.ഇത് അത്ര നിസാരമായി കാണേണ്ട കാര്യമല്ല. അതുകൊണ്ട് തന്നെയാണ് വേള്‍ഡ് ഹാര്‍ട്ട് ഫെഡറേഷന്‍ ഹൃദയ സുരക്ഷയ്ക്കായുള്ള ബോധവത്കരണവും മുന്നറിയിപ്പുമായി സെപ്തംബര്‍ 29-ന് ലോക ഹൃദയ ദിനം ആചരിച്ച് വരുന്നത്.', 'ഹൃദയത്തിന് വേണം കരുത്തും കരുതലും', '', 'inherit', 'closed', 'closed', '', '50-autosave-v1', '', '', '2017-09-30 19:36:22', '2017-09-30 19:36:22', '', 50, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/50-autosave-v1/', 0, 'revision', '', 0),
(74, 1, '2017-09-30 19:36:29', '2017-09-30 19:36:29', '<img class="size-medium wp-image-40 alignright" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/yummy-2-300x167.jpg" alt="" width="300" height="167" />മനുഷ്യ ശരീരത്തില്‍ ഒരു ദിവസം പോലും വിശ്രമമില്ലാതെ പ്രവര്‍ത്തിക്കുന്ന അവയവമാണ് ഹൃദയം. സിരകളിലൂടെ ഹൃദയത്തിലെത്തുന്ന ഓക്‌സിജന്‍ കുറഞ്ഞ രക്തത്തെ ശ്വാസകോശത്തിലെത്തിച്ച് ഓക്‌സിജന്‍ സമ്പുഷ്ടമാക്കി ശരീരത്തിന്റെ വിവിധ ഭാഗങ്ങളിലേക്ക് എത്തിക്കുന്ന സുപ്രധാന ദൗത്യമുള്ള മനുഷ്യ അവയവം. അതുകൊണ്ട് തന്നെ ഹൃദയത്തിനേല്ല്‍ക്കുന്ന ചെറിയ പോറല്‍ പോലും ജീവന്‍ വരെ നഷ്ടപ്പെടാനും കാരണമാവാം.\r\n\r\nനില്‍ക്കാതെ മിടിച്ച് കൊണ്ടിരിക്കുന്ന ഹൃദയത്തിന് അത്രത്തോളം കാര്യങ്ങളുണ്ട് മനുഷ്യ ശരീരത്തില്‍ ചെയ്ത് തീര്‍ക്കാന്‍. പക്ഷെ നിര്‍ഭാഗ്യമെന്നോണം ലോകത്ത് സംഭവിക്കുന്ന മനുഷ്യ മരണങ്ങളില്‍ ഒന്നാമതെത്തി നില്‍ക്കുന്നത് ഹൃദയസംബന്ധമായ അസുഖങ്ങളാണെന്ന് ലോകാരോഗ്യ സംഘടന ചൂണ്ടിക്കാട്ടുന്നു.ഇത് അത്ര നിസാരമായി കാണേണ്ട കാര്യമല്ല. അതുകൊണ്ട് തന്നെയാണ് വേള്‍ഡ് ഹാര്‍ട്ട് ഫെഡറേഷന്‍ ഹൃദയ സുരക്ഷയ്ക്കായുള്ള ബോധവത്കരണവും മുന്നറിയിപ്പുമായി സെപ്തംബര്‍ 29-ന് ലോക ഹൃദയ ദിനം ആചരിച്ച് വരുന്നത്.', 'ഹൃദയത്തിന് വേണം കരുത്തും കരുതലും', '', 'inherit', 'closed', 'closed', '', '50-revision-v1', '', '', '2017-09-30 19:36:29', '2017-09-30 19:36:29', '', 50, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/50-revision-v1/', 0, 'revision', '', 0),
(75, 1, '2017-09-30 20:02:00', '2017-09-30 20:02:00', '<h4>നവഗതനായ അരുണ്‍ ഗോപി സംവിധാനം ചെയ്ത് ദിലീപ് നായകനായി എത്തുന്ന പൊളിറ്റിക്കല്‍ ത്രില്ലറാണ് രാമലീല. വിവാദങ്ങളും, നായകന്‍റെ ജയില്‍വാസവും ഒക്കെ തീര്‍ത്ത പ്രതിസന്ധികള്‍ക്കിടയിലാണ് ചിത്രം തീയറ്ററുകളില്‍ എത്തിയിരിക്കുന്നത്. പതിവ് ദിലീപ് ചിത്രങ്ങളില്‍ നിന്നും വ്യത്യസ്തമായ രീതിയിലാണ് ചിത്രം ഒരുക്കിയത് എന്ന സംവിധായകന്‍റെ വാക്കുകള്‍ ശരിവയ്ക്കുന്നതാണ് ചിത്രത്തിന്‍റെ കാഴ്ച അനുഭവം. ദിലീപ് ചിത്രങ്ങളുടെ കോര്‍ഫാന്‍സ് എന്ന് പറയുന്ന കുടുംബങ്ങള്‍ കുറവായ ഒരു ഹൗസ്ഫുള്‍ തിയറ്ററില്‍ നിന്നാണ് ചിത്രം കണ്ടത്</h4>\n<img class="wp-image-76 aligncenter" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/Ramaleela1-300x144.jpg" alt="" width="703" height="338" />\n\n&nbsp;\n\nറണ്‍ ബേബി റണ്‍ പോലുള്ള ഒരു ത്രില്ലറിന് തൂലിക ചലിപ്പിച്ച സച്ചിയുടെ തിരക്കഥയിലാണ് ചിത്രം ഒരുങ്ങിയിരിക്കുന്നത്. അതിനാല്‍ തന്നെ ചിത്രം പ്രേക്ഷകന്‍ പ്രതീക്ഷിക്കുന്ന ട്വിസ്റ്റുകളും ടേണുകളും പുലര്‍ത്തുന്നു. ഭരണകക്ഷിയായ സിഡിപിയുടെ യുവ എംഎല്‍എയായ രാമനുണ്ണി പാര്‍ട്ടിയുമായുള്ള ആശയ വ്യത്യസത്തിന്‍റെ പേരില്‍ രാജിവയ്ക്കുന്നു. പിന്നീട് വരുന്ന ഉപതെരഞ്ഞെടുപ്പില്‍ എതിര്‍പക്ഷത്തുള്ള വലത് പക്ഷ പാര്‍ട്ടിയുടെ സ്വതന്ത്ര്യസ്ഥാനാര്‍ത്ഥിയാകുന്നു. സിഡിപി രക്തസാക്ഷിയായ സഖാവ് രാഘവന്‍റെ മകനാണ് രാമനുണ്ണി. എന്നാല്‍ അപ്രതീക്ഷിതമായ ഈ ചുവട് മാറ്റത്തില്‍ രാമനുണ്ണിക്ക് മുന്നില്‍ എതിരാളിയായി എത്തുന്നത് പ്രതീക്ഷിക്കാത്ത ഒരാള്‍. അതിനിടയില്‍ ഒരു കുറ്റകൃത്യത്തില്‍ പ്രതിചേര്‍ക്കപ്പെടുന്ന രാമനുണ്ണി അതില്‍ നിന്നും ഹെലന എന്ന ന്യൂമീഡിയ പ്രവര്‍ത്തകയുടെ സഹായത്താല്‍ പുറത്തുവരുന്നതും, അതിനോട് അനുബന്ധിച്ച അപ്രതീക്ഷിത ക്ലൈമാക്സുമാണ് രണ്ടര മണിക്കൂര്‍ ചിത്രം പറയുന്നത്.', 'രാമന്‍റെ ''ത്രില്ലര്‍'' ലീലകള്‍ - രാമലീല റിവ്യൂ', '', 'inherit', 'closed', 'closed', '', '49-autosave-v1', '', '', '2017-09-30 20:02:00', '2017-09-30 20:02:00', '', 49, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/49-autosave-v1/', 0, 'revision', '', 0),
(76, 1, '2017-09-30 19:58:34', '2017-09-30 19:58:34', '', 'Ramaleela1', '', 'inherit', 'open', 'closed', '', 'ramaleela1', '', '', '2017-09-30 19:58:34', '2017-09-30 19:58:34', '', 49, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/Ramaleela1.jpg', 0, 'attachment', 'image/jpeg', 0),
(77, 1, '2017-09-30 20:00:25', '2017-09-30 20:00:25', 'നവഗതനായ അരുണ്‍ ഗോപി സംവിധാനം ചെയ്ത് ദിലീപ് നായകനായി എത്തുന്ന പൊളിറ്റിക്കല്‍ ത്രില്ലറാണ് രാമലീല. വിവാദങ്ങളും, നായകന്‍റെ ജയില്‍വാസവും ഒക്കെ തീര്‍ത്ത പ്രതിസന്ധികള്‍ക്കിടയിലാണ് ചിത്രം തീയറ്ററുകളില്‍ എത്തിയിരിക്കുന്നത്. പതിവ് ദിലീപ് ചിത്രങ്ങളില്‍ നിന്നും വ്യത്യസ്തമായ രീതിയിലാണ് ചിത്രം ഒരുക്കിയത് എന്ന സംവിധായകന്‍റെ വാക്കുകള്‍ ശരിവയ്ക്കുന്നതാണ് ചിത്രത്തിന്‍റെ കാഴ്ച അനുഭവം. ദിലീപ് ചിത്രങ്ങളുടെ കോര്‍ഫാന്‍സ് എന്ന് പറയുന്ന കുടുംബങ്ങള്‍ കുറവായ ഒരു ഹൗസ്ഫുള്‍ തിയറ്ററില്‍ നിന്നാണ് ചിത്രം കണ്ടത്\r\n\r\n<img class="wp-image-76 alignright" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/Ramaleela1-300x144.jpg" alt="" width="703" height="338" />\r\n\r\n&nbsp;\r\n\r\nറണ്‍ ബേബി റണ്‍ പോലുള്ള ഒരു ത്രില്ലറിന് തൂലിക ചലിപ്പിച്ച സച്ചിയുടെ തിരക്കഥയിലാണ് ചിത്രം ഒരുങ്ങിയിരിക്കുന്നത്. അതിനാല്‍ തന്നെ ചിത്രം പ്രേക്ഷകന്‍ പ്രതീക്ഷിക്കുന്ന ട്വിസ്റ്റുകളും ടേണുകളും പുലര്‍ത്തുന്നു. ഭരണകക്ഷിയായ സിഡിപിയുടെ യുവ എംഎല്‍എയായ രാമനുണ്ണി പാര്‍ട്ടിയുമായുള്ള ആശയ വ്യത്യസത്തിന്‍റെ പേരില്‍ രാജിവയ്ക്കുന്നു. പിന്നീട് വരുന്ന ഉപതെരഞ്ഞെടുപ്പില്‍ എതിര്‍പക്ഷത്തുള്ള വലത് പക്ഷ പാര്‍ട്ടിയുടെ സ്വതന്ത്ര്യസ്ഥാനാര്‍ത്ഥിയാകുന്നു. സിഡിപി രക്തസാക്ഷിയായ സഖാവ് രാഘവന്‍റെ മകനാണ് രാമനുണ്ണി. എന്നാല്‍ അപ്രതീക്ഷിതമായ ഈ ചുവട് മാറ്റത്തില്‍ രാമനുണ്ണിക്ക് മുന്നില്‍ എതിരാളിയായി എത്തുന്നത് പ്രതീക്ഷിക്കാത്ത ഒരാള്‍. അതിനിടയില്‍ ഒരു കുറ്റകൃത്യത്തില്‍ പ്രതിചേര്‍ക്കപ്പെടുന്ന രാമനുണ്ണി അതില്‍ നിന്നും ഹെലന എന്ന ന്യൂമീഡിയ പ്രവര്‍ത്തകയുടെ സഹായത്താല്‍ പുറത്തുവരുന്നതും, അതിനോട് അനുബന്ധിച്ച അപ്രതീക്ഷിത ക്ലൈമാക്സുമാണ് രണ്ടര മണിക്കൂര്‍ ചിത്രം പറയുന്നത്.', 'രാമന്‍റെ ''ത്രില്ലര്‍'' ലീലകള്‍ - രാമലീല റിവ്യൂ', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2017-09-30 20:00:25', '2017-09-30 20:00:25', '', 49, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/49-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `pb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(78, 1, '2017-09-30 20:00:54', '2017-09-30 20:00:54', 'നവഗതനായ അരുണ്‍ ഗോപി സംവിധാനം ചെയ്ത് ദിലീപ് നായകനായി എത്തുന്ന പൊളിറ്റിക്കല്‍ ത്രില്ലറാണ് രാമലീല. വിവാദങ്ങളും, നായകന്‍റെ ജയില്‍വാസവും ഒക്കെ തീര്‍ത്ത പ്രതിസന്ധികള്‍ക്കിടയിലാണ് ചിത്രം തീയറ്ററുകളില്‍ എത്തിയിരിക്കുന്നത്. പതിവ് ദിലീപ് ചിത്രങ്ങളില്‍ നിന്നും വ്യത്യസ്തമായ രീതിയിലാണ് ചിത്രം ഒരുക്കിയത് എന്ന സംവിധായകന്‍റെ വാക്കുകള്‍ ശരിവയ്ക്കുന്നതാണ് ചിത്രത്തിന്‍റെ കാഴ്ച അനുഭവം. ദിലീപ് ചിത്രങ്ങളുടെ കോര്‍ഫാന്‍സ് എന്ന് പറയുന്ന കുടുംബങ്ങള്‍ കുറവായ ഒരു ഹൗസ്ഫുള്‍ തിയറ്ററില്‍ നിന്നാണ് ചിത്രം കണ്ടത്\r\n\r\n<img class="wp-image-76 aligncenter" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/Ramaleela1-300x144.jpg" alt="" width="703" height="338" />\r\n\r\n&nbsp;\r\n\r\nറണ്‍ ബേബി റണ്‍ പോലുള്ള ഒരു ത്രില്ലറിന് തൂലിക ചലിപ്പിച്ച സച്ചിയുടെ തിരക്കഥയിലാണ് ചിത്രം ഒരുങ്ങിയിരിക്കുന്നത്. അതിനാല്‍ തന്നെ ചിത്രം പ്രേക്ഷകന്‍ പ്രതീക്ഷിക്കുന്ന ട്വിസ്റ്റുകളും ടേണുകളും പുലര്‍ത്തുന്നു. ഭരണകക്ഷിയായ സിഡിപിയുടെ യുവ എംഎല്‍എയായ രാമനുണ്ണി പാര്‍ട്ടിയുമായുള്ള ആശയ വ്യത്യസത്തിന്‍റെ പേരില്‍ രാജിവയ്ക്കുന്നു. പിന്നീട് വരുന്ന ഉപതെരഞ്ഞെടുപ്പില്‍ എതിര്‍പക്ഷത്തുള്ള വലത് പക്ഷ പാര്‍ട്ടിയുടെ സ്വതന്ത്ര്യസ്ഥാനാര്‍ത്ഥിയാകുന്നു. സിഡിപി രക്തസാക്ഷിയായ സഖാവ് രാഘവന്‍റെ മകനാണ് രാമനുണ്ണി. എന്നാല്‍ അപ്രതീക്ഷിതമായ ഈ ചുവട് മാറ്റത്തില്‍ രാമനുണ്ണിക്ക് മുന്നില്‍ എതിരാളിയായി എത്തുന്നത് പ്രതീക്ഷിക്കാത്ത ഒരാള്‍. അതിനിടയില്‍ ഒരു കുറ്റകൃത്യത്തില്‍ പ്രതിചേര്‍ക്കപ്പെടുന്ന രാമനുണ്ണി അതില്‍ നിന്നും ഹെലന എന്ന ന്യൂമീഡിയ പ്രവര്‍ത്തകയുടെ സഹായത്താല്‍ പുറത്തുവരുന്നതും, അതിനോട് അനുബന്ധിച്ച അപ്രതീക്ഷിത ക്ലൈമാക്സുമാണ് രണ്ടര മണിക്കൂര്‍ ചിത്രം പറയുന്നത്.', 'രാമന്‍റെ ''ത്രില്ലര്‍'' ലീലകള്‍ - രാമലീല റിവ്യൂ', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2017-09-30 20:00:54', '2017-09-30 20:00:54', '', 49, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/49-revision-v1/', 0, 'revision', '', 0),
(79, 1, '2017-09-30 20:02:30', '2017-09-30 20:02:30', '<h6>നവഗതനായ അരുണ്‍ ഗോപി സംവിധാനം ചെയ്ത് ദിലീപ് നായകനായി എത്തുന്ന പൊളിറ്റിക്കല്‍ ത്രില്ലറാണ് രാമലീല. വിവാദങ്ങളും, നായകന്‍റെ ജയില്‍വാസവും ഒക്കെ തീര്‍ത്ത പ്രതിസന്ധികള്‍ക്കിടയിലാണ് ചിത്രം തീയറ്ററുകളില്‍ എത്തിയിരിക്കുന്നത്. പതിവ് ദിലീപ് ചിത്രങ്ങളില്‍ നിന്നും വ്യത്യസ്തമായ രീതിയിലാണ് ചിത്രം ഒരുക്കിയത് എന്ന സംവിധായകന്‍റെ വാക്കുകള്‍ ശരിവയ്ക്കുന്നതാണ് ചിത്രത്തിന്‍റെ കാഴ്ച അനുഭവം. ദിലീപ് ചിത്രങ്ങളുടെ കോര്‍ഫാന്‍സ് എന്ന് പറയുന്ന കുടുംബങ്ങള്‍ കുറവായ ഒരു ഹൗസ്ഫുള്‍ തിയറ്ററില്‍ നിന്നാണ് ചിത്രം കണ്ടത്</h6>\r\n<img class="wp-image-76 aligncenter" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/Ramaleela1-300x144.jpg" alt="" width="703" height="338" />\r\n\r\n&nbsp;\r\n\r\nറണ്‍ ബേബി റണ്‍ പോലുള്ള ഒരു ത്രില്ലറിന് തൂലിക ചലിപ്പിച്ച സച്ചിയുടെ തിരക്കഥയിലാണ് ചിത്രം ഒരുങ്ങിയിരിക്കുന്നത്. അതിനാല്‍ തന്നെ ചിത്രം പ്രേക്ഷകന്‍ പ്രതീക്ഷിക്കുന്ന ട്വിസ്റ്റുകളും ടേണുകളും പുലര്‍ത്തുന്നു. ഭരണകക്ഷിയായ സിഡിപിയുടെ യുവ എംഎല്‍എയായ രാമനുണ്ണി പാര്‍ട്ടിയുമായുള്ള ആശയ വ്യത്യസത്തിന്‍റെ പേരില്‍ രാജിവയ്ക്കുന്നു. പിന്നീട് വരുന്ന ഉപതെരഞ്ഞെടുപ്പില്‍ എതിര്‍പക്ഷത്തുള്ള വലത് പക്ഷ പാര്‍ട്ടിയുടെ സ്വതന്ത്ര്യസ്ഥാനാര്‍ത്ഥിയാകുന്നു. സിഡിപി രക്തസാക്ഷിയായ സഖാവ് രാഘവന്‍റെ മകനാണ് രാമനുണ്ണി. എന്നാല്‍ അപ്രതീക്ഷിതമായ ഈ ചുവട് മാറ്റത്തില്‍ രാമനുണ്ണിക്ക് മുന്നില്‍ എതിരാളിയായി എത്തുന്നത് പ്രതീക്ഷിക്കാത്ത ഒരാള്‍. അതിനിടയില്‍ ഒരു കുറ്റകൃത്യത്തില്‍ പ്രതിചേര്‍ക്കപ്പെടുന്ന രാമനുണ്ണി അതില്‍ നിന്നും ഹെലന എന്ന ന്യൂമീഡിയ പ്രവര്‍ത്തകയുടെ സഹായത്താല്‍ പുറത്തുവരുന്നതും, അതിനോട് അനുബന്ധിച്ച അപ്രതീക്ഷിത ക്ലൈമാക്സുമാണ് രണ്ടര മണിക്കൂര്‍ ചിത്രം പറയുന്നത്.', 'രാമന്‍റെ ''ത്രില്ലര്‍'' ലീലകള്‍ - രാമലീല റിവ്യൂ', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2017-09-30 20:02:30', '2017-09-30 20:02:30', '', 49, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/49-revision-v1/', 0, 'revision', '', 0),
(80, 1, '2017-09-30 20:02:51', '2017-09-30 20:02:51', 'നവഗതനായ അരുണ്‍ ഗോപി സംവിധാനം ചെയ്ത് ദിലീപ് നായകനായി എത്തുന്ന പൊളിറ്റിക്കല്‍ ത്രില്ലറാണ് രാമലീല. വിവാദങ്ങളും, നായകന്‍റെ ജയില്‍വാസവും ഒക്കെ തീര്‍ത്ത പ്രതിസന്ധികള്‍ക്കിടയിലാണ് ചിത്രം തീയറ്ററുകളില്‍ എത്തിയിരിക്കുന്നത്. പതിവ് ദിലീപ് ചിത്രങ്ങളില്‍ നിന്നും വ്യത്യസ്തമായ രീതിയിലാണ് ചിത്രം ഒരുക്കിയത് എന്ന സംവിധായകന്‍റെ വാക്കുകള്‍ ശരിവയ്ക്കുന്നതാണ് ചിത്രത്തിന്‍റെ കാഴ്ച അനുഭവം. ദിലീപ് ചിത്രങ്ങളുടെ കോര്‍ഫാന്‍സ് എന്ന് പറയുന്ന കുടുംബങ്ങള്‍ കുറവായ ഒരു ഹൗസ്ഫുള്‍ തിയറ്ററില്‍ നിന്നാണ് ചിത്രം കണ്ടത്\r\n\r\n<img class="wp-image-76 aligncenter" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/Ramaleela1-300x144.jpg" alt="" width="703" height="338" />\r\n\r\n&nbsp;\r\n\r\nറണ്‍ ബേബി റണ്‍ പോലുള്ള ഒരു ത്രില്ലറിന് തൂലിക ചലിപ്പിച്ച സച്ചിയുടെ തിരക്കഥയിലാണ് ചിത്രം ഒരുങ്ങിയിരിക്കുന്നത്. അതിനാല്‍ തന്നെ ചിത്രം പ്രേക്ഷകന്‍ പ്രതീക്ഷിക്കുന്ന ട്വിസ്റ്റുകളും ടേണുകളും പുലര്‍ത്തുന്നു. ഭരണകക്ഷിയായ സിഡിപിയുടെ യുവ എംഎല്‍എയായ രാമനുണ്ണി പാര്‍ട്ടിയുമായുള്ള ആശയ വ്യത്യസത്തിന്‍റെ പേരില്‍ രാജിവയ്ക്കുന്നു. പിന്നീട് വരുന്ന ഉപതെരഞ്ഞെടുപ്പില്‍ എതിര്‍പക്ഷത്തുള്ള വലത് പക്ഷ പാര്‍ട്ടിയുടെ സ്വതന്ത്ര്യസ്ഥാനാര്‍ത്ഥിയാകുന്നു. സിഡിപി രക്തസാക്ഷിയായ സഖാവ് രാഘവന്‍റെ മകനാണ് രാമനുണ്ണി. എന്നാല്‍ അപ്രതീക്ഷിതമായ ഈ ചുവട് മാറ്റത്തില്‍ രാമനുണ്ണിക്ക് മുന്നില്‍ എതിരാളിയായി എത്തുന്നത് പ്രതീക്ഷിക്കാത്ത ഒരാള്‍. അതിനിടയില്‍ ഒരു കുറ്റകൃത്യത്തില്‍ പ്രതിചേര്‍ക്കപ്പെടുന്ന രാമനുണ്ണി അതില്‍ നിന്നും ഹെലന എന്ന ന്യൂമീഡിയ പ്രവര്‍ത്തകയുടെ സഹായത്താല്‍ പുറത്തുവരുന്നതും, അതിനോട് അനുബന്ധിച്ച അപ്രതീക്ഷിത ക്ലൈമാക്സുമാണ് രണ്ടര മണിക്കൂര്‍ ചിത്രം പറയുന്നത്.', 'രാമന്‍റെ ''ത്രില്ലര്‍'' ലീലകള്‍ - രാമലീല റിവ്യൂ', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2017-09-30 20:02:51', '2017-09-30 20:02:51', '', 49, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/49-revision-v1/', 0, 'revision', '', 0),
(81, 1, '2017-09-30 20:09:59', '2017-09-30 20:09:59', '', 'new-CECindia', '', 'inherit', 'open', 'closed', '', 'new-cecindia', '', '', '2017-09-30 20:09:59', '2017-09-30 20:09:59', '', 47, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/new-CECindia.jpg', 0, 'attachment', 'image/jpeg', 0),
(82, 1, '2017-09-30 20:10:57', '2017-09-30 20:10:57', 'ഇന്‍സ്റ്റഗ്രാമില്‍ പോസ്റ്റ് ചെയ്ത ഒരു ഫോട്ടോയിലൂടെ പുലിവാല് പിടിച്ചിരിക്കുകയാണ് നടി സാമന്ത. മിനി വെക്കേഷന്‍ എന്ന അടിക്കുറിപ്പോടെ ഒരു ബിക്കിനിയുടെ ചിത്രമാണ് സാമന്ത പോസ്റ്റ് ചെയ്തത്. എന്നാല്‍ ചിത്രം കുറച്ചു കടന്നു പോയെന്ന് ആരോപിച്ച് ആരാധകരും രംഗത്തെത്തി. ഇതില്‍ ഒരു ആരാധകന്റെ കമന്റ് സാമന്തയ്ക്ക് അത്ര ഇഷ്ടപ്പെട്ടില്ല.\n\nനിങ്ങളുടെ ജീവിതം നിങ്ങളുടെത് മാത്രമല്ല ഒരു തലമുറ നിങ്ങളില്‍ നിന്നാണ് പഠിക്കുന്നതെന്നായിരുന്നു ആരാധകന്റെ കമന്റ്. എന്നാല്‍ ഇത് സാമന്തയ്ക്ക് ഇഷ്ടപ്പെട്ടില്ല. തലമുറ അവരുടെ കാര്യങ്ങള്‍ നന്നായി നോക്കുന്നുണ്ട്. ഒരാളെ വിലയിരുത്തുന്നത് അവരുടെ വസ്ത്രം നോക്കിയാകരുത്. നിങ്ങളുടെ ചിന്താഗതിയില്‍ പുഛം തോന്നുന്നുവെന്നും സാമന്ത കുറിച്ചു. പിന്നാലെ ഇയാളെ ബ്ലോക് ചെയ്യുകയും ചെയ്തു.\n<div id="_forkInArticleAdContainer"><ins>\n<div id="beacon_9ac67bafdb"><img src="http://wtf2.forkcdn.com/www/delivery/lg.php?bannerid=0&amp;campaignid=0&amp;zoneid=3310&amp;loc=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Fsamantha-lashes-out-a-fan-over-bikini-issue-on-twitter&amp;referer=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Framaleela-movie-review&amp;cb=9ac67bafdb" alt="" width="0" height="0" /></div>\n</ins></div>\n<div id="_forkInArticleAdContainer"><ins>\n<div id="beacon_29d7c1b516"><img src="http://wtf2.forkcdn.com/www/delivery/lg.php?bannerid=0&amp;campaignid=0&amp;zoneid=3310&amp;loc=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Fsamantha-lashes-out-a-fan-over-bikini-issue-on-twitter&amp;referer=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Framaleela-movie-review&amp;cb=29d7c1b516" alt="" width="0" height="0" /></div>\n</ins></div>\nഎനിക്ക് പുതിയൊരു പാഠം പഠിപ്പിച്ചു തന്നതിന് നന്ദിയെന്നും, അഹങ്കാരിയായ നിങ്ങള്‍ ഇറങ്ങി പോകുവെന്നും ഇയാള്‍ ട്വീറ്റ് ചെയ്തു. സാമന്തയുടെ കടുത്ത ആരാധകന്‍ കൂടിയായ ഇയാള്‍ പിന്നാലെ തന്റെ അക്കൗണ്ടും ഡിലീറ്റ് ചെയ്തു.', 'ആരാധകന്‍റെ ട്വിറ്റര്‍ അക്കൗണ്ട് പൂട്ടിച്ച് സാമന്ത', '', 'inherit', 'closed', 'closed', '', '47-autosave-v1', '', '', '2017-09-30 20:10:57', '2017-09-30 20:10:57', '', 47, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/47-autosave-v1/', 0, 'revision', '', 0),
(83, 1, '2017-09-30 20:11:04', '2017-09-30 20:11:04', 'ഇന്‍സ്റ്റഗ്രാമില്‍ പോസ്റ്റ് ചെയ്ത ഒരു ഫോട്ടോയിലൂടെ പുലിവാല് പിടിച്ചിരിക്കുകയാണ് നടി സാമന്ത. മിനി വെക്കേഷന്‍ എന്ന അടിക്കുറിപ്പോടെ ഒരു ബിക്കിനിയുടെ ചിത്രമാണ് സാമന്ത പോസ്റ്റ് ചെയ്തത്. എന്നാല്‍ ചിത്രം കുറച്ചു കടന്നു പോയെന്ന് ആരോപിച്ച് ആരാധകരും രംഗത്തെത്തി. ഇതില്‍ ഒരു ആരാധകന്റെ കമന്റ് സാമന്തയ്ക്ക് അത്ര ഇഷ്ടപ്പെട്ടില്ല.\r\n\r\nനിങ്ങളുടെ ജീവിതം നിങ്ങളുടെത് മാത്രമല്ല ഒരു തലമുറ നിങ്ങളില്‍ നിന്നാണ് പഠിക്കുന്നതെന്നായിരുന്നു ആരാധകന്റെ കമന്റ്. എന്നാല്‍ ഇത് സാമന്തയ്ക്ക് ഇഷ്ടപ്പെട്ടില്ല. തലമുറ അവരുടെ കാര്യങ്ങള്‍ നന്നായി നോക്കുന്നുണ്ട്. ഒരാളെ വിലയിരുത്തുന്നത് അവരുടെ വസ്ത്രം നോക്കിയാകരുത്. നിങ്ങളുടെ ചിന്താഗതിയില്‍ പുഛം തോന്നുന്നുവെന്നും സാമന്ത കുറിച്ചു. പിന്നാലെ ഇയാളെ ബ്ലോക് ചെയ്യുകയും ചെയ്തു.\r\n<div id="_forkInArticleAdContainer"><ins>\r\n<div id="beacon_9ac67bafdb"><img src="http://wtf2.forkcdn.com/www/delivery/lg.php?bannerid=0&amp;campaignid=0&amp;zoneid=3310&amp;loc=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Fsamantha-lashes-out-a-fan-over-bikini-issue-on-twitter&amp;referer=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Framaleela-movie-review&amp;cb=9ac67bafdb" alt="" width="0" height="0" /></div>\r\n</ins></div>\r\n<div id="_forkInArticleAdContainer"><ins>\r\n<div id="beacon_29d7c1b516"><img src="http://wtf2.forkcdn.com/www/delivery/lg.php?bannerid=0&amp;campaignid=0&amp;zoneid=3310&amp;loc=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Fsamantha-lashes-out-a-fan-over-bikini-issue-on-twitter&amp;referer=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Framaleela-movie-review&amp;cb=29d7c1b516" alt="" width="0" height="0" /></div>\r\n</ins></div>\r\nഎനിക്ക് പുതിയൊരു പാഠം പഠിപ്പിച്ചു തന്നതിന് നന്ദിയെന്നും, അഹങ്കാരിയായ നിങ്ങള്‍ ഇറങ്ങി പോകുവെന്നും ഇയാള്‍ ട്വീറ്റ് ചെയ്തു. സാമന്തയുടെ കടുത്ത ആരാധകന്‍ കൂടിയായ ഇയാള്‍ പിന്നാലെ തന്റെ അക്കൗണ്ടും ഡിലീറ്റ് ചെയ്തു.', 'ആരാധകന്‍റെ ട്വിറ്റര്‍ അക്കൗണ്ട് പൂട്ടിച്ച് സാമന്ത', '', 'inherit', 'closed', 'closed', '', '47-revision-v1', '', '', '2017-09-30 20:11:04', '2017-09-30 20:11:04', '', 47, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/47-revision-v1/', 0, 'revision', '', 0),
(84, 1, '2017-09-30 20:12:46', '2017-09-30 20:12:46', 'ഇന്‍സ്റ്റഗ്രാമില്‍ പോസ്റ്റ് ചെയ്ത ഒരു ഫോട്ടോയിലൂടെ പുലിവാല് പിടിച്ചിരിക്കുകയാണ് നടി സാമന്ത. മിനി വെക്കേഷന്‍ എന്ന അടിക്കുറിപ്പോടെ ഒരു ബിക്കിനിയുടെ ചിത്രമാണ് സാമന്ത പോസ്റ്റ് ചെയ്തത്. എന്നാല്‍ ചിത്രം കുറച്ചു കടന്നു പോയെന്ന് ആരോപിച്ച് ആരാധകരും രംഗത്തെത്തി. ഇതില്‍ ഒരു ആരാധകന്റെ കമന്റ് സാമന്തയ്ക്ക് അത്ര ഇഷ്ടപ്പെട്ടില്ല.\r\n\r\nനിങ്ങളുടെ ജീവിതം നിങ്ങളുടെത് മാത്രമല്ല ഒരു തലമുറ നിങ്ങളില്‍ നിന്നാണ് പഠിക്കുന്നതെന്നായിരുന്നു ആരാധകന്റെ കമന്റ്. എന്നാല്‍ ഇത് സാമന്തയ്ക്ക് ഇഷ്ടപ്പെട്ടില്ല. തലമുറ അവരുടെ കാര്യങ്ങള്‍ നന്നായി നോക്കുന്നുണ്ട്. ഒരാളെ വിലയിരുത്തുന്നത് അവരുടെ വസ്ത്രം നോക്കിയാകരുത്. നിങ്ങളുടെ ചിന്താഗതിയില്‍ പുഛം തോന്നുന്നുവെന്നും സാമന്ത കുറിച്ചു. പിന്നാലെ ഇയാളെ ബ്ലോക് ചെയ്യുകയും ചെയ്തു.\r\n<div id="_forkInArticleAdContainer">\r\n\r\n&nbsp;\r\n<div id="beacon_9ac67bafdb"><img src="http://wtf2.forkcdn.com/www/delivery/lg.php?bannerid=0&amp;campaignid=0&amp;zoneid=3310&amp;loc=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Fsamantha-lashes-out-a-fan-over-bikini-issue-on-twitter&amp;referer=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Framaleela-movie-review&amp;cb=9ac67bafdb" alt="" width="0" height="0" /></div>\r\n&nbsp;\r\n\r\n</div>\r\n<div id="_forkInArticleAdContainer">\r\n\r\n&nbsp;\r\n<div id="beacon_29d7c1b516"><img src="http://wtf2.forkcdn.com/www/delivery/lg.php?bannerid=0&amp;campaignid=0&amp;zoneid=3310&amp;loc=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Fsamantha-lashes-out-a-fan-over-bikini-issue-on-twitter&amp;referer=http%3A%2F%2Fwww.asianetnews.com%2Fentertainment%2Framaleela-movie-review&amp;cb=29d7c1b516" alt="" width="0" height="0" /></div>\r\n&nbsp;\r\n\r\n</div>\r\nഎനിക്ക് പുതിയൊരു പാഠം പഠിപ്പിച്ചു തന്നതിന് നന്ദിയെന്നും, അഹങ്കാരിയായ നിങ്ങള്‍ ഇറങ്ങി പോകുവെന്നും ഇയാള്‍ ട്വീറ്റ് ചെയ്തു. സാമന്തയുടെ കടുത്ത ആരാധകന്‍ കൂടിയായ ഇയാള്‍ പിന്നാലെ തന്റെ അക്കൗണ്ടും ഡിലീറ്റ് ചെയ്തു.', 'ആരാധകന്‍റെ ട്വിറ്റര്‍ അക്കൗണ്ട് പൂട്ടിച്ച് സാമന്ത', '', 'inherit', 'closed', 'closed', '', '47-revision-v1', '', '', '2017-09-30 20:12:46', '2017-09-30 20:12:46', '', 47, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/47-revision-v1/', 0, 'revision', '', 0),
(85, 1, '2017-09-30 20:13:27', '2017-09-30 20:13:27', 'ഇന്‍സ്റ്റഗ്രാമില്‍ പോസ്റ്റ് ചെയ്ത ഒരു ഫോട്ടോയിലൂടെ പുലിവാല് പിടിച്ചിരിക്കുകയാണ് നടി സാമന്ത. മിനി വെക്കേഷന്‍ എന്ന അടിക്കുറിപ്പോടെ ഒരു ബിക്കിനിയുടെ ചിത്രമാണ് സാമന്ത പോസ്റ്റ് ചെയ്തത്. എന്നാല്‍ ചിത്രം കുറച്ചു കടന്നു പോയെന്ന് ആരോപിച്ച് ആരാധകരും രംഗത്തെത്തി. ഇതില്‍ ഒരു ആരാധകന്റെ കമന്റ് സാമന്തയ്ക്ക് അത്ര ഇഷ്ടപ്പെട്ടില്ല.\r\n\r\nനിങ്ങളുടെ ജീവിതം നിങ്ങളുടെത് മാത്രമല്ല ഒരു തലമുറ നിങ്ങളില്‍ നിന്നാണ് പഠിക്കുന്നതെന്നായിരുന്നു ആരാധകന്റെ കമന്റ്. എന്നാല്‍ ഇത് സാമന്തയ്ക്ക് ഇഷ്ടപ്പെട്ടില്ല. തലമുറ അവരുടെ കാര്യങ്ങള്‍ നന്നായി നോക്കുന്നുണ്ട്. ഒരാളെ വിലയിരുത്തുന്നത് അവരുടെ വസ്ത്രം നോക്കിയാകരുത്. നിങ്ങളുടെ ചിന്താഗതിയില്‍ പുഛം തോന്നുന്നുവെന്നും സാമന്ത കുറിച്ചു. പിന്നാലെ ഇയാളെ ബ്ലോക് ചെയ്യുകയും ചെയ്തു.\r\n\r\nഎനിക്ക് പുതിയൊരു പാഠം പഠിപ്പിച്ചു തന്നതിന് നന്ദിയെന്നും, അഹങ്കാരിയായ നിങ്ങള്‍ ഇറങ്ങി പോകുവെന്നും ഇയാള്‍ ട്വീറ്റ് ചെയ്തു. സാമന്തയുടെ കടുത്ത ആരാധകന്‍ കൂടിയായ ഇയാള്‍ പിന്നാലെ തന്റെ അക്കൗണ്ടും ഡിലീറ്റ് ചെയ്തു.', 'ആരാധകന്‍റെ ട്വിറ്റര്‍ അക്കൗണ്ട് പൂട്ടിച്ച് സാമന്ത', '', 'inherit', 'closed', 'closed', '', '47-revision-v1', '', '', '2017-09-30 20:13:27', '2017-09-30 20:13:27', '', 47, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/47-revision-v1/', 0, 'revision', '', 0),
(86, 1, '2017-09-30 20:41:16', '2017-09-30 20:41:16', 'േവ​ന​ൽ​ച്ചൂ​ടി​ൽ​നി​ന്ന് അ​ന്ത​രീ​ക്ഷ​ത്തെ​പ്പോ​ലെ മ​നു​ഷ്യ​ശ​രീ​ര​വും ത​ണു​പ്പി​ലേ​ക്ക് മാ​റു​ന്ന നാളുകളാണ്​ മ​ഴ​ക്കാ​ലം. ഇ​തി​ൻെ​റ മാ​റ്റ​ങ്ങ​ൾ ന​മ്മു​ടെ ശാ​രീ​രി​ക പ്ര​വ​ർ​ത്ത​ന​ത്തി​ലും കാ​ണാം. ശ​രീ​ര​ത്തിെ​ൻ​റ ബ​ലം കു​റ​യു​ന്ന​ത് ഇ​തി​ൽ പ്ര​ധാ​ന​മാ​ണ്. അ​തു​കൊ​ണ്ടാ​ണ് മ​ഴ​ക്കാ​ല​ത്തി​നൊ​പ്പം രോ​ഗ​ങ്ങ​ളും ശ​രീ​ര​ത്തി​ലേ​ക്ക് വി​രു​ന്നെ​ത്തു​ന്ന​ത്. പ​നി, ത്വ​ഗ്​​രോ​ഗ​ങ്ങ​ൾ, ശ്വാ​സം​മു​ട്ട്, ചു​മ, നീ​രി​റ​ക്കം പോ​ലു​ള്ള ശ്വ​സ​ന​സം​ബ​ന്ധ​മാ​യ രോ​ഗ​ങ്ങ​ൾ ഇ​വ​യെ​ല്ലാ​മാ​ണ് മ​ഴ​ക്കാ​ല രോ​ഗ​ങ്ങ​ളി​ൽ പ്ര​ധാ​നം. വാ​ത​സം​ബ​ന്ധ​മാ​യ അ​സു​ഖ​ങ്ങ​ളും വ​ർ​ധി​ക്കും. അ​സു​ഖ​മു​ള്ള​വ​ർ​ക്ക് അ​ത് വ​ർ​ധി​ക്കാ​നും ഇ​ല്ലാ​ത്ത​വ​ർ​ക്ക് അ​സു​ഖം ബാ​ധി​ക്കാ​നും ഈ ​കാ​ലം ഇ​ട​യാ​ക്കു​ന്നു.\n\nനാം ​ക​ഴി​ക്കു​ന്ന ഭ​ക്ഷ​ണ​ത്തെ ദ​ഹി​പ്പി​ക്കു​ന്ന​ത് ശ​രീ​ര​ത്തി​ലു​ള്ള അ​ഗ്​​നി​ര​സ​മാ​ണ്. മ​ഴ​ക്കാ​ല​ത്ത് അ​ഗ്​​നി​ബ​ലം കു​റ​യു​ന്നു. അ​തു​കൊ​ണ്ടു​ത​ന്നെ ദ​ഹ​ന​വും കു​റ​യും. ദ​ഹി​ക്കാ​ത്ത ഭ​ക്ഷ​ണം വിഷമായി ശ​രീ​ര​ത്തി​ൽ അ​വ​ശേ​ഷി​ക്കു​ന്നു. ആ​മം എ​ന്നാ​ണ് ഇ​തി​ന് പ​റ​യു​ക. അ​സു​ഖ​ത്തി​ന് കാ​ര​ണ​മാ​വു​ന്ന​ത് ഇ​താ​ണെ​ന്നാ​ണ് ആ​യു​ർ​വേ​ദ സ​ങ്ക​ൽ​പം. അ​തു​കൊ​ണ്ടാ​ണ് ആ​യു​ർ​വേ​ദ​ത്തി​ൽ രോ​ഗ​ത്തെ ആ​മ​യം എ​ന്ന്​ വി​ശേ​ഷി​പ്പി​ക്കു​ന്ന​ത്. അ​തു​കൊ​ണ്ടു​ത​ന്നെ രോ​ഗ​ങ്ങ​ളി​ല്ലാ​താ​ക്കാ​ൻ പ്ര​ധാ​നം ഭ​ക്ഷ​ണ​നി​യ​ന്ത്ര​ണ​മാ​ണ്.\n\n<strong>പ്രതിരോധം പ്രധാനം</strong>\n\nഏ​തു രോ​ഗ​ത്തെ​യും പ്ര​തി​രോ​ധി​ക്കാ​ൻ വ്യാ​യാ​മ​വും ഭ​ക്ഷ​ണ​നി​യ​ന്ത്ര​ണ​വു​മാ​ണ് മു​ഖ്യ​മാ​യും ചെ​യ്യേ​ണ്ട​ത്. ദ​ഹ​നം കു​റ​യു​ന്ന​തി​നാ​ൽ ഭ​ക്ഷ​ണം കു​റ​ക്കു​ന്ന​താ​ണ് ഉ​ത്ത​മം. എ​ത്ര വി​ശ​പ്പു​ണ്ടെ​ങ്കി​ലും പാ​തി വ​യ​ർ മാ​ത്രം ക​ഴി​ക്കു​ക. കാ​ര​ണം, വ​യ​റു​നി​റ​യെ ക​ഴി​ച്ചാ​ൽ പാ​തി​യും ദ​ഹി​ക്കാ​തെ ശ​രീ​ര​ത്തി​ല​ടി​ഞ്ഞു​കൂ​ടി രോ​ഗ​ത്തി​ലേ​ക്ക് ന​യി​ക്കു​ന്നു.\n\nക​ഴി​ക്കു​ന്ന​ത് ചി​ട്ട​യാ​യ സ​മ​യ​ക്ര​മം പാ​ലി​ച്ചാ‍യി​രി​ക്ക​ണം എ​ന്ന​തും പ്ര​ധാ​ന​മാ​ണ്. തോ​ന്നി​യ നേ​ര​ത്ത് ക​ഴി​ക്കാ​തെ കൃ​ത്യ​മാ​യ ഇ​ട​വേ​ള​യി​ൽ ക​ഴി​ക്കു​ക\n\nരാ​ത്രി​ഭ​ക്ഷ​ണം ക​ഴി​ക്കു​ന്ന​തി​നും ഉ​റ​ങ്ങാ​ൻ കി​ട​ക്കു​ന്ന​തി​നും ഇ​ട​യി​ൽ മൂ​ന്നു മ​ണി​ക്കൂ​റിെ​ൻ​റ ഇ​ട​വേ​ള അ​നി​വാ​ര്യ​മാ​ണ്. കാ​ര​ണം, ഭ​ക്ഷ​ണം ക​ഴി​ച്ച​യു​ട​ൻ നാം ​ഉ​റ​ങ്ങി​യാ​ലും കു​ട​ൽ പ്ര​വ​ർ​ത്തി​ച്ചു​കൊ​ണ്ടി​രി​ക്കും. ഇ​ത് അ​ടു​ത്ത​ദി​വ​സ​ത്തെ ന​മ്മു​ടെ ശാ​രീ​രി​കോ​ർ​ജ​ത്തെ​യും പ്ര​സ​രി​പ്പി​നെ​യും ബാ​ധി​ക്കും.\n\nഭ​ക്ഷ​ണം​പോ​ലെ ത​ന്നെ ശ്ര​ദ്ധി​ക്കേ​ണ്ട​താ​ണ് വ്യാ​യാ​മ​വും. ശാ​രീ​രി​ക വ്യാ​യാ​മം ഏ​തു കാ​ല​ത്തും പ്ര​ധാ​ന​മാ​ണെ​ങ്കി​ലും മ​ഴ​ക്കാ​ലം രോ​ഗ​ങ്ങ​ളു​ടെ കാ​ലം​കൂ​ടി​യാ​യ​തി​നാ​ൽ വ്യാ​യാ​മ​ത്തി​ന് കൂ​ടു​ത​ൽ പ്രാ​ധാ​ന്യ​മു​ണ്ട്. രാ​വി​ലെ എ​ഴു​ന്നേ​റ്റ് കു​റ​ച്ചു​നേ​രം വ്യാ​യാ​മം ചെ​യ്യു​ന്ന​ത് ഒ​ട്ടു​മി​ക്ക രോ​ഗ​ങ്ങ​ളെ​യും ശ​രീ​ര​ത്തി​നു പു​റ​ത്തു​നി​ർ​ത്താ​ൻ സ​ഹാ​യി​ക്കും.\n\n<strong>പഞ്ചകർമം</strong>\n\nശ​രീ​ര​ത്തി​ൽ കെ​ട്ടി​ക്കി​ട​ക്കു​ന്ന ആ​മ​ത്തെ ഇ​ല്ലാ​താ​ക്കു​ക​യാ​ണ് പ്ര​ധാ​ന​മെ​ന്ന് നേ​ര​ത്തേ സൂ​ചി​പ്പി​ച്ചു. ഇ​തി​നാ​യി പ​ഞ്ച​ക​ർ​മ ക്രി​യ​യാ​ണ് പ്ര​ധാ​ന​മാ​യും ചെ​യ്യാ​റു​ള്ള​ത്. രോ​ഗ​ത്തി​നും രോ​ഗി​യു​ടെ ശ​രീ​ര​പ്ര​കൃ​തി​ക്കും മ​റ്റും അ​നു​സ​രി​ച്ചാ​ണ് പ​ഞ്ച​ക​ർ​മ​ത്തി​ൽ ഏ​തു​വേ​ണ​മെ​ന്ന് തെ​ര​ഞ്ഞെ​ടു​ക്കു​ന്ന​ത്. വ​മ​ന​മാ​ണ് പ​ഞ്ച​ക​ര്‍മ​ത്തി​ലെ ഒ​ന്നാ​മ​ത്തെ ക​ര്‍മം. ക​ഫ​പ്ര​ധാ​ന​മാ​യ ദോ​ഷ​ത്തെ ഛർ​ദി​യു​ണ്ടാ​ക്കു​ന്ന ഔ​ഷ​ധ​ങ്ങ​ള്‍ ക​ഴി​പ്പി​ച്ച് ഛർ​ദി​പ്പി​ച്ചു ക​ള​യു​ന്ന​താ​ണ് രീ​തി.\n\nപി​ത്ത​ദോ​ഷ​ത്തെ വ​യ​റി​ള​ക്കു​ന്ന ഔ​ഷ​ധ​ങ്ങ​ള്‍ ക​ഴി​പ്പി​ച്ച് വി​രേ​ചി​പ്പി​ക്ക​ല്‍ (വി​സ​ര്‍ജി​പ്പി​ക്ക​ൽ) ആ​ണ് അ​ടു​ത്ത രീ​തി. വാ​ത​ദോ​ഷ​ത്തെ പു​റ​ത്തുക​ള​യാ​ന്‍ ഗുദത്തിലൂടെ ഔ​ഷ​ധം ക​ട​ത്തി​വി​ട്ട് പു​റ​ത്തു​ക​ള​യു​ന്ന സ​മ്പ്ര​ദാ​യ​മാ​ണ് വ​സ്തി. ര​ക്തം ദു​ഷി​ക്കു​ന്ന​തു മൂ​ല​മു​ണ്ടാ​കു​ന്ന രോ​ഗ​ങ്ങ​ള്‍ ശ​മി​പ്പി​ക്കാ​ന്‍ ര​ക്തം പു​റ​ത്തു​ക​ള​യു​ന്ന രീ​തി​യാ​ണ് ര​ക്ത​മോ​ക്ഷം. മൂ​ക്കി​ലൂ​ടെ ഔ​ഷ​ധം അ​ക​ത്തേ​ക്കൊ​ഴി​ച്ച് തൊ​ണ്ട​യി​ലും ത​ല​യി​ലു​മു​ള്ള ദോ​ഷ​ങ്ങ​ള്‍ ഇ​ള​ക്കി​ക്ക​ള​യു​ന്ന രീ​തി​യാ​ണ് ന​സ്യം. ഉ​ള്ളി​ലെ മാ​ലി​ന്യ​ങ്ങ​ൾ ഈ ​അ​ഞ്ചു പ്ര​ക്രി​യ​ക​ളി​ലൂ​ടെ പു​റ​ന്ത​ള്ള​പ്പെ​ടു​ന്നു', 'Get more nutrition in every bite', '', 'inherit', 'closed', 'closed', '', '48-autosave-v1', '', '', '2017-09-30 20:41:16', '2017-09-30 20:41:16', '', 48, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/48-autosave-v1/', 0, 'revision', '', 0),
(87, 1, '2017-09-30 20:32:46', '2017-09-30 20:32:46', '', 'Ayurvedic-Diet', '', 'inherit', 'open', 'closed', '', 'ayurvedic-diet', '', '', '2017-09-30 20:32:46', '2017-09-30 20:32:46', '', 48, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/Ayurvedic-Diet.png', 0, 'attachment', 'image/png', 0),
(88, 1, '2017-09-30 20:32:59', '2017-09-30 20:32:59', 'േവ​ന​ൽ​ച്ചൂ​ടി​ൽ​നി​ന്ന് അ​ന്ത​രീ​ക്ഷ​ത്തെ​പ്പോ​ലെ മ​നു​ഷ്യ​ശ​രീ​ര​വും ത​ണു​പ്പി​ലേ​ക്ക് മാ​റു​ന്ന നാളുകളാണ്​ മ​ഴ​ക്കാ​ലം. ഇ​തി​ൻെ​റ മാ​റ്റ​ങ്ങ​ൾ ന​മ്മു​ടെ ശാ​രീ​രി​ക പ്ര​വ​ർ​ത്ത​ന​ത്തി​ലും കാ​ണാം. ശ​രീ​ര​ത്തിെ​ൻ​റ ബ​ലം കു​റ​യു​ന്ന​ത് ഇ​തി​ൽ പ്ര​ധാ​ന​മാ​ണ്. അ​തു​കൊ​ണ്ടാ​ണ് മ​ഴ​ക്കാ​ല​ത്തി​നൊ​പ്പം രോ​ഗ​ങ്ങ​ളും ശ​രീ​ര​ത്തി​ലേ​ക്ക് വി​രു​ന്നെ​ത്തു​ന്ന​ത്. പ​നി, ത്വ​ഗ്​​രോ​ഗ​ങ്ങ​ൾ, ശ്വാ​സം​മു​ട്ട്, ചു​മ, നീ​രി​റ​ക്കം പോ​ലു​ള്ള ശ്വ​സ​ന​സം​ബ​ന്ധ​മാ​യ രോ​ഗ​ങ്ങ​ൾ ഇ​വ​യെ​ല്ലാ​മാ​ണ് മ​ഴ​ക്കാ​ല രോ​ഗ​ങ്ങ​ളി​ൽ പ്ര​ധാ​നം. വാ​ത​സം​ബ​ന്ധ​മാ​യ അ​സു​ഖ​ങ്ങ​ളും വ​ർ​ധി​ക്കും. അ​സു​ഖ​മു​ള്ള​വ​ർ​ക്ക് അ​ത് വ​ർ​ധി​ക്കാ​നും ഇ​ല്ലാ​ത്ത​വ​ർ​ക്ക് അ​സു​ഖം ബാ​ധി​ക്കാ​നും ഈ ​കാ​ലം ഇ​ട​യാ​ക്കു​ന്നു.\r\n\r\nനാം ​ക​ഴി​ക്കു​ന്ന ഭ​ക്ഷ​ണ​ത്തെ ദ​ഹി​പ്പി​ക്കു​ന്ന​ത് ശ​രീ​ര​ത്തി​ലു​ള്ള അ​ഗ്​​നി​ര​സ​മാ​ണ്. മ​ഴ​ക്കാ​ല​ത്ത് അ​ഗ്​​നി​ബ​ലം കു​റ​യു​ന്നു. അ​തു​കൊ​ണ്ടു​ത​ന്നെ ദ​ഹ​ന​വും കു​റ​യും. ദ​ഹി​ക്കാ​ത്ത ഭ​ക്ഷ​ണം വിഷമായി ശ​രീ​ര​ത്തി​ൽ അ​വ​ശേ​ഷി​ക്കു​ന്നു. ആ​മം എ​ന്നാ​ണ് ഇ​തി​ന് പ​റ​യു​ക. അ​സു​ഖ​ത്തി​ന് കാ​ര​ണ​മാ​വു​ന്ന​ത് ഇ​താ​ണെ​ന്നാ​ണ് ആ​യു​ർ​വേ​ദ സ​ങ്ക​ൽ​പം. അ​തു​കൊ​ണ്ടാ​ണ് ആ​യു​ർ​വേ​ദ​ത്തി​ൽ രോ​ഗ​ത്തെ ആ​മ​യം എ​ന്ന്​ വി​ശേ​ഷി​പ്പി​ക്കു​ന്ന​ത്. അ​തു​കൊ​ണ്ടു​ത​ന്നെ രോ​ഗ​ങ്ങ​ളി​ല്ലാ​താ​ക്കാ​ൻ പ്ര​ധാ​നം ഭ​ക്ഷ​ണ​നി​യ​ന്ത്ര​ണ​മാ​ണ്.\r\n\r\n<strong>പ്രതിരോധം പ്രധാനം</strong>\r\n\r\nഏ​തു രോ​ഗ​ത്തെ​യും പ്ര​തി​രോ​ധി​ക്കാ​ൻ വ്യാ​യാ​മ​വും ഭ​ക്ഷ​ണ​നി​യ​ന്ത്ര​ണ​വു​മാ​ണ് മു​ഖ്യ​മാ​യും ചെ​യ്യേ​ണ്ട​ത്. ദ​ഹ​നം കു​റ​യു​ന്ന​തി​നാ​ൽ ഭ​ക്ഷ​ണം കു​റ​ക്കു​ന്ന​താ​ണ് ഉ​ത്ത​മം. എ​ത്ര വി​ശ​പ്പു​ണ്ടെ​ങ്കി​ലും പാ​തി വ​യ​ർ മാ​ത്രം ക​ഴി​ക്കു​ക. കാ​ര​ണം, വ​യ​റു​നി​റ​യെ ക​ഴി​ച്ചാ​ൽ പാ​തി​യും ദ​ഹി​ക്കാ​തെ ശ​രീ​ര​ത്തി​ല​ടി​ഞ്ഞു​കൂ​ടി രോ​ഗ​ത്തി​ലേ​ക്ക് ന​യി​ക്കു​ന്നു.\r\n\r\nക​ഴി​ക്കു​ന്ന​ത് ചി​ട്ട​യാ​യ സ​മ​യ​ക്ര​മം പാ​ലി​ച്ചാ‍യി​രി​ക്ക​ണം എ​ന്ന​തും പ്ര​ധാ​ന​മാ​ണ്. തോ​ന്നി​യ നേ​ര​ത്ത് ക​ഴി​ക്കാ​തെ കൃ​ത്യ​മാ​യ ഇ​ട​വേ​ള​യി​ൽ ക​ഴി​ക്കു​ക\r\n\r\nരാ​ത്രി​ഭ​ക്ഷ​ണം ക​ഴി​ക്കു​ന്ന​തി​നും ഉ​റ​ങ്ങാ​ൻ കി​ട​ക്കു​ന്ന​തി​നും ഇ​ട​യി​ൽ മൂ​ന്നു മ​ണി​ക്കൂ​റിെ​ൻ​റ ഇ​ട​വേ​ള അ​നി​വാ​ര്യ​മാ​ണ്. കാ​ര​ണം, ഭ​ക്ഷ​ണം ക​ഴി​ച്ച​യു​ട​ൻ നാം ​ഉ​റ​ങ്ങി​യാ​ലും കു​ട​ൽ പ്ര​വ​ർ​ത്തി​ച്ചു​കൊ​ണ്ടി​രി​ക്കും. ഇ​ത് അ​ടു​ത്ത​ദി​വ​സ​ത്തെ ന​മ്മു​ടെ ശാ​രീ​രി​കോ​ർ​ജ​ത്തെ​യും പ്ര​സ​രി​പ്പി​നെ​യും ബാ​ധി​ക്കും.\r\n\r\nഭ​ക്ഷ​ണം​പോ​ലെ ത​ന്നെ ശ്ര​ദ്ധി​ക്കേ​ണ്ട​താ​ണ് വ്യാ​യാ​മ​വും. ശാ​രീ​രി​ക വ്യാ​യാ​മം ഏ​തു കാ​ല​ത്തും പ്ര​ധാ​ന​മാ​ണെ​ങ്കി​ലും മ​ഴ​ക്കാ​ലം രോ​ഗ​ങ്ങ​ളു​ടെ കാ​ലം​കൂ​ടി​യാ​യ​തി​നാ​ൽ വ്യാ​യാ​മ​ത്തി​ന് കൂ​ടു​ത​ൽ പ്രാ​ധാ​ന്യ​മു​ണ്ട്. രാ​വി​ലെ എ​ഴു​ന്നേ​റ്റ് കു​റ​ച്ചു​നേ​രം വ്യാ​യാ​മം ചെ​യ്യു​ന്ന​ത് ഒ​ട്ടു​മി​ക്ക രോ​ഗ​ങ്ങ​ളെ​യും ശ​രീ​ര​ത്തി​നു പു​റ​ത്തു​നി​ർ​ത്താ​ൻ സ​ഹാ​യി​ക്കും.\r\n\r\nപഞ്ചകർമം\r\n\r\nശ​രീ​ര​ത്തി​ൽ കെ​ട്ടി​ക്കി​ട​ക്കു​ന്ന ആ​മ​ത്തെ ഇ​ല്ലാ​താ​ക്കു​ക​യാ​ണ് പ്ര​ധാ​ന​മെ​ന്ന് നേ​ര​ത്തേ സൂ​ചി​പ്പി​ച്ചു. ഇ​തി​നാ​യി പ​ഞ്ച​ക​ർ​മ ക്രി​യ​യാ​ണ് പ്ര​ധാ​ന​മാ​യും ചെ​യ്യാ​റു​ള്ള​ത്. രോ​ഗ​ത്തി​നും രോ​ഗി​യു​ടെ ശ​രീ​ര​പ്ര​കൃ​തി​ക്കും മ​റ്റും അ​നു​സ​രി​ച്ചാ​ണ് പ​ഞ്ച​ക​ർ​മ​ത്തി​ൽ ഏ​തു​വേ​ണ​മെ​ന്ന് തെ​ര​ഞ്ഞെ​ടു​ക്കു​ന്ന​ത്. വ​മ​ന​മാ​ണ് പ​ഞ്ച​ക​ര്‍മ​ത്തി​ലെ ഒ​ന്നാ​മ​ത്തെ ക​ര്‍മം. ക​ഫ​പ്ര​ധാ​ന​മാ​യ ദോ​ഷ​ത്തെ ഛർ​ദി​യു​ണ്ടാ​ക്കു​ന്ന ഔ​ഷ​ധ​ങ്ങ​ള്‍ ക​ഴി​പ്പി​ച്ച് ഛർ​ദി​പ്പി​ച്ചു ക​ള​യു​ന്ന​താ​ണ് രീ​തി.\r\n\r\nപി​ത്ത​ദോ​ഷ​ത്തെ വ​യ​റി​ള​ക്കു​ന്ന ഔ​ഷ​ധ​ങ്ങ​ള്‍ ക​ഴി​പ്പി​ച്ച് വി​രേ​ചി​പ്പി​ക്ക​ല്‍ (വി​സ​ര്‍ജി​പ്പി​ക്ക​ൽ) ആ​ണ് അ​ടു​ത്ത രീ​തി. വാ​ത​ദോ​ഷ​ത്തെ പു​റ​ത്തുക​ള​യാ​ന്‍ ഗുദത്തിലൂടെ ഔ​ഷ​ധം ക​ട​ത്തി​വി​ട്ട് പു​റ​ത്തു​ക​ള​യു​ന്ന സ​മ്പ്ര​ദാ​യ​മാ​ണ് വ​സ്തി. ര​ക്തം ദു​ഷി​ക്കു​ന്ന​തു മൂ​ല​മു​ണ്ടാ​കു​ന്ന രോ​ഗ​ങ്ങ​ള്‍ ശ​മി​പ്പി​ക്കാ​ന്‍ ര​ക്തം പു​റ​ത്തു​ക​ള​യു​ന്ന രീ​തി​യാ​ണ് ര​ക്ത​മോ​ക്ഷം. മൂ​ക്കി​ലൂ​ടെ ഔ​ഷ​ധം അ​ക​ത്തേ​ക്കൊ​ഴി​ച്ച് തൊ​ണ്ട​യി​ലും ത​ല​യി​ലു​മു​ള്ള ദോ​ഷ​ങ്ങ​ള്‍ ഇ​ള​ക്കി​ക്ക​ള​യു​ന്ന രീ​തി​യാ​ണ് ന​സ്യം. ഉ​ള്ളി​ലെ മാ​ലി​ന്യ​ങ്ങ​ൾ ഈ ​അ​ഞ്ചു പ്ര​ക്രി​യ​ക​ളി​ലൂ​ടെ പു​റ​ന്ത​ള്ള​പ്പെ​ടു​ന്നു', 'Get more nutrition in every bite', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2017-09-30 20:32:59', '2017-09-30 20:32:59', '', 48, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/48-revision-v1/', 0, 'revision', '', 0),
(89, 1, '2017-09-30 20:37:30', '2017-09-30 20:37:30', '', 'heart', '', 'inherit', 'open', 'closed', '', 'heart', '', '', '2017-09-30 20:37:30', '2017-09-30 20:37:30', '', 50, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/heart.jpg', 0, 'attachment', 'image/jpeg', 0),
(90, 1, '2017-09-30 20:38:13', '2017-09-30 20:38:13', '', 'prabhaavarmma', '', 'inherit', 'open', 'closed', '', 'prabhaavarmma', '', '', '2017-09-30 20:38:13', '2017-09-30 20:38:13', '', 51, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/prabhaavarmma.jpg', 0, 'attachment', 'image/jpeg', 0),
(91, 1, '2017-09-30 20:39:23', '2017-09-30 20:39:23', '', 'ramaella main', '', 'inherit', 'open', 'closed', '', 'ramaella-main', '', '', '2017-09-30 20:39:23', '2017-09-30 20:39:23', '', 49, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/ramaella-main.jpg', 0, 'attachment', 'image/jpeg', 0),
(92, 1, '2017-09-30 20:40:01', '2017-09-30 20:40:01', '', 'Smantha', '', 'inherit', 'open', 'closed', '', 'smantha', '', '', '2017-09-30 20:40:01', '2017-09-30 20:40:01', '', 47, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/Smantha.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `pb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(93, 1, '2017-09-30 20:40:43', '2017-09-30 20:40:43', '', 'Ayurvedic-Diet', '', 'inherit', 'open', 'closed', '', 'ayurvedic-diet-2', '', '', '2017-09-30 20:40:43', '2017-09-30 20:40:43', '', 48, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/09/Ayurvedic-Diet-1.png', 0, 'attachment', 'image/png', 0),
(94, 1, '2017-09-30 20:41:30', '2017-09-30 20:41:30', 'േവ​ന​ൽ​ച്ചൂ​ടി​ൽ​നി​ന്ന് അ​ന്ത​രീ​ക്ഷ​ത്തെ​പ്പോ​ലെ മ​നു​ഷ്യ​ശ​രീ​ര​വും ത​ണു​പ്പി​ലേ​ക്ക് മാ​റു​ന്ന നാളുകളാണ്​ മ​ഴ​ക്കാ​ലം. ഇ​തി​ൻെ​റ മാ​റ്റ​ങ്ങ​ൾ ന​മ്മു​ടെ ശാ​രീ​രി​ക പ്ര​വ​ർ​ത്ത​ന​ത്തി​ലും കാ​ണാം. ശ​രീ​ര​ത്തിെ​ൻ​റ ബ​ലം കു​റ​യു​ന്ന​ത് ഇ​തി​ൽ പ്ര​ധാ​ന​മാ​ണ്. അ​തു​കൊ​ണ്ടാ​ണ് മ​ഴ​ക്കാ​ല​ത്തി​നൊ​പ്പം രോ​ഗ​ങ്ങ​ളും ശ​രീ​ര​ത്തി​ലേ​ക്ക് വി​രു​ന്നെ​ത്തു​ന്ന​ത്. പ​നി, ത്വ​ഗ്​​രോ​ഗ​ങ്ങ​ൾ, ശ്വാ​സം​മു​ട്ട്, ചു​മ, നീ​രി​റ​ക്കം പോ​ലു​ള്ള ശ്വ​സ​ന​സം​ബ​ന്ധ​മാ​യ രോ​ഗ​ങ്ങ​ൾ ഇ​വ​യെ​ല്ലാ​മാ​ണ് മ​ഴ​ക്കാ​ല രോ​ഗ​ങ്ങ​ളി​ൽ പ്ര​ധാ​നം. വാ​ത​സം​ബ​ന്ധ​മാ​യ അ​സു​ഖ​ങ്ങ​ളും വ​ർ​ധി​ക്കും. അ​സു​ഖ​മു​ള്ള​വ​ർ​ക്ക് അ​ത് വ​ർ​ധി​ക്കാ​നും ഇ​ല്ലാ​ത്ത​വ​ർ​ക്ക് അ​സു​ഖം ബാ​ധി​ക്കാ​നും ഈ ​കാ​ലം ഇ​ട​യാ​ക്കു​ന്നു.\r\n\r\nനാം ​ക​ഴി​ക്കു​ന്ന ഭ​ക്ഷ​ണ​ത്തെ ദ​ഹി​പ്പി​ക്കു​ന്ന​ത് ശ​രീ​ര​ത്തി​ലു​ള്ള അ​ഗ്​​നി​ര​സ​മാ​ണ്. മ​ഴ​ക്കാ​ല​ത്ത് അ​ഗ്​​നി​ബ​ലം കു​റ​യു​ന്നു. അ​തു​കൊ​ണ്ടു​ത​ന്നെ ദ​ഹ​ന​വും കു​റ​യും. ദ​ഹി​ക്കാ​ത്ത ഭ​ക്ഷ​ണം വിഷമായി ശ​രീ​ര​ത്തി​ൽ അ​വ​ശേ​ഷി​ക്കു​ന്നു. ആ​മം എ​ന്നാ​ണ് ഇ​തി​ന് പ​റ​യു​ക. അ​സു​ഖ​ത്തി​ന് കാ​ര​ണ​മാ​വു​ന്ന​ത് ഇ​താ​ണെ​ന്നാ​ണ് ആ​യു​ർ​വേ​ദ സ​ങ്ക​ൽ​പം. അ​തു​കൊ​ണ്ടാ​ണ് ആ​യു​ർ​വേ​ദ​ത്തി​ൽ രോ​ഗ​ത്തെ ആ​മ​യം എ​ന്ന്​ വി​ശേ​ഷി​പ്പി​ക്കു​ന്ന​ത്. അ​തു​കൊ​ണ്ടു​ത​ന്നെ രോ​ഗ​ങ്ങ​ളി​ല്ലാ​താ​ക്കാ​ൻ പ്ര​ധാ​നം ഭ​ക്ഷ​ണ​നി​യ​ന്ത്ര​ണ​മാ​ണ്.\r\n\r\n<strong>പ്രതിരോധം പ്രധാനം</strong>\r\n\r\nഏ​തു രോ​ഗ​ത്തെ​യും പ്ര​തി​രോ​ധി​ക്കാ​ൻ വ്യാ​യാ​മ​വും ഭ​ക്ഷ​ണ​നി​യ​ന്ത്ര​ണ​വു​മാ​ണ് മു​ഖ്യ​മാ​യും ചെ​യ്യേ​ണ്ട​ത്. ദ​ഹ​നം കു​റ​യു​ന്ന​തി​നാ​ൽ ഭ​ക്ഷ​ണം കു​റ​ക്കു​ന്ന​താ​ണ് ഉ​ത്ത​മം. എ​ത്ര വി​ശ​പ്പു​ണ്ടെ​ങ്കി​ലും പാ​തി വ​യ​ർ മാ​ത്രം ക​ഴി​ക്കു​ക. കാ​ര​ണം, വ​യ​റു​നി​റ​യെ ക​ഴി​ച്ചാ​ൽ പാ​തി​യും ദ​ഹി​ക്കാ​തെ ശ​രീ​ര​ത്തി​ല​ടി​ഞ്ഞു​കൂ​ടി രോ​ഗ​ത്തി​ലേ​ക്ക് ന​യി​ക്കു​ന്നു.\r\n\r\nക​ഴി​ക്കു​ന്ന​ത് ചി​ട്ട​യാ​യ സ​മ​യ​ക്ര​മം പാ​ലി​ച്ചാ‍യി​രി​ക്ക​ണം എ​ന്ന​തും പ്ര​ധാ​ന​മാ​ണ്. തോ​ന്നി​യ നേ​ര​ത്ത് ക​ഴി​ക്കാ​തെ കൃ​ത്യ​മാ​യ ഇ​ട​വേ​ള​യി​ൽ ക​ഴി​ക്കു​ക\r\n\r\nരാ​ത്രി​ഭ​ക്ഷ​ണം ക​ഴി​ക്കു​ന്ന​തി​നും ഉ​റ​ങ്ങാ​ൻ കി​ട​ക്കു​ന്ന​തി​നും ഇ​ട​യി​ൽ മൂ​ന്നു മ​ണി​ക്കൂ​റിെ​ൻ​റ ഇ​ട​വേ​ള അ​നി​വാ​ര്യ​മാ​ണ്. കാ​ര​ണം, ഭ​ക്ഷ​ണം ക​ഴി​ച്ച​യു​ട​ൻ നാം ​ഉ​റ​ങ്ങി​യാ​ലും കു​ട​ൽ പ്ര​വ​ർ​ത്തി​ച്ചു​കൊ​ണ്ടി​രി​ക്കും. ഇ​ത് അ​ടു​ത്ത​ദി​വ​സ​ത്തെ ന​മ്മു​ടെ ശാ​രീ​രി​കോ​ർ​ജ​ത്തെ​യും പ്ര​സ​രി​പ്പി​നെ​യും ബാ​ധി​ക്കും.\r\n\r\nഭ​ക്ഷ​ണം​പോ​ലെ ത​ന്നെ ശ്ര​ദ്ധി​ക്കേ​ണ്ട​താ​ണ് വ്യാ​യാ​മ​വും. ശാ​രീ​രി​ക വ്യാ​യാ​മം ഏ​തു കാ​ല​ത്തും പ്ര​ധാ​ന​മാ​ണെ​ങ്കി​ലും മ​ഴ​ക്കാ​ലം രോ​ഗ​ങ്ങ​ളു​ടെ കാ​ലം​കൂ​ടി​യാ​യ​തി​നാ​ൽ വ്യാ​യാ​മ​ത്തി​ന് കൂ​ടു​ത​ൽ പ്രാ​ധാ​ന്യ​മു​ണ്ട്. രാ​വി​ലെ എ​ഴു​ന്നേ​റ്റ് കു​റ​ച്ചു​നേ​രം വ്യാ​യാ​മം ചെ​യ്യു​ന്ന​ത് ഒ​ട്ടു​മി​ക്ക രോ​ഗ​ങ്ങ​ളെ​യും ശ​രീ​ര​ത്തി​നു പു​റ​ത്തു​നി​ർ​ത്താ​ൻ സ​ഹാ​യി​ക്കും.\r\n\r\n<strong>പഞ്ചകർമം</strong>\r\n\r\nശ​രീ​ര​ത്തി​ൽ കെ​ട്ടി​ക്കി​ട​ക്കു​ന്ന ആ​മ​ത്തെ ഇ​ല്ലാ​താ​ക്കു​ക​യാ​ണ് പ്ര​ധാ​ന​മെ​ന്ന് നേ​ര​ത്തേ സൂ​ചി​പ്പി​ച്ചു. ഇ​തി​നാ​യി പ​ഞ്ച​ക​ർ​മ ക്രി​യ​യാ​ണ് പ്ര​ധാ​ന​മാ​യും ചെ​യ്യാ​റു​ള്ള​ത്. രോ​ഗ​ത്തി​നും രോ​ഗി​യു​ടെ ശ​രീ​ര​പ്ര​കൃ​തി​ക്കും മ​റ്റും അ​നു​സ​രി​ച്ചാ​ണ് പ​ഞ്ച​ക​ർ​മ​ത്തി​ൽ ഏ​തു​വേ​ണ​മെ​ന്ന് തെ​ര​ഞ്ഞെ​ടു​ക്കു​ന്ന​ത്. വ​മ​ന​മാ​ണ് പ​ഞ്ച​ക​ര്‍മ​ത്തി​ലെ ഒ​ന്നാ​മ​ത്തെ ക​ര്‍മം. ക​ഫ​പ്ര​ധാ​ന​മാ​യ ദോ​ഷ​ത്തെ ഛർ​ദി​യു​ണ്ടാ​ക്കു​ന്ന ഔ​ഷ​ധ​ങ്ങ​ള്‍ ക​ഴി​പ്പി​ച്ച് ഛർ​ദി​പ്പി​ച്ചു ക​ള​യു​ന്ന​താ​ണ് രീ​തി.\r\n\r\nപി​ത്ത​ദോ​ഷ​ത്തെ വ​യ​റി​ള​ക്കു​ന്ന ഔ​ഷ​ധ​ങ്ങ​ള്‍ ക​ഴി​പ്പി​ച്ച് വി​രേ​ചി​പ്പി​ക്ക​ല്‍ (വി​സ​ര്‍ജി​പ്പി​ക്ക​ൽ) ആ​ണ് അ​ടു​ത്ത രീ​തി. വാ​ത​ദോ​ഷ​ത്തെ പു​റ​ത്തുക​ള​യാ​ന്‍ ഗുദത്തിലൂടെ ഔ​ഷ​ധം ക​ട​ത്തി​വി​ട്ട് പു​റ​ത്തു​ക​ള​യു​ന്ന സ​മ്പ്ര​ദാ​യ​മാ​ണ് വ​സ്തി. ര​ക്തം ദു​ഷി​ക്കു​ന്ന​തു മൂ​ല​മു​ണ്ടാ​കു​ന്ന രോ​ഗ​ങ്ങ​ള്‍ ശ​മി​പ്പി​ക്കാ​ന്‍ ര​ക്തം പു​റ​ത്തു​ക​ള​യു​ന്ന രീ​തി​യാ​ണ് ര​ക്ത​മോ​ക്ഷം. മൂ​ക്കി​ലൂ​ടെ ഔ​ഷ​ധം അ​ക​ത്തേ​ക്കൊ​ഴി​ച്ച് തൊ​ണ്ട​യി​ലും ത​ല​യി​ലു​മു​ള്ള ദോ​ഷ​ങ്ങ​ള്‍ ഇ​ള​ക്കി​ക്ക​ള​യു​ന്ന രീ​തി​യാ​ണ് ന​സ്യം. ഉ​ള്ളി​ലെ മാ​ലി​ന്യ​ങ്ങ​ൾ ഈ ​അ​ഞ്ചു പ്ര​ക്രി​യ​ക​ളി​ലൂ​ടെ പു​റ​ന്ത​ള്ള​പ്പെ​ടു​ന്നു', 'അരവയർ ആഹാരം അത്​ഭുതം സൃഷ്​ടിക്കും', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2017-09-30 20:41:30', '2017-09-30 20:41:30', '', 48, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/48-revision-v1/', 0, 'revision', '', 0),
(100, 1, '2017-09-30 20:50:01', '2017-09-30 20:50:01', '', 'CONTACT', '', 'publish', 'closed', 'closed', '', '100', '', '', '2017-10-18 09:48:02', '2017-10-18 09:48:02', '', 0, 'http://localhost/PRAVASABHUMI/?p=100', 10, 'nav_menu_item', '', 0),
(101, 1, '2017-09-30 20:50:01', '2017-09-30 20:50:01', '', 'KERALA', '', 'publish', 'closed', 'closed', '', '101', '', '', '2017-10-18 09:48:02', '2017-10-18 09:48:02', '', 0, 'http://localhost/PRAVASABHUMI/?p=101', 1, 'nav_menu_item', '', 0),
(102, 1, '2017-09-30 20:50:01', '2017-09-30 20:50:01', '', 'INDIA', '', 'publish', 'closed', 'closed', '', '102', '', '', '2017-10-18 09:48:02', '2017-10-18 09:48:02', '', 0, 'http://localhost/PRAVASABHUMI/?p=102', 2, 'nav_menu_item', '', 0),
(103, 1, '2017-09-30 20:58:12', '2017-09-30 20:58:12', '{\n    "nav_menu_item[100]": {\n        "value": {\n            "menu_item_parent": 0,\n            "object_id": 46,\n            "object": "page",\n            "type": "post_type",\n            "type_label": "Page",\n            "url": "http://localhost/PRAVASABHUMI/index.php/contact/",\n            "title": "CONTACT",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "nav_menu_term_id": 9,\n            "position": 15,\n            "status": "publish",\n            "original_title": "Contact",\n            "_invalid": false\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[101]": {\n        "value": {\n            "menu_item_parent": 0,\n            "object_id": 45,\n            "object": "page",\n            "type": "post_type",\n            "type_label": "Page",\n            "url": "http://localhost/PRAVASABHUMI/index.php/layout/",\n            "title": "KERALA",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "nav_menu_term_id": 9,\n            "position": 2,\n            "status": "publish",\n            "original_title": "Layout",\n            "_invalid": false\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[102]": {\n        "value": {\n            "menu_item_parent": 0,\n            "object_id": 2,\n            "object": "page",\n            "type": "post_type",\n            "type_label": "Page",\n            "url": "http://localhost/PRAVASABHUMI/index.php/sample-page/",\n            "title": "INDIA",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "nav_menu_term_id": 9,\n            "position": 3,\n            "status": "publish",\n            "original_title": "Sample Page",\n            "_invalid": false\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-1310681345]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 4,\n            "type": "custom",\n            "title": "WORLD",\n            "url": "http://localhost/PRAVASABHUMI",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Home",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-188376858]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 5,\n            "type": "custom",\n            "title": "SPORTS",\n            "url": "http://localhost/PRAVASABHUMI",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Home",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-241763489]": {\n        "value": {\n            "object_id": 45,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 6,\n            "type": "post_type",\n            "title": "MOVIES",\n            "url": "http://localhost/PRAVASABHUMI/index.php/layout/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Layout",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-1824129634]": {\n        "value": {\n            "object_id": 45,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 7,\n            "type": "post_type",\n            "title": "HEALTH",\n            "url": "http://localhost/PRAVASABHUMI/index.php/layout/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Layout",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-89983206]": {\n        "value": {\n            "object_id": 2,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 8,\n            "type": "post_type",\n            "title": "TECH",\n            "url": "http://localhost/PRAVASABHUMI/index.php/sample-page/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Sample Page",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-559796884]": {\n        "value": {\n            "object_id": 2,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 9,\n            "type": "post_type",\n            "title": "BUSSINESS",\n            "url": "http://localhost/PRAVASABHUMI/index.php/sample-page/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Sample Page",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-830565336]": {\n        "value": {\n            "object_id": 2,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 10,\n            "type": "post_type",\n            "title": "MUSIC",\n            "url": "http://localhost/PRAVASABHUMI/index.php/sample-page/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Sample Page",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-1438586614]": {\n        "value": {\n            "object_id": 2,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 11,\n            "type": "post_type",\n            "title": "EDUCATION",\n            "url": "http://localhost/PRAVASABHUMI/index.php/sample-page/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Sample Page",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-507177612]": {\n        "value": {\n            "object_id": 2,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 12,\n            "type": "post_type",\n            "title": "POLITICS",\n            "url": "http://localhost/PRAVASABHUMI/index.php/sample-page/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Sample Page",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-1144145397]": {\n        "value": {\n            "object_id": 2,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 13,\n            "type": "post_type",\n            "title": "OPINION",\n            "url": "http://localhost/PRAVASABHUMI/index.php/sample-page/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Sample Page",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-1421704791]": {\n        "value": {\n            "object_id": 2,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 14,\n            "type": "post_type",\n            "title": "GALLERY",\n            "url": "http://localhost/PRAVASABHUMI/index.php/sample-page/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Sample Page",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '025266e4-88b9-427e-9dd5-0163fea34482', '', '', '2017-09-30 20:58:12', '2017-09-30 20:58:12', '', 0, 'http://localhost/PRAVASABHUMI/?p=103', 0, 'customize_changeset', '', 0),
(108, 1, '2017-09-30 20:58:15', '2017-09-30 20:58:15', '', 'TECH', '', 'publish', 'closed', 'closed', '', 'tech', '', '', '2017-10-18 09:48:02', '2017-10-18 09:48:02', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/tech/', 6, 'nav_menu_item', '', 0),
(109, 1, '2017-09-30 20:58:15', '2017-09-30 20:58:15', '', 'BUSSINESS', '', 'publish', 'closed', 'closed', '', 'bussiness', '', '', '2017-10-18 09:48:02', '2017-10-18 09:48:02', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/bussiness/', 7, 'nav_menu_item', '', 0),
(110, 1, '2017-09-30 20:58:16', '2017-09-30 20:58:16', '', 'MUSIC', '', 'publish', 'closed', 'closed', '', 'music', '', '', '2017-10-18 09:48:02', '2017-10-18 09:48:02', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/music/', 8, 'nav_menu_item', '', 0),
(111, 1, '2017-09-30 20:58:16', '2017-09-30 20:58:16', '', 'EDUCATION', '', 'publish', 'closed', 'closed', '', 'education', '', '', '2017-10-18 09:48:02', '2017-10-18 09:48:02', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/education/', 9, 'nav_menu_item', '', 0),
(115, 1, '2017-09-30 20:59:41', '2017-09-30 20:59:41', '{\n    "nav_menu_item[112]": {\n        "value": false,\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[113]": {\n        "value": false,\n        "type": "nav_menu_item",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '49789546-8a0a-4e6e-abb9-9ad561f1ce78', '', '', '2017-09-30 20:59:41', '2017-09-30 20:59:41', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/49789546-8a0a-4e6e-abb9-9ad561f1ce78/', 0, 'customize_changeset', '', 0),
(116, 1, '2017-09-30 21:04:20', '2017-09-30 21:04:20', '{\n    "widget_colormag_highlighted_posts_widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjY6Im51bWJlciI7aTo0O3M6NDoidHlwZSI7czo2OiJsYXRlc3QiO3M6ODoiY2F0ZWdvcnkiO3M6MToiNCI7fQ==",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "3b3a9b88580310e6a9be7f7c74ce1cc9"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_125x125_advertisement_widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YToxMzp7czo1OiJ0aXRsZSI7czoxNToiVEc6IDEyNXgxMjUgQWRzIjtzOjIwOiIxMjV4MTI1X2ltYWdlX2xpbmtfMSI7czowOiIiO3M6MTk6IjEyNXgxMjVfaW1hZ2VfdXJsXzEiO3M6NzM6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdGhlbWVzL2NvbG9ybWFnL2ltZy9hZC1zbWFsbC5qcGciO3M6MjA6IjEyNXgxMjVfaW1hZ2VfbGlua18yIjtzOjIzOiJodHRwczovL3RoZW1lZ3JpbGwuY29tLyI7czoxOToiMTI1eDEyNV9pbWFnZV91cmxfMiI7czo3MzoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC90aGVtZXMvY29sb3JtYWcvaW1nL2FkLXNtYWxsLmpwZyI7czoyMDoiMTI1eDEyNV9pbWFnZV9saW5rXzMiO3M6MjM6Imh0dHBzOi8vdGhlbWVncmlsbC5jb20vIjtzOjE5OiIxMjV4MTI1X2ltYWdlX3VybF8zIjtzOjczOiJodHRwOi8vbG9jYWxob3N0L1BSQVZBU0FCSFVNSS93cC1jb250ZW50L3RoZW1lcy9jb2xvcm1hZy9pbWcvYWQtc21hbGwuanBnIjtzOjIwOiIxMjV4MTI1X2ltYWdlX2xpbmtfNCI7czoyMzoiaHR0cHM6Ly90aGVtZWdyaWxsLmNvbS8iO3M6MTk6IjEyNXgxMjVfaW1hZ2VfdXJsXzQiO3M6NzM6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdGhlbWVzL2NvbG9ybWFnL2ltZy9hZC1zbWFsbC5qcGciO3M6MjA6IjEyNXgxMjVfaW1hZ2VfbGlua181IjtzOjA6IiI7czoxOToiMTI1eDEyNV9pbWFnZV91cmxfNSI7czowOiIiO3M6MjA6IjEyNXgxMjVfaW1hZ2VfbGlua182IjtzOjA6IiI7czoxOToiMTI1eDEyNV9pbWFnZV91cmxfNiI7czowOiIiO30=",\n            "title": "TG: 125x125 Ads",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "61a93957182a7c0edc2985eca67648a1"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'ec543616-6a40-4ed1-bccf-69900c4c7ab4', '', '', '2017-09-30 21:04:20', '2017-09-30 21:04:20', '', 0, 'http://localhost/PRAVASABHUMI/?p=116', 0, 'customize_changeset', '', 0),
(124, 1, '2017-09-30 21:20:56', '2017-09-30 21:20:56', '{\n    "widget_colormag_featured_posts_vertical_widget[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjY6IkhFQUxUSCI7czo2OiJudW1iZXIiO2k6NDtzOjQ6InRleHQiO3M6MDoiIjtzOjQ6InR5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6ODoiY2F0ZWdvcnkiO3M6MToiNCI7fQ==",\n            "title": "HEALTH",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "b2fae7f6dcee574959f9faf1c241dd52"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_vertical_widget[6]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjY6IkFXQVJEUyI7czo2OiJudW1iZXIiO2k6NDtzOjQ6InRleHQiO3M6MDoiIjtzOjQ6InR5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6ODoiY2F0ZWdvcnkiO3M6MToiMyI7fQ==",\n            "title": "AWARDS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "9f36872634558f79ec2ec8c1fae2cc84"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjE1OiLgtLjgtL/gtKjgtL/gtK4iO3M6NDoidGV4dCI7czozOToiQ2hlY2sgb3V0IHRlY2hub2xvZ3kgY2hhbmdpbmcgdGhlIGxpZmUuIjtzOjY6Im51bWJlciI7aTo0O3M6NDoidHlwZSI7czo4OiJjYXRlZ29yeSI7czo4OiJjYXRlZ29yeSI7czoxOiI2Ijt9",\n            "title": "\\u0d38\\u0d3f\\u0d28\\u0d3f\\u0d2e",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "59169490a5780d1e4eb50ca2ec2ef0b5"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2eeeaa5f-b96a-4d5a-8e5f-8eb963f38008', '', '', '2017-09-30 21:20:56', '2017-09-30 21:20:56', '', 0, 'http://localhost/PRAVASABHUMI/?p=124', 0, 'customize_changeset', '', 0),
(125, 1, '2017-09-30 21:24:41', '2017-09-30 21:24:41', '{\n    "sidebars_widgets[colormag_front_page_content_bottom_section]": {\n        "value": [\n            "media_image-3",\n            "colormag_featured_posts_widget-5"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_media_image[3]": {\n        "value": {\n            "encoded_serialized_instance": "YToxNTp7czoxMzoiYXR0YWNobWVudF9pZCI7aTo2NztzOjM6InVybCI7czo3MjoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDkvbG9nby0zMDB4NTAuanBnIjtzOjU6InRpdGxlIjtzOjU6ImltYWdlIjtzOjQ6InNpemUiO3M6NjoibWVkaXVtIjtzOjU6IndpZHRoIjtpOjU1ODtzOjY6ImhlaWdodCI7aTo5MztzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6OToibGlua190eXBlIjtzOjQ6Im5vbmUiO3M6ODoibGlua191cmwiO3M6MDoiIjtzOjEzOiJpbWFnZV9jbGFzc2VzIjtzOjA6IiI7czoxMjoibGlua19jbGFzc2VzIjtzOjA6IiI7czo4OiJsaW5rX3JlbCI7czowOiIiO3M6MTc6ImxpbmtfdGFyZ2V0X2JsYW5rIjtiOjA7czoxMToiaW1hZ2VfdGl0bGUiO3M6MDoiIjt9",\n            "title": "image",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "30e1b55e24903cd08d37e5283d597c3e"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_featured_posts_widget-4",\n            "media_image-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_media_image[4]": {\n        "value": {\n            "encoded_serialized_instance": "YToxNTp7czoxMzoiYXR0YWNobWVudF9pZCI7aToxMjY7czozOiJ1cmwiO3M6NzQ6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA5L2JuZXdzMy0zMDB4MzcuanBnIjtzOjU6InRpdGxlIjtzOjY6ImFuZWVzaCI7czo0OiJzaXplIjtzOjY6Im1lZGl1bSI7czo1OiJ3aWR0aCI7aTo5ODA7czo2OiJoZWlnaHQiO2k6MTIwO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo5OiJsaW5rX3R5cGUiO3M6NDoibm9uZSI7czo4OiJsaW5rX3VybCI7czowOiIiO3M6MTM6ImltYWdlX2NsYXNzZXMiO3M6MDoiIjtzOjEyOiJsaW5rX2NsYXNzZXMiO3M6MDoiIjtzOjg6ImxpbmtfcmVsIjtzOjA6IiI7czoxNzoibGlua190YXJnZXRfYmxhbmsiO2I6MDtzOjExOiJpbWFnZV90aXRsZSI7czowOiIiO30=",\n            "title": "aneesh",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "9455323dd5ce7e3e25b379b444124995"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '5f25e6d2-e278-4a87-9407-ad8cb1413b8c', '', '', '2017-09-30 21:24:41', '2017-09-30 21:24:41', '', 0, 'http://localhost/PRAVASABHUMI/?p=125', 0, 'customize_changeset', '', 0),
(127, 1, '2017-09-30 21:26:33', '2017-09-30 21:26:33', '{\n    "widget_colormag_featured_posts_slider_widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjY6Im51bWJlciI7aTo0O3M6NDoidHlwZSI7czo2OiJsYXRlc3QiO3M6ODoiY2F0ZWdvcnkiO3M6MjoiLTEiO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "a812d40305f509b8a89c75a094bd48cb"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '03fc93ee-6c05-4a07-929f-0fd30745dc0c', '', '', '2017-09-30 21:26:33', '2017-09-30 21:26:33', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/03fc93ee-6c05-4a07-929f-0fd30745dc0c/', 0, 'customize_changeset', '', 0),
(129, 1, '2017-09-30 21:35:33', '2017-09-30 21:35:33', '[]', '', '', 'trash', 'closed', 'closed', '', 'a849a558-c2f1-4701-a558-56125eb34f38', '', '', '2017-09-30 21:35:33', '2017-09-30 21:35:33', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/09/30/a849a558-c2f1-4701-a558-56125eb34f38/', 0, 'customize_changeset', '', 0),
(130, 1, '2017-10-01 05:03:44', '2017-10-01 05:03:44', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_header_sidebar]": {\n        "value": [\n            "colormag_728x90_advertisement_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_slider_area]": {\n        "value": [\n            "colormag_featured_posts_slider_widget-3",\n            "recent-posts-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_nav_menu[3]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_recent-posts[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjM6IjEyMyI7czo2OiJudW1iZXIiO2k6NTtzOjk6InNob3dfZGF0ZSI7YjowO30=",\n            "title": "123",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "a0fdd5d0db0a9c3ab51748926ad96bb5"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'b8c40abe-a5fe-45bf-81de-19e62cbb0eb2', '', '', '2017-10-01 05:03:44', '2017-10-01 05:03:44', '', 0, 'http://localhost/PRAVASABHUMI/?p=130', 0, 'customize_changeset', '', 0),
(131, 1, '2017-10-01 05:06:25', '2017-10-01 05:06:25', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_featured_posts_widget-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_widget[7]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4dada974-98db-49e6-a447-0a5de830fd49', '', '', '2017-10-01 05:06:25', '2017-10-01 05:06:25', '', 0, 'http://localhost/PRAVASABHUMI/?p=131', 0, 'customize_changeset', '', 0),
(132, 1, '2017-10-01 05:08:57', '2017-10-01 05:08:57', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_slider_area]": {\n        "value": [\n            "colormag_featured_posts_slider_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "colormag_featured_posts_vertical_widget-5",\n            "text-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_text[13]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjEzOiJVc2VmdWxsIExpbmtzIjtzOjQ6InRleHQiO3M6NzE6IjEgLiBBbmVlc2gNCg0KMiAuIEFudXANCg0KMyAuIEFuYWdoYQ0KDQo0IC4gQXJ1bmltYQ0KDQo1IC4gTWVnaGEgQW5lZXNoIjtzOjY6ImZpbHRlciI7YjoxO3M6NjoidmlzdWFsIjtiOjE7fQ==",\n            "title": "Usefull Links",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "bfe0325fc2b7d4028cb6d8cfe2807021"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '71c06376-4e5a-4724-9795-a4377f014a7a', '', '', '2017-10-01 05:08:57', '2017-10-01 05:08:57', '', 0, 'http://localhost/PRAVASABHUMI/?p=132', 0, 'customize_changeset', '', 0),
(133, 1, '2017-10-01 05:10:04', '2017-10-01 05:10:04', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "colormag_featured_posts_vertical_widget-5",\n            "text-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_widget-8"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_widget[8]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjEzOiJJbXBvcnRhbnQgQUREIjtzOjQ6InRleHQiO3M6MDoiIjtzOjY6Im51bWJlciI7aTo0O3M6NDoidHlwZSI7czo4OiJjYXRlZ29yeSI7czo4OiJjYXRlZ29yeSI7czoxOiI3Ijt9",\n            "title": "Important ADD",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "94eba01dc977383759f0640a5c72d7ef"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8b821706-6eb3-4180-aaf5-254b033556e3', '', '', '2017-10-01 05:10:04', '2017-10-01 05:10:04', '', 0, 'http://localhost/PRAVASABHUMI/?p=133', 0, 'customize_changeset', '', 0),
(134, 1, '2017-10-01 05:14:42', '2017-10-01 05:14:42', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "colormag_featured_posts_vertical_widget-5",\n            "text-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_categories[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjA6IiI7czo1OiJjb3VudCI7aTowO3M6MTI6ImhpZXJhcmNoaWNhbCI7aTowO3M6ODoiZHJvcGRvd24iO2k6MDt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "953656b3fb0b35c2eee5478c07b71f51"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_slider_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjY6Im51bWJlciI7aTo0O3M6NDoidHlwZSI7czo4OiJjYXRlZ29yeSI7czo4OiJjYXRlZ29yeSI7czoxOiI0Ijt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "49011edc59a10a391a5d0d456c7dd3e8"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '52391ebd-fef4-4fe3-b526-2bb87df22690', '', '', '2017-10-01 05:14:42', '2017-10-01 05:14:42', '', 0, 'http://localhost/PRAVASABHUMI/?p=134', 0, 'customize_changeset', '', 0),
(148, 1, '2017-10-01 05:42:19', '2017-10-01 05:42:19', '{\n    "sidebars_widgets[colormag_front_page_area_beside_slider]": {\n        "value": [\n            "colormag_highlighted_posts_widget-3",\n            "rich_web_photo_slider-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_rich_web_photo_slider[3]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4e9d707a-5719-4c2b-ae79-cb1dfdf86e5e', '', '', '2017-10-01 05:42:19', '2017-10-01 05:42:19', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/01/4e9d707a-5719-4c2b-ae79-cb1dfdf86e5e/', 0, 'customize_changeset', '', 0),
(150, 1, '2017-10-01 05:43:29', '2017-10-01 05:43:29', '{\n    "widget_rich_web_photo_slider[3]": {\n        "value": {\n            "encoded_serialized_instance": "YToxOntzOjE1OiJSaWNoX1dlYl9TbGlkZXIiO3M6MToiMSI7fQ==",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "f13b92a45798e3d4bb64233422cf47bf"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'e6031af0-774b-40d2-905f-6cb850755bae', '', '', '2017-10-01 05:43:29', '2017-10-01 05:43:29', '', 0, 'http://localhost/PRAVASABHUMI/?p=150', 0, 'customize_changeset', '', 0),
(151, 1, '2017-10-01 05:44:24', '2017-10-01 05:44:24', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "colormag_featured_posts_vertical_widget-5",\n            "text-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "rich_web_photo_slider-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_area_beside_slider]": {\n        "value": [\n            "colormag_highlighted_posts_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_rich_web_photo_slider[4]": {\n        "value": {\n            "encoded_serialized_instance": "YToxOntzOjE1OiJSaWNoX1dlYl9TbGlkZXIiO3M6MToiMiI7fQ==",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "76d1b4656d021302e205118b1b58c1d8"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4ccc1a76-5a36-4bff-8351-b5ba2b4d1e9c', '', '', '2017-10-01 05:44:24', '2017-10-01 05:44:24', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/01/4ccc1a76-5a36-4bff-8351-b5ba2b4d1e9c/', 0, 'customize_changeset', '', 0),
(152, 1, '2017-10-01 05:51:16', '2017-10-01 05:51:16', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "colormag_featured_posts_vertical_widget-5",\n            "text-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "rich_web_photo_slider-6"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_rich_web_photo_slider[6]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1fd28633-b4e4-4506-adcc-00a593dc1239', '', '', '2017-10-01 05:51:16', '2017-10-01 05:51:16', '', 0, 'http://localhost/PRAVASABHUMI/?p=152', 0, 'customize_changeset', '', 0),
(154, 1, '2017-10-01 06:03:21', '2017-10-01 06:03:21', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "colormag_featured_posts_vertical_widget-5",\n            "text-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "rich_web_tabs-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_rich_web_tabs[3]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'b24ca750-3c50-4e6c-99e9-e25d6ef313dc', '', '', '2017-10-01 06:03:21', '2017-10-01 06:03:21', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/01/b24ca750-3c50-4e6c-99e9-e25d6ef313dc/', 0, 'customize_changeset', '', 0),
(157, 1, '2017-10-02 09:00:17', '2017-10-02 09:00:17', '{\n    "widget_colormag_125x125_advertisement_widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YToxMzp7czo1OiJ0aXRsZSI7czoxNToiVEc6IDEyNXgxMjUgQWRzIjtzOjIwOiIxMjV4MTI1X2ltYWdlX2xpbmtfMSI7czozOToiaHR0cHM6Ly9wc2N0dWxzaS5hbnRlY2hzb2x1dGlvbnMuY28uaW4vIjtzOjE5OiIxMjV4MTI1X2ltYWdlX3VybF8xIjtzOjczOiJodHRwOi8vbG9jYWxob3N0L1BSQVZBU0FCSFVNSS93cC1jb250ZW50L3RoZW1lcy9jb2xvcm1hZy9pbWcvYWQtc21hbGwuanBnIjtzOjIwOiIxMjV4MTI1X2ltYWdlX2xpbmtfMiI7czozOToiaHR0cHM6Ly9wc2N0dWxzaS5hbnRlY2hzb2x1dGlvbnMuY28uaW4vIjtzOjE5OiIxMjV4MTI1X2ltYWdlX3VybF8yIjtzOjczOiJodHRwOi8vbG9jYWxob3N0L1BSQVZBU0FCSFVNSS93cC1jb250ZW50L3RoZW1lcy9jb2xvcm1hZy9pbWcvYWQtc21hbGwuanBnIjtzOjIwOiIxMjV4MTI1X2ltYWdlX2xpbmtfMyI7czozOToiaHR0cHM6Ly9wc2N0dWxzaS5hbnRlY2hzb2x1dGlvbnMuY28uaW4vIjtzOjE5OiIxMjV4MTI1X2ltYWdlX3VybF8zIjtzOjczOiJodHRwOi8vbG9jYWxob3N0L1BSQVZBU0FCSFVNSS93cC1jb250ZW50L3RoZW1lcy9jb2xvcm1hZy9pbWcvYWQtc21hbGwuanBnIjtzOjIwOiIxMjV4MTI1X2ltYWdlX2xpbmtfNCI7czozOToiaHR0cHM6Ly9wc2N0dWxzaS5hbnRlY2hzb2x1dGlvbnMuY28uaW4vIjtzOjE5OiIxMjV4MTI1X2ltYWdlX3VybF80IjtzOjczOiJodHRwOi8vbG9jYWxob3N0L1BSQVZBU0FCSFVNSS93cC1jb250ZW50L3RoZW1lcy9jb2xvcm1hZy9pbWcvYWQtc21hbGwuanBnIjtzOjIwOiIxMjV4MTI1X2ltYWdlX2xpbmtfNSI7czowOiIiO3M6MTk6IjEyNXgxMjVfaW1hZ2VfdXJsXzUiO3M6MDoiIjtzOjIwOiIxMjV4MTI1X2ltYWdlX2xpbmtfNiI7czowOiIiO3M6MTk6IjEyNXgxMjVfaW1hZ2VfdXJsXzYiO3M6MDoiIjt9",\n            "title": "TG: 125x125 Ads",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "6b602ce159f2fc151bb3d6b470207653"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'db91f5a3-c271-470e-b5c5-a4026f4517dc', '', '', '2017-10-02 09:00:17', '2017-10-02 09:00:17', '', 0, 'http://localhost/PRAVASABHUMI/?p=157', 0, 'customize_changeset', '', 0),
(158, 1, '2017-10-02 09:03:25', '2017-10-02 09:03:25', '{\n    "widget_text[9]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjEyOiJVc2VmdWwgTGlua3MiO3M6NDoidGV4dCI7czo2MTM6Ijx1bD4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5BbnRlY2g8L2E+PC9saT4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5TdXBwb3J0PC9hPjwvbGk+DQoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vYW50ZWNoc29sdXRpb25zLmNvLmluLyI+RG9jdW1lbnRhdGlvbjwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkZBUTwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPlRoZW1lczwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPlBsdWdpbnM8L2E+PC9saT4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5CbG9nPC9hPjwvbGk+DQoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vYW50ZWNoc29sdXRpb25zLmNvLmluLyI+UGxhbnMgJmFtcDsgUHJpY2luZzwvYT48L2xpPg0KCQkJCQkJCQkJPC91bD4iO3M6NjoiZmlsdGVyIjtiOjA7czo2OiJ2aXN1YWwiO2I6MDt9",\n            "title": "Useful Links",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "07dd7a7dd58c9724264400747d5da7ac"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '607e9875-d75d-4612-af73-e1a4bfe121df', '', '', '2017-10-02 09:03:25', '2017-10-02 09:03:25', '', 0, 'http://localhost/PRAVASABHUMI/?p=158', 0, 'customize_changeset', '', 0);
INSERT INTO `pb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(159, 1, '2017-10-02 09:08:12', '2017-10-02 09:08:12', '{\n    "widget_text[10]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjEwOiJBbmRyb2lkIE9TIjtzOjQ6InRleHQiO3M6NDcyOiI8dWw+DQoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vYW50ZWNoc29sdXRpb25zLmNvLmluLyI+R0lOR0VSIEJSRUFEPC9hPjwvbGk+DQoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vYW50ZWNoc29sdXRpb25zLmNvLmluLyI+TkFVR0hUPC9hPjwvbGk+DQoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vYW50ZWNoc29sdXRpb25zLmNvLmluLyI+T1JFTzwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPktJVEtBVDwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPk1BUlNITUFMTE9XPC9hPjwvbGk+DQoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vYW50ZWNoc29sdXRpb25zLmNvLmluLyI+TE9MSVBPUDwvYT48L2xpPg0KCQkJCQkJCQkJCQkJCQkJCQkJCTwvdWw+IjtzOjY6ImZpbHRlciI7YjowO3M6NjoidmlzdWFsIjtiOjA7fQ==",\n            "title": "Android OS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "e4094341799a3fbc6877ba4720124fdf"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1e4e9d0b-d75a-4f8d-a17c-67d7bf962581', '', '', '2017-10-02 09:08:12', '2017-10-02 09:08:12', '', 0, 'http://localhost/PRAVASABHUMI/?p=159', 0, 'customize_changeset', '', 0),
(160, 1, '2017-10-02 09:10:06', '2017-10-02 09:10:06', '{\n    "widget_text[9]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjEyOiJVc2VmdWwgTGlua3MiO3M6NDoidGV4dCI7czo0MzE6Ijx1bD4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5BTlRFQ0ggU09MVVRJT05TPC9hPjwvbGk+DQoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vYW50ZWNoc29sdXRpb25zLmNvLmluLyI+U1VQUE9SVDwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkRPQ1VNRU5UQVRJT048L2E+PC9saT4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5GQVE8L2E+PC9saT4NCgkJCQkJCQkJCQkNCgkJCQkJCQkJCQkNCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5QTEFOUyAmYW1wOyBQSUNJTkc8L2E+PC9saT4NCgkJCQkJCQkJCTwvdWw+IjtzOjY6ImZpbHRlciI7YjowO3M6NjoidmlzdWFsIjtiOjA7fQ==",\n            "title": "Useful Links",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "c56b8cac39da8031337b366142cdbb4d"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8e00acdd-cea2-4a0d-b852-ac1e1aface2f', '', '', '2017-10-02 09:10:06', '2017-10-02 09:10:06', '', 0, 'http://localhost/PRAVASABHUMI/?p=160', 0, 'customize_changeset', '', 0),
(161, 1, '2017-10-02 09:11:06', '2017-10-02 09:11:06', '{\n    "widget_text[9]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjEyOiJVc2VmdWwgTGlua3MiO3M6NDoidGV4dCI7czo1MDY6Ijx1bD4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5BTlRFQ0ggU09MVVRJT05TPC9hPjwvbGk+DQoJCQkJCQkJCQkJPGxpPjxhIGhyZWY9Imh0dHBzOi8vYW50ZWNoc29sdXRpb25zLmNvLmluLyI+U1VQUE9SVDwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkRPQ1VNRU5UQVRJT048L2E+PC9saT4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5GQVE8L2E+PC9saT4NCgkJCQkJCQkJCQkNCjxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkNVU1RPTUVSIFJFTEFUSU9OU0hJUDwvYT48L2xpPgkJCQkJCQkJCQkNCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5QTEFOUyAmYW1wOyBQSUNJTkc8L2E+PC9saT4NCgkJCQkJCQkJCTwvdWw+IjtzOjY6ImZpbHRlciI7YjowO3M6NjoidmlzdWFsIjtiOjA7fQ==",\n            "title": "Useful Links",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "4cdbfd9b4bd37f006188c644f1af9488"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0bece9e4-9816-450f-a346-23b603b760e9', '', '', '2017-10-02 09:11:06', '2017-10-02 09:11:06', '', 0, 'http://localhost/PRAVASABHUMI/?p=161', 0, 'customize_changeset', '', 0),
(163, 1, '2017-10-02 09:37:10', '2017-10-02 09:37:10', '{\n    "widget_colormag_300x250_advertisement_widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjIyOiJQU0MgVHVsc2kgU1RVRFkgUE9SVEFMIjtzOjE4OiIzMDB4MjUwX2ltYWdlX2xpbmsiO3M6Mzk6Imh0dHBzOi8vcHNjdHVsc2kuYW50ZWNoc29sdXRpb25zLmNvLmluLyI7czoxNzoiMzAweDI1MF9pbWFnZV91cmwiO3M6NzQ6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdGhlbWVzL2NvbG9ybWFnL2ltZy9hZC1tZWRpdW0uanBnIjt9",\n            "title": "PSC Tulsi STUDY PORTAL",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "b70031fd42262a5b6660ab7af7d56321"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2f7c2ef6-01d7-4521-9687-8218597aed00', '', '', '2017-10-02 09:37:10', '2017-10-02 09:37:10', '', 0, 'http://localhost/PRAVASABHUMI/?p=163', 0, 'customize_changeset', '', 0),
(164, 1, '2017-10-02 09:43:00', '2017-10-02 09:43:00', '{\n    "widget_text[11]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjQ6InRleHQiO3M6MTk6IkFuZWVzaCBQYXRoYW5hcHVyYW0iO3M6NToidGl0bGUiO3M6MTE6IkRldmVscGVkIEJ5IjtzOjY6ImZpbHRlciI7YjoxO3M6NjoidmlzdWFsIjtiOjE7fQ==",\n            "title": "Develped By",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "d5123c1ca03e9d23af08458b22165a45"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '70bb4d75-8d13-45a7-9299-bc4d00e17385', '', '', '2017-10-02 09:43:00', '2017-10-02 09:43:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=164', 0, 'customize_changeset', '', 0),
(165, 1, '2017-10-02 12:53:16', '2017-10-02 12:53:16', '{\n    "sidebars_widgets[colormag_front_page_content_middle_left_section]": {\n        "value": [\n            "colormag_featured_posts_vertical_widget-6",\n            "media_image-9"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_media_image[9]": {\n        "value": {\n            "encoded_serialized_instance": "YToxNTp7czoxMzoiYXR0YWNobWVudF9pZCI7aToxMjY7czozOiJ1cmwiO3M6NzQ6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA5L2JuZXdzMy0zMDB4MzcuanBnIjtzOjU6InRpdGxlIjtzOjA6IiI7czo0OiJzaXplIjtzOjY6Im1lZGl1bSI7czo1OiJ3aWR0aCI7aTo5ODA7czo2OiJoZWlnaHQiO2k6MTIwO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo5OiJsaW5rX3R5cGUiO3M6NDoibm9uZSI7czo4OiJsaW5rX3VybCI7czowOiIiO3M6MTM6ImltYWdlX2NsYXNzZXMiO3M6MDoiIjtzOjEyOiJsaW5rX2NsYXNzZXMiO3M6MDoiIjtzOjg6ImxpbmtfcmVsIjtzOjA6IiI7czoxNzoibGlua190YXJnZXRfYmxhbmsiO2I6MDtzOjExOiJpbWFnZV90aXRsZSI7czowOiIiO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "242a6a37f6226ad4b27a149a56170307"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_advertisement_above_the_footer_sidebar]": {\n        "value": [\n            "media_image-10"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_media_image[10]": {\n        "value": {\n            "encoded_serialized_instance": "YToxNTp7czoxMzoiYXR0YWNobWVudF9pZCI7aToxMjY7czozOiJ1cmwiO3M6NzQ6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA5L2JuZXdzMy0zMDB4MzcuanBnIjtzOjU6InRpdGxlIjtzOjA6IiI7czo0OiJzaXplIjtzOjY6Im1lZGl1bSI7czo1OiJ3aWR0aCI7aTo5ODA7czo2OiJoZWlnaHQiO2k6MTIwO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo5OiJsaW5rX3R5cGUiO3M6NDoibm9uZSI7czo4OiJsaW5rX3VybCI7czowOiIiO3M6MTM6ImltYWdlX2NsYXNzZXMiO3M6MDoiIjtzOjEyOiJsaW5rX2NsYXNzZXMiO3M6MDoiIjtzOjg6ImxpbmtfcmVsIjtzOjA6IiI7czoxNzoibGlua190YXJnZXRfYmxhbmsiO2I6MDtzOjExOiJpbWFnZV90aXRsZSI7czowOiIiO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "242a6a37f6226ad4b27a149a56170307"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4fea0e73-be47-4d0b-a486-79eb7283b6ff', '', '', '2017-10-02 12:53:16', '2017-10-02 12:53:16', '', 0, 'http://localhost/PRAVASABHUMI/?p=165', 0, 'customize_changeset', '', 0),
(166, 1, '2017-10-02 12:56:29', '2017-10-02 12:56:29', '{\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_featured_posts_widget-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_highlighted_posts_widget[5]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_728x90_advertisement_widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjE3OiI3Mjh4OTBfaW1hZ2VfbGluayI7czo5OiJodHRwczovLyMiO3M6MTY6IjcyOHg5MF9pbWFnZV91cmwiO3M6NzM6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdGhlbWVzL2NvbG9ybWFnL2ltZy9hZC1sYXJnZS5qcGciO3M6NToidGl0bGUiO3M6MDoiIjt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "c28925800951ac759c74b35fb785e7b0"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a35579b5-9588-4488-8269-cd4641a578f9', '', '', '2017-10-02 12:56:29', '2017-10-02 12:56:29', '', 0, 'http://localhost/PRAVASABHUMI/?p=166', 0, 'customize_changeset', '', 0),
(167, 1, '2017-10-02 13:01:30', '2017-10-02 13:01:30', '{\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_featured_posts_widget-4",\n            "colormag_728x90_advertisement_widget-5"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_728x90_advertisement_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjU6IkFkZCAxIjtzOjE3OiI3Mjh4OTBfaW1hZ2VfbGluayI7czo4NzoiaHR0cHM6Ly93d3cuZnJlc2hlcnNsaXZlLmNvbS9jdXJyZW50LWFmZmFpcnMvY3VycmVudC1hZmZhaXJzLXF1aXovc2VwdGVtYmVyLTIwMTctcXVpei8yIjtzOjE2OiI3Mjh4OTBfaW1hZ2VfdXJsIjtzOjY3OiJodHRwOi8vbG9jYWxob3N0L1BSQVZBU0FCSFVNSS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOS9ibmV3czMuanBnIjt9",\n            "title": "Add 1",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "d19f58e537c85d7d4835cbf9305b0c00"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0cd780df-0535-467d-8f0e-70c9e51c26b4', '', '', '2017-10-02 13:01:30', '2017-10-02 13:01:30', '', 0, 'http://localhost/PRAVASABHUMI/?p=167', 0, 'customize_changeset', '', 0),
(168, 1, '2017-10-02 13:05:38', '2017-10-02 13:05:38', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_middle_left_section]": {\n        "value": [\n            "colormag_featured_posts_vertical_widget-6"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_bottom_section]": {\n        "value": [\n            "colormag_featured_posts_widget-5",\n            "colormag_728x90_advertisement_widget-6"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_728x90_advertisement_widget[6]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czoxNzoiNzI4eDkwX2ltYWdlX2xpbmsiO3M6ODc6Imh0dHBzOi8vd3d3LmZyZXNoZXJzbGl2ZS5jb20vY3VycmVudC1hZmZhaXJzL2N1cnJlbnQtYWZmYWlycy1xdWl6L3NlcHRlbWJlci0yMDE3LXF1aXovMiI7czoxNjoiNzI4eDkwX2ltYWdlX3VybCI7czowOiIiO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "5909d8743935bcc1bfd446ad2bfc1f8d"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4446e8b4-6fdd-4330-9987-8babe75be136', '', '', '2017-10-02 13:05:38', '2017-10-02 13:05:38', '', 0, 'http://localhost/PRAVASABHUMI/?p=168', 0, 'customize_changeset', '', 0),
(169, 1, '2017-10-02 13:05:26', '2017-10-02 13:05:26', '', 'dtopadd', '', 'inherit', 'open', 'closed', '', 'dtopadd', '', '', '2017-10-02 13:05:26', '2017-10-02 13:05:26', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/dtopadd.jpg', 0, 'attachment', 'image/jpeg', 0),
(170, 1, '2017-10-02 13:06:51', '2017-10-02 13:06:51', '{\n    "widget_colormag_728x90_advertisement_widget[6]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjQyOiJBbnRlY2ggU29sdXRpb25zIC0gUGFydGVyIGZvciBZb3VyIFN1Y2Nlc3MiO3M6MTc6IjcyOHg5MF9pbWFnZV9saW5rIjtzOjg3OiJodHRwczovL3d3dy5mcmVzaGVyc2xpdmUuY29tL2N1cnJlbnQtYWZmYWlycy9jdXJyZW50LWFmZmFpcnMtcXVpei9zZXB0ZW1iZXItMjAxNy1xdWl6LzIiO3M6MTY6IjcyOHg5MF9pbWFnZV91cmwiO3M6Njg6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL2R0b3BhZGQuanBnIjt9",\n            "title": "Antech Solutions - Parter for Your Success",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "297f7be2e0e4199845531a35ccf60112"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '178265c1-3163-49f9-a7a5-0ffb26d4058c', '', '', '2017-10-02 13:06:51', '2017-10-02 13:06:51', '', 0, 'http://localhost/PRAVASABHUMI/?p=170', 0, 'customize_changeset', '', 0),
(171, 1, '2017-10-02 13:07:18', '2017-10-02 13:07:18', '{\n    "widget_colormag_728x90_advertisement_widget[6]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czoxNzoiNzI4eDkwX2ltYWdlX2xpbmsiO3M6ODc6Imh0dHBzOi8vd3d3LmZyZXNoZXJzbGl2ZS5jb20vY3VycmVudC1hZmZhaXJzL2N1cnJlbnQtYWZmYWlycy1xdWl6L3NlcHRlbWJlci0yMDE3LXF1aXovMiI7czoxNjoiNzI4eDkwX2ltYWdlX3VybCI7czo2ODoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvZHRvcGFkZC5qcGciO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "7fdd58cfd6a9a3d7496787493e9c70ae"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'b3b8ad5d-8c8a-412c-ae79-52e1f5867363', '', '', '2017-10-02 13:07:18', '2017-10-02 13:07:18', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/02/b3b8ad5d-8c8a-412c-ae79-52e1f5867363/', 0, 'customize_changeset', '', 0),
(172, 1, '2017-10-02 13:09:10', '2017-10-02 13:09:10', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3",\n            "media_image-10"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_advertisement_above_the_footer_sidebar]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_bottom_section]": {\n        "value": [\n            "colormag_728x90_advertisement_widget-6",\n            "colormag_featured_posts_widget-5",\n            "colormag_728x90_advertisement_widget-7"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_728x90_advertisement_widget[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czoxNzoiNzI4eDkwX2ltYWdlX2xpbmsiO3M6ODc6Imh0dHBzOi8vd3d3LmZyZXNoZXJzbGl2ZS5jb20vY3VycmVudC1hZmZhaXJzL2N1cnJlbnQtYWZmYWlycy1xdWl6L3NlcHRlbWJlci0yMDE3LXF1aXovMiI7czoxNjoiNzI4eDkwX2ltYWdlX3VybCI7czo3NDoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvcG9vamFwcm9kdWN0cy5qcGciO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "2376b7641ec6106cdbe0704fa46acfed"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '26fc302a-28f6-4d84-920e-8b6b764cb6ff', '', '', '2017-10-02 13:09:10', '2017-10-02 13:09:10', '', 0, 'http://localhost/PRAVASABHUMI/?p=172', 0, 'customize_changeset', '', 0),
(173, 1, '2017-10-02 13:08:25', '2017-10-02 13:08:25', '', 'poojaproducts', '', 'inherit', 'open', 'closed', '', 'poojaproducts', '', '', '2017-10-02 13:08:25', '2017-10-02 13:08:25', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/poojaproducts.jpg', 0, 'attachment', 'image/jpeg', 0),
(174, 1, '2017-10-02 13:12:25', '2017-10-02 13:12:25', '{\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_728x90_advertisement_widget-5",\n            "colormag_featured_posts_widget-4",\n            "colormag_728x90_advertisement_widget-8"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_728x90_advertisement_widget[8]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czoxNzoiNzI4eDkwX2ltYWdlX2xpbmsiO3M6ODc6Imh0dHBzOi8vd3d3LmZyZXNoZXJzbGl2ZS5jb20vY3VycmVudC1hZmZhaXJzL2N1cnJlbnQtYWZmYWlycy1xdWl6L3NlcHRlbWJlci0yMDE3LXF1aXovMiI7czoxNjoiNzI4eDkwX2ltYWdlX3VybCI7czo3NDoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvc2hvcC1hZC1ib29rcy5qcGciO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "0a2d3e112a5b765fe9f194ce92410855"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'b46734bc-38d2-4329-a87f-ad662eecf55a', '', '', '2017-10-02 13:12:25', '2017-10-02 13:12:25', '', 0, 'http://localhost/PRAVASABHUMI/?p=174', 0, 'customize_changeset', '', 0),
(175, 1, '2017-10-02 13:11:20', '2017-10-02 13:11:20', '', 'shop-ad-books', '', 'inherit', 'open', 'closed', '', 'shop-ad-books', '', '', '2017-10-02 13:11:20', '2017-10-02 13:11:20', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/shop-ad-books.jpg', 0, 'attachment', 'image/jpeg', 0),
(176, 1, '2017-10-02 13:12:53', '2017-10-02 13:12:53', '{\n    "widget_colormag_728x90_advertisement_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czoxNzoiNzI4eDkwX2ltYWdlX2xpbmsiO3M6ODc6Imh0dHBzOi8vd3d3LmZyZXNoZXJzbGl2ZS5jb20vY3VycmVudC1hZmZhaXJzL2N1cnJlbnQtYWZmYWlycy1xdWl6L3NlcHRlbWJlci0yMDE3LXF1aXovMiI7czoxNjoiNzI4eDkwX2ltYWdlX3VybCI7czo2NzoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDkvYm5ld3MzLmpwZyI7fQ==",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "4e066219d27b332d9bd45a4bb3e55ec0"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '71af6ec1-49fc-4b29-ac61-33733cccaf09', '', '', '2017-10-02 13:12:53', '2017-10-02 13:12:53', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/02/71af6ec1-49fc-4b29-ac61-33733cccaf09/', 0, 'customize_changeset', '', 0),
(177, 1, '2017-10-02 13:15:20', '2017-10-02 13:15:20', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "colormag_featured_posts_vertical_widget-5",\n            "text-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "rich_web_tabs-3",\n            "colormag_300x250_advertisement_widget-5"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_300x250_advertisement_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czoxODoiMzAweDI1MF9pbWFnZV9saW5rIjtzOjA6IiI7czoxNzoiMzAweDI1MF9pbWFnZV91cmwiO3M6NjU6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3RhdGEucG5nIjt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "2cd67c69b1d7979b0e6e7dd18ba09a90"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'dbfc0630-006f-4a48-b44e-7fbf7fabd8a2', '', '', '2017-10-02 13:15:20', '2017-10-02 13:15:20', '', 0, 'http://localhost/PRAVASABHUMI/?p=177', 0, 'customize_changeset', '', 0),
(178, 1, '2017-10-02 13:15:45', '2017-10-02 13:15:45', '', 'slideradd1', '', 'inherit', 'open', 'closed', '', 'slideradd1', '', '', '2017-10-02 13:15:45', '2017-10-02 13:15:45', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/slideradd1.jpg', 0, 'attachment', 'image/jpeg', 0),
(179, 1, '2017-10-02 13:16:02', '2017-10-02 13:16:02', '{\n    "widget_colormag_300x250_advertisement_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czoxODoiMzAweDI1MF9pbWFnZV9saW5rIjtzOjA6IiI7czoxNzoiMzAweDI1MF9pbWFnZV91cmwiO3M6NzE6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3NsaWRlcmFkZDEuanBnIjt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "4ccfccb04422de220b2db97d78cbd151"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3b5ae01b-3d48-403a-a343-c6d3d2734fa0', '', '', '2017-10-02 13:16:02', '2017-10-02 13:16:02', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/02/3b5ae01b-3d48-403a-a343-c6d3d2734fa0/', 0, 'customize_changeset', '', 0),
(180, 1, '2017-10-02 13:16:27', '2017-10-02 13:16:27', '{\n    "widget_colormag_300x250_advertisement_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjEzOiJTZW1hdHRpIFNpbGtzIjtzOjE4OiIzMDB4MjUwX2ltYWdlX2xpbmsiO3M6MDoiIjtzOjE3OiIzMDB4MjUwX2ltYWdlX3VybCI7czo3MToiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvc2xpZGVyYWRkMS5qcGciO30=",\n            "title": "Sematti Silks",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "97a59b287d6ea62ea60b1c56ada5d1b3"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '7ea51350-1216-44f7-b1d8-a6fcc8a006a6', '', '', '2017-10-02 13:16:27', '2017-10-02 13:16:27', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/02/7ea51350-1216-44f7-b1d8-a6fcc8a006a6/', 0, 'customize_changeset', '', 0),
(181, 1, '2017-10-02 13:20:58', '2017-10-02 13:20:58', '{\n    "widget_text[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjY6IlNQT1JUUyI7czo0OiJ0ZXh0IjtzOjQzNToiPHVsPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkNSSUNLRVQ8L2E+PC9saT4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5GT09UQkFMTCBQcm88L2E+PC9saT4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly90aGVtZWdyaWxsLmNvbS90aGVtZXMvY29sb3JuZXdzLXByb2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPlRFTk5JUzwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkJBRE1JTlRFTjwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkdPTEY8L2E+PC9saT4NCgkJCQkJCQkJCQkNCgkJCQkJCQkJCTwvdWw+IjtzOjY6ImZpbHRlciI7YjowO3M6NjoidmlzdWFsIjtiOjA7fQ==",\n            "title": "SPORTS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "4ac3dd9d5dadda75d49a5e47fde80364"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'de22811a-fb7a-479e-be41-71cb0e3711c6', '', '', '2017-10-02 13:20:58', '2017-10-02 13:20:58', '', 0, 'http://localhost/PRAVASABHUMI/?p=181', 0, 'customize_changeset', '', 0),
(182, 1, '2017-10-02 13:32:35', '2017-10-02 13:32:35', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "rich_web_tabs-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_media_video[3]": {\n        "value": {\n            "encoded_serialized_instance": "YToxMTp7czoxMzoiYXR0YWNobWVudF9pZCI7aTowO3M6MzoidXJsIjtzOjQzOiJodHRwczovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PU9VWVlNUF9kd0c0IjtzOjU6InRpdGxlIjtzOjQzOiLgtLXgtL/gtLLgtY3gtLLgtKjgtY3igI0g4LSf4LWA4LS44LSw4LWN4oCNIjtzOjc6InByZWxvYWQiO3M6ODoibWV0YWRhdGEiO3M6NDoibG9vcCI7YjowO3M6NzoiY29udGVudCI7czowOiIiO3M6MzoibXA0IjtzOjA6IiI7czozOiJtNHYiO3M6MDoiIjtzOjQ6IndlYm0iO3M6MDoiIjtzOjM6Im9ndiI7czowOiIiO3M6MzoiZmx2IjtzOjA6IiI7fQ==",\n            "title": "\\u0d35\\u0d3f\\u0d32\\u0d4d\\u0d32\\u0d28\\u0d4d\\u200d \\u0d1f\\u0d40\\u0d38\\u0d30\\u0d4d\\u200d",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "74f5e0124fc6f6f5fdad0fa8999f3b54"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '162c4154-68fc-4c83-9445-48945e9e38e2', '', '', '2017-10-02 13:32:35', '2017-10-02 13:32:35', '', 0, 'http://localhost/PRAVASABHUMI/?p=182', 0, 'customize_changeset', '', 0),
(183, 1, '2017-10-02 13:37:53', '2017-10-02 13:37:53', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "colormag_300x250_advertisement_widget-8"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_300x250_advertisement_widget[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjExOiJKb3kgQWx1a2thcyI7czoxODoiMzAweDI1MF9pbWFnZV9saW5rIjtzOjA6IiI7czoxNzoiMzAweDI1MF9pbWFnZV91cmwiO3M6NzE6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3NsaWRlcmFkZDMuanBnIjt9",\n            "title": "Joy Alukkas",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "4b8037787ac0f3c72987896876f99506"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_300x250_advertisement_widget[8]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjEyOiJDaGVubmkgU2lsa3MiO3M6MTg6IjMwMHgyNTBfaW1hZ2VfbGluayI7czowOiIiO3M6MTc6IjMwMHgyNTBfaW1hZ2VfdXJsIjtzOjcwOiJodHRwOi8vbG9jYWxob3N0L1BSQVZBU0FCSFVNSS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9yaWdodGFkZDQuanBnIjt9",\n            "title": "Chenni Silks",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "c14ce44498b81b9e4efa201e0901323a"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '58e9addc-e7e4-4c86-9b38-d9f5dd34bad3', '', '', '2017-10-02 13:37:53', '2017-10-02 13:37:53', '', 0, 'http://localhost/PRAVASABHUMI/?p=183', 0, 'customize_changeset', '', 0),
(184, 1, '2017-10-02 13:36:04', '2017-10-02 13:36:04', '', 'slideradd3', '', 'inherit', 'open', 'closed', '', 'slideradd3', '', '', '2017-10-02 13:36:04', '2017-10-02 13:36:04', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/slideradd3.jpg', 0, 'attachment', 'image/jpeg', 0),
(185, 1, '2017-10-02 13:37:27', '2017-10-02 13:37:27', '', 'rightadd4', '', 'inherit', 'open', 'closed', '', 'rightadd4', '', '', '2017-10-02 13:37:27', '2017-10-02 13:37:27', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/rightadd4.jpg', 0, 'attachment', 'image/jpeg', 0),
(187, 1, '2017-10-02 13:43:29', '2017-10-02 13:43:29', '{\n    "sidebars_widgets[colormag_front_page_content_bottom_section]": {\n        "value": [\n            "colormag_728x90_advertisement_widget-6",\n            "colormag_featured_posts_widget-5",\n            "colormag_728x90_advertisement_widget-7",\n            "colormag_featured_posts_widget-10"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_widget[10]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjQ0OiLgtJfgtYvgtLjgtY3gtLjgtL/gtKrgtY3gtKrgtY0g4LSV4LWL4LSz4LSCICI7czo0OiJ0ZXh0IjtzOjQ3OiLgtKvgtYHgtLPgtY3igI0g4LSX4LWL4LS44LWN4LS44LS/4LSq4LWN4LS44LWNICI7czo2OiJudW1iZXIiO2k6NDtzOjQ6InR5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6ODoiY2F0ZWdvcnkiO3M6MToiNyI7fQ==",\n            "title": "\\u0d17\\u0d4b\\u0d38\\u0d4d\\u0d38\\u0d3f\\u0d2a\\u0d4d\\u0d2a\\u0d4d \\u0d15\\u0d4b\\u0d33\\u0d02 ",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "c653fa246289ceff583524d4f2d631e0"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_vertical_widget[9]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjA6IiI7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJudW1iZXIiO2k6NDtzOjQ6InR5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6ODoiY2F0ZWdvcnkiO3M6MToiNCI7fQ==",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "82c48bdcce8eacac23bdd2bcc3d1f4fd"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_middle_left_section]": {\n        "value": [\n            "colormag_featured_posts_vertical_widget-6"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_728x90_advertisement_widget[10]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjE6ImEiO3M6MTc6IjcyOHg5MF9pbWFnZV9saW5rIjtzOjA6IiI7czoxNjoiNzI4eDkwX2ltYWdlX3VybCI7czo2ODoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvZHRvcGFkZC5qcGciO30=",\n            "title": "a",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "40d70ea5ec79c3e1edf9d6c411b60392"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '60412fe2-3ddf-444c-b09b-b9db940afa2a', '', '', '2017-10-02 13:43:29', '2017-10-02 13:43:29', '', 0, 'http://localhost/PRAVASABHUMI/?p=187', 0, 'customize_changeset', '', 0),
(188, 1, '2017-10-02 13:45:16', '2017-10-02 13:45:16', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3",\n            "media_image-10",\n            "colormag_300x250_advertisement_widget-8"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'ed4a09e5-dd1a-48f3-b80b-f04851cc9a6d', '', '', '2017-10-02 13:45:16', '2017-10-02 13:45:16', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/02/ed4a09e5-dd1a-48f3-b80b-f04851cc9a6d/', 0, 'customize_changeset', '', 0),
(189, 1, '2017-10-02 13:46:22', '2017-10-02 13:46:22', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "colormag_300x250_advertisement_widget-10"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_300x250_advertisement_widget[10]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjE0OiJDaGVubmFpIFNpbGtzICI7czoxODoiMzAweDI1MF9pbWFnZV9saW5rIjtzOjA6IiI7czoxNzoiMzAweDI1MF9pbWFnZV91cmwiO3M6NzA6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3JpZ2h0YWRkNC5qcGciO30=",\n            "title": "Chennai Silks ",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "18225ef7b8daed5d34c2ce850bd8e5a9"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd74aaee0-4cfd-4ffd-a5a8-254de5d3ec25', '', '', '2017-10-02 13:46:22', '2017-10-02 13:46:22', '', 0, 'http://localhost/PRAVASABHUMI/?p=189', 0, 'customize_changeset', '', 0),
(190, 1, '2017-10-02 13:47:26', '2017-10-02 13:47:26', '{\n    "colormag::colormag_site_layout": {\n        "value": "boxed_layout",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3c34e8b2-a7be-4a28-85ae-713aca8dfd5e', '', '', '2017-10-02 13:47:26', '2017-10-02 13:47:26', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/02/3c34e8b2-a7be-4a28-85ae-713aca8dfd5e/', 0, 'customize_changeset', '', 0),
(191, 1, '2017-10-02 13:48:15', '2017-10-02 13:48:15', '{\n    "colormag::colormag_site_layout": {\n        "value": "wide_layout",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'de7c0cee-0ca1-43d4-9887-7307f74b2fd8', '', '', '2017-10-02 13:48:15', '2017-10-02 13:48:15', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/02/de7c0cee-0ca1-43d4-9887-7307f74b2fd8/', 0, 'customize_changeset', '', 0),
(192, 1, '2017-10-02 13:49:33', '2017-10-02 13:49:33', '{\n    "colormag::colormag_default_page_layout": {\n        "value": "no_sidebar_content_centered",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '61fece04-b575-4306-b16f-51c8e99bd136', '', '', '2017-10-02 13:49:33', '2017-10-02 13:49:33', '', 0, 'http://localhost/PRAVASABHUMI/?p=192', 0, 'customize_changeset', '', 0),
(193, 1, '2017-10-02 13:50:07', '2017-10-02 13:50:07', '{\n    "colormag::colormag_default_page_layout": {\n        "value": "right_sidebar",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '9a80bade-018f-42d9-a1c5-344ce3749d09', '', '', '2017-10-02 13:50:07', '2017-10-02 13:50:07', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/02/9a80bade-018f-42d9-a1c5-344ce3749d09/', 0, 'customize_changeset', '', 0),
(195, 1, '2017-10-02 14:00:53', '2017-10-02 14:00:53', '', 'leftadd1', '', 'inherit', 'open', 'closed', '', 'leftadd1', '', '', '2017-10-02 14:00:53', '2017-10-02 14:00:53', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/leftadd1.jpg', 0, 'attachment', 'image/jpeg', 0),
(196, 1, '2017-10-02 14:01:07', '2017-10-02 14:01:07', '', 'leftadd2', '', 'inherit', 'open', 'closed', '', 'leftadd2', '', '', '2017-10-02 14:01:07', '2017-10-02 14:01:07', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/leftadd2.jpg', 0, 'attachment', 'image/jpeg', 0),
(197, 1, '2017-10-02 14:01:24', '2017-10-02 14:01:24', '', 'rightadd2', '', 'inherit', 'open', 'closed', '', 'rightadd2', '', '', '2017-10-02 14:01:24', '2017-10-02 14:01:24', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/rightadd2.jpg', 0, 'attachment', 'image/jpeg', 0),
(198, 1, '2017-10-02 14:01:51', '2017-10-02 14:01:51', '', 'leftadd5', '', 'inherit', 'open', 'closed', '', 'leftadd5', '', '', '2017-10-02 14:01:51', '2017-10-02 14:01:51', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/leftadd5.jpg', 0, 'attachment', 'image/jpeg', 0),
(199, 1, '2017-10-02 14:02:40', '2017-10-02 14:02:40', '{\n    "widget_colormag_125x125_advertisement_widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YToxMzp7czo1OiJ0aXRsZSI7czoxNDoiQWR2ZXJ0aXNlbWVudHMiO3M6MjA6IjEyNXgxMjVfaW1hZ2VfbGlua18xIjtzOjM5OiJodHRwczovL3BzY3R1bHNpLmFudGVjaHNvbHV0aW9ucy5jby5pbi8iO3M6MTk6IjEyNXgxMjVfaW1hZ2VfdXJsXzEiO3M6Njk6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL2xlZnRhZGQxLmpwZyI7czoyMDoiMTI1eDEyNV9pbWFnZV9saW5rXzIiO3M6Mzk6Imh0dHBzOi8vcHNjdHVsc2kuYW50ZWNoc29sdXRpb25zLmNvLmluLyI7czoxOToiMTI1eDEyNV9pbWFnZV91cmxfMiI7czo3MDoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvcmlnaHRhZGQyLmpwZyI7czoyMDoiMTI1eDEyNV9pbWFnZV9saW5rXzMiO3M6Mzk6Imh0dHBzOi8vcHNjdHVsc2kuYW50ZWNoc29sdXRpb25zLmNvLmluLyI7czoxOToiMTI1eDEyNV9pbWFnZV91cmxfMyI7czo2OToiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvbGVmdGFkZDIuanBnIjtzOjIwOiIxMjV4MTI1X2ltYWdlX2xpbmtfNCI7czozOToiaHR0cHM6Ly9wc2N0dWxzaS5hbnRlY2hzb2x1dGlvbnMuY28uaW4vIjtzOjE5OiIxMjV4MTI1X2ltYWdlX3VybF80IjtzOjY5OiJodHRwOi8vbG9jYWxob3N0L1BSQVZBU0FCSFVNSS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9sZWZ0YWRkNS5qcGciO3M6MjA6IjEyNXgxMjVfaW1hZ2VfbGlua181IjtzOjA6IiI7czoxOToiMTI1eDEyNV9pbWFnZV91cmxfNSI7czowOiIiO3M6MjA6IjEyNXgxMjVfaW1hZ2VfbGlua182IjtzOjA6IiI7czoxOToiMTI1eDEyNV9pbWFnZV91cmxfNiI7czowOiIiO30=",\n            "title": "Advertisements",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "5c88667dbd293954bfada2b17c31a4ec"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '070ff3a0-d8b1-4cee-b273-f4a979e91715', '', '', '2017-10-02 14:02:40', '2017-10-02 14:02:40', '', 0, 'http://localhost/PRAVASABHUMI/?p=199', 0, 'customize_changeset', '', 0),
(200, 1, '2017-10-02 17:57:49', '2017-10-02 17:57:49', '{\n    "colormag::colormag_site_layout": {\n        "value": "boxed_layout",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_default_layout": {\n        "value": "no_sidebar_content_centered",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '69a662bf-f6c5-486e-a16c-0aa0838e3561', '', '', '2017-10-02 17:57:49', '2017-10-02 17:57:49', '', 0, 'http://localhost/PRAVASABHUMI/?p=200', 0, 'customize_changeset', '', 0),
(201, 1, '2017-10-02 17:59:25', '2017-10-02 17:59:25', '{\n    "colormag::colormag_default_layout": {\n        "value": "no_sidebar_full_width",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '03eb4146-b0da-4dad-97b8-c9a48a473ceb', '', '', '2017-10-02 17:59:25', '2017-10-02 17:59:25', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/02/03eb4146-b0da-4dad-97b8-c9a48a473ceb/', 0, 'customize_changeset', '', 0),
(202, 1, '2017-10-02 18:00:05', '2017-10-02 18:00:05', '{\n    "colormag::colormag_default_layout": {\n        "value": "left_sidebar",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '64d51b48-1824-441e-93d2-d0df18891038', '', '', '2017-10-02 18:00:05', '2017-10-02 18:00:05', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/02/64d51b48-1824-441e-93d2-d0df18891038/', 0, 'customize_changeset', '', 0),
(203, 1, '2017-10-02 18:00:39', '2017-10-02 18:00:39', '{\n    "colormag::colormag_default_layout": {\n        "value": "right_sidebar",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '624ee7e3-f496-45c1-a966-deffdd362e5f', '', '', '2017-10-02 18:00:39', '2017-10-02 18:00:39', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/02/624ee7e3-f496-45c1-a966-deffdd362e5f/', 0, 'customize_changeset', '', 0),
(206, 1, '2017-10-03 16:55:23', '2017-10-03 16:55:23', '{\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_featured_posts_widget-4",\n            "colormag_728x90_advertisement_widget-8",\n            "colormag_300x250_advertisement_widget-12"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_media_image[12]": {\n        "value": {\n            "encoded_serialized_instance": "YToxNTp7czoxMzoiYXR0YWNobWVudF9pZCI7aToxNjk7czozOiJ1cmwiO3M6NzU6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL2R0b3BhZGQtMzAweDQzLmpwZyI7czo1OiJ0aXRsZSI7czowOiIiO3M6NDoic2l6ZSI7czo2OiJtZWRpdW0iO3M6NToid2lkdGgiO2k6NzAwO3M6NjoiaGVpZ2h0IjtpOjEwMDtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6OToibGlua190eXBlIjtzOjQ6Im5vbmUiO3M6ODoibGlua191cmwiO3M6MDoiIjtzOjEzOiJpbWFnZV9jbGFzc2VzIjtzOjA6IiI7czoxMjoibGlua19jbGFzc2VzIjtzOjA6IiI7czo4OiJsaW5rX3JlbCI7czowOiIiO3M6MTc6ImxpbmtfdGFyZ2V0X2JsYW5rIjtiOjA7czoxMToiaW1hZ2VfdGl0bGUiO3M6MDoiIjt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "b04cc34289f0ee879c5a60f2ce3788cd"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_300x250_advertisement_widget[12]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czoxODoiMzAweDI1MF9pbWFnZV9saW5rIjtzOjg6Imh0dHA6Ly9oIjtzOjE3OiIzMDB4MjUwX2ltYWdlX3VybCI7czo3NDoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvcG9vamFwcm9kdWN0cy5qcGciO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "f41cab2f97e02b26157a0f161d7067ba"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0fcde93c-f0c0-4b0c-b08f-f92a413256cb', '', '', '2017-10-03 16:55:23', '2017-10-03 16:55:23', '', 0, 'http://localhost/PRAVASABHUMI/?p=206', 0, 'customize_changeset', '', 0),
(207, 1, '2017-10-03 16:58:22', '2017-10-03 16:58:22', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "archives-2",\n            "media_image-6",\n            "meta-2",\n            "search-2",\n            "categories-2",\n            "categories-4",\n            "recent-posts-2",\n            "recent-comments-2",\n            "nav_menu-3",\n            "rich_web_photo_slider-4",\n            "rich_web_photo_slider-6",\n            "rich_web_tabs-3",\n            "colormag_highlighted_posts_widget-5",\n            "colormag_featured_posts_widget-7",\n            "colormag_featured_posts_vertical_widget-9",\n            "colormag_728x90_advertisement_widget-10",\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3",\n            "media_image-10",\n            "colormag_300x250_advertisement_widget-8",\n            "colormag_300x250_advertisement_widget-12"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_featured_posts_widget-4",\n            "colormag_728x90_advertisement_widget-8",\n            "custom_html-5"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_custom_html[5]": {\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjExMzoiPGltZyBzcmM9Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3Nob3AtYWQtYm9va3MuanBnIiB3aWR0aD0iNzg5IiBoZWlnaHQ9Ijk2MCIgLz4iO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "15a26ea6643cf675e4ac3be500ce2aeb"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'fa03f3d3-2b3e-4c8e-9f28-3235e75a9d75', '', '', '2017-10-03 16:58:22', '2017-10-03 16:58:22', '', 0, 'http://localhost/PRAVASABHUMI/?p=207', 0, 'customize_changeset', '', 0),
(208, 1, '2017-10-03 16:59:44', '2017-10-03 16:59:44', '{\n    "widget_custom_html[5]": {\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjExMzoiPGltZyBzcmM9Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3Nob3AtYWQtYm9va3MuanBnIiB3aWR0aD0iNzk1IiBoZWlnaHQ9Ijk2MCIgLz4iO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "1efc158632172554b7eb928daa59eb55"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '31bd4c7f-072a-4aa3-af16-a8efb574df7e', '', '', '2017-10-03 16:59:44', '2017-10-03 16:59:44', '', 0, 'http://localhost/PRAVASABHUMI/?p=208', 0, 'customize_changeset', '', 0),
(209, 1, '2017-10-03 17:00:19', '2017-10-03 17:00:19', '{\n    "widget_custom_html[5]": {\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjExMzoiPGltZyBzcmM9Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3Nob3AtYWQtYm9va3MuanBnIiB3aWR0aD0iODAwIiBoZWlnaHQ9Ijk2MCIgLz4iO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "5d7aeb210292a2ed7679812bc4bb176d"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c6199056-87f2-420e-ad00-19341b0d2cfb', '', '', '2017-10-03 17:00:19', '2017-10-03 17:00:19', '', 0, 'http://localhost/PRAVASABHUMI/index.php/2017/10/03/c6199056-87f2-420e-ad00-19341b0d2cfb/', 0, 'customize_changeset', '', 0);
INSERT INTO `pb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(210, 1, '2017-10-03 17:02:13', '2017-10-03 17:02:13', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "archives-2",\n            "media_image-6",\n            "meta-2",\n            "search-2",\n            "categories-2",\n            "categories-4",\n            "recent-posts-2",\n            "recent-comments-2",\n            "nav_menu-3",\n            "rich_web_photo_slider-4",\n            "rich_web_photo_slider-6",\n            "rich_web_tabs-3",\n            "colormag_highlighted_posts_widget-5",\n            "colormag_featured_posts_widget-7",\n            "colormag_featured_posts_vertical_widget-9",\n            "colormag_728x90_advertisement_widget-10",\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3",\n            "media_image-10",\n            "colormag_300x250_advertisement_widget-8",\n            "colormag_300x250_advertisement_widget-12",\n            "colormag_728x90_advertisement_widget-8"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_featured_posts_widget-4",\n            "custom_html-5",\n            "custom_html-6"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_nav_menu[5]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_custom_html[6]": {\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjExMzoiPGltZyBzcmM9Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3Bvb2phcHJvZHVjdHMuanBnIiB3aWR0aD0iODAwIiBoZWlnaHQ9Ijk2MCIgLz4iO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "860c6a80b8bd57b11f63c5a3c292ddd3"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '7ffda46f-559b-4b89-90b5-c7ea179077c4', '', '', '2017-10-03 17:02:13', '2017-10-03 17:02:14', '', 0, 'http://localhost/PRAVASABHUMI/?p=210', 0, 'customize_changeset', '', 0),
(211, 1, '2017-10-03 17:04:13', '2017-10-03 17:04:13', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "archives-2",\n            "media_image-6",\n            "meta-2",\n            "search-2",\n            "categories-2",\n            "categories-4",\n            "recent-posts-2",\n            "recent-comments-2",\n            "nav_menu-3",\n            "rich_web_photo_slider-4",\n            "rich_web_photo_slider-6",\n            "rich_web_tabs-3",\n            "colormag_highlighted_posts_widget-5",\n            "colormag_featured_posts_widget-7",\n            "colormag_featured_posts_vertical_widget-9",\n            "colormag_728x90_advertisement_widget-10",\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3",\n            "media_image-10",\n            "colormag_300x250_advertisement_widget-8",\n            "colormag_300x250_advertisement_widget-12",\n            "colormag_728x90_advertisement_widget-8",\n            "custom_html-5",\n            "colormag_728x90_advertisement_widget-6"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_featured_posts_widget-4",\n            "custom_html-6"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_bottom_section]": {\n        "value": [\n            "colormag_featured_posts_widget-5",\n            "colormag_728x90_advertisement_widget-7",\n            "colormag_featured_posts_widget-10",\n            "custom_html-7"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_custom_html[7]": {\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjEwNzoiPGltZyBzcmM9Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL2R0b3BhZGQuanBnIiB3aWR0aD0iODAwIiBoZWlnaHQ9Ijk2MCIgLz4iO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "ebef4ea79462dad7e4999a9d7e362a5f"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2a6add4c-3a33-4fd2-ac43-4fdf60189e87', '', '', '2017-10-03 17:04:13', '2017-10-03 17:04:13', '', 0, 'http://localhost/PRAVASABHUMI/?p=211', 0, 'customize_changeset', '', 0),
(212, 1, '2017-10-03 17:07:24', '2017-10-03 17:07:24', '{\n    "widget_colormag_728x90_advertisement_widget[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czoxNzoiNzI4eDkwX2ltYWdlX2xpbmsiO3M6ODc6Imh0dHBzOi8vd3d3LmZyZXNoZXJzbGl2ZS5jb20vY3VycmVudC1hZmZhaXJzL2N1cnJlbnQtYWZmYWlycy1xdWl6L3NlcHRlbWJlci0yMDE3LXF1aXovMiI7czoxNjoiNzI4eDkwX2ltYWdlX3VybCI7czo3NDoiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvc2hvcC1hZC1ib29rcy5qcGciO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "0a2d3e112a5b765fe9f194ce92410855"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "archives-2",\n            "media_image-6",\n            "meta-2",\n            "search-2",\n            "categories-2",\n            "categories-4",\n            "recent-posts-2",\n            "recent-comments-2",\n            "nav_menu-3",\n            "rich_web_photo_slider-4",\n            "rich_web_photo_slider-6",\n            "rich_web_tabs-3",\n            "colormag_highlighted_posts_widget-5",\n            "colormag_featured_posts_widget-7",\n            "colormag_featured_posts_vertical_widget-9",\n            "colormag_728x90_advertisement_widget-10",\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3",\n            "media_image-10",\n            "colormag_300x250_advertisement_widget-8",\n            "colormag_300x250_advertisement_widget-12",\n            "colormag_728x90_advertisement_widget-8",\n            "custom_html-5",\n            "colormag_728x90_advertisement_widget-6",\n            "colormag_728x90_advertisement_widget-7"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_bottom_section]": {\n        "value": [\n            "colormag_featured_posts_widget-5",\n            "custom_html-7",\n            "colormag_featured_posts_widget-10",\n            "custom_html-8"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_custom_html[8]": {\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjExMzoiPGltZyBzcmM9Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3Nob3AtYWQtYm9va3MuanBnIiB3aWR0aD0iODAwIiBoZWlnaHQ9Ijk2MCIgLz4iO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "5d7aeb210292a2ed7679812bc4bb176d"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a843a95a-a107-4a10-ada8-87edf21d9203', '', '', '2017-10-03 17:07:24', '2017-10-03 17:07:24', '', 0, 'http://localhost/PRAVASABHUMI/?p=212', 0, 'customize_changeset', '', 0),
(215, 1, '2017-10-06 13:03:32', '2017-10-06 13:03:32', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2017-10-06 13:14:15', '2017-10-06 13:14:15', '', 0, 'http://localhost/PRAVASABHUMI/?post_type=sidebar_instance&#038;p=215', 0, 'sidebar_instance', '', 0),
(216, 1, '2017-10-06 16:37:52', '2017-10-06 16:37:52', '<p style="text-align: center;"><img src="images/Rimage/vallathol.png" alt="" /></p>\r\n2017 ലെ വള്ളത്തോള്‍ പുരസ്കാരം പ്രഭാവര്‍മ്മയ്ക്ക്\r\n<ul>\r\n 	<li>വള്ളത്തോൾ സാഹിത്യസമിതി അന്തരിച്ച പ്രശസ്ത മലയാള കവിയായ വള്ളത്തോളിന്റെ പേരിൽ ഏർപ്പെടുത്തിയ പുരസ്കാരം ആണ്‌ <b>വള്ളത്തോൾ പുരസ്കാരം</b>.</li>\r\n</ul>\r\n<ul>\r\n 	<li>1,11,111 രൂപയും പ്രശസ്തിപത്രവും ഉൾപ്പെട്ടതാണ് ഈ പുരസ്കാരം.</li>\r\n</ul>\r\n<h2></h2>\r\n<h2><span id=".E0.B4.AA.E0.B5.81.E0.B4.B0.E0.B4.B8.E0.B5.8D.E0.B4.95.E0.B4.BE.E0.B4.B0.E0.B4.9C.E0.B5.87.E0.B4.A4.E0.B4.BE.E0.B4.95.E0.B5.8D.E0.B4.95.E0.B5.BE" class="mw-headline">പുരസ്കാരജേതാക്കൾ</span></h2>\r\n<ul>\r\n 	<li>വള്ളത്തോൾ പുരസ്കാരം ലഭിച്ചവരുടെ പട്ടിക (1991 മുതൽ).</li>\r\n</ul>\r\n<table class="wikitable" style="border-color: #0099ff; margin-left: auto; margin-right: auto;" border="1" cellspacing="5" cellpadding="5">\r\n<tbody>\r\n<tr style="height: 15px;">\r\n<th style="height: 15px;">വർഷം</th>\r\n<th style="height: 15px;">പേര്‌</th>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1991</td>\r\n<td style="height: 15px;">പാലാ നാരായണൻ നായർ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1992</td>\r\n<td style="height: 15px;">ശൂരനാട് കുഞ്ഞൻ പിള്ള</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1993</td>\r\n<td style="height: 15px;">ബാലാമണിയമ്മ,വൈക്കം മുഹമ്മദ് ബഷീർ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1994</td>\r\n<td style="height: 15px;">പൊൻകുന്നം വർക്കി</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1995</td>\r\n<td style="height: 15px;">എം.പി. അപ്പൻ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1996</td>\r\n<td style="height: 15px;">തകഴി ശിവശങ്കരപ്പിള്ള</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1997</td>\r\n<td style="height: 15px;">അക്കിത്തം അച്യുതൻനമ്പൂതിരി</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1998</td>\r\n<td style="height: 15px;">കെ.എം. ജോർജ്</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">1999</td>\r\n<td style="height: 15px;">എസ്. ഗുപ്തൻ നായർ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2000</td>\r\n<td style="height: 15px;">പി. ഭാസ്കരൻ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2001</td>\r\n<td style="height: 15px;">ടി. പത്മനാഭൻ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2002</td>\r\n<td style="height: 15px;">ഡോ. എം. ലീലാവതി</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2003</td>\r\n<td style="height: 15px;">സുഗതകുമാരി</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2004</td>\r\n<td style="height: 15px;">കെ. അയ്യപ്പപ്പണിക്കർ</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2005</td>\r\n<td style="height: 15px;">എം.ടി. വാസുദേവൻ നായർ</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2006</td>\r\n<td style="height: 18px;">ഒ. എൻ. വി. കുറുപ്പ്</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2007</td>\r\n<td style="height: 18px;">സുകുമാർ അഴീക്കോട്</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2008</td>\r\n<td style="height: 18px;">പുതുശ്ശേരി രാമചന്ദ്രൻ</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2009</td>\r\n<td style="height: 18px;">കാവാലം നാരായണപണിക്കർ</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2010</td>\r\n<td style="height: 18px;">വിഷ്ണുനാരായണൻ നമ്പൂതിരി</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2011</td>\r\n<td style="height: 18px;">സി. രാധാകൃഷ്ണൻ</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2012</td>\r\n<td style="height: 18px;">യൂസഫലി കേച്ചേരി</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2013</td>\r\n<td style="height: 18px;">പെരുമ്പടവം ശ്രീധരൻ</td>\r\n</tr>\r\n<tr style="height: 18px;">\r\n<td style="height: 18px;">2014</td>\r\n<td style="height: 18px;">പി. നാരായണക്കുറുപ്പ്</td>\r\n</tr>\r\n<tr style="height: 15px;">\r\n<td style="height: 15px;">2015</td>\r\n<td style="height: 15px;">ആനന്ദ്</td>\r\n</tr>\r\n<tr style="height: 18.625px;">\r\n<td style="height: 18.625px;">2016</td>\r\n<td style="height: 18.625px;">ശ്രീകുമാരൻ തമ്പി</td>\r\n</tr>\r\n<tr style="height: 18.625px;">\r\n<td style="height: 18.625px;">2017</td>\r\n<td style="height: 18.625px;">പ്രഭാവര്‍മ്മ</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'വള്ളത്തോള്‍ പുരസ്കാരം പ്രഭാവര്‍മ്മയ്ക്ക്', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2017-10-06 16:37:52', '2017-10-06 16:37:52', '', 51, 'http://localhost/PRAVASABHUMI/index.php/2017/10/06/51-revision-v1/', 0, 'revision', '', 0),
(237, 1, '2017-10-07 19:02:32', '2017-10-07 19:02:32', '', 'അനീഷ്‌ ഇന്ന് മരണപ്പെടും', '', 'publish', 'closed', 'closed', '', '%e0%b4%85%e0%b4%a8%e0%b5%80%e0%b4%b7%e0%b5%8d%e2%80%8c-%e0%b4%87%e0%b4%a8%e0%b5%8d%e0%b4%a8%e0%b5%8d-%e0%b4%ae%e0%b4%b0%e0%b4%a3%e0%b4%aa%e0%b5%8d%e0%b4%aa%e0%b5%86%e0%b4%9f%e0%b5%81%e0%b4%82', '', '', '2017-10-15 04:35:22', '2017-10-15 04:35:22', '', 0, 'http://localhost/PRAVASABHUMI/?post_type=jm_breaking_news&#038;p=237', 0, 'jm_breaking_news', '', 0),
(253, 1, '2017-10-14 18:33:11', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-10-14 18:33:11', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?page_id=253', 0, 'page', '', 0),
(254, 1, '2017-10-14 19:06:33', '2017-10-14 19:06:33', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "colormag_300x250_advertisement_widget-10"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_thechamplogin[3]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjMwOiJMb2dpbiB3aXRoIHlvdXIgU29jaWFsIEFjY291bnQiO3M6MTE6InRpdGxlX2FmdGVyIjtzOjI6IkFEIjtzOjIxOiJiZWZvcmVfd2lkZ2V0X2NvbnRlbnQiO3M6MzoiQURGIjtzOjIwOiJhZnRlcl93aWRnZXRfY29udGVudCI7czozOiJBRlMiO3M6MTg6ImhpZGVfZm9yX2xvZ2dlZF9pbiI7Tjt9",\n            "title": "Login with your Social Account",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "245619d3b064af19320557d0e415b715"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_thechampverticalsharing[3]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_rich_web_photo_slider[9]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2442a233-78ec-46dc-858d-558e8f6a3ee0', '', '', '2017-10-14 19:06:33', '2017-10-14 19:06:33', '', 0, 'http://localhost/PRAVASABHUMI/?p=254', 0, 'customize_changeset', '', 0),
(255, 1, '2017-10-14 19:12:03', '0000-00-00 00:00:00', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "colormag_300x250_advertisement_widget-10",\n            "rich_web_photo_slider-10"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "media_image-12",\n            "nav_menu-5",\n            "colormag_728x90_advertisement_widget-5",\n            "archives-2",\n            "media_image-6",\n            "meta-2",\n            "search-2",\n            "categories-2",\n            "categories-4",\n            "recent-posts-2",\n            "recent-comments-2",\n            "nav_menu-3",\n            "rich_web_photo_slider-4",\n            "rich_web_photo_slider-6",\n            "rich_web_tabs-3",\n            "colormag_highlighted_posts_widget-5",\n            "colormag_featured_posts_widget-7",\n            "colormag_featured_posts_vertical_widget-9",\n            "colormag_728x90_advertisement_widget-10",\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3",\n            "media_image-10",\n            "colormag_300x250_advertisement_widget-8",\n            "colormag_300x250_advertisement_widget-12",\n            "colormag_728x90_advertisement_widget-8",\n            "custom_html-5",\n            "colormag_728x90_advertisement_widget-6",\n            "colormag_728x90_advertisement_widget-7",\n            "rich_web_photo_slider-9"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_rich_web_tabs[5]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_rich_web_photo_slider[10]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '105861de-5352-4898-b1f1-446e1bbda8db', '', '', '2017-10-14 19:12:03', '2017-10-14 19:12:03', '', 0, 'http://localhost/PRAVASABHUMI/?p=255', 0, 'customize_changeset', '', 0),
(256, 1, '2017-10-14 19:17:48', '2017-10-14 19:17:48', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "colormag_300x250_advertisement_widget-10",\n            "rich_web_photo_slider-11"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_media_audio[3]": {\n        "value": {\n            "encoded_serialized_instance": "YTo5OntzOjEzOiJhdHRhY2htZW50X2lkIjtpOjA7czozOiJ1cmwiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjY6IkRWU0RTRiI7czo3OiJwcmVsb2FkIjtzOjQ6Im5vbmUiO3M6NDoibG9vcCI7YjowO3M6MzoibXAzIjtzOjA6IiI7czozOiJvZ2ciO3M6MDoiIjtzOjM6Im00YSI7czowOiIiO3M6Mzoid2F2IjtzOjA6IiI7fQ==",\n            "title": "DVSDSF",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "290b4668a53946ada2ff8847d4e43ec8"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_calendar[4]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_archives[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czo1OiJjb3VudCI7aToxO3M6ODoiZHJvcGRvd24iO2k6MDt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "9b1fb6433e2cc8faee30d1c510475608"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_custom_html[10]": {\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjU6InRpdGxlIjtzOjQ6IkFTREYiO3M6NzoiY29udGVudCI7czoyNDoiW1JpY2hfV2ViX1NsaWRlciBpZD0iMyJdIjt9",\n            "title": "ASDF",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "4ca4f913c9ddb91d00ed5446fd4ff960"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_jm_breaking_news_widget[3]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_rich_web_photo_slider[11]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4be3868b-9e8f-4816-b40c-b947af32b1e8', '', '', '2017-10-14 19:17:48', '2017-10-14 19:17:48', '', 0, 'http://localhost/PRAVASABHUMI/?p=256', 0, 'customize_changeset', '', 0),
(257, 1, '2017-10-14 19:28:18', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-10-14 19:28:18', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=257', 0, 'post', '', 0),
(261, 1, '2017-10-14 19:40:10', '2017-10-14 19:40:10', '', 'cropped-dtopadd.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-dtopadd-jpg', '', '', '2017-10-14 19:40:10', '2017-10-14 19:40:10', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/cropped-dtopadd.jpg', 0, 'attachment', 'image/jpeg', 0),
(262, 1, '2017-10-14 19:40:25', '2017-10-14 19:40:25', '{\n    "colormag::header_image": {\n        "value": "http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/cropped-dtopadd.jpg",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::header_image_data": {\n        "value": {\n            "url": "http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/cropped-dtopadd.jpg",\n            "thumbnail_url": "http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/cropped-dtopadd.jpg",\n            "timestamp": 1508010010841,\n            "attachment_id": 261,\n            "width": 700,\n            "height": 100\n        },\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'cdcd633c-76b3-4e24-b654-25481786d03c', '', '', '2017-10-14 19:40:25', '2017-10-14 19:40:25', '', 0, 'http://localhost/PRAVASABHUMI/?p=262', 0, 'customize_changeset', '', 0),
(263, 1, '2017-10-14 19:44:10', '2017-10-14 19:44:10', '', 'header', '', 'inherit', 'open', 'closed', '', 'header', '', '', '2017-10-14 19:44:10', '2017-10-14 19:44:10', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/header.png', 0, 'attachment', 'image/png', 0),
(264, 1, '2017-10-14 19:44:28', '2017-10-14 19:44:28', '', 'cropped-header.png', '', 'inherit', 'open', 'closed', '', 'cropped-header-png', '', '', '2017-10-14 19:44:28', '2017-10-14 19:44:28', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/cropped-header.png', 0, 'attachment', 'image/png', 0),
(265, 1, '2017-10-14 19:44:39', '2017-10-14 19:44:39', '{\n    "colormag::header_image": {\n        "value": "http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/cropped-header.png",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::header_image_data": {\n        "value": {\n            "url": "http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/cropped-header.png",\n            "thumbnail_url": "http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/cropped-header.png",\n            "timestamp": 1508010269081,\n            "attachment_id": 264,\n            "width": 1190,\n            "height": 142\n        },\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1a3a781f-0112-4105-affb-edda17d23e80', '', '', '2017-10-14 19:44:39', '2017-10-14 19:44:39', '', 0, 'http://localhost/PRAVASABHUMI/?p=265', 0, 'customize_changeset', '', 0),
(266, 1, '2017-10-14 19:48:00', '2017-10-14 19:48:00', '{\n    "colormag::colormag_responsive_menu": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "colormag_300x250_advertisement_widget-10",\n            "rich_web_photo_slider-11",\n            "hugeit_slider_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_hugeit_slider_widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjk6InNsaWRlcl9pZCI7czoxOiIyIjtzOjU6InRpdGxlIjtzOjY6ImFuZWVzaCI7fQ==",\n            "title": "aneesh",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "bf507dd3afa38a8088c55ff33774b0f7"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'e6d7f563-7139-4423-8c18-cbec25059d94', '', '', '2017-10-14 19:48:00', '2017-10-14 19:48:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=266', 0, 'customize_changeset', '', 0),
(267, 1, '2017-10-14 19:48:49', '2017-10-14 19:48:49', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "media_image-12",\n            "nav_menu-5",\n            "colormag_728x90_advertisement_widget-5",\n            "archives-2",\n            "media_image-6",\n            "meta-2",\n            "search-2",\n            "categories-2",\n            "categories-4",\n            "recent-posts-2",\n            "recent-comments-2",\n            "nav_menu-3",\n            "rich_web_photo_slider-4",\n            "rich_web_photo_slider-6",\n            "rich_web_tabs-3",\n            "colormag_highlighted_posts_widget-5",\n            "colormag_featured_posts_widget-7",\n            "colormag_featured_posts_vertical_widget-9",\n            "colormag_728x90_advertisement_widget-10",\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3",\n            "media_image-10",\n            "colormag_300x250_advertisement_widget-8",\n            "colormag_300x250_advertisement_widget-12",\n            "colormag_728x90_advertisement_widget-8",\n            "custom_html-5",\n            "colormag_728x90_advertisement_widget-6",\n            "colormag_728x90_advertisement_widget-7",\n            "rich_web_photo_slider-11"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "colormag_300x250_advertisement_widget-10",\n            "hugeit_slider_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a037402d-8bc4-42db-aed7-8f0e97986868', '', '', '2017-10-14 19:48:49', '2017-10-14 19:48:49', '', 0, 'http://localhost/PRAVASABHUMI/?p=267', 0, 'customize_changeset', '', 0),
(268, 1, '2017-10-14 19:49:25', '2017-10-14 19:49:25', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "media_image-12",\n            "nav_menu-5",\n            "colormag_728x90_advertisement_widget-5",\n            "archives-2",\n            "media_image-6",\n            "meta-2",\n            "search-2",\n            "categories-2",\n            "categories-4",\n            "recent-posts-2",\n            "recent-comments-2",\n            "nav_menu-3",\n            "rich_web_photo_slider-4",\n            "rich_web_photo_slider-6",\n            "rich_web_tabs-3",\n            "colormag_highlighted_posts_widget-5",\n            "colormag_featured_posts_widget-7",\n            "colormag_featured_posts_vertical_widget-9",\n            "colormag_728x90_advertisement_widget-10",\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3",\n            "media_image-10",\n            "colormag_300x250_advertisement_widget-8",\n            "colormag_300x250_advertisement_widget-12",\n            "colormag_728x90_advertisement_widget-8",\n            "custom_html-5",\n            "colormag_728x90_advertisement_widget-6",\n            "colormag_728x90_advertisement_widget-7",\n            "rich_web_photo_slider-11",\n            "hugeit_slider_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "colormag_300x250_advertisement_widget-10"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1f0710ba-57a5-436d-80d3-d273665e2595', '', '', '2017-10-14 19:49:25', '2017-10-14 19:49:25', '', 0, 'http://localhost/PRAVASABHUMI/?p=268', 0, 'customize_changeset', '', 0),
(269, 1, '2017-10-14 19:50:25', '2017-10-14 19:50:25', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_featured_posts_slider_widget-5",\n            "colormag_300x250_advertisement_widget-10",\n            "hugeit_slider_widget-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_hugeit_slider_widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjk6InNsaWRlcl9pZCI7czowOiIiO3M6NToidGl0bGUiO3M6MToiaiI7fQ==",\n            "title": "j",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "d3d9de7546b863921ea10692ede2df6c"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8ce0db34-8942-485a-b9e4-3a5f054e53ca', '', '', '2017-10-14 19:50:25', '2017-10-14 19:50:25', '', 0, 'http://localhost/PRAVASABHUMI/?p=269', 0, 'customize_changeset', '', 0),
(270, 1, '2017-10-14 19:51:04', '2017-10-14 19:51:04', '{\n    "widget_hugeit_slider_widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjk6InNsaWRlcl9pZCI7czoxOiIyIjtzOjU6InRpdGxlIjtzOjE6ImoiO30=",\n            "title": "j",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "2b6c2637f966a317a92bbcf4a24bc809"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'e4161652-b332-413c-8870-f62786ccd1c9', '', '', '2017-10-14 19:51:04', '2017-10-14 19:51:04', '', 0, 'http://localhost/PRAVASABHUMI/?p=270', 0, 'customize_changeset', '', 0),
(271, 1, '2017-10-14 19:52:20', '2017-10-14 19:52:20', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "hugeit_slider_widget-4",\n            "text-13",\n            "colormag_300x250_advertisement_widget-10",\n            "colormag_featured_posts_slider_widget-5"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '535fb0f4-9f0b-481e-be8d-9bb5ac93aaed', '', '', '2017-10-14 19:52:20', '2017-10-14 19:52:20', '', 0, 'http://localhost/PRAVASABHUMI/?p=271', 0, 'customize_changeset', '', 0),
(272, 1, '2017-10-15 04:06:29', '2017-10-15 04:06:29', '', 'home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2017-10-18 10:33:00', '2017-10-18 10:33:00', '', 0, 'http://localhost/PRAVASABHUMI/?post_type=ditty_news_ticker&#038;p=272', 0, 'ditty_news_ticker', '', 0),
(273, 1, '2017-10-15 04:11:28', '2017-10-15 04:11:28', '{\n    "sidebars_widgets[colormag_front_page_slider_area]": {\n        "value": [\n            "colormag_featured_posts_slider_widget-3",\n            "mtphr-dnt-widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_mtphr-dnt-widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjExOiJhbmVlc2ggdGVzdCI7czo2OiJ0aWNrZXIiO3M6MzoiMjcyIjtzOjEyOiJ0aWNrZXJfdGl0bGUiO047czoxMToidGlja2VyX2hpZGUiO047fQ==",\n            "title": "aneesh test",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "a7716bf508afb99775bef10e903528e0"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '46ec136a-0552-47de-96df-0bb4b03cbdf5', '', '', '2017-10-15 04:11:28', '2017-10-15 04:11:28', '', 0, 'http://localhost/PRAVASABHUMI/?p=273', 0, 'customize_changeset', '', 0),
(274, 1, '2017-10-15 04:18:33', '2017-10-15 04:18:33', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "hugeit_slider_widget-4",\n            "text-13",\n            "colormag_300x250_advertisement_widget-10",\n            "colormag_featured_posts_slider_widget-5",\n            "mtphr-dnt-widget-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_mtphr-dnt-widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjE6InMiO3M6NjoidGlja2VyIjtzOjM6IjI3MiI7czoxMjoidGlja2VyX3RpdGxlIjtOO3M6MTE6InRpY2tlcl9oaWRlIjtOO30=",\n            "title": "s",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "6a8b590f5a6d99708d592a9cc2f6aefc"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f4ae9448-c09e-4601-b9f0-23794675cbe5', '', '', '2017-10-15 04:18:33', '2017-10-15 04:18:33', '', 0, 'http://localhost/PRAVASABHUMI/?p=274', 0, 'customize_changeset', '', 0),
(275, 1, '2017-10-15 04:20:06', '2017-10-15 04:20:06', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "media_image-12",\n            "nav_menu-5",\n            "colormag_728x90_advertisement_widget-5",\n            "archives-2",\n            "media_image-6",\n            "meta-2",\n            "search-2",\n            "categories-2",\n            "categories-4",\n            "recent-posts-2",\n            "recent-comments-2",\n            "nav_menu-3",\n            "rich_web_photo_slider-4",\n            "rich_web_photo_slider-6",\n            "rich_web_tabs-3",\n            "colormag_highlighted_posts_widget-5",\n            "colormag_featured_posts_widget-7",\n            "colormag_featured_posts_vertical_widget-9",\n            "colormag_728x90_advertisement_widget-10",\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3",\n            "media_image-10",\n            "colormag_300x250_advertisement_widget-8",\n            "colormag_300x250_advertisement_widget-12",\n            "colormag_728x90_advertisement_widget-8",\n            "custom_html-5",\n            "colormag_728x90_advertisement_widget-6",\n            "colormag_728x90_advertisement_widget-7",\n            "rich_web_photo_slider-11",\n            "hugeit_slider_widget-3",\n            "mtphr-dnt-widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_slider_area]": {\n        "value": [\n            "colormag_featured_posts_slider_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_mtphr-dnt-widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjE6InMiO3M6NjoidGlja2VyIjtzOjM6IjI3MiI7czoxMjoidGlja2VyX3RpdGxlIjtOO3M6MTE6InRpY2tlcl9oaWRlIjtOO30=",\n            "title": "s",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "6a8b590f5a6d99708d592a9cc2f6aefc"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '96b52477-3249-439a-a28e-4d4b1e75825b', '', '', '2017-10-15 04:20:06', '2017-10-15 04:20:06', '', 0, 'http://localhost/PRAVASABHUMI/?p=275', 0, 'customize_changeset', '', 0),
(276, 1, '2017-10-15 04:50:24', '0000-00-00 00:00:00', '{\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_featured_posts_widget-4",\n            "custom_html-6"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_jm_breaking_news_widget[5]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_footer_sidebar_one]": {\n        "value": [\n            "text-8",\n            "verticalscroll-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_verticalscroll[3]": {\n        "value": {\n            "encoded_serialized_instance": "YTo4OntzOjU6InRpdGxlIjtzOjQ6Ik5ld3MiO3M6MTc6ImFkZF9saW5rX3RvX3RpdGxlIjtzOjE6IjEiO3M6NzoibWF4aXRlbSI7czoxOiI1IjtzOjc6InBhZGRpbmciO3M6MToiNSI7czoxMjoic2hvd19jb250ZW50IjtzOjE6IjEiO3M6NToiZGVsYXkiO3M6MToiNSI7czoxMjoic2Nyb2xsYW1vdW50IjtzOjE6IjEiO3M6NjoiaGVpZ2h0IjtzOjM6IjIwMCI7fQ==",\n            "title": "News",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "c2f3931469badb70f566fb5e6c9362d5"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '683da88b-496c-436d-a2ea-62f21528052e', '', '', '2017-10-15 04:50:24', '2017-10-15 04:50:24', '', 0, 'http://localhost/PRAVASABHUMI/?p=276', 0, 'customize_changeset', '', 0),
(277, 1, '2017-10-15 04:44:19', '0000-00-00 00:00:00', '{\n    "colormag::body_text": {\n        "value": "none",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::h1_font": {\n        "value": "Sniglet:800",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', 'e5e760f4-9b5f-4ad1-bcaa-87bc4a3cc558', '', '', '2017-10-15 04:44:19', '2017-10-15 04:44:19', '', 0, 'http://localhost/PRAVASABHUMI/?p=277', 0, 'customize_changeset', '', 0),
(278, 1, '2017-10-15 05:01:07', '2017-10-15 05:01:07', '{\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_featured_posts_widget-4",\n            "custom_html-6",\n            "chpcs_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_chpcs_widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YToxOntzOjU6InRpdGxlIjtzOjA6IiI7fQ==",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "626d2c96239be835d1e43a6b8c5e4f13"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '7d409d0a-e96e-4ac2-a03b-51fb9db2fd69', '', '', '2017-10-15 05:01:07', '2017-10-15 05:01:07', '', 0, 'http://localhost/PRAVASABHUMI/?p=278', 0, 'customize_changeset', '', 0),
(279, 1, '2017-10-15 05:05:00', '2017-10-15 05:05:00', '', 'Article Carousal', '', 'publish', 'closed', 'closed', '', 'est', '', '', '2017-10-18 06:57:41', '2017-10-18 06:57:41', '', 0, 'http://localhost/PRAVASABHUMI/?post_type=wcp_carousel&#038;p=279', 0, 'wcp_carousel', '', 0),
(280, 1, '2017-10-15 05:08:29', '0000-00-00 00:00:00', '{\n    "sidebars_widgets[colormag_advertisement_above_the_footer_sidebar]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_chpcs_widget[5]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_spsmiter_facebook[5]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_archives[7]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_hugeit_slider_widget[6]": {\n        "value": {\n            "encoded_serialized_instance": "YToyOntzOjk6InNsaWRlcl9pZCI7czoxOiIyIjtzOjU6InRpdGxlIjtzOjA6IiI7fQ==",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "5bb0ac88fbd0f5f7e98d23e9f4140a87"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_rich_web_tabs[5]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', 'aba5c876-3b12-4084-a97a-96366793afb5', '', '', '2017-10-15 05:08:29', '2017-10-15 05:08:29', '', 0, 'http://localhost/PRAVASABHUMI/?p=280', 0, 'customize_changeset', '', 0),
(281, 1, '2017-10-15 05:12:41', '2017-10-15 05:12:41', '', 'test TAB', '', 'publish', 'closed', 'closed', '', '281', '', '', '2017-10-16 11:12:14', '2017-10-16 11:12:14', '', 0, 'http://localhost/PRAVASABHUMI/?post_type=rtbs_tabs&#038;p=281', 0, 'rtbs_tabs', '', 0);
INSERT INTO `pb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(282, 1, '2017-10-15 05:31:57', '2017-10-15 05:31:57', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "hugeit_slider_widget-4",\n            "text-13",\n            "colormag_300x250_advertisement_widget-10",\n            "colormag_featured_posts_slider_widget-5",\n            "mtphr-dnt-widget-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_tag_cloud[3]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "colormag::colormag_featured_image_popup": {\n        "value": true,\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '05802638-d30e-4a13-9ddd-933b6f1c26ca', '', '', '2017-10-15 05:31:57', '2017-10-15 05:31:57', '', 0, 'http://localhost/PRAVASABHUMI/?p=282', 0, 'customize_changeset', '', 0),
(283, 1, '2017-10-15 05:41:22', '2017-10-15 05:41:22', '{\n    "colormag::colormag_featured_image_popup": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_site_layout": {\n        "value": "wide_layout",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '00694b94-9f77-42d6-b81b-ba99d91f36f4', '', '', '2017-10-15 05:41:22', '2017-10-15 05:41:22', '', 0, 'http://localhost/PRAVASABHUMI/?p=283', 0, 'customize_changeset', '', 0),
(284, 1, '2017-10-15 05:43:42', '2017-10-15 05:43:42', '{\n    "colormag::colormag_site_layout": {\n        "value": "boxed_layout",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'cc212217-9911-4b19-9764-1dd6342c6397', '', '', '2017-10-15 05:43:42', '2017-10-15 05:43:42', '', 0, 'http://localhost/PRAVASABHUMI/?p=284', 0, 'customize_changeset', '', 0),
(285, 1, '2017-10-15 05:50:22', '2017-10-15 05:50:22', '{\n    "widget_media_video[3]": {\n        "value": {\n            "encoded_serialized_instance": "YToxMjp7czoxMzoiYXR0YWNobWVudF9pZCI7aTowO3M6MzoidXJsIjtzOjQzOiJodHRwczovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PU9VWVlNUF9kd0c0IjtzOjU6InRpdGxlIjtzOjQzOiLgtLXgtL/gtLLgtY3gtLLgtKjgtY3igI0g4LSf4LWA4LS44LSw4LWN4oCNIjtzOjc6InByZWxvYWQiO3M6ODoibWV0YWRhdGEiO3M6NDoibG9vcCI7YjowO3M6NzoiY29udGVudCI7czowOiIiO3M6MzoibXA0IjtzOjA6IiI7czozOiJtNHYiO3M6MDoiIjtzOjQ6IndlYm0iO3M6MDoiIjtzOjM6Im9ndiI7czowOiIiO3M6MzoiZmx2IjtzOjA6IiI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2k6MTt9",\n            "title": "\\u0d35\\u0d3f\\u0d32\\u0d4d\\u0d32\\u0d28\\u0d4d\\u200d \\u0d1f\\u0d40\\u0d38\\u0d30\\u0d4d\\u200d",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "f962fcd69c14a0e2b0e708fbf4cd04c3"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd1e9e085-6655-481f-8c0f-45e0660fc1a8', '', '', '2017-10-15 05:50:22', '2017-10-15 05:50:22', '', 0, 'http://localhost/PRAVASABHUMI/?p=285', 0, 'customize_changeset', '', 0),
(286, 1, '2017-10-15 05:51:34', '2017-10-15 05:51:34', '{\n    "widget_text[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjY6IlNQT1JUUyI7czo0OiJ0ZXh0IjtzOjQzNToiPHVsPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkNSSUNLRVQ8L2E+PC9saT4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5GT09UQkFMTCBQcm88L2E+PC9saT4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly90aGVtZWdyaWxsLmNvbS90aGVtZXMvY29sb3JuZXdzLXByb2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPlRFTk5JUzwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkJBRE1JTlRFTjwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkdPTEY8L2E+PC9saT4NCgkJCQkJCQkJCQkNCgkJCQkJCQkJCTwvdWw+IjtzOjY6ImZpbHRlciI7YjowO3M6NjoidmlzdWFsIjtiOjA7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2k6MTt9",\n            "title": "SPORTS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "2fe4c2d8f076f2e2b6cbdc305c2ca586"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_vertical_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjQ6Ik5FV1MiO3M6NjoibnVtYmVyIjtpOjI7czo0OiJ0ZXh0IjtzOjA6IiI7czo0OiJ0eXBlIjtzOjY6ImxhdGVzdCI7czo4OiJjYXRlZ29yeSI7czoyOiItMSI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2k6MTt9",\n            "title": "NEWS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "0ef81dbfc332e14a8f8bb8a9268622db"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_300x250_advertisement_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjEzOiJTZW1hdHRpIFNpbGtzIjtzOjE4OiIzMDB4MjUwX2ltYWdlX2xpbmsiO3M6MDoiIjtzOjE3OiIzMDB4MjUwX2ltYWdlX3VybCI7czo3MToiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvc2xpZGVyYWRkMS5qcGciO3M6MTc6InEydzNfZml4ZWRfd2lkZ2V0IjtpOjE7fQ==",\n            "title": "Sematti Silks",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "c323c6c3b2c28bf25438fdce85a034a5"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_mtphr-dnt-widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjE6InMiO3M6NjoidGlja2VyIjtzOjM6IjI3MiI7czoxMjoidGlja2VyX3RpdGxlIjtOO3M6MTE6InRpY2tlcl9oaWRlIjtOO3M6MTc6InEydzNfZml4ZWRfd2lkZ2V0IjtpOjE7fQ==",\n            "title": "s",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "2137995ebc0918dff550089814fbaab6"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_300x250_advertisement_widget[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjExOiJKb3kgQWx1a2thcyI7czoxODoiMzAweDI1MF9pbWFnZV9saW5rIjtzOjA6IiI7czoxNzoiMzAweDI1MF9pbWFnZV91cmwiO3M6NzE6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3NsaWRlcmFkZDMuanBnIjtzOjE3OiJxMnczX2ZpeGVkX3dpZGdldCI7aToxO30=",\n            "title": "Joy Alukkas",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "b90b7cdb8bf64152244489bc82204616"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'fe7faf57-ab0c-46f4-89ed-a05044c725d4', '', '', '2017-10-15 05:51:34', '2017-10-15 05:51:34', '', 0, 'http://localhost/PRAVASABHUMI/?p=286', 0, 'customize_changeset', '', 0),
(287, 1, '2017-10-15 05:53:26', '2017-10-15 05:53:26', '{\n    "widget_media_video[3]": {\n        "value": {\n            "encoded_serialized_instance": "YToxMjp7czoxMzoiYXR0YWNobWVudF9pZCI7aTowO3M6MzoidXJsIjtzOjQzOiJodHRwczovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PU9VWVlNUF9kd0c0IjtzOjU6InRpdGxlIjtzOjQzOiLgtLXgtL/gtLLgtY3gtLLgtKjgtY3igI0g4LSf4LWA4LS44LSw4LWN4oCNIjtzOjc6InByZWxvYWQiO3M6ODoibWV0YWRhdGEiO3M6NDoibG9vcCI7YjowO3M6NzoiY29udGVudCI7czowOiIiO3M6MzoibXA0IjtzOjA6IiI7czozOiJtNHYiO3M6MDoiIjtzOjQ6IndlYm0iO3M6MDoiIjtzOjM6Im9ndiI7czowOiIiO3M6MzoiZmx2IjtzOjA6IiI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "\\u0d35\\u0d3f\\u0d32\\u0d4d\\u0d32\\u0d28\\u0d4d\\u200d \\u0d1f\\u0d40\\u0d38\\u0d30\\u0d4d\\u200d",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "d1fe4a5ad263ae3566fb2430e66f6c35"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_text[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjY6IlNQT1JUUyI7czo0OiJ0ZXh0IjtzOjQzNToiPHVsPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkNSSUNLRVQ8L2E+PC9saT4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly9hbnRlY2hzb2x1dGlvbnMuY28uaW4vIj5GT09UQkFMTCBQcm88L2E+PC9saT4NCgkJCQkJCQkJCQk8bGk+PGEgaHJlZj0iaHR0cHM6Ly90aGVtZWdyaWxsLmNvbS90aGVtZXMvY29sb3JuZXdzLXByb2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPlRFTk5JUzwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkJBRE1JTlRFTjwvYT48L2xpPg0KCQkJCQkJCQkJCTxsaT48YSBocmVmPSJodHRwczovL2FudGVjaHNvbHV0aW9ucy5jby5pbi8iPkdPTEY8L2E+PC9saT4NCgkJCQkJCQkJCQkNCgkJCQkJCQkJCTwvdWw+IjtzOjY6ImZpbHRlciI7YjowO3M6NjoidmlzdWFsIjtiOjA7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "SPORTS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "0b4eab7e8d62c8707a1fae10cca73b7f"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_mtphr-dnt-widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjE6InMiO3M6NjoidGlja2VyIjtzOjM6IjI3MiI7czoxMjoidGlja2VyX3RpdGxlIjtOO3M6MTE6InRpY2tlcl9oaWRlIjtOO3M6MTc6InEydzNfZml4ZWRfd2lkZ2V0IjtpOjE7fQ==",\n            "title": "s",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "2137995ebc0918dff550089814fbaab6"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_vertical_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjQ6Ik5FV1MiO3M6NjoibnVtYmVyIjtpOjI7czo0OiJ0ZXh0IjtzOjA6IiI7czo0OiJ0eXBlIjtzOjY6ImxhdGVzdCI7czo4OiJjYXRlZ29yeSI7czoyOiItMSI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "NEWS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "40e894eb3e0112658b6faa06ad9f9b05"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_300x250_advertisement_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjEzOiJTZW1hdHRpIFNpbGtzIjtzOjE4OiIzMDB4MjUwX2ltYWdlX2xpbmsiO3M6MDoiIjtzOjE3OiIzMDB4MjUwX2ltYWdlX3VybCI7czo3MToiaHR0cDovL2xvY2FsaG9zdC9QUkFWQVNBQkhVTUkvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvc2xpZGVyYWRkMS5qcGciO3M6MTc6InEydzNfZml4ZWRfd2lkZ2V0IjtiOjA7fQ==",\n            "title": "Sematti Silks",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "4264381409a6fa6a86c290ce5c3a33a1"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_300x250_advertisement_widget[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjExOiJKb3kgQWx1a2thcyI7czoxODoiMzAweDI1MF9pbWFnZV9saW5rIjtzOjA6IiI7czoxNzoiMzAweDI1MF9pbWFnZV91cmwiO3M6NzE6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3NsaWRlcmFkZDMuanBnIjtzOjE3OiJxMnczX2ZpeGVkX3dpZGdldCI7YjowO30=",\n            "title": "Joy Alukkas",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "4c107d0811b3a18fa7242b90f57adb74"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'fe682cac-09c3-4f75-b285-1150fcb05226', '', '', '2017-10-15 05:53:26', '2017-10-15 05:53:26', '', 0, 'http://localhost/PRAVASABHUMI/?p=287', 0, 'customize_changeset', '', 0),
(288, 1, '2017-10-15 05:54:21', '2017-10-15 05:54:21', '{\n    "widget_colormag_featured_posts_slider_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjY6Im51bWJlciI7aTo0O3M6NDoidHlwZSI7czo4OiJjYXRlZ29yeSI7czo4OiJjYXRlZ29yeSI7czoxOiI0IjtzOjE3OiJxMnczX2ZpeGVkX3dpZGdldCI7aToxO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "b91f9041cdd3f3ecbc92d4b682bda198"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8614d7b2-4c1e-45a9-9dbb-9bf34780a30a', '', '', '2017-10-15 05:54:21', '2017-10-15 05:54:21', '', 0, 'http://localhost/PRAVASABHUMI/?p=288', 0, 'customize_changeset', '', 0),
(289, 1, '2017-10-15 06:06:11', '2017-10-15 06:06:11', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "media_image-12",\n            "nav_menu-5",\n            "colormag_728x90_advertisement_widget-5",\n            "archives-2",\n            "media_image-6",\n            "meta-2",\n            "search-2",\n            "categories-2",\n            "categories-4",\n            "recent-posts-2",\n            "recent-comments-2",\n            "nav_menu-3",\n            "rich_web_photo_slider-4",\n            "rich_web_photo_slider-6",\n            "rich_web_tabs-3",\n            "colormag_highlighted_posts_widget-5",\n            "colormag_featured_posts_widget-7",\n            "colormag_featured_posts_vertical_widget-9",\n            "colormag_728x90_advertisement_widget-10",\n            "text-2",\n            "text-3",\n            "text-4",\n            "text-5",\n            "text-6",\n            "colormag_featured_posts_slider_widget-2",\n            "colormag_highlighted_posts_widget-2",\n            "colormag_featured_posts_widget-2",\n            "colormag_featured_posts_widget-3",\n            "colormag_featured_posts_vertical_widget-2",\n            "colormag_featured_posts_vertical_widget-3",\n            "colormag_featured_posts_vertical_widget-4",\n            "colormag_728x90_advertisement_widget-2",\n            "colormag_300x250_advertisement_widget-2",\n            "colormag_125x125_advertisement_widget-2",\n            "media_image-7",\n            "media_image-4",\n            "recent-posts-4",\n            "colormag_featured_posts_widget-8",\n            "rich_web_photo_slider-3",\n            "media_image-9",\n            "media_image-3",\n            "media_image-10",\n            "colormag_300x250_advertisement_widget-8",\n            "colormag_300x250_advertisement_widget-12",\n            "colormag_728x90_advertisement_widget-8",\n            "custom_html-5",\n            "colormag_728x90_advertisement_widget-6",\n            "colormag_728x90_advertisement_widget-7",\n            "rich_web_photo_slider-11",\n            "hugeit_slider_widget-3",\n            "mtphr-dnt-widget-3",\n            "hugeit_slider_widget-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_300x250_advertisement_widget-10",\n            "colormag_featured_posts_slider_widget-5",\n            "mtphr-dnt-widget-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '896edbb4-eed5-4ab2-9965-011a3bbb1601', '', '', '2017-10-15 06:06:11', '2017-10-15 06:06:11', '', 0, 'http://localhost/PRAVASABHUMI/?p=289', 0, 'customize_changeset', '', 0),
(290, 1, '2017-10-15 17:35:34', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-10-15 17:35:34', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?page_id=290', 0, 'page', '', 0),
(292, 1, '2017-10-15 17:45:34', '2017-10-15 17:45:34', '', 'Layout', '', 'inherit', 'closed', 'closed', '', '45-autosave-v1', '', '', '2017-10-15 17:45:34', '2017-10-15 17:45:34', '', 45, 'http://localhost/PRAVASABHUMI/?p=292', 0, 'revision', '', 0),
(293, 1, '2017-10-15 17:56:53', '2017-10-15 17:56:53', '', 'AWARDS', '', 'publish', 'closed', 'closed', '', 'awards', '', '', '2017-10-18 09:48:02', '2017-10-18 09:48:02', '', 0, 'http://localhost/PRAVASABHUMI/?p=293', 5, 'nav_menu_item', '', 0),
(294, 1, '2017-10-15 17:57:46', '2017-10-15 17:57:46', '{\n    "colormag::colormag_search_icon_in_menu": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_random_post_in_menu": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '60dba275-17dc-4513-b3e0-ac0243f59b3e', '', '', '2017-10-15 17:57:46', '2017-10-15 17:57:46', '', 0, 'http://localhost/PRAVASABHUMI/?p=294', 0, 'customize_changeset', '', 0),
(295, 1, '2017-10-15 17:59:28', '0000-00-00 00:00:00', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_300x250_advertisement_widget-10",\n            "colormag_featured_posts_slider_widget-5",\n            "mtphr-dnt-widget-4"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '2076c4ab-f1a7-4e79-8abe-72398f39ac2c', '', '', '2017-10-15 17:59:28', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=295', 0, 'customize_changeset', '', 0),
(296, 1, '2017-10-15 18:04:29', '2017-10-15 18:04:29', '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:\r\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href="http://localhost/PRAVASABHUMI/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2017-10-15 18:04:29', '2017-10-15 18:04:29', '', 2, 'http://localhost/PRAVASABHUMI/?p=296', 0, 'revision', '', 0),
(297, 1, '2017-10-15 18:07:09', '2017-10-15 18:07:09', '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:\r\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.\r\n\r\nAs a new WordPress user, you should go to <a href="http://localhost/PRAVASABHUMI/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!</blockquote>', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2017-10-15 18:07:09', '2017-10-15 18:07:09', '', 2, 'http://localhost/PRAVASABHUMI/?p=297', 0, 'revision', '', 0),
(298, 1, '2017-10-15 18:07:36', '2017-10-15 18:07:36', '<span style="color: #ff0000;">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:</span>\r\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.\r\n\r\nAs a new WordPress user, you should go to <a href="http://localhost/PRAVASABHUMI/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!</blockquote>', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2017-10-15 18:07:36', '2017-10-15 18:07:36', '', 2, 'http://localhost/PRAVASABHUMI/?p=298', 0, 'revision', '', 0),
(299, 1, '2017-10-15 18:21:53', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-10-15 18:21:53', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=299', 0, 'post', '', 0),
(300, 1, '2017-10-15 18:30:00', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-10-15 18:30:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=300', 0, 'post', '', 0),
(301, 1, '2017-10-15 18:41:04', '2017-10-15 18:41:04', '{\n    "widget_colormag_featured_posts_widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjEwOiLimr0gU1BPUlRTIjtzOjY6Im51bWJlciI7aTo1O3M6NDoidGV4dCI7czowOiIiO3M6NDoidHlwZSI7czo4OiJjYXRlZ29yeSI7czo4OiJjYXRlZ29yeSI7czoyOiIxMCI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "\\u26bd SPORTS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "f4f61f0a66f5c1429595f2354215291c"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '927f23b8-fa81-44ff-bead-7461a000a23c', '', '', '2017-10-15 18:41:04', '2017-10-15 18:41:04', '', 0, 'http://localhost/PRAVASABHUMI/?p=301', 0, 'customize_changeset', '', 0),
(302, 1, '2017-10-15 18:42:16', '2017-10-15 18:42:16', '{\n    "widget_colormag_featured_posts_widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjU3OiLimr0g8J+PgPCfj4jimr7wn46+8J+PkPCfj4nwn46x8J+Pk/Cfj7jwn4+S8J+PkfCfj49TUE9SVFMiO3M6NjoibnVtYmVyIjtpOjU7czo0OiJ0ZXh0IjtzOjA6IiI7czo0OiJ0eXBlIjtzOjg6ImNhdGVnb3J5IjtzOjg6ImNhdGVnb3J5IjtzOjI6IjEwIjtzOjE3OiJxMnczX2ZpeGVkX3dpZGdldCI7YjowO30=",\n            "title": "\\u26bd \\ud83c\\udfc0\\ud83c\\udfc8\\u26be\\ud83c\\udfbe\\ud83c\\udfd0\\ud83c\\udfc9\\ud83c\\udfb1\\ud83c\\udfd3\\ud83c\\udff8\\ud83c\\udfd2\\ud83c\\udfd1\\ud83c\\udfcfSPORTS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "5df86a2da9a98fa67037c46afc704cc8"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8174f035-e28a-48a0-8f5b-104199ad5c31', '', '', '2017-10-15 18:42:16', '2017-10-15 18:42:16', '', 0, 'http://localhost/PRAVASABHUMI/?p=302', 0, 'customize_changeset', '', 0),
(303, 1, '2017-10-15 18:44:05', '2017-10-15 18:44:05', '{\n    "widget_colormag_featured_posts_widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjM2OiLimr0g8J+OvvCfj5Dwn4+48J+PkfCfj48gU1BPUlRTIE5FV1MiO3M6NjoibnVtYmVyIjtpOjU7czo0OiJ0ZXh0IjtzOjA6IiI7czo0OiJ0eXBlIjtzOjg6ImNhdGVnb3J5IjtzOjg6ImNhdGVnb3J5IjtzOjI6IjEwIjtzOjE3OiJxMnczX2ZpeGVkX3dpZGdldCI7YjowO30=",\n            "title": "\\u26bd \\ud83c\\udfbe\\ud83c\\udfd0\\ud83c\\udff8\\ud83c\\udfd1\\ud83c\\udfcf SPORTS NEWS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "da84e86c5b0ef585905130c4cab284e0"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '9e887ede-2faa-44ac-88c9-da2f75917c46', '', '', '2017-10-15 18:44:05', '2017-10-15 18:44:05', '', 0, 'http://localhost/PRAVASABHUMI/?p=303', 0, 'customize_changeset', '', 0),
(304, 1, '2017-10-15 18:46:00', '2017-10-15 18:46:00', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "chpcs_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_content_top_section]": {\n        "value": [\n            "colormag_featured_posts_widget-4",\n            "custom_html-6"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_vertical_widget[6]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjE1OiLwn4+G8J+PhSBBV0FSRFMiO3M6NjoibnVtYmVyIjtpOjQ7czo0OiJ0ZXh0IjtzOjA6IiI7czo0OiJ0eXBlIjtzOjg6ImNhdGVnb3J5IjtzOjg6ImNhdGVnb3J5IjtzOjE6IjMiO3M6MTc6InEydzNfZml4ZWRfd2lkZ2V0IjtiOjA7fQ==",\n            "title": "\\ud83c\\udfc6\\ud83c\\udfc5 AWARDS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "a314650734ffb33815e02adf8f880896"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '848ee0c7-70cd-4a8b-97c8-dd58b1e1b853', '', '', '2017-10-15 18:46:00', '2017-10-15 18:46:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=304', 0, 'customize_changeset', '', 0),
(305, 1, '2017-10-15 18:47:14', '2017-10-15 18:47:14', '{\n    "widget_colormag_featured_posts_vertical_widget[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjE5OiLwn6Wc8J+NjvCfjbwgSEVBTFRIIjtzOjY6Im51bWJlciI7aTo0O3M6NDoidGV4dCI7czowOiIiO3M6NDoidHlwZSI7czo4OiJjYXRlZ29yeSI7czo4OiJjYXRlZ29yeSI7czoxOiI0IjtzOjE3OiJxMnczX2ZpeGVkX3dpZGdldCI7YjowO30=",\n            "title": "\\ud83e\\udd5c\\ud83c\\udf4e\\ud83c\\udf7c HEALTH",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "aafec292f148b3d1ba28a5e6a6aadaf4"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '23076808-2c42-492d-bf2c-e7b0acc2cc24', '', '', '2017-10-15 18:47:14', '2017-10-15 18:47:14', '', 0, 'http://localhost/PRAVASABHUMI/?p=305', 0, 'customize_changeset', '', 0),
(306, 1, '2017-10-15 18:48:05', '2017-10-15 18:48:05', '{\n    "widget_colormag_featured_posts_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjIwOiLwn46tIOC0uOC0v+C0qOC0v+C0riI7czo0OiJ0ZXh0IjtzOjM5OiJDaGVjayBvdXQgdGVjaG5vbG9neSBjaGFuZ2luZyB0aGUgbGlmZS4iO3M6NjoibnVtYmVyIjtpOjQ7czo0OiJ0eXBlIjtzOjg6ImNhdGVnb3J5IjtzOjg6ImNhdGVnb3J5IjtzOjE6IjYiO3M6MTc6InEydzNfZml4ZWRfd2lkZ2V0IjtiOjA7fQ==",\n            "title": "\\ud83c\\udfad \\u0d38\\u0d3f\\u0d28\\u0d3f\\u0d2e",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "10a17e0d63d3cd0f2f7ab9d674f6f044"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '7ba59e57-70ec-4129-bb69-9ed00a1b6ed5', '', '', '2017-10-15 18:48:05', '2017-10-15 18:48:05', '', 0, 'http://localhost/PRAVASABHUMI/?p=306', 0, 'customize_changeset', '', 0),
(307, 1, '2017-10-15 18:49:14', '2017-10-15 18:49:14', '{\n    "widget_colormag_featured_posts_widget[10]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjUzOiLwn5SI8J+UiiDgtJfgtYvgtLjgtY3gtLjgtL/gtKrgtY3gtKrgtY0g4LSV4LWL4LSz4LSCICI7czo0OiJ0ZXh0IjtzOjQ3OiLgtKvgtYHgtLPgtY3igI0g4LSX4LWL4LS44LWN4LS44LS/4LSq4LWN4LS44LWNICI7czo2OiJudW1iZXIiO2k6NDtzOjQ6InR5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6ODoiY2F0ZWdvcnkiO3M6MToiNyI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "\\ud83d\\udd08\\ud83d\\udd0a \\u0d17\\u0d4b\\u0d38\\u0d4d\\u0d38\\u0d3f\\u0d2a\\u0d4d\\u0d2a\\u0d4d \\u0d15\\u0d4b\\u0d33\\u0d02 ",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "8b87d16fc18428dcf26a4c81a5f5510d"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c6c23ad2-617d-4416-8fec-957dca1606ae', '', '', '2017-10-15 18:49:14', '2017-10-15 18:49:14', '', 0, 'http://localhost/PRAVASABHUMI/?p=307', 0, 'customize_changeset', '', 0),
(308, 1, '2017-10-16 10:11:10', '2017-10-16 10:11:10', '{\n    "colormag::colormag_header_image_position": {\n        "value": "position_one",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c02323ee-cd97-4510-90a4-ff083e64d4ff', '', '', '2017-10-16 10:11:10', '2017-10-16 10:11:10', '', 0, 'http://localhost/PRAVASABHUMI/?p=308', 0, 'customize_changeset', '', 0),
(309, 1, '2017-10-16 10:11:29', '2017-10-16 10:11:29', '{\n    "colormag::colormag_header_image_position": {\n        "value": "position_three",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c9bee119-478d-4719-ae9d-87b4d804cad0', '', '', '2017-10-16 10:11:29', '2017-10-16 10:11:29', '', 0, 'http://localhost/PRAVASABHUMI/?p=309', 0, 'customize_changeset', '', 0),
(310, 1, '2017-10-16 10:11:52', '2017-10-16 10:11:52', '{\n    "colormag::colormag_header_image_position": {\n        "value": "position_one",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '63f33fd6-dd79-4c0c-b70e-ee8565c746dd', '', '', '2017-10-16 10:11:52', '2017-10-16 10:11:52', '', 0, 'http://localhost/PRAVASABHUMI/?p=310', 0, 'customize_changeset', '', 0),
(311, 1, '2017-10-16 10:12:28', '2017-10-16 10:12:28', '{\n    "colormag::colormag_header_image_position": {\n        "value": "position_three",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_header_image_link": {\n        "value": true,\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '7418151a-3049-477a-944d-65b5f64a10be', '', '', '2017-10-16 10:12:28', '2017-10-16 10:12:28', '', 0, 'http://localhost/PRAVASABHUMI/?p=311', 0, 'customize_changeset', '', 0),
(312, 1, '2017-10-16 10:15:59', '0000-00-00 00:00:00', '{\n    "sidebars_widgets[colormag_advertisement_above_the_footer_sidebar]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_pages[3]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '3178c3d7-96de-4591-a454-621e2e4850bd', '', '', '2017-10-16 10:15:59', '2017-10-16 10:15:59', '', 0, 'http://localhost/PRAVASABHUMI/?p=312', 0, 'customize_changeset', '', 0),
(316, 1, '2017-10-16 10:56:32', '2017-10-16 10:56:32', '', 'Article Carousal', '', 'inherit', 'closed', 'closed', '', '279-autosave-v1', '', '', '2017-10-16 10:56:32', '2017-10-16 10:56:32', '', 279, 'http://localhost/PRAVASABHUMI/?p=316', 0, 'revision', '', 0),
(317, 1, '2017-10-16 10:56:51', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-10-16 10:56:51', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?post_type=wcp_carousel&p=317', 0, 'wcp_carousel', '', 0),
(320, 1, '2017-10-16 11:03:02', '2017-10-16 11:03:02', '{\n    "colormag::colormag_category_color_3": {\n        "value": "#eeee22",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_category_color_4": {\n        "value": "#81d742",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_category_color_6": {\n        "value": "#dd3333",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_category_color_10": {\n        "value": "#dd9933",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '63807211-a385-43f5-96d3-75054f110d92', '', '', '2017-10-16 11:03:02', '2017-10-16 11:03:02', '', 0, 'http://localhost/PRAVASABHUMI/?p=320', 0, 'customize_changeset', '', 0),
(321, 1, '2017-10-16 11:07:54', '2017-10-16 11:07:54', '{\n    "sidebars_widgets[colormag_front_page_slider_area]": {\n        "value": [\n            "colormag_featured_posts_slider_widget-3",\n            "custom_html-12"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_chpcs_widget[5]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_mtphr-dnt-widget[6]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjA6IiI7czo2OiJ0aWNrZXIiO3M6MzoiMjcyIjtzOjEyOiJ0aWNrZXJfdGl0bGUiO3M6Mjoib24iO3M6MTE6InRpY2tlcl9oaWRlIjtzOjI6Im9uIjtzOjE3OiJxMnczX2ZpeGVkX3dpZGdldCI7YjowO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "99d3c81a48ad8a448a44e87a7ad3d64a"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_rich_web_tabs[3]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_custom_html[12]": {\n        "value": {\n            "encoded_serialized_instance": "YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjIzOiJbd2NwLWNhcm91c2VsIGlkPSIyNzkiXSI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "ceadf994f838ca50d2de698a615ea5bf"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'dadba8dc-5855-4bf3-ac4b-f860656509fe', '', '', '2017-10-16 11:07:54', '2017-10-16 11:07:54', '', 0, 'http://localhost/PRAVASABHUMI/?p=321', 0, 'customize_changeset', '', 0),
(322, 1, '2017-10-16 11:08:39', '0000-00-00 00:00:00', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "chpcs_widget-3",\n            "custom_html-12"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_front_page_slider_area]": {\n        "value": [\n            "colormag_featured_posts_slider_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '587ab9ac-fba6-4083-91c3-f1b1586b982c', '', '', '2017-10-16 11:08:39', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=322', 0, 'customize_changeset', '', 0),
(324, 1, '2017-10-16 11:14:55', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-10-16 11:14:55', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?post_type=rttpg&p=324', 0, 'rttpg', '', 0),
(325, 1, '2017-10-16 11:15:54', '2017-10-16 11:15:54', '', 'NEW TEST', '', 'publish', 'closed', 'closed', '', '325-2', '', '', '2017-10-17 18:07:23', '2017-10-17 18:07:23', '', 0, 'http://localhost/PRAVASABHUMI/?post_type=rttpg&#038;p=325', 0, 'rttpg', '', 0),
(327, 1, '2017-10-17 06:58:07', '2017-10-17 06:58:07', '{\n    "sidebars_widgets[colormag_footer_sidebar_four]": {\n        "value": [\n            "colormag_300x250_advertisement_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'b20ff819-4c20-489b-a582-7b885d9e940e', '', '', '2017-10-17 06:58:07', '2017-10-17 06:58:07', '', 0, 'http://localhost/PRAVASABHUMI/?p=327', 0, 'customize_changeset', '', 0),
(328, 1, '2017-10-17 06:59:19', '2017-10-17 06:59:19', '{\n    "widget_colormag_300x250_advertisement_widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjU6InRpdGxlIjtzOjEwOiJQU0MgVHVsc2kgIjtzOjE4OiIzMDB4MjUwX2ltYWdlX2xpbmsiO3M6Mzk6Imh0dHBzOi8vcHNjdHVsc2kuYW50ZWNoc29sdXRpb25zLmNvLmluLyI7czoxNzoiMzAweDI1MF9pbWFnZV91cmwiO3M6NzQ6Imh0dHA6Ly9sb2NhbGhvc3QvUFJBVkFTQUJIVU1JL3dwLWNvbnRlbnQvdGhlbWVzL2NvbG9ybWFnL2ltZy9hZC1tZWRpdW0uanBnIjtzOjE3OiJxMnczX2ZpeGVkX3dpZGdldCI7YjowO30=",\n            "title": "PSC Tulsi ",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "e2dda670c64f80135f5717fde3fa7999"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '38b3fa43-c5fd-484d-9e2b-b05de593b3af', '', '', '2017-10-17 06:59:19', '2017-10-17 06:59:19', '', 0, 'http://localhost/PRAVASABHUMI/?p=328', 0, 'customize_changeset', '', 0),
(329, 1, '2017-10-17 07:00:19', '2017-10-17 07:00:19', '{\n    "colormag::colormag_site_layout": {\n        "value": "wide_layout",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2c961bec-f75d-441a-91c8-7217fe43958d', '', '', '2017-10-17 07:00:19', '2017-10-17 07:00:19', '', 0, 'http://localhost/PRAVASABHUMI/?p=329', 0, 'customize_changeset', '', 0),
(330, 1, '2017-10-17 07:01:26', '2017-10-17 07:01:26', '{\n    "colormag::colormag_site_layout": {\n        "value": "boxed_layout",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'bd3e6b0e-a478-45a8-96e6-7585c11adf74', '', '', '2017-10-17 07:01:26', '2017-10-17 07:01:26', '', 0, 'http://localhost/PRAVASABHUMI/?p=330', 0, 'customize_changeset', '', 0),
(331, 1, '2017-10-17 07:02:41', '2017-10-17 07:02:41', '{\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "mtphr-dnt-widget-4",\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_300x250_advertisement_widget-10",\n            "colormag_featured_posts_slider_widget-5"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'e3f98881-a9e1-457f-9824-60200ee82f70', '', '', '2017-10-17 07:02:41', '2017-10-17 07:02:41', '', 0, 'http://localhost/PRAVASABHUMI/?p=331', 0, 'customize_changeset', '', 0),
(332, 1, '2017-10-17 07:03:31', '2017-10-17 07:03:31', '{\n    "widget_mtphr-dnt-widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjE6InMiO3M6NjoidGlja2VyIjtzOjM6IjI3MiI7czoxMjoidGlja2VyX3RpdGxlIjtOO3M6MTE6InRpY2tlcl9oaWRlIjtOO3M6MTc6InEydzNfZml4ZWRfd2lkZ2V0IjtiOjA7fQ==",\n            "title": "s",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "f8b3516a55164c9fb63031856bfa2598"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "mtphr-dnt-widget-4",\n            "rich_web_photo_slider-9",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_300x250_advertisement_widget-10",\n            "colormag_featured_posts_slider_widget-5"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '69198ae2-e47a-44ea-a8e8-1f1b45a20068', '', '', '2017-10-17 07:03:31', '2017-10-17 07:03:31', '', 0, 'http://localhost/PRAVASABHUMI/?p=332', 0, 'customize_changeset', '', 0),
(333, 1, '2017-10-17 07:04:32', '2017-10-17 07:04:32', '{\n    "widget_mtphr-dnt-widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjE6InMiO3M6NjoidGlja2VyIjtzOjM6IjI3MiI7czoxMjoidGlja2VyX3RpdGxlIjtzOjI6Im9uIjtzOjExOiJ0aWNrZXJfaGlkZSI7TjtzOjE3OiJxMnczX2ZpeGVkX3dpZGdldCI7YjowO30=",\n            "title": "s",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "05eb854bf85633d9a1fe1c641584a0e1"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd45ea894-b40b-41ad-b155-144364b9b9e4', '', '', '2017-10-17 07:04:32', '2017-10-17 07:04:32', '', 0, 'http://localhost/PRAVASABHUMI/?p=333', 0, 'customize_changeset', '', 0),
(334, 1, '2017-10-17 07:04:53', '2017-10-17 07:04:53', '{\n    "widget_mtphr-dnt-widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo1OntzOjU6InRpdGxlIjtzOjA6IiI7czo2OiJ0aWNrZXIiO3M6MzoiMjcyIjtzOjEyOiJ0aWNrZXJfdGl0bGUiO047czoxMToidGlja2VyX2hpZGUiO047czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "398e2fbab1d63cf8ae3ac0519cca71e1"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0b7c4d20-0f48-4f40-a5ad-5473014df6bf', '', '', '2017-10-17 07:04:53', '2017-10-17 07:04:53', '', 0, 'http://localhost/PRAVASABHUMI/?p=334', 0, 'customize_changeset', '', 0),
(335, 1, '2017-10-17 07:19:18', '2017-10-17 07:19:18', '', 'Pravasabhumi Photo', '', 'publish', 'open', 'closed', '', 'pravasabhumi-photo', '', '', '2017-10-17 07:20:13', '2017-10-17 07:20:13', '', 0, 'http://localhost/PRAVASABHUMI/?post_type=robo_gallery_table&#038;p=335', 0, 'robo_gallery_table', '', 0),
(336, 1, '2017-10-17 07:21:05', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'closed', '', '', '', '', '2017-10-17 07:21:05', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?post_type=robo_gallery_table&p=336', 0, 'robo_gallery_table', '', 0),
(338, 1, '2017-10-17 08:02:16', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-10-17 08:02:16', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=338', 0, 'post', '', 0),
(339, 1, '2017-10-17 08:04:54', '2017-10-17 08:04:54', '[GRS id="14" view="Masonry" theme="1" width="100" height="160" contWidth="100" imagesPerpage="20" type="hor" pagination="loadMore" title="onhover" orderBy="order" ordering="ASC" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="1" lightboxFullW="0" lightboxFButt="1" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Photo Gallery', '', 'publish', 'closed', 'closed', '', 'photo-gallery', '', '', '2017-10-17 08:25:53', '2017-10-17 08:25:53', '', 0, 'http://localhost/PRAVASABHUMI/?page_id=339', 0, 'page', '', 0),
(340, 1, '2017-10-17 08:04:54', '2017-10-17 08:04:54', '[robo-gallery id="335"]', 'Photo Gallery', '', 'inherit', 'closed', 'closed', '', '339-revision-v1', '', '', '2017-10-17 08:04:54', '2017-10-17 08:04:54', '', 339, 'http://localhost/PRAVASABHUMI/?p=340', 0, 'revision', '', 0),
(341, 1, '2017-10-17 08:07:11', '2017-10-17 08:07:11', '<blockquote>Here is the Video Gallery of Pravasabumi</blockquote>\r\n&nbsp;\r\n\r\n[GRS id="15" view="Thumbnail" theme="2" width="300" height="200" contWidth="100" imagesPerpage="20" pagination="loadMore" title="onhover" orderBy="order" ordering="ASC" polaroid="0" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="0" lightboxFullW="0" lightboxFButt="0" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Video Gallery', '', 'publish', 'closed', 'closed', '', 'video-gallery', '', '', '2017-10-17 08:19:27', '2017-10-17 08:19:27', '', 0, 'http://localhost/PRAVASABHUMI/?page_id=341', 0, 'page', '', 0),
(342, 1, '2017-10-17 08:07:11', '2017-10-17 08:07:11', '[GRS id="4" view="Film" theme="2" width="200" height="160" contWidth="100" imagesPerpage="20" nav="buttons" title="onhover" orderBy="order" ordering="ASC" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="1" lightboxFullW="0" lightboxFButt="1" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Video Gallery', '', 'inherit', 'closed', 'closed', '', '341-revision-v1', '', '', '2017-10-17 08:07:11', '2017-10-17 08:07:11', '', 341, 'http://localhost/PRAVASABHUMI/?p=342', 0, 'revision', '', 0),
(343, 1, '2017-10-17 08:07:56', '2017-10-17 08:07:56', '[GRS id="2" view="Thumbnail" theme="2" width="200" height="160" contWidth="100" imagesPerpage="20" pagination="loadMore" title="onhover" orderBy="order" ordering="ASC" polaroid="0" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="1" lightboxFullW="0" lightboxFButt="1" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Video Gallery', '', 'inherit', 'closed', 'closed', '', '341-revision-v1', '', '', '2017-10-17 08:07:56', '2017-10-17 08:07:56', '', 341, 'http://localhost/PRAVASABHUMI/?p=343', 0, 'revision', '', 0),
(344, 1, '2017-10-17 08:08:50', '2017-10-17 08:08:50', '[GRS id="2" view="Film" theme="2" width="200" height="160" contWidth="100" imagesPerpage="20" nav="buttons" title="onhover" orderBy="order" ordering="ASC" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="1" lightboxFullW="0" lightboxFButt="1" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Video Gallery', '', 'inherit', 'closed', 'closed', '', '341-revision-v1', '', '', '2017-10-17 08:08:50', '2017-10-17 08:08:50', '', 341, 'http://localhost/PRAVASABHUMI/?p=344', 0, 'revision', '', 0),
(345, 1, '2017-10-17 08:16:49', '2017-10-17 08:16:49', '[GRS id="14" view="Thumbnail" theme="2" width="200" height="160" contWidth="100" imagesPerpage="20" pagination="loadMore" title="onhover" orderBy="order" ordering="ASC" polaroid="0" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="0" lightboxFullW="0" lightboxFButt="0" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Video Gallery', '', 'inherit', 'closed', 'closed', '', '341-revision-v1', '', '', '2017-10-17 08:16:49', '2017-10-17 08:16:49', '', 341, 'http://localhost/PRAVASABHUMI/?p=345', 0, 'revision', '', 0),
(346, 1, '2017-10-17 08:18:10', '2017-10-17 08:18:10', '[GRS id="15" view="Thumbnail" theme="2" width="300" height="200" contWidth="100" imagesPerpage="20" pagination="loadMore" title="onhover" orderBy="order" ordering="ASC" polaroid="0" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="0" lightboxFullW="0" lightboxFButt="0" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Video Gallery', '', 'inherit', 'closed', 'closed', '', '341-revision-v1', '', '', '2017-10-17 08:18:10', '2017-10-17 08:18:10', '', 341, 'http://localhost/PRAVASABHUMI/?p=346', 0, 'revision', '', 0),
(347, 1, '2017-10-17 08:19:15', '2017-10-17 08:19:15', 'Here is the Video\n\n&nbsp;\n\n[GRS id="15" view="Thumbnail" theme="2" width="300" height="200" contWidth="100" imagesPerpage="20" pagination="loadMore" title="onhover" orderBy="order" ordering="ASC" polaroid="0" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="0" lightboxFullW="0" lightboxFButt="0" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Video Gallery', '', 'inherit', 'closed', 'closed', '', '341-autosave-v1', '', '', '2017-10-17 08:19:15', '2017-10-17 08:19:15', '', 341, 'http://localhost/PRAVASABHUMI/?p=347', 0, 'revision', '', 0);
INSERT INTO `pb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(348, 1, '2017-10-17 08:19:27', '2017-10-17 08:19:27', '<blockquote>Here is the Video Gallery of Pravasabumi</blockquote>\r\n&nbsp;\r\n\r\n[GRS id="15" view="Thumbnail" theme="2" width="300" height="200" contWidth="100" imagesPerpage="20" pagination="loadMore" title="onhover" orderBy="order" ordering="ASC" polaroid="0" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="0" lightboxFullW="0" lightboxFButt="0" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Video Gallery', '', 'inherit', 'closed', 'closed', '', '341-revision-v1', '', '', '2017-10-17 08:19:27', '2017-10-17 08:19:27', '', 341, 'http://localhost/PRAVASABHUMI/?p=348', 0, 'revision', '', 0),
(349, 1, '2017-10-17 08:20:58', '2017-10-17 08:20:58', '[GRS id="14" view="Thumbnail" theme="2" width="200" height="160" contWidth="100" imagesPerpage="20" pagination="loadMore" title="onhover" orderBy="order" ordering="ASC" polaroid="0" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="1" lightboxFullW="0" lightboxFButt="1" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Photo Gallery', '', 'inherit', 'closed', 'closed', '', '339-revision-v1', '', '', '2017-10-17 08:20:58', '2017-10-17 08:20:58', '', 339, 'http://localhost/PRAVASABHUMI/?p=349', 0, 'revision', '', 0),
(350, 1, '2017-10-17 08:22:00', '2017-10-17 08:22:00', '[GRS id="14" view="Masonry" theme="1" width="200" height="160" contWidth="100" imagesPerpage="20" type="ver" pagination="loadMore" title="onhover" orderBy="order" ordering="ASC" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="1" lightboxFullW="0" lightboxFButt="1" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Photo Gallery', '', 'inherit', 'closed', 'closed', '', '339-revision-v1', '', '', '2017-10-17 08:22:00', '2017-10-17 08:22:00', '', 339, 'http://localhost/PRAVASABHUMI/?p=350', 0, 'revision', '', 0),
(351, 1, '2017-10-17 08:22:35', '2017-10-17 08:22:35', '[GRS id="14" view="Thumbnail" theme="1" width="300" height="160" contWidth="100" imagesPerpage="20" pagination="loadMore" title="onhover" orderBy="order" ordering="ASC" polaroid="0" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="1" lightboxFullW="0" lightboxFButt="1" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Photo Gallery', '', 'inherit', 'closed', 'closed', '', '339-revision-v1', '', '', '2017-10-17 08:22:35', '2017-10-17 08:22:35', '', 339, 'http://localhost/PRAVASABHUMI/?p=351', 0, 'revision', '', 0),
(352, 1, '2017-10-17 08:24:30', '2017-10-17 08:24:30', '[GRS id="14" view="Thumbnail" theme="1" width="300" height="160" contWidth="100" imagesPerpage="20" pagination="scrolling" title="onhover" orderBy="order" ordering="ASC" polaroid="1" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="1" lightboxFullW="0" lightboxFButt="1" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Photo Gallery', '', 'inherit', 'closed', 'closed', '', '339-revision-v1', '', '', '2017-10-17 08:24:30', '2017-10-17 08:24:30', '', 339, 'http://localhost/PRAVASABHUMI/?p=352', 0, 'revision', '', 0),
(353, 1, '2017-10-17 08:25:05', '2017-10-17 08:25:05', '[GRS id="14" view="Thumbnail" theme="1" width="300" height="160" contWidth="200" imagesPerpage="20" pagination="scrolling" title="onhover" orderBy="order" ordering="ASC" polaroid="0" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="1" lightboxFullW="0" lightboxFButt="1" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Photo Gallery', '', 'inherit', 'closed', 'closed', '', '339-revision-v1', '', '', '2017-10-17 08:25:05', '2017-10-17 08:25:05', '', 339, 'http://localhost/PRAVASABHUMI/?p=353', 0, 'revision', '', 0),
(354, 1, '2017-10-17 08:25:53', '2017-10-17 08:25:53', '[GRS id="14" view="Masonry" theme="1" width="100" height="160" contWidth="100" imagesPerpage="20" type="hor" pagination="loadMore" title="onhover" orderBy="order" ordering="ASC" clickAction="openLightbox" openLinkTarget="_top" lightboxWidth="800" lightboxHeight="600" lightboxFilmstrip="0" lightboxComment="0" lightboxContButts="1" lightboxFullW="0" lightboxFButt="1" lightboxGButt="1" lightboxTButt="1" lightboxPButt="1" lightboxTbButt="1" lightboxLiButt="1" lightboxReddButt="1" lightboxFsButt="1" lightboxAP="1" lightboxAPin="3" lightboxImInf="1" lightboxSwipe="1" lightboxImCn="1" lightboxEffect="fade"]', 'Photo Gallery', '', 'inherit', 'closed', 'closed', '', '339-revision-v1', '', '', '2017-10-17 08:25:53', '2017-10-17 08:25:53', '', 339, 'http://localhost/PRAVASABHUMI/?p=354', 0, 'revision', '', 0),
(355, 1, '2017-10-17 08:46:38', '2017-10-17 08:46:38', '{\n    "nav_menu_item[114]": {\n        "value": false,\n        "type": "nav_menu_item",\n        "user_id": 1\n    },\n    "nav_menu_item[-870727509]": {\n        "value": {\n            "object_id": 341,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 15,\n            "type": "post_type",\n            "title": "GALLERY",\n            "url": "http://localhost/PRAVASABHUMI/?page_id=341",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Video Gallery",\n            "nav_menu_term_id": 9,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '99d42d75-04a2-4199-856a-64e38f8ad128', '', '', '2017-10-17 08:46:38', '2017-10-17 08:46:38', '', 0, 'http://localhost/PRAVASABHUMI/?p=355', 0, 'customize_changeset', '', 0),
(357, 1, '2017-10-17 14:48:11', '2017-10-17 14:48:11', '', 'bg', '', 'inherit', 'open', 'closed', '', 'bg', '', '', '2017-10-17 14:48:11', '2017-10-17 14:48:11', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(358, 1, '2017-10-17 15:52:46', '2017-10-17 15:52:46', '<span style="color: #ff0000;">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:</span>\r\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.\r\n\r\nAs a new WordPress user, you should go to <a href="http://localhost/PRAVASABHUMI/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!</blockquote>\r\n[rtbs name="281"]', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2017-10-17 15:52:46', '2017-10-17 15:52:46', '', 2, 'http://localhost/PRAVASABHUMI/?p=358', 0, 'revision', '', 0),
(359, 1, '2017-10-17 16:58:45', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-10-17 16:58:45', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=359', 0, 'post', '', 0),
(360, 1, '2017-10-17 17:00:32', '2017-10-17 17:00:32', '<span style="color: #ff0000;">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:</span>\r\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.\r\n\r\nAs a new WordPress user, you should go to <a href="http://localhost/PRAVASABHUMI/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!</blockquote>\r\n[rtbs name="281"]\r\n\r\n&nbsp;\r\n\r\n[ditty_news_ticker id="272"]', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2017-10-17 17:00:32', '2017-10-17 17:00:32', '', 2, 'http://localhost/PRAVASABHUMI/?p=360', 0, 'revision', '', 0),
(361, 1, '2017-10-17 17:01:24', '2017-10-17 17:01:24', '<span style="color: #ff0000;">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:</span>\r\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.\r\n\r\nAs a new WordPress user, you should go to <a href="http://localhost/PRAVASABHUMI/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!</blockquote>\r\n[rtbs name="281"]\r\n\r\n&nbsp;\r\n\r\n[ditty_news_ticker id="273"]', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2017-10-17 17:01:24', '2017-10-17 17:01:24', '', 2, 'http://localhost/PRAVASABHUMI/?p=361', 0, 'revision', '', 0),
(362, 1, '2017-10-17 17:42:17', '2017-10-17 17:42:17', '{\n    "colormag::colormag_category_color_4": {\n        "value": "",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_category_color_10": {\n        "value": "",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_category_color_3": {\n        "value": "",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::colormag_category_color_6": {\n        "value": "",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '489369c2-9657-4e95-b5d9-1c56d8c05f9f', '', '', '2017-10-17 17:42:17', '2017-10-17 17:42:17', '', 0, 'http://localhost/PRAVASABHUMI/?p=362', 0, 'customize_changeset', '', 0),
(363, 1, '2017-10-17 17:46:59', '2017-10-17 17:46:59', '<span style="color: #ff0000;">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:</span>\r\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.\r\n\r\nAs a new WordPress user, you should go to <a href="http://localhost/PRAVASABHUMI/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!</blockquote>\r\n[rtbs name="281"]\r\n\r\n&nbsp;\r\n\r\n[do_widget "recent posts"]', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2017-10-17 17:46:59', '2017-10-17 17:46:59', '', 2, 'http://localhost/PRAVASABHUMI/?p=363', 0, 'revision', '', 0),
(364, 1, '2017-10-17 18:00:21', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2017-10-17 18:00:21', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?page_id=364', 0, 'page', '', 0),
(365, 1, '2017-10-17 18:00:40', '2017-10-17 18:00:40', 'ThemeGrill layout content\r\n\r\n&nbsp;\r\n\r\n[the-post-grid id="325" title="NEW TEST"]', 'Layout', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2017-10-17 18:00:40', '2017-10-17 18:00:40', '', 45, 'http://localhost/PRAVASABHUMI/?p=365', 0, 'revision', '', 0),
(371, 1, '2017-10-18 06:42:12', '2017-10-18 06:42:12', 'ThemeGrill layout content\r\n\r\n&nbsp;\r\n\r\n[wcp-carousel id="279"]', 'Layout', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2017-10-18 06:42:12', '2017-10-18 06:42:12', '', 45, 'http://localhost/PRAVASABHUMI/?p=371', 0, 'revision', '', 0),
(374, 1, '2017-10-18 07:24:31', '2017-10-18 07:24:31', '{\n    "colormag::custom_logo": {\n        "value": 373,\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4ca82cf1-f804-4aec-827f-fcab069f2f9c', '', '', '2017-10-18 07:24:31', '2017-10-18 07:24:31', '', 0, 'http://localhost/PRAVASABHUMI/?p=374', 0, 'customize_changeset', '', 0),
(375, 1, '2017-10-18 07:32:47', '2017-10-18 07:32:47', '{\n    "colormag::custom_logo": {\n        "value": 376,\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '01f318df-902f-46a3-91be-628584b8ca4c', '', '', '2017-10-18 07:32:47', '2017-10-18 07:32:47', '', 0, 'http://localhost/PRAVASABHUMI/?p=375', 0, 'customize_changeset', '', 0),
(378, 1, '2017-10-18 07:34:00', '2017-10-18 07:34:00', '{\n    "site_icon": {\n        "value": 377,\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '78782f97-bbf5-4bce-b4b6-96bb31219de7', '', '', '2017-10-18 07:34:00', '2017-10-18 07:34:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=378', 0, 'customize_changeset', '', 0),
(379, 1, '2017-10-18 07:34:25', '2017-10-18 07:34:25', '{\n    "colormag::custom_logo": {\n        "value": "",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3fb64a03-258e-48c4-bb8c-a24585b13650', '', '', '2017-10-18 07:34:25', '2017-10-18 07:34:25', '', 0, 'http://localhost/PRAVASABHUMI/?p=379', 0, 'customize_changeset', '', 0),
(381, 1, '2017-10-18 07:39:07', '2017-10-18 07:39:07', '{\n    "colormag::custom_logo": {\n        "value": 382,\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '155014f8-e527-4692-903d-d56afb3a8748', '', '', '2017-10-18 07:39:07', '2017-10-18 07:39:07', '', 0, 'http://localhost/PRAVASABHUMI/?p=381', 0, 'customize_changeset', '', 0),
(383, 1, '2017-10-18 07:43:11', '2017-10-18 07:43:11', '{\n    "colormag::custom_logo": {\n        "value": 385,\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8026273b-26c8-492b-a99b-cbc433644cea', '', '', '2017-10-18 07:43:11', '2017-10-18 07:43:11', '', 0, 'http://localhost/PRAVASABHUMI/?p=383', 0, 'customize_changeset', '', 0),
(384, 1, '2017-10-18 07:42:00', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-10-18 07:42:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=384', 0, 'post', '', 0),
(385, 1, '2017-10-18 07:42:58', '2017-10-18 07:42:58', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2017-10-18 09:38:42', '2017-10-18 09:38:42', '', 418, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(386, 1, '2017-10-18 07:48:43', '2017-10-18 07:48:43', '', 'fav', '', 'inherit', 'open', 'closed', '', 'fav', '', '', '2017-10-18 07:48:43', '2017-10-18 07:48:43', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/fav.jpg', 0, 'attachment', 'image/jpeg', 0),
(387, 1, '2017-10-18 07:49:02', '2017-10-18 07:49:02', '{\n    "site_icon": {\n        "value": 386,\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c34c4fbf-e499-4d00-8777-b08a391e4603', '', '', '2017-10-18 07:49:02', '2017-10-18 07:49:02', '', 0, 'http://localhost/PRAVASABHUMI/?p=387', 0, 'customize_changeset', '', 0),
(388, 1, '2017-10-18 08:08:44', '2017-10-18 08:08:44', 'hai aneesh', 'test page', '', 'trash', 'open', 'open', '', 'test-page__trashed', '', '', '2017-10-18 08:16:19', '2017-10-18 08:16:19', '', 0, 'http://localhost/PRAVASABHUMI/?p=388', 0, 'post', '', 0),
(389, 1, '2017-10-18 08:08:44', '2017-10-18 08:08:44', 'hai aneesh', 'test page', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2017-10-18 08:08:44', '2017-10-18 08:08:44', '', 388, 'http://localhost/PRAVASABHUMI/?p=389', 0, 'revision', '', 0),
(390, 1, '2017-10-18 08:17:05', '2017-10-18 08:17:05', '{\n    "sidebars_widgets[colormag_front_page_slider_area]": {\n        "value": [\n            "colormag_featured_posts_slider_widget-3"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '6cc1cda3-7d9f-4354-bf53-afc08b0ef5e2', '', '', '2017-10-18 08:17:05', '2017-10-18 08:17:05', '', 0, 'http://localhost/PRAVASABHUMI/?p=390', 0, 'customize_changeset', '', 0),
(391, 1, '2017-10-18 08:25:07', '2017-10-18 08:25:07', '', 'fifa', '', 'inherit', 'open', 'closed', '', 'fifa', '', '', '2017-10-18 08:25:07', '2017-10-18 08:25:07', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/fifa.jpg', 0, 'attachment', 'image/jpeg', 0),
(392, 1, '2017-10-18 08:25:23', '2017-10-18 08:25:23', '{\n    "colormag::header_image": {\n        "value": "random-uploaded-image",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::header_image_data": {\n        "value": "random-uploaded-image",\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '401ec05d-b8c5-42a3-aa4a-f0d803fe71ae', '', '', '2017-10-18 08:25:23', '2017-10-18 08:25:23', '', 0, 'http://localhost/PRAVASABHUMI/?p=392', 0, 'customize_changeset', '', 0),
(393, 1, '2017-10-18 08:32:58', '2017-10-18 08:32:58', 'ഒളിംപിക്സ് വനിതാ ബാഡ്മിന്റണ്‍ സിംഗിള്‍സില്‍ ഇന്ത്യയുടെ പി.വി സിന്ധുവിന് വെള്ളി. ഇന്നലെ നടന്ന ഫൈനല്‍ പോരാട്ടത്തില്‍ ലോക ഒന്നാം നമ്പര്‍ താരമായ സ്പെയിനിന്‍റെ കരോലിന മരിനോട്‌ പൊരുതിയാണ് സിന്ധു  കീഴടങ്ങിയത്. സ്കോര്‍: 21-19, 12-21, 15-21.\r\n\r\nആദ്യ സെറ്റ് സ്വന്തമാക്കിയ സിന്ധുവിന് പിന്നീടുള്ള രണ്ടുസെറ്റുകളും  നഷ്ടമാവുകയായിരുന്നു.ഇന്ത്യയുടെ ചരിത്രത്തില്‍ ആദ്യമായാണ് ഒരു വനിതാ താരം ഒളിംപിക്സ് ബാഡ്മിന്റണില്‍ വെള്ളി മെഡല്‍ നേടുന്നത്.16-19 പിന്നിട്ടു നിന്ന ശേഷം ശക്തമായ തിരിച്ചു വരവ് നടത്തിയ സിന്ധു തുടരെ അഞ്ചു പോയിന്റ്‌ നേടി 21-19 ന് ആദ്യ സെറ്റ് സ്വന്തമാക്കി. എന്നാല്‍, രണ്ടാം സെറ്റില്‍ സിന്ധുവിന് കഠിനമായിരുന്നു. അത്മവിശ്വാസത്തോടെ കളിച്ച കരോലിനയുടെ സ്മാഷുകള്‍ക്ക് മുന്നില്‍ സിന്ധുവിന് കാലിടറുകയായിരുന്നു.\r\n\r\nമൂന്നാം സെറ്റിലും 10-10 എന്ന സ്കോറില്‍ ഒപ്പത്തിനൊപ്പമായിരുന്നു സിന്ധു. പിന്നീടങ്ങോട്ട് കരോലിന മികച്ച മുന്നേറ്റം നടത്തി കളിയും സെറ്റും സ്വന്തമാക്കുകയായിരുന്നു. ഇതോടെ, റിയോ ഒളിംപിക്സില്‍ ഇന്ത്യയ്ക്ക് രണ്ടു മെഡലുകളായി. നേരത്തെ ഗുസ്തിയില്‍ സാക്ഷി മാലിക്ക് വെങ്കലം സ്വന്തമാക്കിയിരുന്നു. മെഡല്‍ പട്ടികയില്‍ ഇന്ത്യ 61 ആം സ്ഥാനത്താണ്.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'റിയോ ഒളിംപിക്സ്: ബാഡ്മിന്റണില്‍ വെള്ളി നേടുന്ന ആദ്യ ഇന്ത്യന്‍ വനിത താരം', '', 'publish', 'open', 'open', '', '%e0%b4%b1%e0%b4%bf%e0%b4%af%e0%b5%8b-%e0%b4%92%e0%b4%b3%e0%b4%bf%e0%b4%82%e0%b4%aa%e0%b4%bf%e0%b4%95%e0%b5%8d%e0%b4%b8%e0%b5%8d-%e0%b4%ac%e0%b4%be%e0%b4%a1%e0%b5%8d%e0%b4%ae%e0%b4%bf%e0%b4%a8', '', '', '2017-10-18 08:32:58', '2017-10-18 08:32:58', '', 0, 'http://localhost/PRAVASABHUMI/?p=393', 0, 'post', '', 0),
(394, 1, '2017-10-18 08:32:48', '2017-10-18 08:32:48', '', 'pv-sindhu', '', 'inherit', 'open', 'closed', '', 'pv-sindhu', '', '', '2017-10-18 08:32:48', '2017-10-18 08:32:48', '', 393, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/pv-sindhu.jpg', 0, 'attachment', 'image/jpeg', 0),
(395, 1, '2017-10-18 08:32:58', '2017-10-18 08:32:58', 'ഒളിംപിക്സ് വനിതാ ബാഡ്മിന്റണ്‍ സിംഗിള്‍സില്‍ ഇന്ത്യയുടെ പി.വി സിന്ധുവിന് വെള്ളി. ഇന്നലെ നടന്ന ഫൈനല്‍ പോരാട്ടത്തില്‍ ലോക ഒന്നാം നമ്പര്‍ താരമായ സ്പെയിനിന്‍റെ കരോലിന മരിനോട്‌ പൊരുതിയാണ് സിന്ധു  കീഴടങ്ങിയത്. സ്കോര്‍: 21-19, 12-21, 15-21.\r\n\r\nആദ്യ സെറ്റ് സ്വന്തമാക്കിയ സിന്ധുവിന് പിന്നീടുള്ള രണ്ടുസെറ്റുകളും  നഷ്ടമാവുകയായിരുന്നു.ഇന്ത്യയുടെ ചരിത്രത്തില്‍ ആദ്യമായാണ് ഒരു വനിതാ താരം ഒളിംപിക്സ് ബാഡ്മിന്റണില്‍ വെള്ളി മെഡല്‍ നേടുന്നത്.16-19 പിന്നിട്ടു നിന്ന ശേഷം ശക്തമായ തിരിച്ചു വരവ് നടത്തിയ സിന്ധു തുടരെ അഞ്ചു പോയിന്റ്‌ നേടി 21-19 ന് ആദ്യ സെറ്റ് സ്വന്തമാക്കി. എന്നാല്‍, രണ്ടാം സെറ്റില്‍ സിന്ധുവിന് കഠിനമായിരുന്നു. അത്മവിശ്വാസത്തോടെ കളിച്ച കരോലിനയുടെ സ്മാഷുകള്‍ക്ക് മുന്നില്‍ സിന്ധുവിന് കാലിടറുകയായിരുന്നു.\r\n\r\nമൂന്നാം സെറ്റിലും 10-10 എന്ന സ്കോറില്‍ ഒപ്പത്തിനൊപ്പമായിരുന്നു സിന്ധു. പിന്നീടങ്ങോട്ട് കരോലിന മികച്ച മുന്നേറ്റം നടത്തി കളിയും സെറ്റും സ്വന്തമാക്കുകയായിരുന്നു. ഇതോടെ, റിയോ ഒളിംപിക്സില്‍ ഇന്ത്യയ്ക്ക് രണ്ടു മെഡലുകളായി. നേരത്തെ ഗുസ്തിയില്‍ സാക്ഷി മാലിക്ക് വെങ്കലം സ്വന്തമാക്കിയിരുന്നു. മെഡല്‍ പട്ടികയില്‍ ഇന്ത്യ 61 ആം സ്ഥാനത്താണ്.\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'റിയോ ഒളിംപിക്സ്: ബാഡ്മിന്റണില്‍ വെള്ളി നേടുന്ന ആദ്യ ഇന്ത്യന്‍ വനിത താരം', '', 'inherit', 'closed', 'closed', '', '393-revision-v1', '', '', '2017-10-18 08:32:58', '2017-10-18 08:32:58', '', 393, 'http://localhost/PRAVASABHUMI/?p=395', 0, 'revision', '', 0),
(396, 1, '2017-10-18 08:36:04', '2017-10-18 08:36:04', '', 'fifa-2', '', 'inherit', 'open', 'closed', '', 'fifa-2', '', '', '2017-10-18 08:36:04', '2017-10-18 08:36:04', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/fifa-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(397, 1, '2017-10-18 08:36:19', '2017-10-18 08:36:19', '{\n    "colormag::header_image": {\n        "value": "http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/fifa-2.jpg",\n        "type": "theme_mod",\n        "user_id": 1\n    },\n    "colormag::header_image_data": {\n        "value": {\n            "url": "http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/fifa-2.jpg",\n            "thumbnail_url": "http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/fifa-2.jpg",\n            "timestamp": 1508315771566,\n            "attachment_id": 396,\n            "width": 925,\n            "height": 120\n        },\n        "type": "theme_mod",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a0c0e2b1-698c-4d12-8099-eed78e9984ff', '', '', '2017-10-18 08:36:19', '2017-10-18 08:36:19', '', 0, 'http://localhost/PRAVASABHUMI/?p=397', 0, 'customize_changeset', '', 0),
(398, 1, '2017-10-18 08:43:36', '2017-10-18 08:43:36', 'ഇന്ത്യന്‍ ക്യാപ്റ്റന്‍ വിരാട് കോലി ഒന്നാം സ്ഥാനം നിലനിര്‍ത്തി. ഓസീസ് താരം ഡേവിഡ് വാര്‍ണറാണ് തൊട്ടുപിന്നില്‍. ഇരുവരും തമ്മില്‍ 12 പോയിന്റിന്റെ വ്യത്യാസമാണുള്ളത്.\r\nഅജിങ്ക്യ രഹാനെയും കേദാര്‍ ജാദവുമാണ് റാങ്കിങ്ങില്‍ മുന്നേറ്റം നടത്തിയ മറ്റു ഇന്ത്യന്‍ താരങ്ങള്‍. നാല് സ്ഥാനം കയറിയ രഹാനെ 24-ാം സ്ഥാനത്തും കേദാര്‍ ജാദവ് 36-ാം റാങ്കിലുമാണ്. കേദാര്‍ ജാദവിന്റെ കരിയറിലെ മികച്ച റാങ്കാണി്.\r\n\r\nബൗലര്‍മാരില്‍ നേട്ടമുണ്ടാക്കിയ ഇന്ത്യന്‍ താരം അക്‌സര്‍ പട്ടേലാണ്. അക്‌സര്‍ പത്താം റാങ്കില്‍ നിന്ന് ഏഴിലെത്തി. പാകിസ്താന്‍ താരം ഇമ്രാന്‍ താഹിറാണ് റാങ്കിങ്ങില്‍ ഒന്നാമത്.', 'ഇന്ത്യന്‍ ക്യാപ്റ്റന്‍ വിരാട് കോലി ഒന്നാം സ്ഥാനം നിലനിര്‍ത്തി', '', 'publish', 'open', 'open', '', '%e0%b4%87%e0%b4%a8%e0%b5%8d%e0%b4%a4%e0%b5%8d%e0%b4%af%e0%b4%a8%e0%b5%8d%e2%80%8d-%e0%b4%95%e0%b5%8d%e0%b4%af%e0%b4%be%e0%b4%aa%e0%b5%8d%e0%b4%b1%e0%b5%8d%e0%b4%b1%e0%b4%a8%e0%b5%8d%e2%80%8d-%e0%b4%b5', '', '', '2017-10-18 08:43:36', '2017-10-18 08:43:36', '', 0, 'http://localhost/PRAVASABHUMI/?p=398', 0, 'post', '', 0),
(399, 1, '2017-10-18 08:43:07', '2017-10-18 08:43:07', '', 'kohli', '', 'inherit', 'open', 'closed', '', 'kohli', '', '', '2017-10-18 08:43:07', '2017-10-18 08:43:07', '', 398, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/kohli.jpg', 0, 'attachment', 'image/jpeg', 0),
(400, 1, '2017-10-18 08:43:15', '2017-10-18 08:43:15', 'ഇന്ത്യന്‍ ക്യാപ്റ്റന്‍ വിരാട് കോലി ഒന്നാം സ്ഥാനം നിലനിര്‍ത്തി. ഓസീസ് താരം ഡേവിഡ് വാര്‍ണറാണ് തൊട്ടുപിന്നില്‍. ഇരുവരും തമ്മില്‍ 12 പോയിന്റിന്റെ വ്യത്യാസമാണുള്ളത്.\r\nഅജിങ്ക്യ രഹാനെയും കേദാര്‍ ജാദവുമാണ് റാങ്കിങ്ങില്‍ മുന്നേറ്റം നടത്തിയ മറ്റു ഇന്ത്യന്‍ താരങ്ങള്‍. നാല് സ്ഥാനം കയറിയ രഹാനെ 24-ാം സ്ഥാനത്തും കേദാര്‍ ജാദവ് 36-ാം റാങ്കിലുമാണ്. കേദാര്‍ ജാദവിന്റെ കരിയറിലെ മികച്ച റാങ്കാണി്.\r\n\r\nബൗലര്‍മാരില്‍ നേട്ടമുണ്ടാക്കിയ ഇന്ത്യന്‍ താരം അക്‌സര്‍ പട്ടേലാണ്. അക്‌സര്‍ പത്താം റാങ്കില്‍ നിന്ന് ഏഴിലെത്തി. പാകിസ്താന്‍ താരം ഇമ്രാന്‍ താഹിറാണ് റാങ്കിങ്ങില്‍ ഒന്നാമത്.', 'ഇന്ത്യന്‍ ക്യാപ്റ്റന്‍ വിരാട് കോലി ഒന്നാം സ്ഥാനം നിലനിര്‍ത്തി', '', 'inherit', 'closed', 'closed', '', '398-revision-v1', '', '', '2017-10-18 08:43:15', '2017-10-18 08:43:15', '', 398, 'http://localhost/PRAVASABHUMI/?p=400', 0, 'revision', '', 0),
(401, 1, '2017-10-18 08:50:03', '2017-10-18 08:50:03', 'നടിയെ ആക്രമിച്ചതുമായി ബന്ധപ്പെട്ട ഗൂഢാലോചന കേസില്‍ നടന്‍ ദിലീപ് ഒന്നാം പ്രതിയായേക്കുമെന്ന് റിപ്പോര്‍ട്ട്. ഇപ്പോള്‍ 11-ാം പ്രതിയായ ദിലീപ് പുതിയ കുറ്റപത്രം സമര്‍പ്പിക്കുന്നതോടെയാണ് ഒന്നാം പ്രതിയാകുക.  കുറ്റപത്രം പൂര്‍ത്തിയായിട്ടുണ്ട്.\r\n\r\nഉദ്യോഗസ്ഥ സംഘവും നിയമവിദഗ്ധരും അടുത്തദിവസം ഒരുമിച്ച് യോഗം ചേര്‍ന്ന് കുറ്റപത്രം ഒന്നുകൂടി വിശകലനം ചെയ്യും.തുടര്‍ന്നാവും കോടതിയില്‍ നല്‍കുക.  ഉന്നതോദ്യോഗസ്ഥരുമായി അവസാനവട്ട ചര്‍ച്ച നടത്തിയശേഷം അടുത്തയാഴ്ച കുറ്റപത്രം അങ്കമാലി മജിസ്ട്രേട്ടിനു മുമ്പില്‍ സമര്‍പ്പിക്കുമെന്ന് അന്വേഷണസംഘാംഗം പറഞ്ഞു\r\n\r\nദിലീപിനെതിരെ 19 തെളിവുകളാണ് പോലീസിന് ലഭിച്ചിരിക്കുന്നത്. ഗൂഢാലോചനക്കുറ്റം തെളിയിക്കുന്നതിനുള്ള കൃത്യമായ തെളിവുകള്‍പോലീസിന് ലഭിച്ചതിനെ തുടര്‍ന്നാണ് പോലീസ് അറസ്റ്റിലേയ്ക്ക് നീങ്ങിയത്. കുറ്റകൃത്യം നടത്തിയ പള്‍സര്‍ സുനിയുമായി ദിലീപിന് അടുത്ത ബന്ധമുണ്ടായിരുന്നു എന്നതാണ് ദിലീപിനെ സംഭവവുമായി ബന്ധപ്പെടുത്തുന്ന നിര്‍ണായക ഘടകം.ഇതിനെ സാധൂകരിക്കുന്ന തെളിവുകളാണ് പോലീസിന് ലഭിച്ചിരിക്കുന്നത്.', 'നടിയെ ആക്രമിച്ച കേസ്: ദിലീപ് ഒന്നാം പ്രതിയായേക്കും', '', 'publish', 'open', 'open', '', '%e0%b4%a8%e0%b4%9f%e0%b4%bf%e0%b4%af%e0%b5%86-%e0%b4%86%e0%b4%95%e0%b5%8d%e0%b4%b0%e0%b4%ae%e0%b4%bf%e0%b4%9a%e0%b5%8d%e0%b4%9a-%e0%b4%95%e0%b5%87%e0%b4%b8%e0%b5%8d-%e0%b4%a6%e0%b4%bf%e0%b4%b2', '', '', '2017-10-18 08:50:03', '2017-10-18 08:50:03', '', 0, 'http://localhost/PRAVASABHUMI/?p=401', 0, 'post', '', 0),
(402, 1, '2017-10-18 08:49:57', '2017-10-18 08:49:57', '', 'dileep', '', 'inherit', 'open', 'closed', '', 'dileep', '', '', '2017-10-18 08:49:57', '2017-10-18 08:49:57', '', 401, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/dileep.jpg', 0, 'attachment', 'image/jpeg', 0),
(403, 1, '2017-10-18 08:50:03', '2017-10-18 08:50:03', 'നടിയെ ആക്രമിച്ചതുമായി ബന്ധപ്പെട്ട ഗൂഢാലോചന കേസില്‍ നടന്‍ ദിലീപ് ഒന്നാം പ്രതിയായേക്കുമെന്ന് റിപ്പോര്‍ട്ട്. ഇപ്പോള്‍ 11-ാം പ്രതിയായ ദിലീപ് പുതിയ കുറ്റപത്രം സമര്‍പ്പിക്കുന്നതോടെയാണ് ഒന്നാം പ്രതിയാകുക.  കുറ്റപത്രം പൂര്‍ത്തിയായിട്ടുണ്ട്.\r\n\r\nഉദ്യോഗസ്ഥ സംഘവും നിയമവിദഗ്ധരും അടുത്തദിവസം ഒരുമിച്ച് യോഗം ചേര്‍ന്ന് കുറ്റപത്രം ഒന്നുകൂടി വിശകലനം ചെയ്യും.തുടര്‍ന്നാവും കോടതിയില്‍ നല്‍കുക.  ഉന്നതോദ്യോഗസ്ഥരുമായി അവസാനവട്ട ചര്‍ച്ച നടത്തിയശേഷം അടുത്തയാഴ്ച കുറ്റപത്രം അങ്കമാലി മജിസ്ട്രേട്ടിനു മുമ്പില്‍ സമര്‍പ്പിക്കുമെന്ന് അന്വേഷണസംഘാംഗം പറഞ്ഞു\r\n\r\nദിലീപിനെതിരെ 19 തെളിവുകളാണ് പോലീസിന് ലഭിച്ചിരിക്കുന്നത്. ഗൂഢാലോചനക്കുറ്റം തെളിയിക്കുന്നതിനുള്ള കൃത്യമായ തെളിവുകള്‍പോലീസിന് ലഭിച്ചതിനെ തുടര്‍ന്നാണ് പോലീസ് അറസ്റ്റിലേയ്ക്ക് നീങ്ങിയത്. കുറ്റകൃത്യം നടത്തിയ പള്‍സര്‍ സുനിയുമായി ദിലീപിന് അടുത്ത ബന്ധമുണ്ടായിരുന്നു എന്നതാണ് ദിലീപിനെ സംഭവവുമായി ബന്ധപ്പെടുത്തുന്ന നിര്‍ണായക ഘടകം.ഇതിനെ സാധൂകരിക്കുന്ന തെളിവുകളാണ് പോലീസിന് ലഭിച്ചിരിക്കുന്നത്.', 'നടിയെ ആക്രമിച്ച കേസ്: ദിലീപ് ഒന്നാം പ്രതിയായേക്കും', '', 'inherit', 'closed', 'closed', '', '401-revision-v1', '', '', '2017-10-18 08:50:03', '2017-10-18 08:50:03', '', 401, 'http://localhost/PRAVASABHUMI/?p=403', 0, 'revision', '', 0),
(404, 1, '2017-10-18 08:59:56', '2017-10-18 08:59:56', 'ഏറെ കാത്തിരിപ്പുകള്‍ക്ക് ശേഷം തിയേറ്ററുകളിലെത്തിയ വിജയ്-ആറ്റ്ലീ ചിത്രം മെര്‍സലിന് വന്‍ വരവേല്‍പ്പ്. പുലര്‍ച്ചെ മുതല്‍ തന്നെ പല തിയേറ്ററുകളിലും ആരാധകര്‍ക്കായി പ്രത്യേക പ്രദര്‍ശനങ്ങള്‍ സംഘടിപ്പിച്ചിരുന്നു. കേരളത്തില്‍ മാത്രം മുന്നൂറിലേറെ പ്രദര്‍ശനശാലകളിലാണ് മെര്‍സല്‍ റിലീസ് ചെയ്തത്.\r\n\r\nടീസര്‍ ഒന്ന് കണ്ടു നോക്കാം\r\n\r\n[embed]https://www.youtube.com/watch?v=gQDo5QuZTaw[/embed]\r\n\r\n&nbsp;\r\n\r\nIndiaglitz Theatre Review കാണാം\r\n\r\n&nbsp;\r\n\r\n[embed]https://www.youtube.com/watch?v=_LuCOAEjnHg[/embed]', 'വിജയ്‌ ചിത്രം മെര്‍സലിന് വന്‍ വരവേല്‍പ്പ്', '', 'publish', 'open', 'open', '', '%e0%b4%b5%e0%b4%bf%e0%b4%9c%e0%b4%af%e0%b5%8d%e2%80%8c-%e0%b4%9a%e0%b4%bf%e0%b4%a4%e0%b5%8d%e0%b4%b0%e0%b4%82-%e0%b4%ae%e0%b5%86%e0%b4%b0%e0%b5%8d%e2%80%8d%e0%b4%b8%e0%b4%b2%e0%b4%bf%e0%b4%a8%e0%b5%8d', '', '', '2017-10-18 09:00:13', '2017-10-18 09:00:13', '', 0, 'http://localhost/PRAVASABHUMI/?p=404', 0, 'post', '', 0),
(406, 1, '2017-10-18 08:59:49', '2017-10-18 08:59:49', '', 'mersal', '', 'inherit', 'open', 'closed', '', 'mersal', '', '', '2017-10-18 08:59:49', '2017-10-18 08:59:49', '', 404, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/mersal.jpg', 0, 'attachment', 'image/jpeg', 0),
(407, 1, '2017-10-18 08:59:56', '2017-10-18 08:59:56', 'ഏറെ കാത്തിരിപ്പുകള്‍ക്ക് ശേഷം തിയേറ്ററുകളിലെത്തിയ വിജയ്-ആറ്റ്ലീ ചിത്രം മെര്‍സലിന് വന്‍ വരവേല്‍പ്പ്. പുലര്‍ച്ചെ മുതല്‍ തന്നെ പല തിയേറ്ററുകളിലും ആരാധകര്‍ക്കായി പ്രത്യേക പ്രദര്‍ശനങ്ങള്‍ സംഘടിപ്പിച്ചിരുന്നു. കേരളത്തില്‍ മാത്രം മുന്നൂറിലേറെ പ്രദര്‍ശനശാലകളിലാണ് മെര്‍സല്‍ റിലീസ് ചെയ്തത്.\r\n\r\nടീസര്‍ ഒന്ന് കണ്ടു നോക്കാം\r\n\r\n[embed]https://www.youtube.com/watch?v=gQDo5QuZTaw[/embed]\r\n\r\n&nbsp;\r\n\r\nIndiaglitz Theatre Review കാണാം\r\n\r\n&nbsp;\r\n\r\n[embed]https://www.youtube.com/watch?v=_LuCOAEjnHg[/embed]', 'വിജയ്‌ ചിത്രം മെര്‍സലിന് വന്‍ വരവേല്‍പ്പ്', '', 'inherit', 'closed', 'closed', '', '404-revision-v1', '', '', '2017-10-18 08:59:56', '2017-10-18 08:59:56', '', 404, 'http://localhost/PRAVASABHUMI/?p=407', 0, 'revision', '', 0),
(408, 1, '2017-10-18 09:18:59', '2017-10-18 09:18:59', 'പ്രമേഹം തടയുകയോ നിയന്ത്രിക്കുകയോ ചെയ്യുന്നതില്‍ നമ്മുടെ ജീവിതചര്യയ്ക്ക് വലിയ സ്ഥാനമുണ്ട്. ഭക്ഷണത്തിലെ നിയന്ത്രണം, വ്യായാമം, പിരിമുറയ്ക്കല്‍ എന്നിവയ്‌ക്കൊക്കെ രോഗ നിയന്ത്രണവുമായി വലിയ ബന്ധമുണ്ട്. മധുരം പൂര്‍ണമായും ഉപേക്ഷിച്ചാല്‍ രോഗത്തില്‍ നിന്നും രക്ഷ നേടാം എന്ന് പലരും കരുതുന്നു. എന്നാല്‍ അതിന്റെ ആവശ്യമില്ലെന്നാണ് ഈ രംഗത്തെ വിദഗ്ധര്‍ പറയുന്നത്. രക്തത്തിലെ പഞ്ചസാരയുടെ അളവ് വര്‍ദ്ധിപ്പിക്കാത്ത മധുരവസ്തുക്കള്‍ കഴിക്കാം എന്നാണ് അവര്‍ പറയുന്നത്. പഴവര്‍ഗ്ഗങ്ങളില്‍ ആപ്പിള്‍, പിയര്‍, ഓറഞ്ച്, മുന്തിരി, പീച്ച് തുടങ്ങിയ പഴങ്ങള്‍ ഈ ഗണത്തില്‍ പെടുത്താവുന്നവയാണ്.\r\n\r\n<img class="size-medium wp-image-409 alignleft" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/dia1-300x225.jpg" alt="" width="300" height="225" />\r\n\r\nകറുവാപ്പട്ടയ്ക്ക് രക്തത്തിലെ പഞ്ചസാരയുടെ അളവ് കുറയ്ക്കാന്‍ പ്രത്യേക ശേഷിയുണ്ട്. ചായയിലോ കാപ്പിയിലോ തൈരിലോ ചേര്‍ത്ത് ഇത് കഴിക്കുന്നത് പ്രമേഹ രോഗികള്‍ക്ക് നല്ലതാണെന്ന് ചൂണ്ടിക്കാണിക്കപ്പെടുന്നു. ചില ബേക്കറികള്‍ പ്രമേഹരോഗികള്‍ക്ക് മാത്രമായി കേക്കുകളും മറ്റ് മധുരപലഹാരങ്ങളും ഉണ്ടാക്കാറുണ്ട്. പഞ്ചസാരയുടെ അളവ് കുറച്ചുകൊണ്ട് മറ്റ് സ്വഭാവിക മധുരവസ്തുക്കളാണ് ഇത്തരം പലഹാരങ്ങളില്‍ അധികവും ചേര്‍ക്കുന്നത്. എന്നിരുന്നാല്‍ പോലും ഇത് പരിമിതമായി മാത്രമേ കഴിക്കാവൂ. ആഹാരത്തിന്റെ ഒരു ഭാഗമായി അതിനെ കാണുകയും ചെയ്യണം.\r\n\r\nസൂപ്പര്‍മാര്‍ക്കറ്റിലും മറ്റും ലഭിക്കുന്ന തയ്യാര്‍ ചെയ്യപ്പെട്ട ഭക്ഷണം ഒഴിവാക്കണമെന്ന് മിക്ക രോഗികള്‍ക്കും അറിയാം. അവയിലെ കൊഴുപ്പിന്റെയും പഞ്ചസാരയുടെയും അളവ് വളരെ കൂടുതലാണ്. മാത്രമല്ല വൈറ്റമിന്റെയും ധാതുക്കളുടെയും അളവ് കുറവുമായിരിക്കും. എന്നാല്‍ ധാന്യങ്ങള്‍, ഓട്ട്‌സ്, ബാര്‍ലി തുടങ്ങിയവ കഴിക്കുന്നതില്‍ കുഴപ്മില്ല. ദഹനേന്ദ്രിയത്തില്‍ നിന്നും കാര്‍ബോഹൈട്രേറ്റുകളെ വലിച്ചെടുക്കുന്ന പ്രക്രിയ സാവധാനത്തിലാക്കുന്ന നാരുകളുടെ സാന്നിധ്യമാണ് ഇത്തരം ഭക്ഷണങ്ങളെ ആശാസ്യമാക്കുന്നത്. അതുവഴി രക്തത്തിലെ പഞ്ചസാരയുടെ അളവ് നിയന്ത്രിക്കുന്നതിന് ആവശ്യത്തിന് ഇന്‍സുലിന്‍ ലഭിക്കുന്നതിനും ഇത് സഹായിക്കുന്നു.\r\n\r\n<img class="size-medium wp-image-410 alignright" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/dia3-300x225.jpg" alt="" width="300" height="225" />ഭക്ഷണത്തിന് ശേഷം, പ്രത്യേകിച്ചു അത്താഴത്തിന് ശേഷം പത്തു മിനിട്ട് നടക്കുന്നത് രക്തത്തിലെ പഞ്ചസാരയുടെ അളവ് 22 ശതമാനം വരെ കുറയ്ക്കാന്‍ സഹായിക്കുമെന്ന് നേരത്തെ ന്യൂസിലന്റില്‍ നടന്ന ഒരു ഗവേഷണത്തില്‍ കണ്ടെത്തിയിരുന്നു. എന്നാല്‍ ആഴ്ചയില്‍ അഞ്ച് ദിവസം, പ്രതിദിനം 30 മിനിട്ട് വ്യായാമം ചെയ്യുന്നതാണ് ഉത്തമെന്നാണ് ഇപ്പോള്‍ ലോകാരോഗ്യ സംഘടന നിര്‍ദ്ദേശിക്കുന്നത്. തൊഴിലിടത്തിലും ജീവിതത്തിലുമുണ്ടാവുന്ന കടുത്ത പിരിമുറക്കം ടൈപ് രണ്ട് പ്രമേഹത്തിന് കാരണമായേക്കാമെന്ന് പഠനങ്ങള്‍ തെളിയിച്ചിട്ടുണ്ട്. അതുകൊണ്ടാണ് വ്യായാമവും മാനസികോല്ലാസവും നിര്‍ബന്ധിതമായി നിര്‍ദ്ദേശിക്കപ്പെട്ടിരിക്കുന്നത്.', 'പ്രമേഹം എങ്ങനെ തടയാം, നിയന്ത്രിക്കാം?', '', 'publish', 'open', 'open', '', '%e0%b4%aa%e0%b5%8d%e0%b4%b0%e0%b4%ae%e0%b5%87%e0%b4%b9%e0%b4%82-%e0%b4%8e%e0%b4%99%e0%b5%8d%e0%b4%99%e0%b4%a8%e0%b5%86-%e0%b4%a4%e0%b4%9f%e0%b4%af%e0%b4%be%e0%b4%82-%e0%b4%a8%e0%b4%bf%e0%b4%af', '', '', '2017-10-18 09:18:59', '2017-10-18 09:18:59', '', 0, 'http://localhost/PRAVASABHUMI/?p=408', 0, 'post', '', 0),
(409, 1, '2017-10-18 09:15:37', '2017-10-18 09:15:37', '', 'dia1', '', 'inherit', 'open', 'closed', '', 'dia1', '', '', '2017-10-18 09:15:37', '2017-10-18 09:15:37', '', 408, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/dia1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `pb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(410, 1, '2017-10-18 09:17:59', '2017-10-18 09:17:59', '', 'dia3', '', 'inherit', 'open', 'closed', '', 'dia3', '', '', '2017-10-18 09:17:59', '2017-10-18 09:17:59', '', 408, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/dia3.jpg', 0, 'attachment', 'image/jpeg', 0),
(411, 1, '2017-10-18 09:18:52', '2017-10-18 09:18:52', '', 'diabetic', '', 'inherit', 'open', 'closed', '', 'diabetic', '', '', '2017-10-18 09:18:52', '2017-10-18 09:18:52', '', 408, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/diabetic.jpg', 0, 'attachment', 'image/jpeg', 0),
(412, 1, '2017-10-18 09:18:59', '2017-10-18 09:18:59', 'പ്രമേഹം തടയുകയോ നിയന്ത്രിക്കുകയോ ചെയ്യുന്നതില്‍ നമ്മുടെ ജീവിതചര്യയ്ക്ക് വലിയ സ്ഥാനമുണ്ട്. ഭക്ഷണത്തിലെ നിയന്ത്രണം, വ്യായാമം, പിരിമുറയ്ക്കല്‍ എന്നിവയ്‌ക്കൊക്കെ രോഗ നിയന്ത്രണവുമായി വലിയ ബന്ധമുണ്ട്. മധുരം പൂര്‍ണമായും ഉപേക്ഷിച്ചാല്‍ രോഗത്തില്‍ നിന്നും രക്ഷ നേടാം എന്ന് പലരും കരുതുന്നു. എന്നാല്‍ അതിന്റെ ആവശ്യമില്ലെന്നാണ് ഈ രംഗത്തെ വിദഗ്ധര്‍ പറയുന്നത്. രക്തത്തിലെ പഞ്ചസാരയുടെ അളവ് വര്‍ദ്ധിപ്പിക്കാത്ത മധുരവസ്തുക്കള്‍ കഴിക്കാം എന്നാണ് അവര്‍ പറയുന്നത്. പഴവര്‍ഗ്ഗങ്ങളില്‍ ആപ്പിള്‍, പിയര്‍, ഓറഞ്ച്, മുന്തിരി, പീച്ച് തുടങ്ങിയ പഴങ്ങള്‍ ഈ ഗണത്തില്‍ പെടുത്താവുന്നവയാണ്.\r\n\r\n<img class="size-medium wp-image-409 alignleft" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/dia1-300x225.jpg" alt="" width="300" height="225" />\r\n\r\nകറുവാപ്പട്ടയ്ക്ക് രക്തത്തിലെ പഞ്ചസാരയുടെ അളവ് കുറയ്ക്കാന്‍ പ്രത്യേക ശേഷിയുണ്ട്. ചായയിലോ കാപ്പിയിലോ തൈരിലോ ചേര്‍ത്ത് ഇത് കഴിക്കുന്നത് പ്രമേഹ രോഗികള്‍ക്ക് നല്ലതാണെന്ന് ചൂണ്ടിക്കാണിക്കപ്പെടുന്നു. ചില ബേക്കറികള്‍ പ്രമേഹരോഗികള്‍ക്ക് മാത്രമായി കേക്കുകളും മറ്റ് മധുരപലഹാരങ്ങളും ഉണ്ടാക്കാറുണ്ട്. പഞ്ചസാരയുടെ അളവ് കുറച്ചുകൊണ്ട് മറ്റ് സ്വഭാവിക മധുരവസ്തുക്കളാണ് ഇത്തരം പലഹാരങ്ങളില്‍ അധികവും ചേര്‍ക്കുന്നത്. എന്നിരുന്നാല്‍ പോലും ഇത് പരിമിതമായി മാത്രമേ കഴിക്കാവൂ. ആഹാരത്തിന്റെ ഒരു ഭാഗമായി അതിനെ കാണുകയും ചെയ്യണം.\r\n\r\nസൂപ്പര്‍മാര്‍ക്കറ്റിലും മറ്റും ലഭിക്കുന്ന തയ്യാര്‍ ചെയ്യപ്പെട്ട ഭക്ഷണം ഒഴിവാക്കണമെന്ന് മിക്ക രോഗികള്‍ക്കും അറിയാം. അവയിലെ കൊഴുപ്പിന്റെയും പഞ്ചസാരയുടെയും അളവ് വളരെ കൂടുതലാണ്. മാത്രമല്ല വൈറ്റമിന്റെയും ധാതുക്കളുടെയും അളവ് കുറവുമായിരിക്കും. എന്നാല്‍ ധാന്യങ്ങള്‍, ഓട്ട്‌സ്, ബാര്‍ലി തുടങ്ങിയവ കഴിക്കുന്നതില്‍ കുഴപ്മില്ല. ദഹനേന്ദ്രിയത്തില്‍ നിന്നും കാര്‍ബോഹൈട്രേറ്റുകളെ വലിച്ചെടുക്കുന്ന പ്രക്രിയ സാവധാനത്തിലാക്കുന്ന നാരുകളുടെ സാന്നിധ്യമാണ് ഇത്തരം ഭക്ഷണങ്ങളെ ആശാസ്യമാക്കുന്നത്. അതുവഴി രക്തത്തിലെ പഞ്ചസാരയുടെ അളവ് നിയന്ത്രിക്കുന്നതിന് ആവശ്യത്തിന് ഇന്‍സുലിന്‍ ലഭിക്കുന്നതിനും ഇത് സഹായിക്കുന്നു.\r\n\r\n<img class="size-medium wp-image-410 alignright" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/dia3-300x225.jpg" alt="" width="300" height="225" />ഭക്ഷണത്തിന് ശേഷം, പ്രത്യേകിച്ചു അത്താഴത്തിന് ശേഷം പത്തു മിനിട്ട് നടക്കുന്നത് രക്തത്തിലെ പഞ്ചസാരയുടെ അളവ് 22 ശതമാനം വരെ കുറയ്ക്കാന്‍ സഹായിക്കുമെന്ന് നേരത്തെ ന്യൂസിലന്റില്‍ നടന്ന ഒരു ഗവേഷണത്തില്‍ കണ്ടെത്തിയിരുന്നു. എന്നാല്‍ ആഴ്ചയില്‍ അഞ്ച് ദിവസം, പ്രതിദിനം 30 മിനിട്ട് വ്യായാമം ചെയ്യുന്നതാണ് ഉത്തമെന്നാണ് ഇപ്പോള്‍ ലോകാരോഗ്യ സംഘടന നിര്‍ദ്ദേശിക്കുന്നത്. തൊഴിലിടത്തിലും ജീവിതത്തിലുമുണ്ടാവുന്ന കടുത്ത പിരിമുറക്കം ടൈപ് രണ്ട് പ്രമേഹത്തിന് കാരണമായേക്കാമെന്ന് പഠനങ്ങള്‍ തെളിയിച്ചിട്ടുണ്ട്. അതുകൊണ്ടാണ് വ്യായാമവും മാനസികോല്ലാസവും നിര്‍ബന്ധിതമായി നിര്‍ദ്ദേശിക്കപ്പെട്ടിരിക്കുന്നത്.', 'പ്രമേഹം എങ്ങനെ തടയാം, നിയന്ത്രിക്കാം?', '', 'inherit', 'closed', 'closed', '', '408-revision-v1', '', '', '2017-10-18 09:18:59', '2017-10-18 09:18:59', '', 408, 'http://localhost/PRAVASABHUMI/?p=412', 0, 'revision', '', 0),
(413, 1, '2017-10-18 09:24:48', '2017-10-18 09:24:48', '2017 ലെ വയലാര്‍ അവാര്‍ഡ് ടി ഡി രാമകൃഷ്ണന്‍ അര്‍ഹനായി\r\n<ul>\r\n 	<li>മലയാളത്തിലെ ഒരു കവിയായിരുന്ന വയലാർ രാമവർമ്മയുടെഓർമ്മയ്ക്കായിട്ടാണ് ഈ പുരസ്കാരം രൂപവത്കരിച്ചത്.</li>\r\n</ul>\r\n<ul>\r\n 	<li>സർഗസാഹിത്യത്തിനുള്ള<span style="font-size: 12.16px;"> ഈ അവാർഡ് 1977ലാണ് ആരംഭിച്ചത്</span><span style="font-size: 12.16px;">.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style="font-size: 12.16px;">വയലാർ അവാർഡിൻറെ സമ്മാനതുക ഒരു ലക്ഷം രുപയാണ്.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style="font-size: 12.16px;">കാനായി കുഞ്ഞിരാമൻവെങ്കലത്തിൽ തീർത്ത ശില്പവുമാണ് പുരസ്‌കാരം.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style="font-size: 12.16px;">2014 വരെ 25000രുപയായിരുന്നു.</span></li>\r\n</ul>\r\nവയലാർ അവാർഡ് ലഭിച്ച കൃതികളും അവയുടെ കർത്താക്കളും\r\n<table style="border-color: #05c1ff; margin-left: auto; margin-right: auto;" border="2" cellspacing="5" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<th>വർഷം</th>\r\n<th>വ്യക്തി</th>\r\n<th>ഗ്രന്ഥം</th>\r\n</tr>\r\n<tr>\r\n<td>1977</td>\r\n<td>ലളിതാംബിക അന്തർജ്ജനം</td>\r\n<td>അഗ്നിസാക്ഷി</td>\r\n</tr>\r\n<tr>\r\n<td>1978</td>\r\n<td>പി.കെ. ബാലകൃഷ്ണൻ</td>\r\n<td>ഇനി ഞാൻ ഉറങ്ങട്ടെ</td>\r\n</tr>\r\n<tr>\r\n<td>1979</td>\r\n<td>മലയാറ്റൂർ രാമകൃഷ്ണൻ</td>\r\n<td>യന്ത്രം</td>\r\n</tr>\r\n<tr>\r\n<td>1980</td>\r\n<td>തകഴി ശിവശങ്കരപ്പിള്ള</td>\r\n<td>കയർ</td>\r\n</tr>\r\n<tr>\r\n<td>1981</td>\r\n<td>വൈലോപ്പിള്ളി ശ്രീധരമേനോൻ</td>\r\n<td>മകരക്കൊയ്ത്ത്</td>\r\n</tr>\r\n<tr>\r\n<td>1982</td>\r\n<td>ഒ.എൻ.വി. കുറുപ്പ്</td>\r\n<td>ഉപ്പ്</td>\r\n</tr>\r\n<tr>\r\n<td>1983</td>\r\n<td>വിലാസിനി</td>\r\n<td>അവകാശികൾ</td>\r\n</tr>\r\n<tr>\r\n<td>1984</td>\r\n<td>സുഗതകുമാരി</td>\r\n<td>അമ്പലമണി</td>\r\n</tr>\r\n<tr>\r\n<td>1985</td>\r\n<td>എം.ടി. വാസുദേവൻ നായർ</td>\r\n<td>രണ്ടാമൂഴം</td>\r\n</tr>\r\n<tr>\r\n<td>1986</td>\r\n<td>എൻ.എൻ. കക്കാട്</td>\r\n<td>സഫലമീയാത്ര</td>\r\n</tr>\r\n<tr>\r\n<td>1987</td>\r\n<td>എൻ. കൃഷ്ണപിള്ള</td>\r\n<td>പ്രതിപാത്രം ഭാഷണഭേദം</td>\r\n</tr>\r\n<tr>\r\n<td>1988</td>\r\n<td>തിരുനല്ലൂർ കരുണാകരൻ</td>\r\n<td>തിരുനെല്ലൂർ കരുണാകരന്റെ കവിതകൾ</td>\r\n</tr>\r\n<tr>\r\n<td>1989</td>\r\n<td>സുകുമാർ അഴീക്കോട്</td>\r\n<td>തത്ത്വമസി</td>\r\n</tr>\r\n<tr>\r\n<td>1990</td>\r\n<td>സി. രാധാകൃഷ്ണൻ</td>\r\n<td>മുൻപേ പറക്കുന്ന പക്ഷികൾ</td>\r\n</tr>\r\n<tr>\r\n<td>1991</td>\r\n<td>ഒ. വി. വിജയൻ</td>\r\n<td>ഗുരുസാഗരം</td>\r\n</tr>\r\n<tr>\r\n<td>1992</td>\r\n<td>എം.കെ. സാനു</td>\r\n<td>ചങ്ങമ്പുഴ - നക്ഷത്രങ്ങളുടെ സ്നേഹഭാജനം</td>\r\n</tr>\r\n<tr>\r\n<td>1993</td>\r\n<td>ആനന്ദ് (പി. സച്ചിദാനന്ദൻ)</td>\r\n<td>മരുഭൂമികൾ ഉണ്ടാകുന്നത്</td>\r\n</tr>\r\n<tr>\r\n<td>1994</td>\r\n<td>കെ. സുരേന്ദ്രൻ</td>\r\n<td>ഗുരു (നോവൽ)</td>\r\n</tr>\r\n<tr>\r\n<td>1995</td>\r\n<td>തിക്കോടിയൻ</td>\r\n<td>അരങ്ങു കാണാത്ത നടൻ</td>\r\n</tr>\r\n<tr>\r\n<td>1996</td>\r\n<td>പെരുമ്പടവം ശ്രീധരൻ</td>\r\n<td>ഒരു സങ്കീർത്തനം പോലെ</td>\r\n</tr>\r\n<tr>\r\n<td>1997</td>\r\n<td>മാധവിക്കുട്ടി</td>\r\n<td>നീർമാതളം പൂത്ത കാലം</td>\r\n</tr>\r\n<tr>\r\n<td>1998</td>\r\n<td>എസ്. ഗുപ്തൻ നായർ</td>\r\n<td>സൃഷ്ടിയും സ്രഷ്ടാവും</td>\r\n</tr>\r\n<tr>\r\n<td>1999</td>\r\n<td>കോവിലൻ</td>\r\n<td>തട്ടകം (നോവൽ)</td>\r\n</tr>\r\n<tr>\r\n<td>2000</td>\r\n<td>എം.വി. ദേവൻ</td>\r\n<td>ദേവസ്പന്ദനം</td>\r\n</tr>\r\n<tr>\r\n<td>2001</td>\r\n<td>ടി. പദ്മനാഭൻ</td>\r\n<td>പുഴ കടന്നു മരങ്ങളുടെ ഇടയിലേക്ക്</td>\r\n</tr>\r\n<tr>\r\n<td>2002</td>\r\n<td>കെ. അയ്യപ്പപ്പണിക്കർ</td>\r\n<td>അയ്യപ്പപ്പണിക്കരുടെ കവിതകൾ</td>\r\n</tr>\r\n<tr>\r\n<td>2003</td>\r\n<td>എം. മുകുന്ദൻ</td>\r\n<td>കേശവന്റെ വിലാപം</td>\r\n</tr>\r\n<tr>\r\n<td>2004</td>\r\n<td>സാറാ ജോസഫ്</td>\r\n<td>ആലാഹയുടെ പെൺ‌മക്കൾ</td>\r\n</tr>\r\n<tr>\r\n<td>2005</td>\r\n<td>കെ.സച്ചിദാനന്ദൻ</td>\r\n<td>സാക്ഷ്യങ്ങൾ</td>\r\n</tr>\r\n<tr>\r\n<td>2006</td>\r\n<td>സേതു</td>\r\n<td>അടയാളങ്ങൾ</td>\r\n</tr>\r\n<tr>\r\n<td>2007</td>\r\n<td>എം. ലീലാവതി</td>\r\n<td>അപ്പുവിന്റെ അന്വേഷണം</td>\r\n</tr>\r\n<tr>\r\n<td>2008</td>\r\n<td>എം.പി. വീരേന്ദ്രകുമാർ</td>\r\n<td>ഹൈമവതഭൂവിൽ</td>\r\n</tr>\r\n<tr>\r\n<td>2009</td>\r\n<td>എം. തോമസ് മാത്യു</td>\r\n<td>മാരാർ - ലാവണ്യാനുഭവത്തിന്റെ യുക്തി ശില്പം</td>\r\n</tr>\r\n<tr>\r\n<td>2010</td>\r\n<td>വിഷ്ണുനാരായണൻ നമ്പൂതിരി</td>\r\n<td>ചാരുലത(കവിതാ സമാഹാരം)</td>\r\n</tr>\r\n<tr>\r\n<td>2011</td>\r\n<td>കെ.പി. രാമനുണ്ണി</td>\r\n<td>ജീവിതത്തിന്റെ പുസ്തകം</td>\r\n</tr>\r\n<tr>\r\n<td>2012</td>\r\n<td>അക്കിത്തം</td>\r\n<td>അന്തിമഹാകാലം</td>\r\n</tr>\r\n<tr>\r\n<td>2013</td>\r\n<td>പ്രഭാവർമ്മ</td>\r\n<td>ശ്യാമമാധവം</td>\r\n</tr>\r\n<tr>\r\n<td>2014</td>\r\n<td>കെ.ആർ. മീര</td>\r\n<td>ആരാച്ചാർ</td>\r\n</tr>\r\n<tr>\r\n<td>2015</td>\r\n<td>സുഭാഷ് ചന്ദ്രൻ</td>\r\n<td>മനുഷ്യന് ഒരു ആമുഖം</td>\r\n</tr>\r\n<tr>\r\n<td>2016</td>\r\n<td>യു.കെ. കുമാരൻ</td>\r\n<td>തക്ഷൻകുന്ന് സ്വരൂപം</td>\r\n</tr>\r\n<tr>\r\n<td>2017</td>\r\n<td>ടി.ഡി. രാമകൃഷ്ണൻ</td>\r\n<td>സുഗന്ധി എന്ന ആണ്ടാൾ ദേവനായകി</td>\r\n</tr>\r\n</tbody>\r\n</table>', '⏩ VAYALAR AWARD - വയലാര്‍ അവാര്‍ഡ് ടി ഡി രാമകൃഷ്ണന്‍', '', 'publish', 'open', 'open', '', '%e2%8f%a9-vayalar-award-%e0%b4%b5%e0%b4%af%e0%b4%b2%e0%b4%be%e0%b4%b0%e0%b5%8d%e2%80%8d-%e0%b4%85%e0%b4%b5%e0%b4%be%e0%b4%b0%e0%b5%8d%e2%80%8d%e0%b4%a1%e0%b5%8d-%e0%b4%9f%e0%b4%bf-%e0%b4%a1%e0%b4%bf', '', '', '2017-10-18 09:24:48', '2017-10-18 09:24:48', '', 0, 'http://localhost/PRAVASABHUMI/?p=413', 0, 'post', '', 0),
(414, 1, '2017-10-18 09:24:42', '2017-10-18 09:24:42', '', 'vayalar', '', 'inherit', 'open', 'closed', '', 'vayalar', '', '', '2017-10-18 09:24:42', '2017-10-18 09:24:42', '', 413, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/vayalar.jpg', 0, 'attachment', 'image/jpeg', 0),
(415, 1, '2017-10-18 09:24:48', '2017-10-18 09:24:48', '2017 ലെ വയലാര്‍ അവാര്‍ഡ് ടി ഡി രാമകൃഷ്ണന്‍ അര്‍ഹനായി\r\n<ul>\r\n 	<li>മലയാളത്തിലെ ഒരു കവിയായിരുന്ന വയലാർ രാമവർമ്മയുടെഓർമ്മയ്ക്കായിട്ടാണ് ഈ പുരസ്കാരം രൂപവത്കരിച്ചത്.</li>\r\n</ul>\r\n<ul>\r\n 	<li>സർഗസാഹിത്യത്തിനുള്ള<span style="font-size: 12.16px;"> ഈ അവാർഡ് 1977ലാണ് ആരംഭിച്ചത്</span><span style="font-size: 12.16px;">.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style="font-size: 12.16px;">വയലാർ അവാർഡിൻറെ സമ്മാനതുക ഒരു ലക്ഷം രുപയാണ്.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style="font-size: 12.16px;">കാനായി കുഞ്ഞിരാമൻവെങ്കലത്തിൽ തീർത്ത ശില്പവുമാണ് പുരസ്‌കാരം.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style="font-size: 12.16px;">2014 വരെ 25000രുപയായിരുന്നു.</span></li>\r\n</ul>\r\nവയലാർ അവാർഡ് ലഭിച്ച കൃതികളും അവയുടെ കർത്താക്കളും\r\n<table style="border-color: #05c1ff; margin-left: auto; margin-right: auto;" border="2" cellspacing="5" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<th>വർഷം</th>\r\n<th>വ്യക്തി</th>\r\n<th>ഗ്രന്ഥം</th>\r\n</tr>\r\n<tr>\r\n<td>1977</td>\r\n<td>ലളിതാംബിക അന്തർജ്ജനം</td>\r\n<td>അഗ്നിസാക്ഷി</td>\r\n</tr>\r\n<tr>\r\n<td>1978</td>\r\n<td>പി.കെ. ബാലകൃഷ്ണൻ</td>\r\n<td>ഇനി ഞാൻ ഉറങ്ങട്ടെ</td>\r\n</tr>\r\n<tr>\r\n<td>1979</td>\r\n<td>മലയാറ്റൂർ രാമകൃഷ്ണൻ</td>\r\n<td>യന്ത്രം</td>\r\n</tr>\r\n<tr>\r\n<td>1980</td>\r\n<td>തകഴി ശിവശങ്കരപ്പിള്ള</td>\r\n<td>കയർ</td>\r\n</tr>\r\n<tr>\r\n<td>1981</td>\r\n<td>വൈലോപ്പിള്ളി ശ്രീധരമേനോൻ</td>\r\n<td>മകരക്കൊയ്ത്ത്</td>\r\n</tr>\r\n<tr>\r\n<td>1982</td>\r\n<td>ഒ.എൻ.വി. കുറുപ്പ്</td>\r\n<td>ഉപ്പ്</td>\r\n</tr>\r\n<tr>\r\n<td>1983</td>\r\n<td>വിലാസിനി</td>\r\n<td>അവകാശികൾ</td>\r\n</tr>\r\n<tr>\r\n<td>1984</td>\r\n<td>സുഗതകുമാരി</td>\r\n<td>അമ്പലമണി</td>\r\n</tr>\r\n<tr>\r\n<td>1985</td>\r\n<td>എം.ടി. വാസുദേവൻ നായർ</td>\r\n<td>രണ്ടാമൂഴം</td>\r\n</tr>\r\n<tr>\r\n<td>1986</td>\r\n<td>എൻ.എൻ. കക്കാട്</td>\r\n<td>സഫലമീയാത്ര</td>\r\n</tr>\r\n<tr>\r\n<td>1987</td>\r\n<td>എൻ. കൃഷ്ണപിള്ള</td>\r\n<td>പ്രതിപാത്രം ഭാഷണഭേദം</td>\r\n</tr>\r\n<tr>\r\n<td>1988</td>\r\n<td>തിരുനല്ലൂർ കരുണാകരൻ</td>\r\n<td>തിരുനെല്ലൂർ കരുണാകരന്റെ കവിതകൾ</td>\r\n</tr>\r\n<tr>\r\n<td>1989</td>\r\n<td>സുകുമാർ അഴീക്കോട്</td>\r\n<td>തത്ത്വമസി</td>\r\n</tr>\r\n<tr>\r\n<td>1990</td>\r\n<td>സി. രാധാകൃഷ്ണൻ</td>\r\n<td>മുൻപേ പറക്കുന്ന പക്ഷികൾ</td>\r\n</tr>\r\n<tr>\r\n<td>1991</td>\r\n<td>ഒ. വി. വിജയൻ</td>\r\n<td>ഗുരുസാഗരം</td>\r\n</tr>\r\n<tr>\r\n<td>1992</td>\r\n<td>എം.കെ. സാനു</td>\r\n<td>ചങ്ങമ്പുഴ - നക്ഷത്രങ്ങളുടെ സ്നേഹഭാജനം</td>\r\n</tr>\r\n<tr>\r\n<td>1993</td>\r\n<td>ആനന്ദ് (പി. സച്ചിദാനന്ദൻ)</td>\r\n<td>മരുഭൂമികൾ ഉണ്ടാകുന്നത്</td>\r\n</tr>\r\n<tr>\r\n<td>1994</td>\r\n<td>കെ. സുരേന്ദ്രൻ</td>\r\n<td>ഗുരു (നോവൽ)</td>\r\n</tr>\r\n<tr>\r\n<td>1995</td>\r\n<td>തിക്കോടിയൻ</td>\r\n<td>അരങ്ങു കാണാത്ത നടൻ</td>\r\n</tr>\r\n<tr>\r\n<td>1996</td>\r\n<td>പെരുമ്പടവം ശ്രീധരൻ</td>\r\n<td>ഒരു സങ്കീർത്തനം പോലെ</td>\r\n</tr>\r\n<tr>\r\n<td>1997</td>\r\n<td>മാധവിക്കുട്ടി</td>\r\n<td>നീർമാതളം പൂത്ത കാലം</td>\r\n</tr>\r\n<tr>\r\n<td>1998</td>\r\n<td>എസ്. ഗുപ്തൻ നായർ</td>\r\n<td>സൃഷ്ടിയും സ്രഷ്ടാവും</td>\r\n</tr>\r\n<tr>\r\n<td>1999</td>\r\n<td>കോവിലൻ</td>\r\n<td>തട്ടകം (നോവൽ)</td>\r\n</tr>\r\n<tr>\r\n<td>2000</td>\r\n<td>എം.വി. ദേവൻ</td>\r\n<td>ദേവസ്പന്ദനം</td>\r\n</tr>\r\n<tr>\r\n<td>2001</td>\r\n<td>ടി. പദ്മനാഭൻ</td>\r\n<td>പുഴ കടന്നു മരങ്ങളുടെ ഇടയിലേക്ക്</td>\r\n</tr>\r\n<tr>\r\n<td>2002</td>\r\n<td>കെ. അയ്യപ്പപ്പണിക്കർ</td>\r\n<td>അയ്യപ്പപ്പണിക്കരുടെ കവിതകൾ</td>\r\n</tr>\r\n<tr>\r\n<td>2003</td>\r\n<td>എം. മുകുന്ദൻ</td>\r\n<td>കേശവന്റെ വിലാപം</td>\r\n</tr>\r\n<tr>\r\n<td>2004</td>\r\n<td>സാറാ ജോസഫ്</td>\r\n<td>ആലാഹയുടെ പെൺ‌മക്കൾ</td>\r\n</tr>\r\n<tr>\r\n<td>2005</td>\r\n<td>കെ.സച്ചിദാനന്ദൻ</td>\r\n<td>സാക്ഷ്യങ്ങൾ</td>\r\n</tr>\r\n<tr>\r\n<td>2006</td>\r\n<td>സേതു</td>\r\n<td>അടയാളങ്ങൾ</td>\r\n</tr>\r\n<tr>\r\n<td>2007</td>\r\n<td>എം. ലീലാവതി</td>\r\n<td>അപ്പുവിന്റെ അന്വേഷണം</td>\r\n</tr>\r\n<tr>\r\n<td>2008</td>\r\n<td>എം.പി. വീരേന്ദ്രകുമാർ</td>\r\n<td>ഹൈമവതഭൂവിൽ</td>\r\n</tr>\r\n<tr>\r\n<td>2009</td>\r\n<td>എം. തോമസ് മാത്യു</td>\r\n<td>മാരാർ - ലാവണ്യാനുഭവത്തിന്റെ യുക്തി ശില്പം</td>\r\n</tr>\r\n<tr>\r\n<td>2010</td>\r\n<td>വിഷ്ണുനാരായണൻ നമ്പൂതിരി</td>\r\n<td>ചാരുലത(കവിതാ സമാഹാരം)</td>\r\n</tr>\r\n<tr>\r\n<td>2011</td>\r\n<td>കെ.പി. രാമനുണ്ണി</td>\r\n<td>ജീവിതത്തിന്റെ പുസ്തകം</td>\r\n</tr>\r\n<tr>\r\n<td>2012</td>\r\n<td>അക്കിത്തം</td>\r\n<td>അന്തിമഹാകാലം</td>\r\n</tr>\r\n<tr>\r\n<td>2013</td>\r\n<td>പ്രഭാവർമ്മ</td>\r\n<td>ശ്യാമമാധവം</td>\r\n</tr>\r\n<tr>\r\n<td>2014</td>\r\n<td>കെ.ആർ. മീര</td>\r\n<td>ആരാച്ചാർ</td>\r\n</tr>\r\n<tr>\r\n<td>2015</td>\r\n<td>സുഭാഷ് ചന്ദ്രൻ</td>\r\n<td>മനുഷ്യന് ഒരു ആമുഖം</td>\r\n</tr>\r\n<tr>\r\n<td>2016</td>\r\n<td>യു.കെ. കുമാരൻ</td>\r\n<td>തക്ഷൻകുന്ന് സ്വരൂപം</td>\r\n</tr>\r\n<tr>\r\n<td>2017</td>\r\n<td>ടി.ഡി. രാമകൃഷ്ണൻ</td>\r\n<td>സുഗന്ധി എന്ന ആണ്ടാൾ ദേവനായകി</td>\r\n</tr>\r\n</tbody>\r\n</table>', '⏩ VAYALAR AWARD - വയലാര്‍ അവാര്‍ഡ് ടി ഡി രാമകൃഷ്ണന്‍', '', 'inherit', 'closed', 'closed', '', '413-revision-v1', '', '', '2017-10-18 09:24:48', '2017-10-18 09:24:48', '', 413, 'http://localhost/PRAVASABHUMI/?p=415', 0, 'revision', '', 0),
(416, 1, '2017-10-18 09:33:31', '2017-10-18 09:33:31', ' ', '', '', 'publish', 'closed', 'closed', '', '416', '', '', '2017-10-18 09:48:03', '2017-10-18 09:48:03', '', 0, 'http://localhost/PRAVASABHUMI/?p=416', 12, 'nav_menu_item', '', 0),
(417, 1, '2017-10-18 09:33:31', '2017-10-18 09:33:31', ' ', '', '', 'publish', 'closed', 'closed', '', '417', '', '', '2017-10-18 09:48:03', '2017-10-18 09:48:03', '', 0, 'http://localhost/PRAVASABHUMI/?p=417', 13, 'nav_menu_item', '', 0),
(418, 1, '2017-10-18 09:39:25', '2017-10-18 09:39:25', '<img class="size-medium wp-image-385 aligncenter" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/logo-300x69.jpg" alt="" width="300" height="69" />\r\n\r\n&nbsp;\r\n<blockquote><strong><span style="color: #800000;">Photo Gallery </span></strong></blockquote>\r\n\r\n<hr />\r\n\r\n<a href="http://localhost/PRAVASABHUMI/?page_id=339">Click Here</a>\r\n\r\n&nbsp;\r\n<blockquote><span style="color: #800000;"><strong>Video Gallery </strong></span></blockquote>\r\n\r\n<hr />\r\n\r\n<a href="http://localhost/PRAVASABHUMI/?page_id=341">Click Here</a>', 'Gallery', '', 'publish', 'closed', 'closed', '', 'gallery', '', '', '2017-10-18 09:41:37', '2017-10-18 09:41:37', '', 0, 'http://localhost/PRAVASABHUMI/?page_id=418', 0, 'page', '', 0),
(419, 1, '2017-10-18 09:39:25', '2017-10-18 09:39:25', '<img class="size-medium wp-image-385 aligncenter" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/logo-300x69.jpg" alt="" width="300" height="69" />\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #800000;">Photo Gallery </span></strong>\r\n\r\n<hr />\r\n\r\n<a href="http://localhost/PRAVASABHUMI/?page_id=339">Click Here</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #800000;"><strong>Video Gallery </strong></span>\r\n\r\n<hr />\r\n\r\n<a href="http://localhost/PRAVASABHUMI/?page_id=341">Click Here</a>', 'Gallery', '', 'inherit', 'closed', 'closed', '', '418-revision-v1', '', '', '2017-10-18 09:39:25', '2017-10-18 09:39:25', '', 418, 'http://localhost/PRAVASABHUMI/?p=419', 0, 'revision', '', 0),
(420, 1, '2017-10-18 09:39:31', '2017-10-18 09:39:31', '<img class="size-medium wp-image-385 aligncenter" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/logo-300x69.jpg" alt="" width="300" height="69" />\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #800000;">Photo Gallery </span></strong>\r\n\r\n<hr />\r\n\r\n<a href="http://localhost/PRAVASABHUMI/?page_id=339">Click Here</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #800000;"><strong>Video Gallery </strong></span>\r\n\r\n<hr />\r\n\r\n<a href="http://localhost/PRAVASABHUMI/?page_id=341">Click Here</a>', 'Gallery', '', 'inherit', 'closed', 'closed', '', '418-autosave-v1', '', '', '2017-10-18 09:39:31', '2017-10-18 09:39:31', '', 418, 'http://localhost/PRAVASABHUMI/?p=420', 0, 'revision', '', 0),
(421, 1, '2017-10-18 09:40:58', '2017-10-18 09:40:58', ' ', '', '', 'publish', 'closed', 'closed', '', '421', '', '', '2017-10-18 09:48:02', '2017-10-18 09:48:02', '', 0, 'http://localhost/PRAVASABHUMI/?p=421', 11, 'nav_menu_item', '', 0),
(422, 1, '2017-10-18 09:41:37', '2017-10-18 09:41:37', '<img class="size-medium wp-image-385 aligncenter" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/logo-300x69.jpg" alt="" width="300" height="69" />\r\n\r\n&nbsp;\r\n<blockquote><strong><span style="color: #800000;">Photo Gallery </span></strong></blockquote>\r\n\r\n<hr />\r\n\r\n<a href="http://localhost/PRAVASABHUMI/?page_id=339">Click Here</a>\r\n\r\n&nbsp;\r\n<blockquote><span style="color: #800000;"><strong>Video Gallery </strong></span></blockquote>\r\n\r\n<hr />\r\n\r\n<a href="http://localhost/PRAVASABHUMI/?page_id=341">Click Here</a>', 'Gallery', '', 'inherit', 'closed', 'closed', '', '418-revision-v1', '', '', '2017-10-18 09:41:37', '2017-10-18 09:41:37', '', 418, 'http://localhost/PRAVASABHUMI/?p=422', 0, 'revision', '', 0),
(423, 1, '2017-10-18 09:44:37', '2017-10-18 09:44:37', ' ', '', '', 'publish', 'closed', 'closed', '', '423', '', '', '2017-10-18 09:48:02', '2017-10-18 09:48:02', '', 0, 'http://localhost/PRAVASABHUMI/?p=423', 3, 'nav_menu_item', '', 0),
(424, 1, '2017-10-18 09:44:07', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2017-10-18 09:44:07', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=424', 1, 'nav_menu_item', '', 0),
(425, 1, '2017-10-18 09:46:07', '2017-10-18 09:46:07', ' ', '', '', 'publish', 'closed', 'closed', '', '425', '', '', '2017-10-18 09:48:02', '2017-10-18 09:48:02', '', 0, 'http://localhost/PRAVASABHUMI/?p=425', 4, 'nav_menu_item', '', 0),
(426, 1, '2017-10-18 09:59:03', '2017-10-18 09:59:03', 'ലോക റെസ്‌ലിംഗിൽ ചരിത്രം കുറിക്കാനൊരുങ്ങി ഇന്ത്യക്കാരിയും . WWEയിൽ പങ്കെടുക്കുന്ന ആദ്യ ഇന്ത്യൻ വനിതയെന്ന നേട്ടം സ്വന്തമാക്കാൻ ഒരുങ്ങുകയാണ് ഹരിയാനക്കാരിയായ കവിതാ ദേവി . കവിത ഉൾപ്പടെ ലോകത്തിന്‍റെ വിവിധ ഭാഗങ്ങളിൽ നിന്ന് തെരഞ്ഞെടുത്ത 32 ഓളം വനിതകളാണ് അടുത്ത മാസം നടക്കുന്ന മത്സരത്തിൽ പങ്കെടുക്കുന്നത് .\r\n\r\n<img class="size-medium wp-image-427 alignright" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/kavitha-300x277.jpg" alt="" width="300" height="277" />WWE യുടെ യംഗ് ക്ലാസിക്കിലാണ് കവിതാ ദേവി പങ്കെടുക്കുക. ജൂലൈ 13.14 തീയതികളിലായി ഫ്ലോറിഡയിലെ ഓർലാൻഡോയിലാണ് മത്സരം. ദുബായിൽ നടന്ന ട്രൈ ഔട്ടിൽ മികച്ച പ്രകടനം കാഴ്‍ചവെച്ചതോടെ കവിതയ്ക്ക് ടൂർണമെന്‍റിലേക്കുള്ള വഴി തുറക്കുകയായിരുന്നു.\r\n\r\nWWE യുടെ ആദ്യ വനിതാ ടൂർണമെന്‍റിൽ പങ്കെടുക്കുന്ന ഇന്ത്യൻ വനിതയെന്ന ബഹുമതിയിൽ അഭിമാനിക്കുന്നതായി കവിത പറഞ്ഞു . മികച്ച പ്രകടനം കാഴ്‍ചവെച്ച് ഭാരതത്തിന്‍റെ യശസ് ഉയർത്തുമെന്നും , ഭാരതത്തിലെ മറ്‍റ് സ്‍ത്രീകൾക്ക് പ്രചോദനമാകാൻ തനിക്ക് ലഭിച്ച അവസരം ഉപയോഗപ്പെടുത്തുമെന്നും കവിത വ്യക്തമാക്കി.\r\n\r\n&nbsp;\r\n\r\n<strong>വീഡിയോ കാണാം </strong>\r\n\r\n[embed]https://www.youtube.com/watch?v=S9TZNPmEBnk[/embed]\r\n\r\n&nbsp;', 'WWE വേദിയിലെ ഇന്ത്യന്‍ സാന്നിധ്യം - കവിത', '', 'publish', 'open', 'open', '', '426', '', '', '2017-10-18 10:01:23', '2017-10-18 10:01:23', '', 0, 'http://localhost/PRAVASABHUMI/?p=426', 0, 'post', '', 0),
(427, 1, '2017-10-18 09:57:26', '2017-10-18 09:57:26', '', 'kavitha', '', 'inherit', 'open', 'closed', '', 'kavitha', '', '', '2017-10-18 09:57:26', '2017-10-18 09:57:26', '', 426, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/kavitha.jpg', 0, 'attachment', 'image/jpeg', 0),
(428, 1, '2017-10-18 09:58:56', '2017-10-18 09:58:56', '', 'kavitha', '', 'inherit', 'open', 'closed', '', 'kavitha-2', '', '', '2017-10-18 09:58:56', '2017-10-18 09:58:56', '', 426, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/kavitha-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(429, 1, '2017-10-18 09:59:03', '2017-10-18 09:59:03', 'ലോക റെസ്‌ലിംഗിൽ ചരിത്രം കുറിക്കാനൊരുങ്ങി ഇന്ത്യക്കാരിയും . WWEയിൽ പങ്കെടുക്കുന്ന ആദ്യ ഇന്ത്യൻ വനിതയെന്ന നേട്ടം സ്വന്തമാക്കാൻ ഒരുങ്ങുകയാണ് ഹരിയാനക്കാരിയായ കവിതാ ദേവി . കവിത ഉൾപ്പടെ ലോകത്തിന്‍റെ വിവിധ ഭാഗങ്ങളിൽ നിന്ന് തെരഞ്ഞെടുത്ത 32 ഓളം വനിതകളാണ് അടുത്ത മാസം നടക്കുന്ന മത്സരത്തിൽ പങ്കെടുക്കുന്നത് .\r\n\r\n<img class="size-medium wp-image-427 alignright" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/kavitha-300x277.jpg" alt="" width="300" height="277" />WWE യുടെ യംഗ് ക്ലാസിക്കിലാണ് കവിതാ ദേവി പങ്കെടുക്കുക. ജൂലൈ 13.14 തീയതികളിലായി ഫ്ലോറിഡയിലെ ഓർലാൻഡോയിലാണ് മത്സരം. ദുബായിൽ നടന്ന ട്രൈ ഔട്ടിൽ മികച്ച പ്രകടനം കാഴ്‍ചവെച്ചതോടെ കവിതയ്ക്ക് ടൂർണമെന്‍റിലേക്കുള്ള വഴി തുറക്കുകയായിരുന്നു.\r\n\r\nWWE യുടെ ആദ്യ വനിതാ ടൂർണമെന്‍റിൽ പങ്കെടുക്കുന്ന ഇന്ത്യൻ വനിതയെന്ന ബഹുമതിയിൽ അഭിമാനിക്കുന്നതായി കവിത പറഞ്ഞു . മികച്ച പ്രകടനം കാഴ്‍ചവെച്ച് ഭാരതത്തിന്‍റെ യശസ് ഉയർത്തുമെന്നും , ഭാരതത്തിലെ മറ്‍റ് സ്‍ത്രീകൾക്ക് പ്രചോദനമാകാൻ തനിക്ക് ലഭിച്ച അവസരം ഉപയോഗപ്പെടുത്തുമെന്നും കവിത വ്യക്തമാക്കി.', '', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2017-10-18 09:59:03', '2017-10-18 09:59:03', '', 426, 'http://localhost/PRAVASABHUMI/?p=429', 0, 'revision', '', 0),
(430, 1, '2017-10-18 09:59:59', '2017-10-18 09:59:59', 'ലോക റെസ്‌ലിംഗിൽ ചരിത്രം കുറിക്കാനൊരുങ്ങി ഇന്ത്യക്കാരിയും . WWEയിൽ പങ്കെടുക്കുന്ന ആദ്യ ഇന്ത്യൻ വനിതയെന്ന നേട്ടം സ്വന്തമാക്കാൻ ഒരുങ്ങുകയാണ് ഹരിയാനക്കാരിയായ കവിതാ ദേവി . കവിത ഉൾപ്പടെ ലോകത്തിന്‍റെ വിവിധ ഭാഗങ്ങളിൽ നിന്ന് തെരഞ്ഞെടുത്ത 32 ഓളം വനിതകളാണ് അടുത്ത മാസം നടക്കുന്ന മത്സരത്തിൽ പങ്കെടുക്കുന്നത് .\r\n\r\n<img class="size-medium wp-image-427 alignright" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/kavitha-300x277.jpg" alt="" width="300" height="277" />WWE യുടെ യംഗ് ക്ലാസിക്കിലാണ് കവിതാ ദേവി പങ്കെടുക്കുക. ജൂലൈ 13.14 തീയതികളിലായി ഫ്ലോറിഡയിലെ ഓർലാൻഡോയിലാണ് മത്സരം. ദുബായിൽ നടന്ന ട്രൈ ഔട്ടിൽ മികച്ച പ്രകടനം കാഴ്‍ചവെച്ചതോടെ കവിതയ്ക്ക് ടൂർണമെന്‍റിലേക്കുള്ള വഴി തുറക്കുകയായിരുന്നു.\r\n\r\nWWE യുടെ ആദ്യ വനിതാ ടൂർണമെന്‍റിൽ പങ്കെടുക്കുന്ന ഇന്ത്യൻ വനിതയെന്ന ബഹുമതിയിൽ അഭിമാനിക്കുന്നതായി കവിത പറഞ്ഞു . മികച്ച പ്രകടനം കാഴ്‍ചവെച്ച് ഭാരതത്തിന്‍റെ യശസ് ഉയർത്തുമെന്നും , ഭാരതത്തിലെ മറ്‍റ് സ്‍ത്രീകൾക്ക് പ്രചോദനമാകാൻ തനിക്ക് ലഭിച്ച അവസരം ഉപയോഗപ്പെടുത്തുമെന്നും കവിത വ്യക്തമാക്കി.', 'WWE വേദിയിലെ ഇന്ത്യന്‍ സാന്നിധ്യം - കവിത', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2017-10-18 09:59:59', '2017-10-18 09:59:59', '', 426, 'http://localhost/PRAVASABHUMI/?p=430', 0, 'revision', '', 0),
(431, 1, '2017-10-18 10:01:13', '2017-10-18 10:01:13', 'ലോക റെസ്‌ലിംഗിൽ ചരിത്രം കുറിക്കാനൊരുങ്ങി ഇന്ത്യക്കാരിയും . WWEയിൽ പങ്കെടുക്കുന്ന ആദ്യ ഇന്ത്യൻ വനിതയെന്ന നേട്ടം സ്വന്തമാക്കാൻ ഒരുങ്ങുകയാണ് ഹരിയാനക്കാരിയായ കവിതാ ദേവി . കവിത ഉൾപ്പടെ ലോകത്തിന്‍റെ വിവിധ ഭാഗങ്ങളിൽ നിന്ന് തെരഞ്ഞെടുത്ത 32 ഓളം വനിതകളാണ് അടുത്ത മാസം നടക്കുന്ന മത്സരത്തിൽ പങ്കെടുക്കുന്നത് .\n\n<img class="size-medium wp-image-427 alignright" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/kavitha-300x277.jpg" alt="" width="300" height="277" />WWE യുടെ യംഗ് ക്ലാസിക്കിലാണ് കവിതാ ദേവി പങ്കെടുക്കുക. ജൂലൈ 13.14 തീയതികളിലായി ഫ്ലോറിഡയിലെ ഓർലാൻഡോയിലാണ് മത്സരം. ദുബായിൽ നടന്ന ട്രൈ ഔട്ടിൽ മികച്ച പ്രകടനം കാഴ്‍ചവെച്ചതോടെ കവിതയ്ക്ക് ടൂർണമെന്‍റിലേക്കുള്ള വഴി തുറക്കുകയായിരുന്നു.\n\nWWE യുടെ ആദ്യ വനിതാ ടൂർണമെന്‍റിൽ പങ്കെടുക്കുന്ന ഇന്ത്യൻ വനിതയെന്ന ബഹുമതിയിൽ അഭിമാനിക്കുന്നതായി കവിത പറഞ്ഞു . മികച്ച പ്രകടനം കാഴ്‍ചവെച്ച് ഭാരതത്തിന്‍റെ യശസ് ഉയർത്തുമെന്നും , ഭാരതത്തിലെ മറ്‍റ് സ്‍ത്രീകൾക്ക് പ്രചോദനമാകാൻ തനിക്ക് ലഭിച്ച അവസരം ഉപയോഗപ്പെടുത്തുമെന്നും കവിത വ്യക്തമാക്കി.\n\n&nbsp;\n\n<strong>വീഡിയോ കാണാം </strong>\n\n&nbsp;\n\n&nbsp;', 'WWE വേദിയിലെ ഇന്ത്യന്‍ സാന്നിധ്യം - കവിത', '', 'inherit', 'closed', 'closed', '', '426-autosave-v1', '', '', '2017-10-18 10:01:13', '2017-10-18 10:01:13', '', 426, 'http://localhost/PRAVASABHUMI/?p=431', 0, 'revision', '', 0),
(432, 1, '2017-10-18 10:01:23', '2017-10-18 10:01:23', 'ലോക റെസ്‌ലിംഗിൽ ചരിത്രം കുറിക്കാനൊരുങ്ങി ഇന്ത്യക്കാരിയും . WWEയിൽ പങ്കെടുക്കുന്ന ആദ്യ ഇന്ത്യൻ വനിതയെന്ന നേട്ടം സ്വന്തമാക്കാൻ ഒരുങ്ങുകയാണ് ഹരിയാനക്കാരിയായ കവിതാ ദേവി . കവിത ഉൾപ്പടെ ലോകത്തിന്‍റെ വിവിധ ഭാഗങ്ങളിൽ നിന്ന് തെരഞ്ഞെടുത്ത 32 ഓളം വനിതകളാണ് അടുത്ത മാസം നടക്കുന്ന മത്സരത്തിൽ പങ്കെടുക്കുന്നത് .\r\n\r\n<img class="size-medium wp-image-427 alignright" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/kavitha-300x277.jpg" alt="" width="300" height="277" />WWE യുടെ യംഗ് ക്ലാസിക്കിലാണ് കവിതാ ദേവി പങ്കെടുക്കുക. ജൂലൈ 13.14 തീയതികളിലായി ഫ്ലോറിഡയിലെ ഓർലാൻഡോയിലാണ് മത്സരം. ദുബായിൽ നടന്ന ട്രൈ ഔട്ടിൽ മികച്ച പ്രകടനം കാഴ്‍ചവെച്ചതോടെ കവിതയ്ക്ക് ടൂർണമെന്‍റിലേക്കുള്ള വഴി തുറക്കുകയായിരുന്നു.\r\n\r\nWWE യുടെ ആദ്യ വനിതാ ടൂർണമെന്‍റിൽ പങ്കെടുക്കുന്ന ഇന്ത്യൻ വനിതയെന്ന ബഹുമതിയിൽ അഭിമാനിക്കുന്നതായി കവിത പറഞ്ഞു . മികച്ച പ്രകടനം കാഴ്‍ചവെച്ച് ഭാരതത്തിന്‍റെ യശസ് ഉയർത്തുമെന്നും , ഭാരതത്തിലെ മറ്‍റ് സ്‍ത്രീകൾക്ക് പ്രചോദനമാകാൻ തനിക്ക് ലഭിച്ച അവസരം ഉപയോഗപ്പെടുത്തുമെന്നും കവിത വ്യക്തമാക്കി.\r\n\r\n&nbsp;\r\n\r\n<strong>വീഡിയോ കാണാം </strong>\r\n\r\n[embed]https://www.youtube.com/watch?v=S9TZNPmEBnk[/embed]\r\n\r\n&nbsp;', 'WWE വേദിയിലെ ഇന്ത്യന്‍ സാന്നിധ്യം - കവിത', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2017-10-18 10:01:23', '2017-10-18 10:01:23', '', 426, 'http://localhost/PRAVASABHUMI/?p=432', 0, 'revision', '', 0),
(433, 1, '2017-10-18 10:03:25', '2017-10-18 10:03:25', '{\n    "widget_colormag_featured_posts_widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjE0OiLimr1TUE9SVFMgTkVXUyI7czo2OiJudW1iZXIiO2k6NTtzOjQ6InRleHQiO3M6MDoiIjtzOjQ6InR5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6ODoiY2F0ZWdvcnkiO3M6MjoiMTAiO3M6MTc6InEydzNfZml4ZWRfd2lkZ2V0IjtiOjA7fQ==",\n            "title": "\\u26bdSPORTS NEWS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "543a55f84e0c403bfdcd11b792b3d01c"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '127554e9-5561-4f26-ae2c-499cb2d54868', '', '', '2017-10-18 10:03:25', '2017-10-18 10:03:25', '', 0, 'http://localhost/PRAVASABHUMI/?p=433', 0, 'customize_changeset', '', 0),
(434, 1, '2017-10-18 10:03:40', '2017-10-18 10:03:40', '{\n    "widget_colormag_featured_posts_vertical_widget[6]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjExOiLwn4+GIEFXQVJEUyI7czo2OiJudW1iZXIiO2k6NDtzOjQ6InRleHQiO3M6MDoiIjtzOjQ6InR5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6ODoiY2F0ZWdvcnkiO3M6MToiMyI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "\\ud83c\\udfc6 AWARDS",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "0faaabd42a2a14d925dc25187f9a1bce"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '5d78141d-8d23-4b28-a558-6cc0858821a4', '', '', '2017-10-18 10:03:40', '2017-10-18 10:03:40', '', 0, 'http://localhost/PRAVASABHUMI/?p=434', 0, 'customize_changeset', '', 0),
(435, 1, '2017-10-18 10:03:56', '2017-10-18 10:03:56', '{\n    "widget_colormag_featured_posts_vertical_widget[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjExOiLwn428IEhFQUxUSCI7czo2OiJudW1iZXIiO2k6NDtzOjQ6InRleHQiO3M6MDoiIjtzOjQ6InR5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6ODoiY2F0ZWdvcnkiO3M6MToiNCI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "\\ud83c\\udf7c HEALTH",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "38a03507401f4d050da5a86b250cc336"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '44d28b8a-e0ee-4b8c-a8de-b14bdcdc2770', '', '', '2017-10-18 10:03:56', '2017-10-18 10:03:56', '', 0, 'http://localhost/PRAVASABHUMI/?p=435', 0, 'customize_changeset', '', 0),
(436, 1, '2017-10-18 10:04:15', '2017-10-18 10:04:15', '{\n    "widget_colormag_featured_posts_widget[10]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjQ0OiLgtJfgtYvgtLjgtY3gtLjgtL/gtKrgtY3gtKrgtY0g4LSV4LWL4LSz4LSCICI7czo0OiJ0ZXh0IjtzOjQ3OiLgtKvgtYHgtLPgtY3igI0g4LSX4LWL4LS44LWN4LS44LS/4LSq4LWN4LS44LWNICI7czo2OiJudW1iZXIiO2k6NDtzOjQ6InR5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6ODoiY2F0ZWdvcnkiO3M6MToiNyI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "\\u0d17\\u0d4b\\u0d38\\u0d4d\\u0d38\\u0d3f\\u0d2a\\u0d4d\\u0d2a\\u0d4d \\u0d15\\u0d4b\\u0d33\\u0d02 ",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "900ebbb6b67d7f2a9196557154b5361f"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'edc56e98-5edf-4cfe-b8dd-b2e8ea72b25a', '', '', '2017-10-18 10:04:15', '2017-10-18 10:04:15', '', 0, 'http://localhost/PRAVASABHUMI/?p=436', 0, 'customize_changeset', '', 0),
(437, 1, '2017-10-18 10:04:35', '2017-10-18 10:04:35', '{\n    "widget_colormag_featured_posts_vertical_widget[6]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjQ4OiLwn4+GIOC0quC1geC0sOC0uOC1jeC0leC0vuC0sOC0meC1jeC0meC0s+C1jeKAjSAiO3M6NjoibnVtYmVyIjtpOjQ7czo0OiJ0ZXh0IjtzOjA6IiI7czo0OiJ0eXBlIjtzOjg6ImNhdGVnb3J5IjtzOjg6ImNhdGVnb3J5IjtzOjE6IjMiO3M6MTc6InEydzNfZml4ZWRfd2lkZ2V0IjtiOjA7fQ==",\n            "title": "\\ud83c\\udfc6 \\u0d2a\\u0d41\\u0d30\\u0d38\\u0d4d\\u0d15\\u0d3e\\u0d30\\u0d19\\u0d4d\\u0d19\\u0d33\\u0d4d\\u200d ",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "94eedd0378eda766b138edfc3391b45a"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8677fbc7-b22a-4182-8a5e-2466bb1186da', '', '', '2017-10-18 10:04:35', '2017-10-18 10:04:35', '', 0, 'http://localhost/PRAVASABHUMI/?p=437', 0, 'customize_changeset', '', 0),
(438, 1, '2017-10-18 10:04:48', '2017-10-18 10:04:48', '{\n    "widget_colormag_featured_posts_vertical_widget[7]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjI3OiLwn428IOC0huC0sOC1i+C0l+C1jeC0r+C0giAiO3M6NjoibnVtYmVyIjtpOjQ7czo0OiJ0ZXh0IjtzOjA6IiI7czo0OiJ0eXBlIjtzOjg6ImNhdGVnb3J5IjtzOjg6ImNhdGVnb3J5IjtzOjE6IjQiO3M6MTc6InEydzNfZml4ZWRfd2lkZ2V0IjtiOjA7fQ==",\n            "title": "\\ud83c\\udf7c \\u0d06\\u0d30\\u0d4b\\u0d17\\u0d4d\\u0d2f\\u0d02 ",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "5f9c4e9ee723b95618081bf2d16dc4e5"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'ddb7532b-6d1d-4bc0-97db-740f1986590a', '', '', '2017-10-18 10:04:48', '2017-10-18 10:04:48', '', 0, 'http://localhost/PRAVASABHUMI/?p=438', 0, 'customize_changeset', '', 0);
INSERT INTO `pb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(439, 1, '2017-10-18 10:05:56', '2017-10-18 10:05:56', '{\n    "widget_colormag_featured_posts_widget[4]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjIzOiLimr0g4LSV4LS+4LSv4LS/4LSV4LSCICI7czo2OiJudW1iZXIiO2k6NTtzOjQ6InRleHQiO3M6MDoiIjtzOjQ6InR5cGUiO3M6ODoiY2F0ZWdvcnkiO3M6ODoiY2F0ZWdvcnkiO3M6MjoiMTAiO3M6MTc6InEydzNfZml4ZWRfd2lkZ2V0IjtiOjA7fQ==",\n            "title": "\\u26bd \\u0d15\\u0d3e\\u0d2f\\u0d3f\\u0d15\\u0d02 ",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "854d58cef990eb2b3d089673d1ce554f"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_vertical_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTo2OntzOjU6InRpdGxlIjtzOjExOiJMYXRlc3QgTmV3cyI7czo2OiJudW1iZXIiO2k6MjtzOjQ6InRleHQiO3M6MDoiIjtzOjQ6InR5cGUiO3M6NjoibGF0ZXN0IjtzOjg6ImNhdGVnb3J5IjtzOjI6Ii0xIjtzOjE3OiJxMnczX2ZpeGVkX3dpZGdldCI7YjowO30=",\n            "title": "Latest News",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "37f7831c5c35e8595bc14e8104f8cefe"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '7aef1af8-5b15-42c7-aa75-2021bc7bec1c', '', '', '2017-10-18 10:05:56', '2017-10-18 10:05:56', '', 0, 'http://localhost/PRAVASABHUMI/?p=439', 0, 'customize_changeset', '', 0),
(440, 1, '2017-10-18 10:07:33', '2017-10-18 10:07:33', '{\n    "sidebars_widgets[wp_inactive_widgets]": {\n        "value": [\n            "calendar-4",\n            "archives-5",\n            "media_audio-3",\n            "text-11",\n            "tag_cloud-3",\n            "custom_html-10",\n            "chpcs_widget-5",\n            "mtphr-dnt-widget-6",\n            "thechamplogin-3",\n            "thechampverticalsharing-3",\n            "rich_web_photo_slider-9"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "mtphr-dnt-widget-4",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_300x250_advertisement_widget-10",\n            "colormag_featured_posts_slider_widget-5"\n        ],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '6bb1ef68-b9ad-4787-a4ea-834e960799f0', '', '', '2017-10-18 10:07:33', '2017-10-18 10:07:33', '', 0, 'http://localhost/PRAVASABHUMI/?p=440', 0, 'customize_changeset', '', 0),
(441, 1, '2017-10-18 10:16:13', '2017-10-18 10:16:13', '{\n    "widget_colormag_featured_posts_slider_widget[3]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjY6Im51bWJlciI7aTo0O3M6NDoidHlwZSI7czo4OiJjYXRlZ29yeSI7czo4OiJjYXRlZ29yeSI7czoyOiIxMCI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "6f4ec4a29e8be8ea0915052142d9c2e3"\n        },\n        "type": "option",\n        "user_id": 1\n    },\n    "sidebars_widgets[colormag_right_sidebar]": {\n        "value": [\n            "colormag_featured_posts_slider_widget-5",\n            "mtphr-dnt-widget-4",\n            "media_video-3",\n            "colormag_featured_posts_vertical_widget-5",\n            "colormag_300x250_advertisement_widget-5",\n            "text-7",\n            "colormag_300x250_advertisement_widget-7",\n            "colormag_125x125_advertisement_widget-3",\n            "custom_html-3",\n            "text-13",\n            "colormag_300x250_advertisement_widget-10"\n        ],\n        "type": "option",\n        "user_id": 1\n    },\n    "widget_colormag_featured_posts_slider_widget[8]": {\n        "value": [],\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4d7db3b1-cfeb-4489-a9a5-7690d12c58e8', '', '', '2017-10-18 10:16:13', '2017-10-18 10:16:13', '', 0, 'http://localhost/PRAVASABHUMI/?p=441', 0, 'customize_changeset', '', 0),
(442, 1, '2017-10-18 10:14:06', '2017-10-18 10:14:06', 'ടെസ്റ്റിലും ഏകദിനത്തിലും മികച്ച റണ്‍‌വേട്ട നടത്തുന്ന സച്ചിന്‍റെ സ്ട്രോക്കുകള്‍ എത്ര കണ്ടാലും ഇന്ത്യന്‍ ആരാധകര്‍ക്ക് മടുക്കുകയില്ല. ഓരോ റണ്‍സിനുമൊപ്പം ഓരോ ആരാധകനെ കൂടി പുതിയതായി സമ്പാദിക്കുന്ന സച്ചിന്‍ കളി തുടങ്ങിയതു മുതലുള്ള താരാരാധനയില്‍ ഇന്ത്യന്‍ ക്രിക്കറ്റ് പ്രേമികള്‍ക്ക് ദൈവം തന്നെയാണ്.\r\n\r\nലോകകപ്പ് നേടിയ ട്വന്‍റി 20 ലോകകപ്പ് ടീമില്‍ അംഗമല്ലാതിരുന്നിട്ടു കൂടി സച്ചിന്‍റെ പേരിലുള്ള ആരാധന കുറയുന്നില്ലെന്ന് 2007 ലെ മികച്ച ക്രിക്കറ്റര്‍ക്കായി ബഹുഭാഷാ പൊര്‍ട്ടലായ വെബ്‌ദുനിയാ സംഘടിപ്പിച്ച സര്‍വേ തെളിയിക്കുന്നു. ഏറ്റവും പ്രശസ്തനായ ക്രിക്കറ്റ്താരം സച്ചിനാണ്. ഗാംഗുലിയേയും ദ്രാവിഡിനെയും ധോനിയേയും പിന്നിലാക്കിയാണ് സച്ചിന്‍ ഒന്നാം സ്ഥാനത്തേക്ക് ഉയര്‍ന്നത്.\r\n\r\nട്വന്‍റി 20 ലോക ചാമ്പ്യന്‍ഷിപ്പില്‍ ഇന്ത്യയെ കിരീടത്തിലേക്ക് നയിച്ച ധോനി രണ്ടാം സ്ഥാനത്ത് എത്തി. സച്ചിനു 45 ശതമാനവും ധോനിക്ക് 35 ശതമാനവും വോട്ട് ലഭിച്ചു. കൊല്‍ക്കത്തയുടെ രാജകുമാരന്‍ സൌരവ് ഗാംഗുലി 18 ശതമാനം വോട്ടുകളുമായി മൂന്നാം സ്ഥാനത്താണ്. കഴിഞ്ഞയാഴ്ച ഓസ്ട്രേലിയയില്‍ നടന്ന ടെസ്റ്റില്‍ ഏറെ കേട്ട പേരുകളില്‍ ഒന്നായ ഹര്‍ഭജന്‍ സിംഗ് 0.26 ശതമനം വോട്ട് നേടി. ഇന്ത്യയുടെ പ്രതിരോധമതില്‍ രാഹുല്‍ ദ്രാവിഡിനേക്കാള്‍ ഒമ്പതു മടങ്ങ് കൂടുതല്‍ വോട്ടാണ് യുവരാജ്സിംഗിനു ലഭിച്ചത്.\r\n\r\nഇ ന്ത്യയിലെ ഏറ്റവും ശ്രേഷ്ഠനായ ആളെ കണ്ടെത്താന്‍ രാഷ്ട്രീയം, ക്രിക്കറ്റ്, സ്പോര്‍ട്സ്, സിനിമ (നടി, ഏറ്റവും സെക്‍സിയായ താരം) എന്നീ വിവിധ മേഖലകളിലെ തെരഞ്ഞെടുപ്പുകളാണ് നടത്തിയത്. ഇതിനു പുറമേയായിരുന്നു ഏറ്റവും ജനപ്രിയ സിനിമയേയും തിരഞ്ഞെടുത്തത്. ഒരോ വിഭാഗത്തിലും വെബ്‌ദുനിയയുടെ 9 എഡിറ്റര്‍മാര്‍ അവതരിപ്പിച്ച 10 വ്യക്തിത്വങ്ങളില്‍ തേരച്ചിലിന്‍റെയും ന്യൂസിന്‍റെയും ഫീച്ചറുകളുടെയും അടിസ്ഥാനത്തിലാണ് പോളിംഗ് സംഘടിപ്പിച്ചത്.', 'സച്ചിന്‍ രമേശ്‌ ടെണ്ടുല്‍ക്കര്‍ - ഇന്ത്യന്‍ ക്രിക്കറ്റ്‌ ദൈവം', '', 'publish', 'open', 'open', '', '%e0%b4%b8%e0%b4%9a%e0%b5%8d%e0%b4%9a%e0%b4%bf%e0%b4%a8%e0%b5%8d%e2%80%8d-%e0%b4%b0%e0%b4%ae%e0%b5%87%e0%b4%b6%e0%b5%8d%e2%80%8c-%e0%b4%9f%e0%b5%86%e0%b4%a3%e0%b5%8d%e0%b4%9f%e0%b5%81%e0%b4%b2%e0%b5%8d', '', '', '2017-10-18 10:14:06', '2017-10-18 10:14:06', '', 0, 'http://localhost/PRAVASABHUMI/?p=442', 0, 'post', '', 0),
(443, 1, '2017-10-18 10:14:00', '2017-10-18 10:14:00', '', 'sachin-god', '', 'inherit', 'open', 'closed', '', 'sachin-god', '', '', '2017-10-18 10:14:00', '2017-10-18 10:14:00', '', 442, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/sachin-god.jpg', 0, 'attachment', 'image/jpeg', 0),
(444, 1, '2017-10-18 10:14:06', '2017-10-18 10:14:06', 'ടെസ്റ്റിലും ഏകദിനത്തിലും മികച്ച റണ്‍‌വേട്ട നടത്തുന്ന സച്ചിന്‍റെ സ്ട്രോക്കുകള്‍ എത്ര കണ്ടാലും ഇന്ത്യന്‍ ആരാധകര്‍ക്ക് മടുക്കുകയില്ല. ഓരോ റണ്‍സിനുമൊപ്പം ഓരോ ആരാധകനെ കൂടി പുതിയതായി സമ്പാദിക്കുന്ന സച്ചിന്‍ കളി തുടങ്ങിയതു മുതലുള്ള താരാരാധനയില്‍ ഇന്ത്യന്‍ ക്രിക്കറ്റ് പ്രേമികള്‍ക്ക് ദൈവം തന്നെയാണ്.\r\n\r\nലോകകപ്പ് നേടിയ ട്വന്‍റി 20 ലോകകപ്പ് ടീമില്‍ അംഗമല്ലാതിരുന്നിട്ടു കൂടി സച്ചിന്‍റെ പേരിലുള്ള ആരാധന കുറയുന്നില്ലെന്ന് 2007 ലെ മികച്ച ക്രിക്കറ്റര്‍ക്കായി ബഹുഭാഷാ പൊര്‍ട്ടലായ വെബ്‌ദുനിയാ സംഘടിപ്പിച്ച സര്‍വേ തെളിയിക്കുന്നു. ഏറ്റവും പ്രശസ്തനായ ക്രിക്കറ്റ്താരം സച്ചിനാണ്. ഗാംഗുലിയേയും ദ്രാവിഡിനെയും ധോനിയേയും പിന്നിലാക്കിയാണ് സച്ചിന്‍ ഒന്നാം സ്ഥാനത്തേക്ക് ഉയര്‍ന്നത്.\r\n\r\nട്വന്‍റി 20 ലോക ചാമ്പ്യന്‍ഷിപ്പില്‍ ഇന്ത്യയെ കിരീടത്തിലേക്ക് നയിച്ച ധോനി രണ്ടാം സ്ഥാനത്ത് എത്തി. സച്ചിനു 45 ശതമാനവും ധോനിക്ക് 35 ശതമാനവും വോട്ട് ലഭിച്ചു. കൊല്‍ക്കത്തയുടെ രാജകുമാരന്‍ സൌരവ് ഗാംഗുലി 18 ശതമാനം വോട്ടുകളുമായി മൂന്നാം സ്ഥാനത്താണ്. കഴിഞ്ഞയാഴ്ച ഓസ്ട്രേലിയയില്‍ നടന്ന ടെസ്റ്റില്‍ ഏറെ കേട്ട പേരുകളില്‍ ഒന്നായ ഹര്‍ഭജന്‍ സിംഗ് 0.26 ശതമനം വോട്ട് നേടി. ഇന്ത്യയുടെ പ്രതിരോധമതില്‍ രാഹുല്‍ ദ്രാവിഡിനേക്കാള്‍ ഒമ്പതു മടങ്ങ് കൂടുതല്‍ വോട്ടാണ് യുവരാജ്സിംഗിനു ലഭിച്ചത്.\r\n\r\nഇ ന്ത്യയിലെ ഏറ്റവും ശ്രേഷ്ഠനായ ആളെ കണ്ടെത്താന്‍ രാഷ്ട്രീയം, ക്രിക്കറ്റ്, സ്പോര്‍ട്സ്, സിനിമ (നടി, ഏറ്റവും സെക്‍സിയായ താരം) എന്നീ വിവിധ മേഖലകളിലെ തെരഞ്ഞെടുപ്പുകളാണ് നടത്തിയത്. ഇതിനു പുറമേയായിരുന്നു ഏറ്റവും ജനപ്രിയ സിനിമയേയും തിരഞ്ഞെടുത്തത്. ഒരോ വിഭാഗത്തിലും വെബ്‌ദുനിയയുടെ 9 എഡിറ്റര്‍മാര്‍ അവതരിപ്പിച്ച 10 വ്യക്തിത്വങ്ങളില്‍ തേരച്ചിലിന്‍റെയും ന്യൂസിന്‍റെയും ഫീച്ചറുകളുടെയും അടിസ്ഥാനത്തിലാണ് പോളിംഗ് സംഘടിപ്പിച്ചത്.', 'സച്ചിന്‍ രമേശ്‌ ടെണ്ടുല്‍ക്കര്‍ - ഇന്ത്യന്‍ ക്രിക്കറ്റ്‌ ദൈവം', '', 'inherit', 'closed', 'closed', '', '442-revision-v1', '', '', '2017-10-18 10:14:06', '2017-10-18 10:14:06', '', 442, 'http://localhost/PRAVASABHUMI/?p=444', 0, 'revision', '', 0),
(445, 1, '2017-10-18 10:16:46', '2017-10-18 10:16:46', '{\n    "widget_colormag_featured_posts_slider_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjY6Im51bWJlciI7aTo0O3M6NDoidHlwZSI7czo4OiJjYXRlZ29yeSI7czo4OiJjYXRlZ29yeSI7czoxOiI0IjtzOjE3OiJxMnczX2ZpeGVkX3dpZGdldCI7YjowO30=",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "a8834714b630bc3eea338a6ff2f3e898"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '93228239-539f-419d-a8f0-47a3421ac914', '', '', '2017-10-18 10:16:46', '2017-10-18 10:16:46', '', 0, 'http://localhost/PRAVASABHUMI/?p=445', 0, 'customize_changeset', '', 0),
(446, 1, '2017-10-18 10:21:32', '2017-10-18 10:21:32', '', 'Seemaati Silks', '', 'trash', 'open', 'open', '', 'seemaati-silks__trashed', '', '', '2017-10-18 10:24:54', '2017-10-18 10:24:54', '', 0, 'http://localhost/PRAVASABHUMI/?p=446', 0, 'post', '', 0),
(452, 1, '2017-10-18 10:21:32', '2017-10-18 10:21:32', '<img class="alignnone size-medium wp-image-447" src="http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/Radd-1-245x300.jpg" alt="" width="245" height="300" />', 'Seemaati Silks', '', 'inherit', 'closed', 'closed', '', '446-revision-v1', '', '', '2017-10-18 10:21:32', '2017-10-18 10:21:32', '', 446, 'http://localhost/PRAVASABHUMI/?p=452', 0, 'revision', '', 0),
(453, 1, '2017-10-18 10:22:23', '2017-10-18 10:22:23', '{\n    "widget_colormag_featured_posts_slider_widget[5]": {\n        "value": {\n            "encoded_serialized_instance": "YTo0OntzOjY6Im51bWJlciI7aTo0O3M6NDoidHlwZSI7czo4OiJjYXRlZ29yeSI7czo4OiJjYXRlZ29yeSI7czoyOiIyMiI7czoxNzoicTJ3M19maXhlZF93aWRnZXQiO2I6MDt9",\n            "title": "",\n            "is_widget_customizer_js_value": true,\n            "instance_hash_key": "09b4780bb67070630d8bfa96af504ab8"\n        },\n        "type": "option",\n        "user_id": 1\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f6d3bcda-3bf6-44bc-961d-32b4ac8375a6', '', '', '2017-10-18 10:22:23', '2017-10-18 10:22:23', '', 0, 'http://localhost/PRAVASABHUMI/?p=453', 0, 'customize_changeset', '', 0),
(454, 1, '2017-10-18 10:22:53', '2017-10-18 10:22:53', '', 'Seemaati Silks', '', 'inherit', 'closed', 'closed', '', '446-autosave-v1', '', '', '2017-10-18 10:22:53', '2017-10-18 10:22:53', '', 446, 'http://localhost/PRAVASABHUMI/?p=454', 0, 'revision', '', 0),
(455, 1, '2017-10-18 10:23:55', '2017-10-18 10:23:55', '', 'Seemaati Silks', '', 'inherit', 'closed', 'closed', '', '446-revision-v1', '', '', '2017-10-18 10:23:55', '2017-10-18 10:23:55', '', 446, 'http://localhost/PRAVASABHUMI/?p=455', 0, 'revision', '', 0),
(456, 1, '2017-10-18 10:28:09', '2017-10-18 10:28:09', '', 'Radd1', '', 'inherit', 'open', 'closed', '', 'radd1', '', '', '2017-10-18 10:28:09', '2017-10-18 10:28:09', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/Radd1.jpg', 0, 'attachment', 'image/jpeg', 0),
(457, 1, '2017-10-18 10:28:10', '2017-10-18 10:28:10', '', 'Radd2', '', 'inherit', 'open', 'closed', '', 'radd2', '', '', '2017-10-18 10:28:10', '2017-10-18 10:28:10', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/Radd2.jpg', 0, 'attachment', 'image/jpeg', 0),
(458, 1, '2017-10-18 10:28:12', '2017-10-18 10:28:12', '', 'Radd3', '', 'inherit', 'open', 'closed', '', 'radd3', '', '', '2017-10-18 10:28:12', '2017-10-18 10:28:12', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/Radd3.png', 0, 'attachment', 'image/png', 0),
(459, 1, '2017-10-18 10:28:14', '2017-10-18 10:28:14', '', 'Radd4', '', 'inherit', 'open', 'closed', '', 'radd4', '', '', '2017-10-18 10:28:14', '2017-10-18 10:28:14', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/Radd4.jpg', 0, 'attachment', 'image/jpeg', 0),
(460, 1, '2017-10-18 10:28:16', '2017-10-18 10:28:16', '', 'Radd5', '', 'inherit', 'open', 'closed', '', 'radd5', '', '', '2017-10-18 10:28:16', '2017-10-18 10:28:16', '', 0, 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/Radd5.jpg', 0, 'attachment', 'image/jpeg', 0),
(461, 2, '2017-10-18 10:41:43', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-10-18 10:41:43', '0000-00-00 00:00:00', '', 0, 'http://localhost/PRAVASABHUMI/?p=461', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `pb_rcsm_subscribers`
--

CREATE TABLE IF NOT EXISTS `pb_rcsm_subscribers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `f_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `l_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` timestamp NULL DEFAULT NULL,
  `act_code` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `extra_detail` text COLLATE utf8mb4_unicode_520_ci,
  `flag` int(11) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_font_family`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_font_family` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Font_family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=126 ;

--
-- Dumping data for table `pb_rich_web_font_family`
--

INSERT INTO `pb_rich_web_font_family` (`id`, `Font_family`) VALUES
(1, 'Abadi MT Condensed Light'),
(2, 'Aharoni'),
(3, 'Aldhabi'),
(4, 'Andalus'),
(5, 'Angsana New'),
(6, 'AngsanaUPC'),
(7, 'Aparajita'),
(8, 'Arabic Typesetting'),
(9, 'Arial'),
(10, 'Arial Black'),
(11, 'Batang'),
(12, 'BatangChe'),
(13, 'Browallia New'),
(14, 'BrowalliaUPC'),
(15, 'Calibri'),
(16, 'Calibri Light'),
(17, 'Calisto MT'),
(18, 'Cambria'),
(19, 'Candara'),
(20, 'Century Gothic'),
(21, 'Comic Sans MS'),
(22, 'Consolas'),
(23, 'Constantia'),
(24, 'Copperplate Gothic'),
(25, 'Copperplate Gothic Light'),
(26, 'Corbel'),
(27, 'Cordia New'),
(28, 'CordiaUPC'),
(29, 'Courier New'),
(30, 'DaunPenh'),
(31, 'David'),
(32, 'DFKai-SB'),
(33, 'DilleniaUPC'),
(34, 'DokChampa'),
(35, 'Dotum'),
(36, 'DotumChe'),
(37, 'Ebrima'),
(38, 'Estrangelo Edessa'),
(39, 'EucrosiaUPC'),
(40, 'Euphemia'),
(41, 'FangSong'),
(42, 'Franklin Gothic Medium'),
(43, 'FrankRuehl'),
(44, 'FreesiaUPC'),
(45, 'Gabriola'),
(46, 'Gadugi'),
(47, 'Gautami'),
(48, 'Georgia'),
(49, 'Gisha'),
(50, 'Gulim'),
(51, 'GulimChe'),
(52, 'Gungsuh'),
(53, 'GungsuhChe'),
(54, 'Impact'),
(55, 'IrisUPC'),
(56, 'Iskoola Pota'),
(57, 'JasmineUPC'),
(58, 'KaiTi'),
(59, 'Kalinga'),
(60, 'Kartika'),
(61, 'Khmer UI'),
(62, 'KodchiangUPC'),
(63, 'Kokila'),
(64, 'Lao UI'),
(65, 'Latha'),
(66, 'Leelawadee'),
(67, 'Levenim MT'),
(68, 'LilyUPC'),
(69, 'Lucida Console'),
(70, 'Lucida Handwriting Italic'),
(71, 'Lucida Sans Unicode'),
(72, 'Malgun Gothic'),
(73, 'Mangal'),
(74, 'Manny ITC'),
(75, 'Marlett'),
(76, 'Meiryo'),
(77, 'Meiryo UI'),
(78, 'Microsoft Himalaya'),
(79, 'Microsoft JhengHei'),
(80, 'Microsoft JhengHei UI'),
(81, 'Microsoft New Tai Lue'),
(82, 'Microsoft PhagsPa'),
(83, 'Microsoft Sans Serif'),
(84, 'Microsoft Tai Le'),
(85, 'Microsoft Uighur'),
(86, 'Microsoft YaHei'),
(87, 'Microsoft YaHei UI'),
(88, 'Microsoft Yi Baiti'),
(89, 'MingLiU_HKSCS'),
(90, 'MingLiU_HKSCS-ExtB'),
(91, 'Miriam'),
(92, 'Mongolian Baiti'),
(93, 'MoolBoran'),
(94, 'MS UI Gothic'),
(95, 'MV Boli'),
(96, 'Myanmar Text'),
(97, 'Narkisim'),
(98, 'Nirmala UI'),
(99, 'News Gothic MT'),
(100, 'NSimSun'),
(101, 'Nyala'),
(102, 'Palatino Linotype'),
(103, 'Plantagenet Cherokee'),
(104, 'Raavi'),
(105, 'Rod'),
(106, 'Sakkal Majalla'),
(107, 'Segoe Print'),
(108, 'Segoe Script'),
(109, 'Segoe UI Symbol'),
(110, 'Shonar Bangla'),
(111, 'Shruti'),
(112, 'SimHei'),
(113, 'SimKai'),
(114, 'Simplified Arabic'),
(115, 'SimSun'),
(116, 'SimSun-ExtB'),
(117, 'Sylfaen'),
(118, 'Tahoma'),
(119, 'Times New Roman'),
(120, 'Traditional Arabic'),
(121, 'Trebuchet MS'),
(122, 'Tunga'),
(123, 'Utsaah'),
(124, 'Vani'),
(125, 'Vijaya');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_icons`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_icons` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Icon_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Icon_Name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=635 ;

--
-- Dumping data for table `pb_rich_web_icons`
--

INSERT INTO `pb_rich_web_icons` (`id`, `Icon_Type`, `Icon_Name`) VALUES
(1, 'f26e', '500px'),
(2, 'f042', 'Adjust'),
(3, 'f170', 'Adn'),
(4, 'f037', 'Align Center'),
(5, 'f039', 'Align Justify'),
(6, 'f036', 'Align Left'),
(7, 'f038', 'Align Right'),
(8, 'f270', 'Amazon'),
(9, 'f0f9', 'Ambulance'),
(10, 'f2a3', 'American Sign Language Interpreting'),
(11, 'f13d', 'Anchor'),
(12, 'f17b', 'Android'),
(13, 'f209', 'Angellist'),
(14, 'f103', 'Angle Double Down'),
(15, 'f100', 'Angle Double Left'),
(16, 'f101', 'Angle Double Right'),
(17, 'f102', 'Angle Double Up'),
(18, 'f107', 'Angle Down'),
(19, 'f104', 'Angle Left'),
(20, 'f105', 'Angle Right'),
(21, 'f106', 'Angle Up'),
(22, 'f179', 'Apple'),
(23, 'f187', 'Archive'),
(24, 'f1fe', 'Area Chart'),
(25, 'f0ab', 'Arrow Circle Down'),
(26, 'f0a8', 'Arrow Circle Left'),
(27, 'f01a', 'Arrow Circle O Down'),
(28, 'f190', 'Arrow Circle O Left'),
(29, 'f18e', 'Arrow Circle O Right'),
(30, 'f01b', 'Arrow Circle O Up'),
(31, 'f0a9', 'Arrow Circle Right'),
(32, 'f0aa', 'Arrow Circle Up'),
(33, 'f063', 'Arrow Down'),
(34, 'f060', 'Arrow Left'),
(35, 'f061', 'Arrow Right'),
(36, 'f062', 'Arrow Up'),
(37, 'f047', 'Arrows'),
(38, 'f0b2', 'Arrows Alt'),
(39, 'f07e', 'Arrows H'),
(40, 'f07d', 'Arrows V'),
(41, 'f2a2', 'Assistive Listening Systems'),
(42, 'f069', 'Asterisk'),
(43, 'f1fa', 'At'),
(44, 'f29e', 'Audio Description'),
(45, 'f04a', 'Backward'),
(46, 'f24e', 'Balance Scale'),
(47, 'f05e', 'Ban'),
(48, 'f080', 'Bar Chart'),
(49, 'f02a', 'Barcode'),
(50, 'f0c9', 'Bars'),
(51, 'f244', 'Battery Empty'),
(52, 'f240', 'Battery Full'),
(53, 'f242', 'Battery Half'),
(54, 'f243', 'Battery Quarter'),
(55, 'f241', 'Battery Three Quarters'),
(56, 'f236', 'Bed'),
(57, 'f0fc', 'Beer'),
(58, 'f1b4', 'Behance'),
(59, 'f1b5', 'Behance Square'),
(60, 'f0f3', 'Bell'),
(61, 'f0a2', 'Bell O'),
(62, 'f1f6', 'Bell Slash'),
(63, 'f1f7', 'Bell Slash O'),
(64, 'f206', 'Bicycle'),
(65, 'f1e5', 'Binoculars'),
(66, 'f1fd', 'Birthday Cake'),
(67, 'f171', 'Bitbucket'),
(68, 'f172', 'Bitbucket Square'),
(69, 'f27e', 'Black Tie'),
(70, 'f29d', 'Blind'),
(71, 'f293', 'Bluetooth'),
(72, 'f294', 'Bluetooth B'),
(73, 'f032', 'Bold'),
(74, 'f0e7', 'Bolt'),
(75, 'f1e2', 'Bomb'),
(76, 'f02d', 'Book'),
(77, 'f02e', 'Bookmark'),
(78, 'f097', 'Bookmark O'),
(79, 'f2a1', 'Braille'),
(80, 'f0b1', 'Briefcase'),
(81, 'f15a', 'Btc'),
(82, 'f188', 'Bug'),
(83, 'f1ad', 'Building'),
(84, 'f0f7', 'Building O'),
(85, 'f0a1', 'Bullhorn'),
(86, 'f140', 'Bullseye'),
(87, 'f207', 'Bus'),
(88, 'f20d', 'Buysellads'),
(89, 'f1ec', 'Calculator'),
(90, 'f073', 'Calendar'),
(91, 'f274', 'Calendar Check O'),
(92, 'f272', 'Calendar Minus O'),
(93, 'f133', 'Calendar O'),
(94, 'f271', 'Calendar Plus O'),
(95, 'f273', 'Calendar Times O'),
(96, 'f030', 'Camera'),
(97, 'f083', 'Camera Retro'),
(98, 'f1b9', 'Car'),
(99, 'f0d7', 'Caret Down'),
(100, 'f0d9', 'Caret Left'),
(101, 'f0da', 'Caret Right'),
(102, 'f150', 'Caret Square O Down'),
(103, 'f191', 'Caret Square O Left'),
(104, 'f152', 'Caret Square O Right'),
(105, 'f151', 'Caret Square O Up'),
(106, 'f0d8', 'Caret Up'),
(107, 'f218', 'Cart Arrow Down'),
(108, 'f217', 'Cart Plus'),
(109, 'f20a', 'Cc'),
(110, 'f1f3', 'Cc Amex'),
(111, 'f24c', 'Cc Diners Club'),
(112, 'f1f2', 'Cc Discover'),
(113, 'f24b', 'Cc Jcb'),
(114, 'f1f1', 'Cc Mastercard'),
(115, 'f1f4', 'Cc Paypal'),
(116, 'f1f5', 'Cc Stripe'),
(117, 'f1f0', 'Cc Visa'),
(118, 'f0a3', 'Certificate'),
(119, 'f127', 'Chain Broken'),
(120, 'f00c', 'Check'),
(121, 'f058', 'Check Circle'),
(122, 'f05d', 'Check Circle O'),
(123, 'f14a', 'Check Square'),
(124, 'f046', 'Check Square O'),
(125, 'f13a', 'Chevron Circle Down'),
(126, 'f137', 'Chevron Circle Left'),
(127, 'f138', 'Chevron Circle Right'),
(128, 'f139', 'Chevron Circle Up'),
(129, 'f078', 'Chevron Down'),
(130, 'f053', 'Chevron Left'),
(131, 'f054', 'Chevron Right'),
(132, 'f077', 'Chevron Up'),
(133, 'f1ae', 'Child'),
(134, 'f268', 'Chrome'),
(135, 'f111', 'Circle'),
(136, 'f10c', 'Circle O'),
(137, 'f1ce', 'Circle O Notch'),
(138, 'f1db', 'Circle Thin'),
(139, 'f0ea', 'Clipboard'),
(140, 'f017', 'Clock O'),
(141, 'f24d', 'Clone'),
(142, 'f0c2', 'Cloud'),
(143, 'f0ed', 'Cloud Download'),
(144, 'f0ee', 'Cloud Upload'),
(145, 'f121', 'Code'),
(146, 'f126', 'Code Fork'),
(147, 'f1cb', 'Codepen'),
(148, 'f284', 'Codiepie'),
(149, 'f0f4', 'Coffee'),
(150, 'f013', 'Cog'),
(151, 'f085', 'Cogs'),
(152, 'f0db', 'Columns'),
(153, 'f075', 'Comment'),
(154, 'f0e5', 'Comment O'),
(155, 'f27a', 'Commenting'),
(156, 'f27b', 'Commenting O'),
(157, 'f086', 'Comments'),
(158, 'f0e6', 'Comments O'),
(159, 'f14e', 'Compass'),
(160, 'f066', 'Compress'),
(161, 'f20e', 'Connectdevelop'),
(162, 'f26d', 'Contao'),
(163, 'f1f9', 'Copyright'),
(164, 'f25e', 'Creative Commons'),
(165, 'f09d', 'Credit Card'),
(166, 'f283', 'Credit Card Alt'),
(167, 'f125', 'Crop'),
(168, 'f05b', 'Crosshairs'),
(169, 'f13c', 'Css3'),
(170, 'f1b2', 'Cube'),
(171, 'f1b3', 'Cubes'),
(172, 'f0f5', 'Cutlery'),
(173, 'f210', 'Dashcube'),
(174, 'f1c0', 'Database'),
(175, 'f2a4', 'Deaf'),
(176, 'f1a5', 'Delicious'),
(177, 'f108', 'Desktop'),
(178, 'f1bd', 'Deviantart'),
(179, 'f219', 'Diamond'),
(180, 'f1a6', 'Digg'),
(181, 'f192', 'Dot Circle O'),
(182, 'f019', 'Download'),
(183, 'f17d', 'Dribbble'),
(184, 'f16b', 'Dropbox'),
(185, 'f1a9', 'Drupal'),
(186, 'f282', 'Edge'),
(187, 'f052', 'Eject'),
(188, 'f141', 'Ellipsis H'),
(189, 'f142', 'Ellipsis V'),
(190, 'f1d1', 'Empire'),
(191, 'f0e0', 'Envelope'),
(192, 'f003', 'Envelope O'),
(193, 'f199', 'Envelope Square'),
(194, 'f299', 'Envira'),
(195, 'f12d', 'Eraser'),
(196, 'f153', 'Eur'),
(197, 'f0ec', 'Exchange'),
(198, 'f12a', 'Exclamation'),
(199, 'f06a', 'Exclamation Circle'),
(200, 'f071', 'Exclamation Triangle'),
(201, 'f065', 'Expand'),
(202, 'f23e', 'Expeditedssl'),
(203, 'f08e', 'External Link'),
(204, 'f14c', 'External Link Square'),
(205, 'f06e', 'Eye'),
(206, 'f070', 'Eye Slash'),
(207, 'f1fb', 'Eyedropper'),
(208, 'f09a', 'Facebook'),
(209, 'f230', 'Facebook Official'),
(210, 'f082', 'Facebook Square'),
(211, 'f049', 'Fast Backward'),
(212, 'f050', 'Fast Forward'),
(213, 'f1ac', 'Fax'),
(214, 'f182', 'Female'),
(215, 'f0fb', 'Fighter Jet'),
(216, 'f15b', 'File'),
(217, 'f1c6', 'File Archive O'),
(218, 'f1c7', 'File Audio O'),
(219, 'f1c9', 'File Code O'),
(220, 'f1c3', 'File Excel O'),
(221, 'f1c5', 'File Image O'),
(222, 'f016', 'File O'),
(223, 'f1c1', 'File Pdf O'),
(224, 'f1c4', 'File Powerpoint O'),
(225, 'f15c', 'File Text'),
(226, 'f0f6', 'File Text O'),
(227, 'f1c8', 'File Video O'),
(228, 'f1c2', 'File Word O'),
(229, 'f0c5', 'Files O'),
(230, 'f008', 'Film'),
(231, 'f0b0', 'Filter'),
(232, 'f06d', 'Fire'),
(233, 'f134', 'Fire Extinguisher'),
(234, 'f269', 'Firefox'),
(235, 'f2b0', 'First Order'),
(236, 'f024', 'Flag'),
(237, 'f11e', 'Flag Checkered'),
(238, 'f11d', 'Flag O'),
(239, 'f0c3', 'Flask'),
(240, 'f16e', 'Flickr'),
(241, 'f0c7', 'Floppy O'),
(242, 'f07b', 'Folder'),
(243, 'f114', 'Folder O'),
(244, 'f07c', 'Folder Open'),
(245, 'f115', 'Folder Open O'),
(246, 'f031', 'Font'),
(247, 'f2b4', 'Font Awesome'),
(248, 'f280', 'Fonticons'),
(249, 'f286', 'Fort Awesome'),
(250, 'f211', 'Forumbee'),
(251, 'f04e', 'Forward'),
(252, 'f180', 'Foursquare'),
(253, 'f119', 'Frown O'),
(254, 'f1e3', 'Futbol O'),
(255, 'f11b', 'Gamepad'),
(256, 'f0e3', 'Gavel'),
(257, 'f154', 'Gbp'),
(258, 'f22d', 'Genderless'),
(259, 'f265', 'Get Pocket'),
(260, 'f260', 'Gg'),
(261, 'f261', 'Gg Circle'),
(262, 'f06b', 'Gift'),
(263, 'f1d3', 'Git'),
(264, 'f1d2', 'Git Square'),
(265, 'f296', 'Gitlab'),
(266, 'f09b', 'Github'),
(267, 'f113', 'Github Alt'),
(268, 'f092', 'Github Square'),
(269, 'f000', 'Glass'),
(270, 'f2a5', 'Glide'),
(271, 'f2a6', 'Glide G'),
(272, 'f0ac', 'Globe'),
(273, 'f1a0', 'Google'),
(274, 'f0d5', 'Google Plus'),
(275, 'f2b3', 'Google Plus Official'),
(276, 'f0d4', 'Google Plus Square'),
(277, 'f1ee', 'Google Wallet'),
(278, 'f19d', 'Graduation Cap'),
(279, 'f184', 'Gratipay'),
(280, 'f0fd', 'H Square'),
(281, 'f1d4', 'Hacker News'),
(282, 'f258', 'Hand Lizard O'),
(283, 'f0a7', 'Hand O Down'),
(284, 'f0a5', 'Hand O Left'),
(285, 'f0a4', 'Hand O Right'),
(286, 'f0a6', 'Hand O Up'),
(287, 'f256', 'Hand Paper O'),
(288, 'f25b', 'Hand Peace O'),
(289, 'f25a', 'Hand Pointer O'),
(290, 'f255', 'Hand Rock O'),
(291, 'f257', 'Hand Scissors O'),
(292, 'f259', 'Hand Spock O'),
(293, 'f292', 'Hashtag'),
(294, 'f0a0', 'Hdd O'),
(295, 'f1dc', 'Header'),
(296, 'f025', 'Headphones'),
(297, 'f004', 'Heart'),
(298, 'f08a', 'Heart O'),
(299, 'f21e', 'Heartbeat'),
(300, 'f1da', 'History'),
(301, 'f015', 'Home'),
(302, 'f0f8', 'Hospital O'),
(303, 'f254', 'Hourglass'),
(304, 'f253', 'Hourglass End'),
(305, 'f252', 'Hourglass Half'),
(306, 'f250', 'Hourglass O'),
(307, 'f251', 'Hourglass Start'),
(308, 'f27c', 'Houzz'),
(309, 'f13b', 'Html5'),
(310, 'f246', 'I Cursor'),
(311, 'f20b', 'Ils'),
(312, 'f01c', 'Inbox'),
(313, 'f03c', 'Indent'),
(314, 'f275', 'Industry'),
(315, 'f129', 'Info'),
(316, 'f05a', 'Info Circle'),
(317, 'f156', 'Inr'),
(318, 'f16d', 'Instagram'),
(319, 'f26b', 'Internet Explorer'),
(320, 'f208', 'Ioxhost'),
(321, 'f033', 'Italic'),
(322, 'f1aa', 'Joomla'),
(323, 'f157', 'Jpy'),
(324, 'f1cc', 'Jsfiddle'),
(325, 'f084', 'Key'),
(326, 'f11c', 'Keyboard O'),
(327, 'f159', 'Krw'),
(328, 'f1ab', 'Language'),
(329, 'f109', 'Laptop'),
(330, 'f202', 'Lastfm'),
(331, 'f203', 'Lastfm Square'),
(332, 'f06c', 'Leaf'),
(333, 'f212', 'Leanpub'),
(334, 'f094', 'Lemon O'),
(335, 'f149', 'Level Down'),
(336, 'f148', 'Level Up'),
(337, 'f1cd', 'Life Ring'),
(338, 'f0eb', 'Lightbulb O'),
(339, 'f201', 'Line Chart'),
(340, 'f0c1', 'Link'),
(341, 'f0e1', 'Linkedin'),
(342, 'f08c', 'Linkedin Square'),
(343, 'f17c', 'Linux'),
(344, 'f03a', 'List'),
(345, 'f022', 'List Alt'),
(346, 'f0cb', 'List Ol'),
(347, 'f0ca', 'List Ul'),
(348, 'f124', 'Location Arrow'),
(349, 'f023', 'Lock'),
(350, 'f175', 'Long Arrow Down'),
(351, 'f177', 'Long Arrow Left'),
(352, 'f178', 'Long Arrow Right'),
(353, 'f176', 'Long Arrow Up'),
(354, 'f2a8', 'Low Vision'),
(355, 'f0d0', 'Magic'),
(356, 'f076', 'Magnet'),
(357, 'f183', 'Male'),
(358, 'f279', 'Map'),
(359, 'f041', 'Map Marker'),
(360, 'f278', 'Map O'),
(361, 'f276', 'Map Pin'),
(362, 'f277', 'Map Signs'),
(363, 'f222', 'Mars'),
(364, 'f227', 'Mars Double'),
(365, 'f229', 'Mars Stroke'),
(366, 'f22b', 'Mars Stroke H'),
(367, 'f22a', 'Mars Stroke V'),
(368, 'f136', 'Maxcdn'),
(369, 'f20c', 'Meanpath'),
(370, 'f23a', 'Medium'),
(371, 'f0fa', 'Medkit'),
(372, 'f11a', 'Meh O'),
(373, 'f223', 'Mercury'),
(374, 'f130', 'Microphone'),
(375, 'f131', 'Microphone Slash'),
(376, 'f068', 'Minus'),
(377, 'f056', 'Minus Circle'),
(378, 'f146', 'Minus Square'),
(379, 'f147', 'Minus Square O'),
(380, 'f289', 'Mixcloud'),
(381, 'f10b', 'Mobile'),
(382, 'f285', 'Modx'),
(383, 'f0d6', 'Money'),
(384, 'f186', 'Moon O'),
(385, 'f21c', 'Motorcycle'),
(386, 'f245', 'Mouse Pointer'),
(387, 'f001', 'Music'),
(388, 'f22c', 'Neuter'),
(389, 'f1ea', 'Newspaper O'),
(390, 'f247', 'Object Group'),
(391, 'f248', 'Object Ungroup'),
(392, 'f263', 'Odnoklassniki'),
(393, 'f264', 'Odnoklassniki Square'),
(394, 'f23d', 'Opencart'),
(395, 'f19b', 'Openid'),
(396, 'f26a', 'Opera'),
(397, 'f23c', 'Optin Monster'),
(398, 'f03b', 'Outdent'),
(399, 'f18c', 'Pagelines'),
(400, 'f1fc', 'Paint Brush'),
(401, 'f1d8', 'Paper Plane'),
(402, 'f1d9', 'Paper Plane O'),
(403, 'f0c6', 'Paperclip'),
(404, 'f1dd', 'Paragraph'),
(405, 'f04c', 'Pause'),
(406, 'f28b', 'Pause Circle'),
(407, 'f28c', 'Pause Circle O'),
(408, 'f1b0', 'Paw'),
(409, 'f1ed', 'Paypal'),
(410, 'f040', 'Pencil'),
(411, 'f14b', 'Pencil Square'),
(412, 'f044', 'Pencil Square O'),
(413, 'f295', 'Percent'),
(414, 'f095', 'Phone'),
(415, 'f098', 'Phone Square'),
(416, 'f03e', 'Picture O'),
(417, 'f200', 'Pie Chart'),
(418, 'f2ae', 'Pied Piper'),
(419, 'f1a8', 'Pied Piper Alt'),
(420, 'f1a7', 'Pied Piper Pp'),
(421, 'f0d2', 'Pinterest'),
(422, 'f231', 'Pinterest P'),
(423, 'f0d3', 'Pinterest Square'),
(424, 'f072', 'Plane'),
(425, 'f04b', 'Play'),
(426, 'f144', 'Play Circle'),
(427, 'f01d', 'Play Circle O'),
(428, 'f1e6', 'Plug'),
(429, 'f067', 'Plus'),
(430, 'f055', 'Plus Circle'),
(431, 'f0fe', 'Plus Square'),
(432, 'f196', 'Plus Square O'),
(433, 'f011', 'Power Off'),
(434, 'f02f', 'Print'),
(435, 'f288', 'Product Hunt'),
(436, 'f12e', 'Puzzle Piece'),
(437, 'f1d6', 'Qq'),
(438, 'f029', 'Qrcode'),
(439, 'f128', 'Question'),
(440, 'f059', 'Question Circle'),
(441, 'f29c', 'Question Circle O'),
(442, 'f10d', 'Quote Left'),
(443, 'f10e', 'Quote Right'),
(444, 'f074', 'Random'),
(445, 'f1d0', 'Rebel'),
(446, 'f1b8', 'Recycle'),
(447, 'f1a1', 'Reddit'),
(448, 'f281', 'Reddit Alien'),
(449, 'f1a2', 'Reddit Square'),
(450, 'f021', 'Refresh'),
(451, 'f25d', 'Registered'),
(452, 'f18b', 'Renren'),
(453, 'f01e', 'Repeat'),
(454, 'f112', 'Reply'),
(455, 'f122', 'Reply All'),
(456, 'f079', 'Retweet'),
(457, 'f018', 'Road'),
(458, 'f135', 'Rocket'),
(459, 'f09e', 'Rss'),
(460, 'f143', 'Rss Square'),
(461, 'f158', 'Rub'),
(462, 'f267', 'Safari'),
(463, 'f0c4', 'Scissors'),
(464, 'f28a', 'Scribd'),
(465, 'f002', 'Search'),
(466, 'f010', 'Search Minus'),
(467, 'f00e', 'Search Plus'),
(468, 'f213', 'Sellsy'),
(469, 'f233', 'Server'),
(470, 'f064', 'Share'),
(471, 'f1e0', 'Share Alt'),
(472, 'f1e1', 'Share Alt Square'),
(473, 'f14d', 'Share Square'),
(474, 'f045', 'Share Square O'),
(475, 'f132', 'Shield'),
(476, 'f21a', 'Ship'),
(477, 'f214', 'Shirtsinbulk'),
(478, 'f290', 'Shopping Bag'),
(479, 'f291', 'Shopping Basket'),
(480, 'f07a', 'Shopping Cart'),
(481, 'f090', 'Sign In'),
(482, 'f2a7', 'Sign Language'),
(483, 'f08b', 'Sign Out'),
(484, 'f012', 'Signal'),
(485, 'f215', 'Simplybuilt'),
(486, 'f0e8', 'Sitemap'),
(487, 'f216', 'Skyatlas'),
(488, 'f17e', 'Skype'),
(489, 'f198', 'Slack'),
(490, 'f1de', 'Sliders'),
(491, 'f1e7', 'Slideshare'),
(492, 'f118', 'Smile O'),
(493, 'f2ab', 'Snapchat'),
(494, 'f2ac', 'Snapchat Ghost'),
(495, 'f2ad', 'Snapchat Square'),
(496, 'f0dc', 'Sort'),
(497, 'f15d', 'Sort Alpha Asc'),
(498, 'f15e', 'Sort Alpha Desc'),
(499, 'f160', 'Sort Amount Asc'),
(500, 'f161', 'Sort Amount Desc'),
(501, 'f0de', 'Sort Asc'),
(502, 'f0dd', 'Sort Desc'),
(503, 'f162', 'Sort Numeric Asc'),
(504, 'f163', 'Sort Numeric Desc'),
(505, 'f1be', 'Soundcloud'),
(506, 'f197', 'Space Shuttle'),
(507, 'f110', 'Spinner'),
(508, 'f1b1', 'Spoon'),
(509, 'f1bc', 'Spotify'),
(510, 'f0c8', 'Square'),
(511, 'f096', 'Square O'),
(512, 'f18d', 'Stack Exchange'),
(513, 'f16c', 'Stack Overflow'),
(514, 'f005', 'Star'),
(515, 'f089', 'Star Half'),
(516, 'f123', 'Star Half O'),
(517, 'f006', 'Star O'),
(518, 'f1b6', 'Steam'),
(519, 'f1b7', 'Steam Square'),
(520, 'f048', 'Step Backward'),
(521, 'f051', 'Step Forward'),
(522, 'f0f1', 'Stethoscope'),
(523, 'f249', 'Sticky Note'),
(524, 'f24a', 'Sticky Note O'),
(525, 'f04d', 'Stop'),
(526, 'f28d', 'Stop Circle'),
(527, 'f28e', 'Stop Circle O'),
(528, 'f21d', 'Street View'),
(529, 'f0cc', 'Strikethrough'),
(530, 'f1a4', 'Stumbleupon'),
(531, 'f1a3', 'Stumbleupon Circle'),
(532, 'f12c', 'Subscript'),
(533, 'f239', 'Subway'),
(534, 'f0f2', 'Suitcase'),
(535, 'f185', 'Sun O'),
(536, 'f12b', 'Superscript'),
(537, 'f0ce', 'Table'),
(538, 'f10a', 'Tablet'),
(539, 'f0e4', 'Tachometer'),
(540, 'f02b', 'Tag'),
(541, 'f02c', 'Tags'),
(542, 'f0ae', 'Tasks'),
(543, 'f1ba', 'Taxi'),
(544, 'f26c', 'Television'),
(545, 'f1d5', 'Tencent Weibo'),
(546, 'f120', 'Terminal'),
(547, 'f034', 'Text Height'),
(548, 'f035', 'Text Width'),
(549, 'f00a', 'Th'),
(550, 'f009', 'Th Large'),
(551, 'f00b', 'Th List'),
(552, 'f2b2', 'Themeisle'),
(553, 'f08d', 'Thumb Tack'),
(554, 'f165', 'Thumbs Down'),
(555, 'f088', 'Thumbs O Down'),
(556, 'f087', 'Thumbs O Up'),
(557, 'f164', 'Thumbs Up'),
(558, 'f145', 'Ticket'),
(559, 'f00d', 'Times'),
(560, 'f057', 'Times Circle'),
(561, 'f05c', 'Times Circle O'),
(562, 'f043', 'Tint'),
(563, 'f204', 'Toggle Off'),
(564, 'f205', 'Toggle On'),
(565, 'f25c', 'Trademark'),
(566, 'f238', 'Train'),
(567, 'f224', 'Transgender'),
(568, 'f225', 'Transgender Alt'),
(569, 'f1f8', 'Trash'),
(570, 'f014', 'Trash O'),
(571, 'f1bb', 'Tree'),
(572, 'f181', 'Trello'),
(573, 'f262', 'Tripadvisor'),
(574, 'f091', 'Trophy'),
(575, 'f0d1', 'Truck'),
(576, 'f195', 'Try'),
(577, 'f1e4', 'Tty'),
(578, 'f173', 'Tumblr'),
(579, 'f174', 'Tumblr Square'),
(580, 'f1e8', 'Twitch'),
(581, 'f099', 'Twitter'),
(582, 'f081', 'Twitter Square'),
(583, 'f0e9', 'Umbrella'),
(584, 'f0cd', 'Underline'),
(585, 'f0e2', 'Undo'),
(586, 'f29a', 'Universal Access'),
(587, 'f19c', 'University'),
(588, 'f09c', 'Unlock'),
(589, 'f13e', 'Unlock Alt'),
(590, 'f093', 'Upload'),
(591, 'f287', 'Usb'),
(592, 'f155', 'Usd'),
(593, 'f007', 'User'),
(594, 'f0f0', 'User Md'),
(595, 'f234', 'User Plus'),
(596, 'f21b', 'User Secret'),
(597, 'f235', 'User Times'),
(598, 'f0c0', 'Users'),
(599, 'f221', 'Venus'),
(600, 'f226', 'Venus Double'),
(601, 'f228', 'Venus Mars'),
(602, 'f237', 'Viacoin'),
(603, 'f2a9', 'Viadeo'),
(604, 'f2aa', 'Viadeo Square'),
(605, 'f03d', 'Video Camera'),
(606, 'f27d', 'Vimeo'),
(607, 'f194', 'Vimeo Square'),
(608, 'f1ca', 'Vine'),
(609, 'f189', 'Vk'),
(610, 'f2a0', 'Volume Control Phone'),
(611, 'f027', 'Volume Down'),
(612, 'f026', 'Volume Off'),
(613, 'f028', 'Volume Up'),
(614, 'f18a', 'Weibo'),
(615, 'f1d7', 'Weixin'),
(616, 'f232', 'Whatsapp'),
(617, 'f193', 'Wheelchair'),
(618, 'f29b', 'Wheelchair Alt'),
(619, 'f1eb', 'Wifi'),
(620, 'f266', 'Wikipedia W'),
(621, 'f17a', 'Windows'),
(622, 'f19a', 'Wordpress'),
(623, 'f297', 'Wpbeginner'),
(624, 'f298', 'Wpforms'),
(625, 'f0ad', 'Wrench'),
(626, 'f168', 'Xing'),
(627, 'f169', 'Xing Square'),
(628, 'f23b', 'Y Combinator'),
(629, 'f19e', 'Yahoo'),
(630, 'f1e9', 'Yelp'),
(631, 'f2b1', 'Yoast'),
(632, 'f167', 'Youtube'),
(633, 'f16a', 'Youtube Play'),
(634, 'f166', 'Youtube Square');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_photo_slider_instal`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_photo_slider_instal` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `SL_Img_Title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Sl_Img_Description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `Sl_Img_Url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Sl_Link_Url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Sl_Link_NewTab` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Sl_Number` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=51 ;

--
-- Dumping data for table `pb_rich_web_photo_slider_instal`
--

INSERT INTO `pb_rich_web_photo_slider_instal` (`id`, `SL_Img_Title`, `Sl_Img_Description`, `Sl_Img_Url`, `Sl_Link_Url`, `Sl_Link_NewTab`, `Sl_Number`) VALUES
(26, 'main', '', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/tata-300x278.png', '', 'undefined', 4),
(27, 'akineni', '', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/ss-rajamouli-300x278.png', '', 'undefined', 4),
(28, 'peeyush goyal', '', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/rail-300x278.png', '', 'undefined', 4),
(29, 'vivek goyanka', '', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/PTI-300x278.png', '', 'undefined', 4),
(30, 'aneesh kumar s', '', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/kailesh-300x278.png', '', 'undefined', 4),
(46, '', '', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/tata-300x278.png', '', 'undefined', 5),
(47, '', '', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/abc-300x278.png', '', 'undefined', 5),
(48, '', '', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/koman-300x278.png', '', 'undefined', 5),
(49, '', '', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/kailesh-300x278.png', '', 'undefined', 5),
(50, '', '', 'http://localhost/PRAVASABHUMI/wp-content/uploads/2017/10/ss-rajamouli-300x278.png', '', 'undefined', 5);

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_photo_slider_manager`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_photo_slider_manager` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Slider_Title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Slider_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Slider_IMGS_Quantity` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=5 ;

--
-- Dumping data for table `pb_rich_web_photo_slider_manager`
--

INSERT INTO `pb_rich_web_photo_slider_manager` (`id`, `Slider_Title`, `Slider_Type`, `Slider_IMGS_Quantity`) VALUES
(3, 'rAJANEESH', 'Slider Navigation 2', 5),
(4, 'rAJANEESH', 'Slider Navigation 2', 5);

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect1`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect1` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_SlS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_SlSS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_PoH` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_BoxS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_BoxSC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_IBW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_IBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_IBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_IBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_TBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_TTA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_TUp` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_ArBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_ArOp` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_ArType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_ArHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_ArHOp` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_ArHEff` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_ArBoxW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_NavW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_NavH` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_NavPB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_NavBW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_NavBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_NavBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_NavBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_NavCC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_NavHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_ArPFT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_Sl1_NavPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect1`
--

INSERT INTO `pb_rich_web_slider_effect1` (`id`, `rich_web_slider_ID`, `rich_web_slider_name`, `rich_web_slider_type`, `rich_web_Sl1_SlS`, `rich_web_Sl1_SlSS`, `rich_web_Sl1_PoH`, `rich_web_Sl1_W`, `rich_web_Sl1_H`, `rich_web_Sl1_BoxS`, `rich_web_Sl1_BoxSC`, `rich_web_Sl1_IBW`, `rich_web_Sl1_IBS`, `rich_web_Sl1_IBC`, `rich_web_Sl1_IBR`, `rich_web_Sl1_TBgC`, `rich_web_Sl1_TC`, `rich_web_Sl1_TTA`, `rich_web_Sl1_TFS`, `rich_web_Sl1_TFF`, `rich_web_Sl1_TUp`, `rich_web_Sl1_ArBgC`, `rich_web_Sl1_ArOp`, `rich_web_Sl1_ArType`, `rich_web_Sl1_ArHBgC`, `rich_web_Sl1_ArHOp`, `rich_web_Sl1_ArHEff`, `rich_web_Sl1_ArBoxW`, `rich_web_Sl1_NavW`, `rich_web_Sl1_NavH`, `rich_web_Sl1_NavPB`, `rich_web_Sl1_NavBW`, `rich_web_Sl1_NavBS`, `rich_web_Sl1_NavBC`, `rich_web_Sl1_NavBR`, `rich_web_Sl1_NavCC`, `rich_web_Sl1_NavHC`, `rich_web_Sl1_ArPFT`, `rich_web_Sl1_NavPos`) VALUES
(1, '1', 'Slider Navigation 1', 'Slider Navigation', 'true', '3', 'true', '856', '893', 'true', '#0084aa', '10', 'solid', '#ffffff', '0', '#0084aa', '#ffffff', 'center', '10', 'Aldhabi', 'true', '#1e73be', '82', '1', '#1e73be', '80', 'slide out', '50', '8', '8', '8', '1', 'solid', '#ffffff', '20', '#0084aa', '#ffffff', '35', 'bottom'),
(2, '2', 'Slider Navigation 2', 'Slider Navigation', 'true', '3', 'true', '380', '450', 'true', '#0084aa', '0', 'none', '#ffffff', '0', '#0084aa', '#ffffff', 'center', '10', 'Aldhabi', 'true', 'rgba(30,115,190,0.6)', '100', '2', '#1e73be', '100', 'flip out', '50', '8', '8', '8', '1', 'solid', '#ffffff', '20', '#0084aa', '#1967aa', '40', 'bottom');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect1_loader`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect1_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_NSL_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect1_loader`
--

INSERT INTO `pb_rich_web_slider_effect1_loader` (`id`, `rich_web_slider_ID`, `Rich_Web_NSL_L_Show`, `Rich_Web_NSL_LT_Show`, `Rich_Web_NSL_LT`, `Rich_Web_NSL_L_BgC`, `Rich_Web_NSL_L_T`, `Rich_Web_NSL_LT_T`, `Rich_Web_NSL_LT_FS`, `Rich_Web_NSL_LT_FF`, `Rich_Web_NSL_LT_C`, `Rich_Web_NSL_L_T1_C`, `Rich_Web_NSL_L_T2_C`, `Rich_Web_NSL_L_T3_C`, `Rich_Web_NSL_LT_T2_BC`, `Rich_Web_NSL_L_C`, `Rich_Web_NSL_LT_T2_AnC`, `Rich_Web_NSL_LT_T3_BgC`, `Rich_Web_NSL_L_S`, `Rich_Web_NSL_Loading_Show`) VALUES
(1, '1', 'true', 'true', 'Loading', '#ffffff', 'Type 4', 'Type 4', '13', 'Abadi MT Condensed Light', '#dd3333', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#0084aa', '#ffffff', '#dd3333', 'small', 'true'),
(2, '2', 'true', 'true', 'Loading', '#ffffff', 'Type 2', 'Type 2', '13', 'Abadi MT Condensed Light', '#0066bf', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#0066bf', '#ffffff', '#dd3333', 'middle', 'true');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect2`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect2` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `richideo_EN_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_BIB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_P` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Loop` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_SD` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_AT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Cont_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Cont_BSC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Cont_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Cont_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Cont_Op` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Cont_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Cont_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Cont_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Cont_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_TShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_TSC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_TTA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_DShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_DC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_DSC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_DFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_DFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_DTA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_LFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_LFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_LC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_LBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_LBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_LBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_LPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_LHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_LHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Video_ArrShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_AFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_AC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Icon` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Link_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_CS_Link_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect2`
--

INSERT INTO `pb_rich_web_slider_effect2` (`id`, `richideo_EN_ID`, `rich_web_slider_name`, `rich_web_slider_type`, `rich_CS_BIB`, `rich_CS_P`, `rich_CS_Loop`, `rich_CS_SD`, `rich_CS_AT`, `rich_CS_Cont_BgC`, `rich_CS_Cont_BSC`, `rich_CS_Cont_W`, `rich_CS_Cont_H`, `rich_CS_Cont_Op`, `rich_CS_Cont_BW`, `rich_CS_Cont_BS`, `rich_CS_Cont_BC`, `rich_CS_Cont_BR`, `rich_CS_Video_TShow`, `rich_CS_Video_TC`, `rich_CS_Video_TSC`, `rich_CS_Video_TFS`, `rich_CS_Video_TFF`, `rich_CS_Video_TTA`, `rich_CS_Video_DShow`, `rich_CS_Video_DC`, `rich_CS_Video_DSC`, `rich_CS_Video_DFS`, `rich_CS_Video_DFF`, `rich_CS_Video_DTA`, `rich_CS_Video_Show`, `rich_CS_Video_W`, `rich_CS_Video_H`, `rich_CS_LFS`, `rich_CS_LFF`, `rich_CS_LC`, `rich_CS_LT`, `rich_CS_LBgC`, `rich_CS_LBC`, `rich_CS_LBR`, `rich_CS_LPos`, `rich_CS_LHBgC`, `rich_CS_LHC`, `rich_CS_Video_ArrShow`, `rich_CS_AFS`, `rich_CS_AC`, `rich_CS_Icon`, `rich_CS_Link_BW`, `rich_CS_Link_BS`) VALUES
(1, '3', 'Content Slider', 'Content Slider', 'true', 'true', 'true', '10', 'bounceUp', '#0084aa', '#0084aa', '650', '400', '50', '0', 'solid', '#898989', '0', 'true', '#ffffff', '#ffffff', '20', 'Aldhabi', 'left', 'true', '#ffffff', '#ffffff', '18', 'Aldhabi', 'left', 'true', '36', 'on', '16', 'Vijaya', '#ffffff', 'View More', '#007da0', '#ffffff', '0', 'left', '#0084aa', '#000000', 'true', '30', '#ffffff', '3', '1', 'solid'),
(2, '4', 'Content-Slider', 'Content Slider', 'true', 'true', 'true', '20', 'bounce3', '#0084aa', '#0084aa', '800', '400', '100', '0', 'solid', '#898989', '0', 'true', '#ffffff', '#ffffff', '20', 'Aldhabi', 'left', 'true', '#ffffff', '#ffffff', '18', 'Aldhabi', 'left', 'true', '36', 'on', '16', 'Vijaya', '#ffffff', 'View More', '#007893', '#ffffff', '10', 'left', '#3190aa', '#ffffff', 'true', '30', '#ffffff', '3', '1', 'solid');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect2_loader`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect2_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ContSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect2_loader`
--

INSERT INTO `pb_rich_web_slider_effect2_loader` (`id`, `rich_web_slider_ID`, `Rich_Web_ContSl_L_Show`, `Rich_Web_ContSl_LT_Show`, `Rich_Web_ContSl_LT`, `Rich_Web_ContSl_L_BgC`, `Rich_Web_ContSl_L_T`, `Rich_Web_ContSl_LT_T`, `Rich_Web_ContSl_LT_FS`, `Rich_Web_ContSl_LT_FF`, `Rich_Web_ContSl_LT_C`, `Rich_Web_ContSl_L_T1_C`, `Rich_Web_ContSl_L_T2_C`, `Rich_Web_ContSl_L_T3_C`, `Rich_Web_ContSl_LT_T2_BC`, `Rich_Web_ContSl_L_C`, `Rich_Web_ContSl_LT_T2_AnC`, `Rich_Web_ContSl_LT_T3_BgC`, `Rich_Web_ContSl_L_S`, `Rich_Web_ContSl_Loading_Show`) VALUES
(1, '3', 'true', 'true', 'Loading', '#ffffff', 'Type 1', 'Type 2', '13', 'Abadi MT Condensed Light', '#000000', '#357ebf', '#0066bf', '#145b91', 'rgba(30,115,190,0.54)', '#dd9933', '#ffffff', '#dd3333', 'middle', 'true'),
(2, '4', 'true', 'false', 'Loading', '#ffffff', 'Type 3', 'Type 2', '13', 'Abadi MT Condensed Light', '#dd3333', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#000000', '#ffffff', '#dd3333', 'middle', 'true');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect3`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect3` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_animation` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_SShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_SShow_Speed` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Anim_Dur` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Ic_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_PPL_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Randomize` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Loop` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Height` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Border_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Border_Style` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Border_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Box_Shadow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Shadow_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Desc_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Desc_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Desc_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Desc_Font_Family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Desc_Text_Align` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Desc_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Desc_Transparency` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Title_Font_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Title_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Title_Text_Shadow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Title_Font_Family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Title_Text_Align` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Text` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Border_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Border_Style` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Border_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Font_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Font_Family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Transparency` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Hover_Border_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Hover_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Hover_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Link_Hover_Transparency` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Icon_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Icon_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_fsl_Hover_Icon_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect3`
--

INSERT INTO `pb_rich_web_slider_effect3` (`id`, `rich_web_slider_ID`, `rich_web_slider_name`, `rich_web_slider_type`, `rich_fsl_animation`, `rich_fsl_SShow`, `rich_fsl_SShow_Speed`, `rich_fsl_Anim_Dur`, `rich_fsl_Ic_Show`, `rich_fsl_PPL_Show`, `rich_fsl_Randomize`, `rich_fsl_Loop`, `rich_fsl_Width`, `rich_fsl_Height`, `rich_fsl_Border_Width`, `rich_fsl_Border_Style`, `rich_fsl_Border_Color`, `rich_fsl_Box_Shadow`, `rich_fsl_Shadow_Color`, `rich_fsl_Desc_Show`, `rich_fsl_Desc_Size`, `rich_fsl_Desc_Color`, `rich_fsl_Desc_Font_Family`, `rich_fsl_Desc_Text_Align`, `rich_fsl_Desc_Bg_Color`, `rich_fsl_Desc_Transparency`, `rich_fsl_Title_Font_Size`, `rich_fsl_Title_Color`, `rich_fsl_Title_Text_Shadow`, `rich_fsl_Title_Font_Family`, `rich_fsl_Title_Text_Align`, `rich_fsl_Link_Text`, `rich_fsl_Link_Border_Width`, `rich_fsl_Link_Border_Style`, `rich_fsl_Link_Border_Color`, `rich_fsl_Link_Font_Size`, `rich_fsl_Link_Color`, `rich_fsl_Link_Font_Family`, `rich_fsl_Link_Bg_Color`, `rich_fsl_Link_Transparency`, `rich_fsl_Link_Hover_Border_Color`, `rich_fsl_Link_Hover_Bg_Color`, `rich_fsl_Link_Hover_Color`, `rich_fsl_Link_Hover_Transparency`, `rich_fsl_Icon_Size`, `rich_fsl_Icon_Type`, `rich_fsl_Hover_Icon_Type`) VALUES
(1, '5', 'Fashion Slider 1', 'Fashion Slider', 'fade', '1', '3', '3', '1', '', '', '1', '750', '390', '0', 'solid', '#ffffff', '35', '#606060', 'on', '15', '#ffffff', 'Aldhabi', 'left', 'rgba(0,132,170,0.75)', '', '18', '#ffffff', '0', 'Aldhabi', 'center', 'View More', '0', 'solid', '#0084aa', '19', '#0084aa', 'Vijaya', 'rgba(255,255,255,0.65)', '', '#0084aa', '#0084aa', 'rgba(255,255,255,0.65)', '', '30', '1', '12'),
(2, '6', 'Fashion Slider 2', 'Fashion Slider', 'fade', '1', '3', '3', '1', '', '', '1', '600', '300', '4', 'solid', '#ffffff', '30', '#0084aa', 'on', '15', '#0084aa', 'Aldhabi', 'left', 'rgba(255,255,255,0.65)', '', '18', '#0084aa', '0', 'Aldhabi', 'center', 'View More', '0', 'solid', '#0084aa', '19', '#0084aa', 'Vijaya', 'rgba(255,255,255,0.65)', '', '#0084aa', '#0084aa', 'rgba(255,255,255,0.65)', '', '30', '1', '12');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect3_loader`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect3_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect3_loader`
--

INSERT INTO `pb_rich_web_slider_effect3_loader` (`id`, `rich_web_slider_ID`, `Rich_Web_FSl_L_Show`, `Rich_Web_FSl_LT_Show`, `Rich_Web_FSl_LT`, `Rich_Web_FSl_L_BgC`, `Rich_Web_FSl_L_T`, `Rich_Web_FSl_LT_T`, `Rich_Web_FSl_LT_FS`, `Rich_Web_FSl_LT_FF`, `Rich_Web_FSl_LT_C`, `Rich_Web_FSl_L_T1_C`, `Rich_Web_FSl_L_T2_C`, `Rich_Web_FSl_L_T3_C`, `Rich_Web_FSl_LT_T2_BC`, `Rich_Web_FSl_L_C`, `Rich_Web_FSl_LT_T2_AnC`, `Rich_Web_FSl_LT_T3_BgC`, `Rich_Web_FSl_L_S`, `Rich_Web_FSl_Loading_Show`) VALUES
(1, '5', 'false', 'true', 'Loading', '#ffffff', 'Type 4', 'Type 1', '18', 'Vijaya', '#0066bf', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#ffffff', '#ffffff', '#dd3333', 'large', 'true'),
(2, '6', 'false', 'true', 'Loading', '#ffffff', 'Type 2', 'Type 2', '17', 'Aldhabi', '#000000', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#ffffff', '#ffffff', '#dd3333', 'middle', 'true');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect4`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect4` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_BxSShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_BxSType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_BxS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_BxC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_TDABgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_TDAPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_LBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_TCC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_ArBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_ArBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_ArType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_ArHBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_ArHBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_ArText` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_ArLeft` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_ArRight` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_ArTextC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_ArTextFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_CT_ArTextFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect4`
--

INSERT INTO `pb_rich_web_slider_effect4` (`id`, `rich_web_slider_ID`, `rich_web_slider_name`, `rich_web_slider_type`, `Rich_Web_Sl_CT_W`, `Rich_Web_Sl_CT_H`, `Rich_Web_Sl_CT_BW`, `Rich_Web_Sl_CT_BS`, `Rich_Web_Sl_CT_BC`, `Rich_Web_Sl_CT_BxSShow`, `Rich_Web_Sl_CT_BxSType`, `Rich_Web_Sl_CT_BxS`, `Rich_Web_Sl_CT_BxC`, `Rich_Web_Sl_CT_TDABgC`, `Rich_Web_Sl_CT_TDAPos`, `Rich_Web_Sl_CT_LBgC`, `Rich_Web_Sl_CT_TFS`, `Rich_Web_Sl_CT_TFF`, `Rich_Web_Sl_CT_TCC`, `Rich_Web_Sl_CT_TC`, `Rich_Web_Sl_CT_ArBgC`, `Rich_Web_Sl_CT_ArBR`, `Rich_Web_Sl_CT_ArType`, `Rich_Web_Sl_CT_ArHBC`, `Rich_Web_Sl_CT_ArHBR`, `Rich_Web_Sl_CT_ArText`, `Rich_Web_Sl_CT_ArLeft`, `Rich_Web_Sl_CT_ArRight`, `Rich_Web_Sl_CT_ArTextC`, `Rich_Web_Sl_CT_ArTextFS`, `Rich_Web_Sl_CT_ArTextFF`) VALUES
(1, '7', 'Circle Thumbnails', 'Circle Thumbnails', '750', '410', '7', 'solid', '#ffffff', 'true', 'true', '8', '#009491', '#009491', 'bottom', '#009491', '23', 'Vijaya', '#ffffff', '#cccccc', '#007573', '25', '1', '#009491', '30', 'true', 'Prev', 'Next', '#ffffff', '20', 'Vijaya'),
(2, '8', 'Circle Thumbnails 2', 'Circle Thumbnails', '650', '370', '7', 'solid', '#ffffff', 'true', 'false', '20', '#009491', 'rgba(0,148,145,0.6)', 'top', 'rgba(0,148,145,0.6)', '23', 'Vijaya', '#ffffff', '#cccccc', '#007573', '25', '1', '#009491', '30', 'true', 'Prev', 'Next', 'rgba(255,255,255,0.6)', '20', 'Vijaya');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect4_loader`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect4_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CircleSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect4_loader`
--

INSERT INTO `pb_rich_web_slider_effect4_loader` (`id`, `rich_web_slider_ID`, `Rich_Web_CircleSl_L_Show`, `Rich_Web_CircleSl_LT_Show`, `Rich_Web_CircleSl_LT`, `Rich_Web_CircleSl_L_BgC`, `Rich_Web_CircleSl_L_T`, `Rich_Web_CircleSl_LT_T`, `Rich_Web_CircleSl_LT_FS`, `Rich_Web_CircleSl_LT_FF`, `Rich_Web_CircleSl_LT_C`, `Rich_Web_CircleSl_L_T1_C`, `Rich_Web_CircleSl_L_T2_C`, `Rich_Web_CircleSl_L_T3_C`, `Rich_Web_CircleSl_LT_T2_BC`, `Rich_Web_CircleSl_L_C`, `Rich_Web_CircleSl_LT_T2_AnC`, `Rich_Web_CircleSl_LT_T3_BgC`, `Rich_Web_CircleSl_L_S`, `Rich_Web_CircleSl_Loading_Show`) VALUES
(1, '7', 'false', 'true', 'Loading', '#ffffff', 'Type 1', 'Type 3', '15', 'Abadi MT Condensed Light', '#ffffff', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#dd9933', '#ffffff', '#009491', 'middle', 'true'),
(2, '8', 'true', 'false', 'Loading', '#ffffff', 'Type 4', 'Type 2', '13', 'Abadi MT Condensed Light', '#dd3333', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#009491', '#1e73be', '#dd3333', 'middle', 'true');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect5`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect5` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) NOT NULL,
  `rich_web_slider_name` varchar(255) NOT NULL,
  `rich_web_slider_type` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_BW` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_BS` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_BC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_BoxShShow` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_BoxShType` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_BoxSh` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_BoxShC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_IW` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_IH` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_IBW` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_IBS` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_IBC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_IBR` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_ICBW` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_ICBS` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_ICBC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_TBgC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_TC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_TFS` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_TFF` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_THBgC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_THC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Pop_OC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Pop_BW` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Pop_BC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Pop_BoxShShow` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Pop_BoxShType` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Pop_BoxSh` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Pop_BoxShC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_BgC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_C` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_FS` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_BW` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_BS` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_BC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_BR` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_HBgC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_HC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_Type` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_Text` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_IType` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_L_FF` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_BgC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_C` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_FS` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_BW` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_BS` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_BC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_BR` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_HBgC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_HC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_Type` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_Text` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_IType` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PI_FF` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_BgC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_C` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_FS` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_BW` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_BS` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_BC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_BR` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_HBgC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_HC` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_Type` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_FF` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_IType` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_Next` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_Arr_Prev` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PCI_FS` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PCI_C` varchar(255) NOT NULL,
  `Rich_Web_Sl_SC_PCI_Type` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `pb_rich_web_slider_effect5`
--

INSERT INTO `pb_rich_web_slider_effect5` (`id`, `rich_web_slider_ID`, `rich_web_slider_name`, `rich_web_slider_type`, `Rich_Web_Sl_SC_BW`, `Rich_Web_Sl_SC_BS`, `Rich_Web_Sl_SC_BC`, `Rich_Web_Sl_SC_BoxShShow`, `Rich_Web_Sl_SC_BoxShType`, `Rich_Web_Sl_SC_BoxSh`, `Rich_Web_Sl_SC_BoxShC`, `Rich_Web_Sl_SC_IW`, `Rich_Web_Sl_SC_IH`, `Rich_Web_Sl_SC_IBW`, `Rich_Web_Sl_SC_IBS`, `Rich_Web_Sl_SC_IBC`, `Rich_Web_Sl_SC_IBR`, `Rich_Web_Sl_SC_ICBW`, `Rich_Web_Sl_SC_ICBS`, `Rich_Web_Sl_SC_ICBC`, `Rich_Web_Sl_SC_TBgC`, `Rich_Web_Sl_SC_TC`, `Rich_Web_Sl_SC_TFS`, `Rich_Web_Sl_SC_TFF`, `Rich_Web_Sl_SC_THBgC`, `Rich_Web_Sl_SC_THC`, `Rich_Web_Sl_SC_Pop_OC`, `Rich_Web_Sl_SC_Pop_BW`, `Rich_Web_Sl_SC_Pop_BC`, `Rich_Web_Sl_SC_Pop_BoxShShow`, `Rich_Web_Sl_SC_Pop_BoxShType`, `Rich_Web_Sl_SC_Pop_BoxSh`, `Rich_Web_Sl_SC_Pop_BoxShC`, `Rich_Web_Sl_SC_L_BgC`, `Rich_Web_Sl_SC_L_C`, `Rich_Web_Sl_SC_L_FS`, `Rich_Web_Sl_SC_L_BW`, `Rich_Web_Sl_SC_L_BS`, `Rich_Web_Sl_SC_L_BC`, `Rich_Web_Sl_SC_L_BR`, `Rich_Web_Sl_SC_L_HBgC`, `Rich_Web_Sl_SC_L_HC`, `Rich_Web_Sl_SC_L_Type`, `Rich_Web_Sl_SC_L_Text`, `Rich_Web_Sl_SC_L_IType`, `Rich_Web_Sl_SC_L_FF`, `Rich_Web_Sl_SC_PI_BgC`, `Rich_Web_Sl_SC_PI_C`, `Rich_Web_Sl_SC_PI_FS`, `Rich_Web_Sl_SC_PI_BW`, `Rich_Web_Sl_SC_PI_BS`, `Rich_Web_Sl_SC_PI_BC`, `Rich_Web_Sl_SC_PI_BR`, `Rich_Web_Sl_SC_PI_HBgC`, `Rich_Web_Sl_SC_PI_HC`, `Rich_Web_Sl_SC_PI_Type`, `Rich_Web_Sl_SC_PI_Text`, `Rich_Web_Sl_SC_PI_IType`, `Rich_Web_Sl_SC_PI_FF`, `Rich_Web_Sl_SC_Arr_BgC`, `Rich_Web_Sl_SC_Arr_C`, `Rich_Web_Sl_SC_Arr_FS`, `Rich_Web_Sl_SC_Arr_BW`, `Rich_Web_Sl_SC_Arr_BS`, `Rich_Web_Sl_SC_Arr_BC`, `Rich_Web_Sl_SC_Arr_BR`, `Rich_Web_Sl_SC_Arr_HBgC`, `Rich_Web_Sl_SC_Arr_HC`, `Rich_Web_Sl_SC_Arr_Type`, `Rich_Web_Sl_SC_Arr_FF`, `Rich_Web_Sl_SC_Arr_IType`, `Rich_Web_Sl_SC_Arr_Next`, `Rich_Web_Sl_SC_Arr_Prev`, `Rich_Web_Sl_SC_PCI_FS`, `Rich_Web_Sl_SC_PCI_C`, `Rich_Web_Sl_SC_PCI_Type`) VALUES
(1, '9', 'Slider Carousel 1', 'Slider Carousel', '2', 'solid', '#ffffff', 'true', 'true', '15', '#0084aa', '270', '150', '4', 'solid', '#ffffff', '0', '0', 'solid', '#b5b5b5', '#0084aa', '#ffffff', '23', 'Vijaya', '#ffffff', '#0084aa', 'rgba(0,132,170,0.85)', '10', '#ffffff', 'true', 'false', '50', '#ffffff', 'rgba(255,255,255,0.7)', '#0084aa', '18', '0', 'solid', '#ffffff', '3', 'rgba(0,132,170,0.7)', '#ffffff', 'text', 'More', 'link', 'Vijaya', 'rgba(0,132,170,0.7)', '#ffffff', '18', '0', 'solid', '#0084aa', '3', 'rgba(255,255,255,0.7)', '#0084aa', 'text', 'Picture', 'picture-o', 'Gabriola', 'rgba(255,255,255,0.6)', '#0084aa', '20', '0', 'solid', '#6a90d8', '10', 'rgba(0,132,170,0.6)', '#ffffff', 'icon', 'Gabriola', 'angle', 'Next', 'Prev', '35', '#0084aa', 'home'),
(2, '10', 'Slider Carousel 2', 'Slider Carousel', '5', 'solid', '#ffffff', 'true', 'false', '25', '#0084aa', '270', '150', '5', 'solid', '#ffffff', '15', '0', 'solid', '#b5b5b5', '#0084aa', '#ffffff', '23', 'Vijaya', '#ffffff', '#0084aa', 'rgba(0,132,170,0.75)', '10', '#ffffff', 'true', 'false', '50', '#ffffff', 'rgba(255,255,255,0.5)', '#0084aa', '16', '0', 'solid', '#ffffff', '3', 'rgba(0,132,170,0.5)', '#ffffff', 'icon', 'More', 'link', 'Vijaya', 'rgba(0,132,170,0.5)', '#ffffff', '18', '0', 'solid', '#0084aa', '3', 'rgba(255,255,255,0.5)', '#0084aa', 'icon', 'Picture', 'picture-o', 'Gabriola', 'rgba(255,255,255,0.5)', '#0084aa', '20', '0', 'solid', '#6a90d8', '10', 'rgba(0,132,170,0.5)', '#ffffff', 'icon', 'Gabriola', 'angle-double', 'Next', 'Prev', '35', '#0084aa', 'times'),
(3, '21', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect5_loader`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect5_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_HT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_H_OvC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_CarSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=4 ;

--
-- Dumping data for table `pb_rich_web_slider_effect5_loader`
--

INSERT INTO `pb_rich_web_slider_effect5_loader` (`id`, `rich_web_slider_ID`, `Rich_Web_CarSl_L_Show`, `Rich_Web_CarSl_LT_Show`, `Rich_Web_CarSl_LT`, `Rich_Web_CarSl_L_BgC`, `Rich_Web_CarSl_L_T`, `Rich_Web_CarSl_LT_T`, `Rich_Web_CarSl_LT_FS`, `Rich_Web_CarSl_LT_FF`, `Rich_Web_CarSl_LT_C`, `Rich_Web_CarSl_L_T1_C`, `Rich_Web_CarSl_L_T2_C`, `Rich_Web_CarSl_L_T3_C`, `Rich_Web_CarSl_LT_T2_BC`, `Rich_Web_CarSl_L_C`, `Rich_Web_CarSl_LT_T2_AnC`, `Rich_Web_CarSl_LT_T3_BgC`, `Rich_Web_CarSl_HT`, `Rich_Web_CarSl_H_OvC`, `Rich_Web_CarSl_L_S`, `Rich_Web_CarSl_Loading_Show`) VALUES
(1, '9', 'true', 'true', 'Loading', '#ffffff', 'Type 3', 'Type 4', '18', 'Aharoni', '#1e73be', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#1e73be', '#ffffff', '#1e73be', '11', '#dd3333', 'middle', 'true'),
(2, '10', 'false', 'true', 'Loading', '#ffffff', 'Type 2', 'Type 3', '17', 'Aharoni', '#ffffff', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#ffffff', '#ffffff', '#1e73be', '11', '#dd3333', 'middle', 'true'),
(3, '21', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect6`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect6` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_TS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_PT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_SS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_SVis` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_CS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_SLoop` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_SSc` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_SlPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_ShNavBut` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_I_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_I_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_I_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_I_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_I_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_I_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_I_BoxShShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_I_BoxShType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_I_BoxSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_I_BoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_T_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_T_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Nav_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Nav_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Nav_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Nav_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Nav_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Nav_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Nav_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Nav_PB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Nav_CC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Nav_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Nav_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Arr_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Arr_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Arr_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_FS_Arr_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect6`
--

INSERT INTO `pb_rich_web_slider_effect6` (`id`, `rich_web_slider_ID`, `rich_web_slider_name`, `rich_web_slider_type`, `Rich_Web_Sl_FS_BgC`, `Rich_Web_Sl_FS_AP`, `Rich_Web_Sl_FS_TS`, `Rich_Web_Sl_FS_PT`, `Rich_Web_Sl_FS_SS`, `Rich_Web_Sl_FS_SVis`, `Rich_Web_Sl_FS_CS`, `Rich_Web_Sl_FS_SLoop`, `Rich_Web_Sl_FS_SSc`, `Rich_Web_Sl_FS_SlPos`, `Rich_Web_Sl_FS_ShNavBut`, `Rich_Web_Sl_FS_I_W`, `Rich_Web_Sl_FS_I_H`, `Rich_Web_Sl_FS_I_BW`, `Rich_Web_Sl_FS_I_BS`, `Rich_Web_Sl_FS_I_BC`, `Rich_Web_Sl_FS_I_BR`, `Rich_Web_Sl_FS_I_BoxShShow`, `Rich_Web_Sl_FS_I_BoxShType`, `Rich_Web_Sl_FS_I_BoxSh`, `Rich_Web_Sl_FS_I_BoxShC`, `Rich_Web_Sl_FS_T_C`, `Rich_Web_Sl_FS_T_FF`, `Rich_Web_Sl_FS_Nav_Show`, `Rich_Web_Sl_FS_Nav_W`, `Rich_Web_Sl_FS_Nav_H`, `Rich_Web_Sl_FS_Nav_BW`, `Rich_Web_Sl_FS_Nav_BS`, `Rich_Web_Sl_FS_Nav_BC`, `Rich_Web_Sl_FS_Nav_BR`, `Rich_Web_Sl_FS_Nav_PB`, `Rich_Web_Sl_FS_Nav_CC`, `Rich_Web_Sl_FS_Nav_HC`, `Rich_Web_Sl_FS_Nav_C`, `Rich_Web_Sl_FS_Arr_Show`, `Rich_Web_Sl_FS_Arr_Type`, `Rich_Web_Sl_FS_Arr_S`, `Rich_Web_Sl_FS_Arr_C`) VALUES
(1, '11', 'Flexible Slider 1', 'Flexible Slider', '#0084aa', 'true', '400', '4', '1', 'true', '6', 'true', '200', 'center', 'true', '225', '225', '5', 'solid', '#ffffff', '134', 'true', 'false', '33', '#0084aa', '#0084aa', 'Aldhabi', 'true', '15', '10', '1', 'solid', '#0084aa', '15', '3', '#0084aa', '#0066bf', '#ffffff', 'true', 'angle', '40', '#ffffff'),
(2, '12', 'Flexible Slider 2', 'Flexible Slider', '#0084aa', 'true', '400', '4', '1', 'true', '6', 'true', '200', 'center', 'true', '225', '225', '5', 'solid', '#ffffff', '0', 'true', 'true', '33', '#0084aa', '#0084aa', 'Aldhabi', 'true', '15', '10', '1', 'solid', '#0084aa', '15', '3', '#0084aa', '#0066bf', '#ffffff', 'true', 'angle', '40', '#ffffff');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect6_loader`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect6_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_FlexibleSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect6_loader`
--

INSERT INTO `pb_rich_web_slider_effect6_loader` (`id`, `rich_web_slider_ID`, `Rich_Web_FlexibleSl_L_Show`, `Rich_Web_FlexibleSl_LT_Show`, `Rich_Web_FlexibleSl_LT`, `Rich_Web_FlexibleSl_L_BgC`, `Rich_Web_FlexibleSl_L_T`, `Rich_Web_FlexibleSl_LT_T`, `Rich_Web_FlexibleSl_LT_FS`, `Rich_Web_FlexibleSl_LT_FF`, `Rich_Web_FlexibleSl_LT_C`, `Rich_Web_FlexibleSl_L_T1_C`, `Rich_Web_FlexibleSl_L_T2_C`, `Rich_Web_FlexibleSl_L_T3_C`, `Rich_Web_FlexibleSl_LT_T2_BC`, `Rich_Web_FlexibleSl_L_C`, `Rich_Web_FlexibleSl_LT_T2_AnC`, `Rich_Web_FlexibleSl_LT_T3_BgC`, `Rich_Web_FlexibleSl_L_S`, `Rich_Web_FlexibleSl_Loading_Show`) VALUES
(1, '11', 'true', 'false', 'Loading', '#ffffff', 'Type 1', 'Type 2', '13', 'Abadi MT Condensed Light', '#dd3333', '#dd8282', '#c9c9c9', '#000000', 'rgba(30,115,190,0.54)', '#ffffff', '#ffffff', '#dd3333', 'middle', 'true'),
(2, '12', 'true', 'false', 'Loading', '#ffffff', 'Type 3', 'Type 2', '13', 'Abadi MT Condensed Light', '#dd3333', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#0084aa', '#ffffff', '#dd3333', 'middle', 'true');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect7`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect7` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_PT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Tr` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_DFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_DFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_DC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_LFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_LFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_LC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_LBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_LBW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_LBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_LBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_LBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_LHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_LHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Arr_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Arr_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Arr_RT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Arr_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Arr_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Arr_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Arr_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Arr_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Arr_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Arr_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Arr_HBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Nav_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Nav_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Nav_PB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Nav_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Nav_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Nav_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Nav_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Nav_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Nav_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_DS_Nav_CC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect7`
--

INSERT INTO `pb_rich_web_slider_effect7` (`id`, `rich_web_slider_ID`, `rich_web_slider_name`, `rich_web_slider_type`, `Rich_Web_Sl_DS_AP`, `Rich_Web_Sl_DS_PT`, `Rich_Web_Sl_DS_Tr`, `Rich_Web_Sl_DS_H`, `Rich_Web_Sl_DS_BW`, `Rich_Web_Sl_DS_BS`, `Rich_Web_Sl_DS_BC`, `Rich_Web_Sl_DS_TFS`, `Rich_Web_Sl_DS_TFF`, `Rich_Web_Sl_DS_TC`, `Rich_Web_Sl_DS_DFS`, `Rich_Web_Sl_DS_DFF`, `Rich_Web_Sl_DS_DC`, `Rich_Web_Sl_DS_LFS`, `Rich_Web_Sl_DS_LFF`, `Rich_Web_Sl_DS_LC`, `Rich_Web_Sl_DS_LBgC`, `Rich_Web_Sl_DS_LBW`, `Rich_Web_Sl_DS_LBS`, `Rich_Web_Sl_DS_LBC`, `Rich_Web_Sl_DS_LBR`, `Rich_Web_Sl_DS_LHC`, `Rich_Web_Sl_DS_LHBgC`, `Rich_Web_Sl_DS_LT`, `Rich_Web_Sl_DS_Arr_Show`, `Rich_Web_Sl_DS_Arr_LT`, `Rich_Web_Sl_DS_Arr_RT`, `Rich_Web_Sl_DS_Arr_C`, `Rich_Web_Sl_DS_Arr_BgC`, `Rich_Web_Sl_DS_Arr_BW`, `Rich_Web_Sl_DS_Arr_BS`, `Rich_Web_Sl_DS_Arr_BC`, `Rich_Web_Sl_DS_Arr_BR`, `Rich_Web_Sl_DS_Arr_HC`, `Rich_Web_Sl_DS_Arr_HBgC`, `Rich_Web_Sl_DS_Nav_W`, `Rich_Web_Sl_DS_Nav_H`, `Rich_Web_Sl_DS_Nav_PB`, `Rich_Web_Sl_DS_Nav_BW`, `Rich_Web_Sl_DS_Nav_BS`, `Rich_Web_Sl_DS_Nav_BC`, `Rich_Web_Sl_DS_Nav_BR`, `Rich_Web_Sl_DS_Nav_C`, `Rich_Web_Sl_DS_Nav_HC`, `Rich_Web_Sl_DS_Nav_CC`) VALUES
(1, '13', 'Dynamic Slider 1', 'Dynamic Slider', 'true', '5', 'true', '250', '4', 'solid', '#ffffff', '15', 'Aldhabi', '#ffffff', '14', 'Aldhabi', '#598fbf', '16', 'Aldhabi', '#ffffff', '#dd3333', '0', 'dotted', '#4a1fc1', '0', '#dd3333', '#ffffff', 'View', 'true', 'Prev', 'Next', '#ffffff', '#0084aa', '0', 'solid', '#16a309', '46', '#ffffff', '#5598aa', '11', '12', '5', '1', 'solid', '#ffffff', '50', '#0084aa', '#dd3333', '#ffffff'),
(2, '14', 'Dynamic Slider 2', 'Dynamic Slider', 'true', '5', 'true', '400', '4', 'solid', '#ffffff', '18', 'Aldhabi', '#598fbf', '16', 'Aldhabi', '#ffffff', '16', 'Aldhabi', '#ffffff', 'rgba(221,51,51,0)', '1', 'solid', '#ffffff', '0', '#0084aa', 'rgba(255,255,255,0)', 'View More', 'true', 'Prev', 'Next', '#0084aa', 'rgba(255,255,255,0.45)', '0', 'solid', '#000000', '46', '#0084aa', '#ffffff', '10', '10', '5', '1', 'solid', '#ffffff', '50', '#0084aa', '#ffffff', '#ffffff');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect7_loader`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect7_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_ImgT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DynamicSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect7_loader`
--

INSERT INTO `pb_rich_web_slider_effect7_loader` (`id`, `rich_web_slider_ID`, `Rich_Web_DynamicSl_L_Show`, `Rich_Web_DynamicSl_LT_Show`, `Rich_Web_DynamicSl_LT`, `Rich_Web_DynamicSl_L_BgC`, `Rich_Web_DynamicSl_L_T`, `Rich_Web_DynamicSl_LT_T`, `Rich_Web_DynamicSl_LT_FS`, `Rich_Web_DynamicSl_LT_FF`, `Rich_Web_DynamicSl_LT_C`, `Rich_Web_DynamicSl_L_T1_C`, `Rich_Web_DynamicSl_L_T2_C`, `Rich_Web_DynamicSl_L_T3_C`, `Rich_Web_DynamicSl_LT_T2_BC`, `Rich_Web_DynamicSl_L_C`, `Rich_Web_DynamicSl_LT_T2_AnC`, `Rich_Web_DynamicSl_LT_T3_BgC`, `Rich_Web_DynamicSl_ImgT`, `Rich_Web_DynamicSl_L_S`, `Rich_Web_DynamicSl_Loading_Show`) VALUES
(1, '13', 'true', 'true', 'Loading', '#ffffff', 'Type 3', 'Type 2', '21', 'Gabriola', '#0084aa', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#007596', '#0084aa', '#dd3333', 'Type 2', 'middle', 'true'),
(2, '14', 'true', 'true', 'LOADING', '#ffffff', 'Type 2', 'Type 2', '13', 'Abadi MT Condensed Light', '#0084aa', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#0084aa', '#0084aa', '#dd3333', 'Type 1', 'middle', 'true');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect8`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect8` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_BoxShShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_BoxShType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_BoxSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_BoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_CM` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_TA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_PH` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Loop` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_PT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_CS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Nav_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Nav_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Nav_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Nav_PB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Nav_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Nav_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Nav_CBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Nav_HBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Nav_Pos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_SS_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_SS_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_SS_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_SS_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_SS_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_SS_StC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_SS_SpC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Arr_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Arr_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Arr_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Arr_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Pop_OvC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Pop_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Pop_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Pop_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Pop_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Pop_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Pop_ArrType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Pop_ArrS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_Pop_ArrC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_CIT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_CIS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Sl_TSL_CIC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect8`
--

INSERT INTO `pb_rich_web_slider_effect8` (`id`, `rich_web_slider_ID`, `rich_web_slider_name`, `rich_web_slider_type`, `Rich_Web_Sl_TSL_W`, `Rich_Web_Sl_TSL_H`, `Rich_Web_Sl_TSL_BW`, `Rich_Web_Sl_TSL_BS`, `Rich_Web_Sl_TSL_BC`, `Rich_Web_Sl_TSL_BR`, `Rich_Web_Sl_TSL_BoxShShow`, `Rich_Web_Sl_TSL_BoxShType`, `Rich_Web_Sl_TSL_BoxSh`, `Rich_Web_Sl_TSL_BoxShC`, `Rich_Web_Sl_TSL_CM`, `Rich_Web_Sl_TSL_TA`, `Rich_Web_Sl_TSL_AP`, `Rich_Web_Sl_TSL_PH`, `Rich_Web_Sl_TSL_Loop`, `Rich_Web_Sl_TSL_PT`, `Rich_Web_Sl_TSL_CS`, `Rich_Web_Sl_TSL_Nav_Show`, `Rich_Web_Sl_TSL_Nav_W`, `Rich_Web_Sl_TSL_Nav_H`, `Rich_Web_Sl_TSL_Nav_PB`, `Rich_Web_Sl_TSL_Nav_BC`, `Rich_Web_Sl_TSL_Nav_BR`, `Rich_Web_Sl_TSL_Nav_CBC`, `Rich_Web_Sl_TSL_Nav_HBC`, `Rich_Web_Sl_TSL_Nav_Pos`, `Rich_Web_Sl_TSL_SS_Show`, `Rich_Web_Sl_TSL_SS_W`, `Rich_Web_Sl_TSL_SS_H`, `Rich_Web_Sl_TSL_SS_BC`, `Rich_Web_Sl_TSL_SS_BR`, `Rich_Web_Sl_TSL_SS_StC`, `Rich_Web_Sl_TSL_SS_SpC`, `Rich_Web_Sl_TSL_Arr_Show`, `Rich_Web_Sl_TSL_Arr_Type`, `Rich_Web_Sl_TSL_Arr_S`, `Rich_Web_Sl_TSL_Arr_C`, `Rich_Web_Sl_TSL_Pop_OvC`, `Rich_Web_Sl_TSL_Pop_BW`, `Rich_Web_Sl_TSL_Pop_BS`, `Rich_Web_Sl_TSL_Pop_BC`, `Rich_Web_Sl_TSL_Pop_BR`, `Rich_Web_Sl_TSL_Pop_BgC`, `Rich_Web_Sl_TSL_TFS`, `Rich_Web_Sl_TSL_TFF`, `Rich_Web_Sl_TSL_TC`, `Rich_Web_Sl_TSL_Pop_ArrType`, `Rich_Web_Sl_TSL_Pop_ArrS`, `Rich_Web_Sl_TSL_Pop_ArrC`, `Rich_Web_Sl_TSL_CIT`, `Rich_Web_Sl_TSL_CIS`, `Rich_Web_Sl_TSL_CIC`) VALUES
(1, '15', 'Thumbnails Slider & Lightbox 1', 'Thumbnails Slider & Lightbox', '700', '425', '5', 'solid', '#598fbf', '0', 'true', 'false', '32', '#598fbf', 'vertical', 'true', 'true', 'true', 'true', '5', '500', 'true', '50', '50', '4', '#ffffff', '0', '#598fbf', '#598fbf', 'bottom', 'true', '10', '10', '#598fbf', '8', '#598fbf', '#ffffff', 'true', '9', '39', '#ffffff', 'rgba(89,143,191,0.85)', '0', 'solid', '#ffffff', '0', 'rgba(89,143,191,0)', '27', 'Gabriola', '#ffffff', 'angle-double', '27', '#ffffff', 'times-circle', '28', 'rgba(255,255,255,0.86)'),
(2, '16', 'Thumbnails Slider & Lightbox 2', 'Thumbnails Slider & Lightbox', '700', '425', '5', 'solid', '#ffffff', '0', 'true', 'true', '15', '#598fbf', 'fade', 'false', 'true', 'true', 'false', '5', '500', 'true', '25', '25', '6', 'rgba(255,255,255,0.43)', '20', 'rgba(89,143,191,0.46)', 'rgba(89,143,191,0.41)', 'top', 'false', '10', '10', '#598fbf', '8', '#598fbf', '#ffffff', 'true', '9', '39', '#ffffff', 'rgba(89,143,191,0.85)', '0', 'solid', '#ffffff', '0', 'rgba(89,143,191,0)', '27', 'Gabriola', '#ffffff', 'angle-double', '27', '#ffffff', 'times-circle', '28', 'rgba(255,255,255,0.86');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect8_loader`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect8_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect8_loader`
--

INSERT INTO `pb_rich_web_slider_effect8_loader` (`id`, `rich_web_slider_ID`, `Rich_Web_ThSl_L_Show`, `Rich_Web_ThSl_LT_Show`, `Rich_Web_ThSl_LT`, `Rich_Web_ThSl_L_BgC`, `Rich_Web_ThSl_L_T`, `Rich_Web_ThSl_LT_T`, `Rich_Web_ThSl_LT_FS`, `Rich_Web_ThSl_LT_FF`, `Rich_Web_ThSl_LT_C`, `Rich_Web_ThSl_L_T1_C`, `Rich_Web_ThSl_L_T2_C`, `Rich_Web_ThSl_L_T3_C`, `Rich_Web_ThSl_LT_T2_BC`, `Rich_Web_ThSl_L_C`, `Rich_Web_ThSl_LT_T2_AnC`, `Rich_Web_ThSl_LT_T3_BgC`, `Rich_Web_ThSl_L_S`, `Rich_Web_ThSl_Loading_Show`) VALUES
(1, '15', 'false', 'true', 'Loading', '#ffffff', 'Type 2', 'Type 1', '15', 'Abadi MT Condensed Light', '#828282', '#dd9933', '#dd9933', '#dd3333', '#000000', '#dd3333', '#ffffff', '#dd3333', 'middle', 'true'),
(2, '16', 'true', 'false', 'Loading', '#ffffff', 'Type 1', 'Type 2', '13', 'Abadi MT Condensed Light', '#dd3333', '#000000', '#606060', '#b7b7b7', '#000000', '#ffffff', '#81d742', '#dd3333', 'middle', 'true');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect9`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect9` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_BSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_BShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Img_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Img_BSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Img_BShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Title_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Title_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Title_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Title_TSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Title_TShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Title_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Link_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Link_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Link_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Link_TSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Link_TShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Link_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AcSL_Link_Text` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect9`
--

INSERT INTO `pb_rich_web_slider_effect9` (`id`, `rich_web_slider_ID`, `rich_web_slider_name`, `rich_web_slider_type`, `Rich_Web_AcSL_W`, `Rich_Web_AcSL_H`, `Rich_Web_AcSL_BW`, `Rich_Web_AcSL_BS`, `Rich_Web_AcSL_BC`, `Rich_Web_AcSL_BSh`, `Rich_Web_AcSL_BShC`, `Rich_Web_AcSL_Img_W`, `Rich_Web_AcSL_Img_BSh`, `Rich_Web_AcSL_Img_BShC`, `Rich_Web_AcSL_Title_FS`, `Rich_Web_AcSL_Title_FF`, `Rich_Web_AcSL_Title_C`, `Rich_Web_AcSL_Title_TSh`, `Rich_Web_AcSL_Title_TShC`, `Rich_Web_AcSL_Title_BgC`, `Rich_Web_AcSL_Link_FS`, `Rich_Web_AcSL_Link_FF`, `Rich_Web_AcSL_Link_C`, `Rich_Web_AcSL_Link_TSh`, `Rich_Web_AcSL_Link_TShC`, `Rich_Web_AcSL_Link_BgC`, `Rich_Web_AcSL_Link_Text`) VALUES
(1, '17', 'Accordion 1', 'Accordion Slider', '720', '350', '7', 'solid', '#eaeaea', '14', '#0084aa', '596', '2', '#eaeaea', '16', 'Aldhabi', '#ffffff', '3', '#ffffff', 'rgba(0,132,170,0.65)', '16', 'Vijaya', '#0084aa', '3', '#0084aa', 'rgba(255,255,255,0.6)', 'View . . .'),
(2, '18', 'Accordion 2', 'Accordion Slider', '720', '350', '7', 'solid', '#ffffff', '14', '#0084aa', '572', '3', '#ffffff', '16', 'Aldhabi', '#0084aa', '3', '#ffffff', 'rgba(255,255,255,0.8)', '16', 'Vijaya', '#ffffff', '3', 'rgba(0,132,170,0.5)', 'rgba(255,255,255,0.6)', 'View . . .');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect9_loader`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect9_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AccSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect9_loader`
--

INSERT INTO `pb_rich_web_slider_effect9_loader` (`id`, `rich_web_slider_ID`, `Rich_Web_AccSl_L_Show`, `Rich_Web_AccSl_LT_Show`, `Rich_Web_AccSl_LT`, `Rich_Web_AccSl_L_BgC`, `Rich_Web_AccSl_L_T`, `Rich_Web_AccSl_LT_T`, `Rich_Web_AccSl_LT_FS`, `Rich_Web_AccSl_LT_FF`, `Rich_Web_AccSl_LT_C`, `Rich_Web_AccSl_L_T1_C`, `Rich_Web_AccSl_L_T2_C`, `Rich_Web_AccSl_L_T3_C`, `Rich_Web_AccSl_LT_T2_BC`, `Rich_Web_AccSl_L_C`, `Rich_Web_AccSl_LT_T2_AnC`, `Rich_Web_AccSl_LT_T3_BgC`, `Rich_Web_AccSl_L_S`, `Rich_Web_AccSl_Loading_Show`) VALUES
(1, '17', 'false', 'true', 'Loading', '#ffffff', 'Type 2', 'Type 2', '17', 'Abadi MT Condensed Light', '#0084aa', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#ffffff', '#00688e', '#dd3333', 'middle', 'true'),
(2, '18', 'false', 'true', 'Loading', '#ffffff', 'Type 2', 'Type 2', '13', 'Abadi MT Condensed Light', '#0084aa', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#ffffff', '#007087', '#dd3333', 'middle', 'true');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect10`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect10` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_BSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_ShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_ET` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_SSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_SShChT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_T_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_T_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_T_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_T_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_T_TA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_T_Sh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_T_ShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_N_Sh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_N_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_N_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_N_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_N_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_N_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_N_HBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_N_CC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_N_M` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_Ic_Sh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_Ic_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_Ic_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_Ic_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_L_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_L_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_L1_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_L2_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnSL_L3_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect10`
--

INSERT INTO `pb_rich_web_slider_effect10` (`id`, `rich_web_slider_ID`, `rich_web_slider_name`, `rich_web_slider_type`, `Rich_Web_AnSL_W`, `Rich_Web_AnSL_H`, `Rich_Web_AnSL_BW`, `Rich_Web_AnSL_BS`, `Rich_Web_AnSL_BC`, `Rich_Web_AnSL_BR`, `Rich_Web_AnSL_BSh`, `Rich_Web_AnSL_ShC`, `Rich_Web_AnSL_ET`, `Rich_Web_AnSL_SSh`, `Rich_Web_AnSL_SShChT`, `Rich_Web_AnSL_T_FS`, `Rich_Web_AnSL_T_FF`, `Rich_Web_AnSL_T_C`, `Rich_Web_AnSL_T_BgC`, `Rich_Web_AnSL_T_TA`, `Rich_Web_AnSL_T_Sh`, `Rich_Web_AnSL_T_ShC`, `Rich_Web_AnSL_N_Sh`, `Rich_Web_AnSL_N_S`, `Rich_Web_AnSL_N_BW`, `Rich_Web_AnSL_N_BC`, `Rich_Web_AnSL_N_BgC`, `Rich_Web_AnSL_N_BS`, `Rich_Web_AnSL_N_HBgC`, `Rich_Web_AnSL_N_CC`, `Rich_Web_AnSL_N_M`, `Rich_Web_AnSL_Ic_Sh`, `Rich_Web_AnSL_Ic_T`, `Rich_Web_AnSL_Ic_S`, `Rich_Web_AnSL_Ic_C`, `Rich_Web_AnSL_L_BgC`, `Rich_Web_AnSL_L_T`, `Rich_Web_AnSL_L_FS`, `Rich_Web_AnSL_L_FF`, `Rich_Web_AnSL_L_C`, `Rich_Web_AnSL_L1_T`, `Rich_Web_AnSL_L2_T`, `Rich_Web_AnSL_L3_T`) VALUES
(1, '19', 'Animation Slider 1', 'Animation Slider', '700', '536', '0', 'none', '#1e73be', '0', '10', '#000000', '4', 'true', '5500', '22', 'Abadi MT Condensed Light', '#ffffff', 'rgba(0,0,0,0.3)', 'center', '5', 'Image', 'true', '13', '1', 'rgba(0,0,0,0.15)', 'rgba(0,0,0,0.15)', 'Type 1', 'rgba(255,255,255,0.4)', 'rgba(0,0,0,0.3)', '3', 'true', 'rich_web rich_web-angle-double', '40', '#ffffff', '#000000', 'Loading. Please Wait...', '16', 'Abadi MT Condensed Light', '#ffffff', '#ffffff', '#1e73be', '#bababa'),
(2, '20', 'Animation Slider 2', 'Animation Slider', '700', '536', '0', 'none', '#1e73be', '0', '0', 'rgba(0,0,0,0)', '6', 'true', '5500', '22', 'Abadi MT Condensed Light', '#ffffff', 'rgba(30,115,190,0.3)', 'center', '5', 'Icon', 'false', '13', '1', '#1e73be', '#1e73be', 'Type 1', 'rgba(255,255,255,0.4)', 'rgba(0,0,0,0.3)', '3', 'true', 'rich_web rich_web-caret', '50', 'rgba(30,115,190,0.8)', '#000000', 'Loading. Please Wait...', '16', 'Abadi MT Condensed Light', '#ffffff', '#ffffff', '#1e73be', '#bababa');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effect10_loader`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effect10_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_AnimSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_rich_web_slider_effect10_loader`
--

INSERT INTO `pb_rich_web_slider_effect10_loader` (`id`, `rich_web_slider_ID`, `Rich_Web_AnimSl_L_Show`, `Rich_Web_AnimSl_LT_Show`, `Rich_Web_AnimSl_LT`, `Rich_Web_AnimSl_L_BgC`, `Rich_Web_AnimSl_L_T`, `Rich_Web_AnimSl_LT_T`, `Rich_Web_AnimSl_LT_FS`, `Rich_Web_AnimSl_LT_FF`, `Rich_Web_AnimSl_LT_C`, `Rich_Web_AnimSl_L_T1_C`, `Rich_Web_AnimSl_L_T2_C`, `Rich_Web_AnimSl_L_T3_C`, `Rich_Web_AnimSl_LT_T2_BC`, `Rich_Web_AnimSl_L_C`, `Rich_Web_AnimSl_LT_T2_AnC`, `Rich_Web_AnimSl_LT_T3_BgC`, `Rich_Web_AnimSl_L_S`, `Rich_Web_AnimSl_Loading_Show`) VALUES
(1, '19', 'true', 'true', 'Loading', '#ffffff', 'Type 1', 'Type 2', '13', 'Abadi MT Condensed Light', '#dd3333', '#dd3333', '#dd0000', '#990700', 'rgba(30,115,190,0.54)', '#dd0000', '#dd3333', '#dd3333', 'middle', 'true'),
(2, '20', 'true', 'true', 'Loading', '#ffffff', 'Type 2', 'Type 2', '15', 'Abadi MT Condensed Light', '#004da0', '#dd9933', '#dd9933', '#dd3333', 'rgba(30,115,190,0.54)', '#1e73be', '#1e73be', '#dd3333', 'middle', 'true');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_effects_data`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_effects_data` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=22 ;

--
-- Dumping data for table `pb_rich_web_slider_effects_data`
--

INSERT INTO `pb_rich_web_slider_effects_data` (`id`, `slider_name`, `slider_type`) VALUES
(1, 'Slider Navigation 1', 'Slider Carousel'),
(2, 'Slider Navigation 2', 'Slider Navigation'),
(3, 'Content Slider', 'Content Slider'),
(4, 'Content-Slider', 'Content Slider'),
(5, 'Fashion Slider 1', 'Fashion Slider'),
(6, 'Fashion Slider 2', 'Fashion Slider'),
(7, 'Circle Thumbnails', 'Circle Thumbnails'),
(8, 'Circle Thumbnails 2', 'Circle Thumbnails'),
(9, 'Slider Carousel 1', 'Slider Carousel'),
(10, 'Slider Carousel 2', 'Slider Carousel'),
(11, 'Flexible Slider 1', 'Flexible Slider'),
(12, 'Flexible Slider 2', 'Flexible Slider'),
(13, 'Dynamic Slider 1', 'Dynamic Slider'),
(14, 'Dynamic Slider 2', 'Dynamic Slider'),
(15, 'Thumbnails Slider & Lightbox 1', 'Thumbnails Slider & Lightbox'),
(16, 'Thumbnails Slider & Lightbox 2', 'Thumbnails Slider & Lightbox'),
(17, 'Accordion 1', 'Accordion Slider'),
(18, 'Accordion 2', 'Accordion Slider'),
(19, 'Animation Slider 1', 'Animation Slider'),
(20, 'Animation Slider 2', 'Animation Slider'),
(21, 'Slider Navigation 1', 'Slider Carousel');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_font_family`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_font_family` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Font_family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=126 ;

--
-- Dumping data for table `pb_rich_web_slider_font_family`
--

INSERT INTO `pb_rich_web_slider_font_family` (`id`, `Font_family`) VALUES
(1, 'Abadi MT Condensed Light'),
(2, 'Aharoni'),
(3, 'Aldhabi'),
(4, 'Andalus'),
(5, 'Angsana New'),
(6, 'AngsanaUPC'),
(7, 'Aparajita'),
(8, 'Arabic Typesetting'),
(9, 'Arial'),
(10, 'Arial Black'),
(11, 'Batang'),
(12, 'BatangChe'),
(13, 'Browallia New'),
(14, 'BrowalliaUPC'),
(15, 'Calibri'),
(16, 'Calibri Light'),
(17, 'Calisto MT'),
(18, 'Cambria'),
(19, 'Candara'),
(20, 'Century Gothic'),
(21, 'Comic Sans MS'),
(22, 'Consolas'),
(23, 'Constantia'),
(24, 'Copperplate Gothic'),
(25, 'Copperplate Gothic Light'),
(26, 'Corbel'),
(27, 'Cordia New'),
(28, 'CordiaUPC'),
(29, 'Courier New'),
(30, 'DaunPenh'),
(31, 'David'),
(32, 'DFKai-SB'),
(33, 'DilleniaUPC'),
(34, 'DokChampa'),
(35, 'Dotum'),
(36, 'DotumChe'),
(37, 'Ebrima'),
(38, 'Estrangelo Edessa'),
(39, 'EucrosiaUPC'),
(40, 'Euphemia'),
(41, 'FangSong'),
(42, 'Franklin Gothic Medium'),
(43, 'FrankRuehl'),
(44, 'FreesiaUPC'),
(45, 'Gabriola'),
(46, 'Gadugi'),
(47, 'Gautami'),
(48, 'Georgia'),
(49, 'Gisha'),
(50, 'Gulim'),
(51, 'GulimChe'),
(52, 'Gungsuh'),
(53, 'GungsuhChe'),
(54, 'Impact'),
(55, 'IrisUPC'),
(56, 'Iskoola Pota'),
(57, 'JasmineUPC'),
(58, 'KaiTi'),
(59, 'Kalinga'),
(60, 'Kartika'),
(61, 'Khmer UI'),
(62, 'KodchiangUPC'),
(63, 'Kokila'),
(64, 'Lao UI'),
(65, 'Latha'),
(66, 'Leelawadee'),
(67, 'Levenim MT'),
(68, 'LilyUPC'),
(69, 'Lucida Console'),
(70, 'Lucida Handwriting Italic'),
(71, 'Lucida Sans Unicode'),
(72, 'Malgun Gothic'),
(73, 'Mangal'),
(74, 'Manny ITC'),
(75, 'Marlett'),
(76, 'Meiryo'),
(77, 'Meiryo UI'),
(78, 'Microsoft Himalaya'),
(79, 'Microsoft JhengHei'),
(80, 'Microsoft JhengHei UI'),
(81, 'Microsoft New Tai Lue'),
(82, 'Microsoft PhagsPa'),
(83, 'Microsoft Sans Serif'),
(84, 'Microsoft Tai Le'),
(85, 'Microsoft Uighur'),
(86, 'Microsoft YaHei'),
(87, 'Microsoft YaHei UI'),
(88, 'Microsoft Yi Baiti'),
(89, 'MingLiU_HKSCS'),
(90, 'MingLiU_HKSCS-ExtB'),
(91, 'Miriam'),
(92, 'Mongolian Baiti'),
(93, 'MoolBoran'),
(94, 'MS UI Gothic'),
(95, 'MV Boli'),
(96, 'Myanmar Text'),
(97, 'Narkisim'),
(98, 'Nirmala UI'),
(99, 'News Gothic MT'),
(100, 'NSimSun'),
(101, 'Nyala'),
(102, 'Palatino Linotype'),
(103, 'Plantagenet Cherokee'),
(104, 'Raavi'),
(105, 'Rod'),
(106, 'Sakkal Majalla'),
(107, 'Segoe Print'),
(108, 'Segoe Script'),
(109, 'Segoe UI Symbol'),
(110, 'Shonar Bangla'),
(111, 'Shruti'),
(112, 'SimHei'),
(113, 'SimKai'),
(114, 'Simplified Arabic'),
(115, 'SimSun'),
(116, 'SimSun-ExtB'),
(117, 'Sylfaen'),
(118, 'Tahoma'),
(119, 'Times New Roman'),
(120, 'Traditional Arabic'),
(121, 'Trebuchet MS'),
(122, 'Tunga'),
(123, 'Utsaah'),
(124, 'Vani'),
(125, 'Vijaya');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_slider_id`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_slider_id` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Slider_ID` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `pb_rich_web_slider_id`
--

INSERT INTO `pb_rich_web_slider_id` (`id`, `Slider_ID`) VALUES
(1, 1),
(2, 2),
(3, 3),
(4, 4),
(5, 5),
(6, 6);

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_tabs_effects_data`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_tabs_effects_data` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Rich_Web_Tabs_T_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_Ty` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=17 ;

--
-- Dumping data for table `pb_rich_web_tabs_effects_data`
--

INSERT INTO `pb_rich_web_tabs_effects_data` (`id`, `Rich_Web_Tabs_T_T`, `Rich_Web_Tabs_T_Ty`) VALUES
(1, 'Tabs - 1', 'Rich_Tabs_1'),
(2, 'Tabs - 2', 'Rich_Tabs_1'),
(3, 'Tabs - 3', 'Rich_Tabs_1'),
(4, 'Tabs - 4', 'Rich_Tabs_1'),
(5, 'Tabs - 5', 'Rich_Tabs_1'),
(6, 'Tabs - 6', 'Rich_Tabs_1'),
(7, 'Tabs - 7', 'Rich_Tabs_1'),
(8, 'Accordion - 1', 'Rich_Tabs_2'),
(9, 'Accordion - 2', 'Rich_Tabs_2'),
(10, 'Accordion - 3', 'Rich_Tabs_2'),
(11, 'Accordion - 4', 'Rich_Tabs_2'),
(12, 'Accordion - 5', 'Rich_Tabs_2'),
(13, 'Accordion - 6', 'Rich_Tabs_2'),
(14, 'Accordion - 7', 'Rich_Tabs_2'),
(15, 'Tabs - 8', 'Rich_Tabs_1'),
(16, 'Accordion - 8', 'Rich_Tabs_2');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_tabs_effect_1`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_tabs_effect_1` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Tabs_T_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_Ty` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_Al` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_CA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_NavM` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_NavAl` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_N_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_N_MBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_N_MBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_N_PB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_N_IBSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_N_OBSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_N_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_N_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_N_IS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_S_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_S_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_S_HBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_S_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_S_CBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_S_CC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_C_BgT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_C_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_C_BgC2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_C_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_C_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_C_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_C_IBSC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_C_OBSC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_01` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_02` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_03` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_04` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_05` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_06` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_07` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_08` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_09` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_10` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=17 ;

--
-- Dumping data for table `pb_rich_web_tabs_effect_1`
--

INSERT INTO `pb_rich_web_tabs_effect_1` (`id`, `Tabs_T_ID`, `Rich_Web_Tabs_T_T`, `Rich_Web_Tabs_T_Ty`, `Rich_Web_Tabs_T_W`, `Rich_Web_Tabs_T_Al`, `Rich_Web_Tabs_T_CA`, `Rich_Web_Tabs_T_NavM`, `Rich_Web_Tabs_T_NavAl`, `Rich_Web_Tabs_T_N_S`, `Rich_Web_Tabs_T_N_MBgC`, `Rich_Web_Tabs_T_N_MBC`, `Rich_Web_Tabs_T_N_PB`, `Rich_Web_Tabs_T_N_IBSh`, `Rich_Web_Tabs_T_N_OBSh`, `Rich_Web_Tabs_T_N_FS`, `Rich_Web_Tabs_T_N_FF`, `Rich_Web_Tabs_T_N_IS`, `Rich_Web_Tabs_T_S_BgC`, `Rich_Web_Tabs_T_S_C`, `Rich_Web_Tabs_T_S_HBgC`, `Rich_Web_Tabs_T_S_HC`, `Rich_Web_Tabs_T_S_CBgC`, `Rich_Web_Tabs_T_S_CC`, `Rich_Web_Tabs_T_C_BgT`, `Rich_Web_Tabs_T_C_BgC`, `Rich_Web_Tabs_T_C_BgC2`, `Rich_Web_Tabs_T_C_BW`, `Rich_Web_Tabs_T_C_BC`, `Rich_Web_Tabs_T_C_BR`, `Rich_Web_Tabs_T_C_IBSC`, `Rich_Web_Tabs_T_C_OBSC`, `Rich_Web_Tabs_T_01`, `Rich_Web_Tabs_T_02`, `Rich_Web_Tabs_T_03`, `Rich_Web_Tabs_T_04`, `Rich_Web_Tabs_T_05`, `Rich_Web_Tabs_T_06`, `Rich_Web_Tabs_T_07`, `Rich_Web_Tabs_T_08`, `Rich_Web_Tabs_T_09`, `Rich_Web_Tabs_T_10`) VALUES
(1, '1', 'Tabs - 1', 'Rich_Tabs_1', '100', 'left', 'Scale', 'horizontal', 'left', 'Rich_Web_Tabs_tabs_1', 'rgba(78,127,163,0)', 'rgba(59,62,112,0.01)', '5', 'rgba(140,140,140,0.01)', 'rgba(79,49,89,0.01)', '14', 'Abadi MT Condensed Light', '20', '#dd0000', '#ffffff', '#c40000', '#ffffff', '#c40000', '#ffffff', 'color', 'rgba(255,255,255,0.01)', '#337033', '0', '#dd3333', '1', 'rgba(0,0,0,0.1)', 'rgba(221,51,51,0)', '', '', '', '', '', '', '', '', '', ''),
(2, '2', 'Tabs - 2', 'Rich_Tabs_1', '100', 'left', 'FadeUp', 'horizontal', 'center', 'Rich_Web_Tabs_tabs_2', 'rgba(78,127,163,0)', 'rgba(59,62,112,0.01)', '5', 'rgba(140,140,140,0.01)', 'rgba(79,49,89,0.01)', '14', 'Abadi MT Condensed Light', '20', '#ffffff', 'rgba(0,255,225,0.59)', 'rgba(0,255,225,0.59)', '#ffffff', 'rgba(0,255,225,0.59)', '#ffffff', 'gradient', 'rgba(255,255,255,0.01)', 'rgba(0,255,225,0.59)', '0', 'rgba(0,255,225,0.59)', '1', 'rgba(0,0,0,0.01)', 'rgba(221,51,51,0)', '', '', '', '', '', '', '', '', '', ''),
(3, '3', 'Tabs - 3', 'Rich_Tabs_1', '100', 'left', 'SlideUp', 'horizontal', 'left', 'Rich_Web_Tabs_tabs_6', '#0c4e7a', 'rgba(59,62,112,0.01)', '5', 'rgba(140,140,140,0.01)', 'rgba(79,49,89,0.01)', '14', 'Abadi MT Condensed Light', '20', '#0c4e7a', '#ffffff', '#0c4e7a', '#ffffff', '#0c4e7a', '#ffffff', 'color', 'rgba(224,224,224,0.49)', '#337033', '0', '#dd3333', '1', 'rgba(0,0,0,0.1)', 'rgba(221,51,51,0)', '', '', '', '', '', '', '', '', '', ''),
(4, '4', 'Tabs - 4', 'Rich_Tabs_1', '100', 'left', 'Scale', 'horizontal', 'left', 'Rich_Web_Tabs_tabs_8', 'rgba(78,127,163,0)', '#dd9933', '5', 'rgba(140,140,140,0.01)', 'rgba(79,49,89,0.01)', '14', 'Abadi MT Condensed Light', '20', 'rgba(255,255,255,0.01)', '#c90035', 'rgba(255,255,255,0.02)', '#ff2861', '#ffffff', '#ff3d70', 'color', '#c90035', '#337033', '0', '#dd3333', '1', 'rgba(0,0,0,0.1)', 'rgba(0,0,0,0.42)', '', '', '', '', '', '', '', '', '', ''),
(5, '5', 'Tabs - 5', 'Rich_Tabs_1', '100', 'left', 'Scale', 'vertical', 'top', 'Rich_Web_Tabs_tabs_15', 'rgba(78,127,163,0)', 'rgba(59,62,112,0.01)', '5', 'rgba(140,140,140,0.01)', 'rgba(79,49,89,0.01)', '14', 'Abadi MT Condensed Light', '20', '#dd0000', '#ffffff', '#c40000', '#ffffff', '#c40000', '#ffffff', 'color', 'rgba(255,255,255,0.01)', '#337033', '0', '#dd3333', '1', 'rgba(0,0,0,0.01)', 'rgba(221,51,51,0)', '', '', '', '', '', '', '', '', '', ''),
(6, '6', 'Tabs - 6', 'Rich_Tabs_1', '100', 'left', 'Scale', 'vertical', 'top', 'Rich_Web_Tabs_tabs_14', 'rgba(78,127,163,0)', 'rgba(59,62,112,0.01)', '0', 'rgba(140,140,140,0.01)', 'rgba(79,49,89,0.01)', '14', 'Aldhabi', '20', '#000000', '#ffffff', '#a30000', '#ffffff', '#a30000', '#ffffff', 'color', 'rgba(255,255,255,0.01)', '#337033', '1', '#000000', '1', 'rgba(0,0,0,0.1)', 'rgba(10,10,10,0.16)', '', '', '', '', '', '', '', '', '', ''),
(7, '7', 'Tabs - 7', 'Rich_Tabs_1', '100', 'left', 'Scale', 'vertical', 'top', 'Rich_Web_Tabs_tabs_13', 'rgba(78,127,163,0)', 'rgba(59,62,112,0.01)', '5', 'rgba(140,140,140,0.01)', 'rgba(79,49,89,0.01)', '14', 'Abadi MT Condensed Light', '20', '#004859', '#ffffff', '#00576b', '#ffffff', '#004859', '#ffffff', 'color', '#004859', '#337033', '0', '#dd3333', '1', 'rgba(255,255,255,0.45)', 'rgba(255,255,255,0.26)', '', '', '', '', '', '', '', '', '', ''),
(8, '8', 'Accordion - 1', 'Rich_Tabs_2', '100', 'center', 'fade', '19', '', 'Rich_Web_Tabs_acd_2', '#dd9933', '#dd9933', '8', 'rgba(18,204,142,0.01)', 'rgba(31,120,221,0.02)', 'plus', 'Abadi MT Condensed Light', '20', '#ffffff', '#000000', '#f2f2f2', '#000000', '#ffffff', '#a86a00', 'color', 'rgba(255,255,255,0.01)', '#1956d1', '0', '#ffffff', '1', 'rgba(221,153,51,0.02)', 'rgba(45,171,196,0.01)', '8', 'style_bg_2', '#ffffff', 'style_ti_none', '#a86a00', '22', '#ffffff', '#ffffff', '#ffffff', '22'),
(9, '9', 'Accordion - 2', 'Rich_Tabs_2', '100', 'center', 'slide', '16', '', 'Rich_Web_Tabs_acd_2', '#dd0000', '#000000', '8', 'rgba(255,255,255,0.01)', 'rgba(255,255,255,0.01)', 'arrow-circle-up', 'Abadi MT Condensed Light', '20', '#dd0000', '#ffffff', '#dd0000', '#ffffff', '#ffffff', '#ffffff', 'color', '#e0e0e0', '', '0', '#ffffff', '6', 'rgba(255,255,255,0.06)', 'rgba(0,0,0,0.03)', '15', 'style_bg_7', '#ffffff', 'style_ti_none', '#ffffff', '14', '#dd0000', '#dd0000', '#dd0000', '14'),
(10, '10', 'Accordion - 3', 'Rich_Tabs_2', '100', 'center', 'fade', '26', '', 'Rich_Web_Tabs_acd_6', '#ffffff', '#1584a5', '18', 'rgba(0,0,0,0.01)', 'rgba(255,255,255,0.02)', 'angle-double-up', 'Abadi MT Condensed Light', '20', '#ffffff', '#1584a5', '#ffffff', '#007fa5', '#e8e8e8', '#ffffff', 'color', '#f7f7f7', '#e8e8e8', '0', '#e8e8e8', '14', 'rgba(232,232,232,0.04)', 'rgba(0,0,0,0.12)', '18', 'style_bg_none', '#1584a5', 'style_ti_none', '#e8e8e8', '16', '#1584a5', '#1584a5', '#1584a5', '16'),
(11, '11', 'Accordion - 4', 'Rich_Tabs_2', '100', 'center', 'fade', '18', '', 'Rich_Web_Tabs_acd_12', '#1b95ba', '#dd3333', '6', 'rgba(0,0,0,0)', 'rgba(0,0,0,0)', 'plus', 'Abadi MT Condensed Light', '20', '#1b95ba', '#ffffff', '#1b95ba', '#ffffff', '#ffffff', '#dddddd', 'color', 'rgba(255,255,255,0.01)', '#ffffff', '0', '#1b95ba', '1', '#e8e8e8', '#c9c9c9', '20', 'style_bg_none', '#ffffff', 'style_ti_none', '#ffffff', '19', '#ffffff', '#ffffff', '#ffffff', '19'),
(12, '12', 'Accordion - 5', 'Rich_Tabs_2', '100', 'center', 'slide', '22', '', 'Rich_Web_Tabs_acd_14', '#dd0000', '#c10600', '8', 'rgba(18,204,142,0.01)', 'rgba(31,120,221,0.02)', 'angle-up', 'Abadi MT Condensed Light', '20', '#dd0000', '#ffffff', '#dd0000', '#ffffff', '#eeee22', '#eeee22', 'color', 'rgba(255,255,255,0.01)', '#1956d1', '0', '#ffffff', '1', 'rgba(221,153,51,0.02)', 'rgba(45,171,196,0.01)', '8', 'style_bg_2', '#ffffff', 'style_ti_none', '#eeee22', '15', '#ffffff', '#ffffff', '#ffffff', '15'),
(13, '13', 'Accordion - 6', 'Rich_Tabs_2', '100', 'center', 'fade', '19', '', 'Rich_Web_Tabs_acd_15', '#e2e2e2', '#000000', '8', 'rgba(18,204,142,0.01)', 'rgba(31,120,221,0.02)', 'sort-desc', 'Abadi MT Condensed Light', '20', '#e2e2e2', '#000000', '#e2e2e2', '#000000', '#dd0000', '#dd0000', 'color', '#e2e2e2', '#1956d1', '0', '#ffffff', '1', 'rgba(221,153,51,0.02)', 'rgba(45,171,196,0.01)', '8', 'style_bg_5', '#ffffff', 'style_ti_none', '#dd0000', '15', '#dd0000', '#dd0000', '#dd0000', '15'),
(14, '14', 'Accordion - 7', 'Rich_Tabs_2', '100', 'center', 'clip', '19', '', 'Rich_Web_Tabs_acd_30', '#ff2861', '#ff2861', '20', '#a5a5a5', '#a5a5a5', 'circle', 'Abadi MT Condensed Light', '20', '#ffffff', '#ff2861', '#ff2861', '#ffffff', '#ffffff', '#ffffff', 'color', '#ffffff', '#1956d1', '0', '#ffffff', '1', 'rgba(221,153,51,0.02)', 'rgba(45,171,196,0.01)', '8', 'style_bg_2', '#ffffff', 'style_ti_none', '#ffffff', '15', '#ff2861', '#ffffff', '#ffffff', '15'),
(15, '15', 'Tabs - 8', 'Rich_Tabs_1', '100', 'left', 'Scale', 'horizontal', 'left', 'Rich_Web_Tabs_tabs_25', 'rgba(78,127,163,0)', '#000000', '5', 'rgba(140,140,140,0.01)', 'rgba(79,49,89,0.01)', '14', 'Abadi MT Condensed Light', '20', '#59d600', '#ffffff', '#59d600', '#ffffff', '#59c600', '#ffffff', 'color', '#ffffff', '#000000', '0', '#dd3333', '1', 'rgba(255,0,0,0)', 'rgba(221,153,51,0)', '', '', '', '', '', '', '', '', '', ''),
(16, '16', 'Accordion - 8', 'Rich_Tabs_2', '100', 'center', 'slide', '19', '', 'Rich_Web_Tabs_acd_31', '#dd9933', '#dd9933', '8', 'rgba(18,204,142,0.01)', 'rgba(31,120,221,0.02)', 'plus', 'Abadi MT Condensed Light', '20', '#dd8500', '#000000', '#dd8500', '#ffffff', '#ffffff', '#a86a00', 'color', 'rgba(255,255,255,0.01)', '#1956d1', '0', '#ffffff', '1', 'rgba(221,153,51,0.02)', 'rgba(45,171,196,0.01)', '8', 'style_bg_2', '#ffffff', 'style_ti_none', '#a86a00', '22', '#ffffff', '#ffffff', '#ffffff', '22');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_tabs_effect_2`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_tabs_effect_2` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Tabs_T_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Acd_border_col` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Acd_border_col_hover` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Acd_border_col_active` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Acd_border_width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Acd_border_style` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_01` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_02` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_03` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_04` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_05` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_06` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_07` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_08` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_09` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_10` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_11` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_12` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_13` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_14` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_15` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_16` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_17` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_18` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_19` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_20` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_21` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_22` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_23` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_24` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_25` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_26` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_27` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_28` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_29` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_30` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_31` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_32` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_33` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_34` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_T_35` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=9 ;

--
-- Dumping data for table `pb_rich_web_tabs_effect_2`
--

INSERT INTO `pb_rich_web_tabs_effect_2` (`id`, `Tabs_T_ID`, `Rich_Web_Acd_border_col`, `Rich_Web_Acd_border_col_hover`, `Rich_Web_Acd_border_col_active`, `Rich_Web_Acd_border_width`, `Rich_Web_Acd_border_style`, `Rich_Web_Tabs_T_01`, `Rich_Web_Tabs_T_02`, `Rich_Web_Tabs_T_03`, `Rich_Web_Tabs_T_04`, `Rich_Web_Tabs_T_05`, `Rich_Web_Tabs_T_06`, `Rich_Web_Tabs_T_07`, `Rich_Web_Tabs_T_08`, `Rich_Web_Tabs_T_09`, `Rich_Web_Tabs_T_10`, `Rich_Web_Tabs_T_11`, `Rich_Web_Tabs_T_12`, `Rich_Web_Tabs_T_13`, `Rich_Web_Tabs_T_14`, `Rich_Web_Tabs_T_15`, `Rich_Web_Tabs_T_16`, `Rich_Web_Tabs_T_17`, `Rich_Web_Tabs_T_18`, `Rich_Web_Tabs_T_19`, `Rich_Web_Tabs_T_20`, `Rich_Web_Tabs_T_21`, `Rich_Web_Tabs_T_22`, `Rich_Web_Tabs_T_23`, `Rich_Web_Tabs_T_24`, `Rich_Web_Tabs_T_25`, `Rich_Web_Tabs_T_26`, `Rich_Web_Tabs_T_27`, `Rich_Web_Tabs_T_28`, `Rich_Web_Tabs_T_29`, `Rich_Web_Tabs_T_30`, `Rich_Web_Tabs_T_31`, `Rich_Web_Tabs_T_32`, `Rich_Web_Tabs_T_33`, `Rich_Web_Tabs_T_34`, `Rich_Web_Tabs_T_35`) VALUES
(1, '8', 'rgba(46,186,144,0.01)', 'rgba(255,255,255,0.02)', 'rgba(67,33,104,0.01)', '0', 'none', '10', 'none', 'rgba(0,0,0,0)', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
(2, '9', '#ffffff', '#ffffff', '#ffffff', '0', 'solid', '0', 'none', 'rgba(0,0,0,0)', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
(3, '10', '#ffffff', '#ffffff', '#ffffff', '0', 'solid', '8', 'none', 'rgba(0,0,0,0)', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
(4, '11', 'rgba(46,186,144,0.01)', 'rgba(255,255,255,0.02)', 'rgba(67,33,104,0.01)', '0', 'none', '4', 'none', 'rgba(0,0,0,0)', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
(5, '12', 'rgba(46,186,144,0.01)', 'rgba(255,255,255,0.02)', 'rgba(67,33,104,0.01)', '0', 'solid', '10', 'style_bsh_1', 'rgba(0,0,0,0)', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
(6, '13', 'rgba(46,186,144,0.01)', 'rgba(255,255,255,0.02)', 'rgba(67,33,104,0.01)', '0', 'solid', '0', 'style_bsh_1', 'rgba(0,0,0,0)', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
(7, '14', 'rgba(46,186,144,0.01)', 'rgba(255,255,255,0.02)', 'rgba(67,33,104,0.01)', '0', 'solid', '1', 'style_bsh_12', '#a5a5a5', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
(8, '16', 'rgba(46,186,144,0.01)', 'rgba(255,255,255,0.02)', 'rgba(67,33,104,0.01)', '0', 'none', '10', 'none', 'rgba(0,0,0,0)', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_tabs_fields`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_tabs_fields` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Tabs_ID` int(10) NOT NULL,
  `Tabs_Subtitle` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Tabs_Subicon` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Tabs_Subcontent` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_Fields_01` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_Fields_02` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_Fields_03` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_Fields_04` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_Tabs_Fields_05` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_tabs_id`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_tabs_id` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Tabs_ID` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `pb_rich_web_tabs_id`
--

INSERT INTO `pb_rich_web_tabs_id` (`id`, `Tabs_ID`) VALUES
(1, 1),
(2, 2),
(3, 3);

-- --------------------------------------------------------

--
-- Table structure for table `pb_rich_web_tabs_manager`
--

CREATE TABLE IF NOT EXISTS `pb_rich_web_tabs_manager` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Tabs_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Tabs_theme` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `SubTitles_Count` int(10) NOT NULL,
  `Tabs_option_01` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Tabs_option_02` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Tabs_option_03` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Tabs_option_04` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Tabs_option_05` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=4 ;

--
-- Dumping data for table `pb_rich_web_tabs_manager`
--

INSERT INTO `pb_rich_web_tabs_manager` (`id`, `Tabs_name`, `Tabs_theme`, `SubTitles_Count`, `Tabs_option_01`, `Tabs_option_02`, `Tabs_option_03`, `Tabs_option_04`, `Tabs_option_05`) VALUES
(3, 'tab', 'Accordion - 1', 0, '', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `pb_scroll_news`
--

CREATE TABLE IF NOT EXISTS `pb_scroll_news` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` varchar(2000) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `createdon` datetime NOT NULL,
  `custom_link` varchar(1000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `pb_scroll_news`
--

INSERT INTO `pb_scroll_news` (`id`, `title`, `content`, `createdon`, `custom_link`) VALUES
(1, 'newsRight', 'TEST', '2017-10-15 04:48:03', 'http://blog.i13websolution.com/live-preview-vertical-news-scroller/');

-- --------------------------------------------------------

--
-- Table structure for table `pb_termmeta`
--

CREATE TABLE IF NOT EXISTS `pb_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `pb_terms`
--

CREATE TABLE IF NOT EXISTS `pb_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=23 ;

--
-- Dumping data for table `pb_terms`
--

INSERT INTO `pb_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(3, '▶ AWARDS', 'awards', 0),
(4, '▶ HEALTH', 'health', 0),
(6, '📌 CINEMA', 'cinema', 0),
(7, '▶ GOSSIP', 'gossip', 0),
(9, 'TOP MENU', 'top-menu', 0),
(10, '⚽ SPORTS', 'breaking', 0),
(14, 'post-format-chat', 'post-format-chat', 0),
(15, '▶ TRAVEL', 'travel', 0),
(16, '▶ TECHNOLOGY', 'tech', 0),
(17, '🔴 AGRICULTURE', 'agriculture', 0),
(18, '🔴 AUTOMOBILES', 'auto', 0),
(19, '▶ BUSSINESS', 'bussiness', 0),
(20, 'post-format-gallery', 'post-format-gallery', 0),
(21, 'post-format-image', 'post-format-image', 0),
(22, 'Right Add', 'right-add', 0);

-- --------------------------------------------------------

--
-- Table structure for table `pb_term_relationships`
--

CREATE TABLE IF NOT EXISTS `pb_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `pb_term_relationships`
--

INSERT INTO `pb_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(47, 7, 0),
(48, 4, 0),
(49, 6, 0),
(50, 4, 0),
(51, 3, 0),
(100, 9, 0),
(101, 9, 0),
(102, 9, 0),
(108, 9, 0),
(109, 9, 0),
(110, 9, 0),
(111, 9, 0),
(293, 9, 0),
(388, 1, 0),
(393, 10, 0),
(398, 10, 0),
(401, 6, 0),
(401, 7, 0),
(404, 6, 0),
(408, 4, 0),
(413, 3, 0),
(416, 9, 0),
(417, 9, 0),
(421, 9, 0),
(423, 9, 0),
(425, 9, 0),
(426, 10, 0),
(442, 10, 0),
(446, 21, 0),
(446, 22, 0);

-- --------------------------------------------------------

--
-- Table structure for table `pb_term_taxonomy`
--

CREATE TABLE IF NOT EXISTS `pb_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=23 ;

--
-- Dumping data for table `pb_term_taxonomy`
--

INSERT INTO `pb_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(3, 3, 'category', '', 0, 2),
(4, 4, 'category', '', 0, 3),
(6, 6, 'category', '', 0, 3),
(7, 7, 'category', '', 0, 2),
(9, 9, 'nav_menu', '', 0, 13),
(10, 10, 'category', '', 0, 4),
(14, 14, 'post_format', '', 0, 0),
(15, 15, 'category', '', 0, 0),
(16, 16, 'category', '', 0, 0),
(17, 17, 'category', '', 0, 0),
(18, 18, 'category', '', 0, 0),
(19, 19, 'category', '', 0, 0),
(20, 20, 'post_format', '', 0, 0),
(21, 21, 'post_format', '', 0, 0),
(22, 22, 'category', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `pb_usermeta`
--

CREATE TABLE IF NOT EXISTS `pb_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=64 ;

--
-- Dumping data for table `pb_usermeta`
--

INSERT INTO `pb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'locale', ''),
(11, 1, 'pb_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(12, 1, 'pb_user_level', '10'),
(13, 1, 'dismissed_wp_pointers', ''),
(14, 1, 'show_welcome_panel', '1'),
(16, 1, 'pb_dashboard_quick_press_last_post_id', '384'),
(17, 1, 'community-events-location', 'a:1:{s:2:"ip";s:2:"::";}'),
(19, 1, 'pb_user-settings', 'libraryContent=browse&editor=tinymce&post_dfw=off&hidetb=1&editor_expand=on&mfold=o'),
(20, 1, 'pb_user-settings-time', '1508255562'),
(21, 1, 'nav_menu_recently_edited', '9'),
(22, 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";}'),
(23, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:"add-post_tag";i:1;s:15:"add-post_format";}'),
(24, 1, 'closedpostboxes_page', 'a:0:{}'),
(25, 1, 'metaboxhidden_page', 'a:6:{i:0;s:11:"postexcerpt";i:1;s:10:"postcustom";i:2;s:16:"commentstatusdiv";i:3;s:11:"commentsdiv";i:4;s:7:"slugdiv";i:5;s:9:"authordiv";}'),
(26, 1, 'meta-box-order_page', 'a:3:{s:4:"side";s:48:"submitdiv,pageparentdiv,page-layout,postimagediv";s:6:"normal";s:69:"postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv";s:8:"advanced";s:0:"";}'),
(27, 1, 'screen_layout_page', '2'),
(30, 2, 'nickname', 'PSKUMAR'),
(31, 2, 'first_name', 'aneesh'),
(32, 2, 'last_name', 's'),
(33, 2, 'description', ''),
(34, 2, 'rich_editing', 'true'),
(35, 2, 'comment_shortcuts', 'false'),
(36, 2, 'admin_color', 'fresh'),
(37, 2, 'use_ssl', '0'),
(38, 2, 'show_admin_bar_front', 'false'),
(39, 2, 'locale', ''),
(40, 2, 'pb_capabilities', 'a:1:{s:6:"editor";b:1;}'),
(41, 2, 'pb_user_level', '7'),
(42, 2, 'dismissed_wp_pointers', ''),
(44, 2, 'pb_dashboard_quick_press_last_post_id', '461'),
(45, 2, 'pb_user-settings', 'mfold=o&libraryContent=browse'),
(46, 2, 'pb_user-settings-time', '1508004702'),
(47, 2, 'community-events-location', 'a:1:{s:2:"ip";s:2:"::";}'),
(51, 1, 'session_tokens', 'a:2:{s:64:"b17145c43d4ea77b28b661929f98bd1d58a02d5e3a17b814f897489564cadac0";a:4:{s:10:"expiration";i:1509359920;s:2:"ip";s:3:"::1";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36";s:5:"login";i:1508150320;}s:64:"ac11e977833e65620750fc0fa3b53ca32546ccaeacadd549cb1fcf5a4085403c";a:4:{s:10:"expiration";i:1508425622;s:2:"ip";s:3:"::1";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36";s:5:"login";i:1508252822;}}'),
(52, 1, 'closedpostboxes_rtbs_tabs', 'a:0:{}'),
(53, 1, 'metaboxhidden_rtbs_tabs', 'a:1:{i:0;s:7:"slugdiv";}'),
(54, 1, 'meta-box-order_wcp_carousel', 'a:3:{s:4:"side";s:32:"submitdiv,wcp-shortcode,wcp-help";s:6:"normal";s:72:"slugdiv,wcp-contents,wcp-colors,wcp-settings,wcp-typography,wcp-advanced";s:8:"advanced";s:0:"";}'),
(55, 1, 'screen_layout_wcp_carousel', '2'),
(56, 1, 'closedpostboxes_robo_gallery_table', 'a:0:{}'),
(57, 1, 'metaboxhidden_robo_gallery_table', 'a:1:{i:0;s:7:"slugdiv";}'),
(58, 1, 'pb_media_library_mode', 'list'),
(59, 1, 'closedpostboxes_rttpg', 'a:0:{}'),
(60, 1, 'metaboxhidden_rttpg', 'a:1:{i:0;s:7:"slugdiv";}'),
(61, 1, 'tgmpa_dismissed_notice_colormag', '1'),
(63, 2, 'session_tokens', 'a:1:{s:64:"f51a80aa2336721a82c9a55ba70c2bce13a68212936d61cd1695c3d06ed14eb6";a:4:{s:10:"expiration";i:1508496213;s:2:"ip";s:3:"::1";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36";s:5:"login";i:1508323413;}}');

-- --------------------------------------------------------

--
-- Table structure for table `pb_users`
--

CREATE TABLE IF NOT EXISTS `pb_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `pb_users`
--

INSERT INTO `pb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BUwECGmjR5w8nPHa8DdBOUdQ4CHCNq1', 'admin', 'pbadmin@gmail.com', '', '2017-09-30 18:34:24', '', 0, 'admin'),
(2, 'PSKUMAR', '$P$BHlKaM.numtRZNXogvUvkKmooXip8j/', 'pskumar', 'aneeshcea@gmail.com', '', '2017-10-10 18:28:54', '1507660136:$P$BMiHBiWo8JZjiil7bfYIxnxUa7zV0Z0', 0, 'aneesh s');

-- --------------------------------------------------------

--
-- Table structure for table `pb_wpmm_subscribers`
--

CREATE TABLE IF NOT EXISTS `pb_wpmm_subscribers` (
  `id_subscriber` bigint(20) NOT NULL AUTO_INCREMENT,
  `email` varchar(50) NOT NULL,
  `insert_date` datetime NOT NULL,
  PRIMARY KEY (`id_subscriber`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `pb_limb_gallery_albumscontent`
--
ALTER TABLE `pb_limb_gallery_albumscontent`
  ADD CONSTRAINT `pb_limb_gallery_albumscontent_ibfk_1` FOREIGN KEY (`albId`) REFERENCES `pb_limb_gallery_albums` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `pb_limb_gallery_comments`
--
ALTER TABLE `pb_limb_gallery_comments`
  ADD CONSTRAINT `pb_limb_gallery_comments_ibfk_1` FOREIGN KEY (`imgId`) REFERENCES `pb_limb_gallery_galleriescontent` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `pb_limb_gallery_comments_ibfk_2` FOREIGN KEY (`galId`) REFERENCES `pb_limb_gallery_galleries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `pb_limb_gallery_galleriescontent`
--
ALTER TABLE `pb_limb_gallery_galleriescontent`
  ADD CONSTRAINT `pb_limb_gallery_galleriescontent_ibfk_1` FOREIGN KEY (`galId`) REFERENCES `pb_limb_gallery_galleries` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
